2007-08-24 [paul] 2.10.0cvs161
[claws.git] / ChangeLog
1 2007-08-24 [paul]       2.10.0cvs161
2
3         * src/folderview.c
4                 add mnemonic to 'Run procesing rules'
5
6 2007-08-24 [paul]       2.10.0cvs160
7
8         * src/account.c
9         * src/folder.c
10         * src/folder.h
11                 use suitable defaults for outbox,
12                 queue, drafts and trash folders
13
14 2007-08-24 [wwp]        2.10.0cvs159
15
16         * src/folderview.c
17                 Update menu item sensitivity if necessary (or we get a
18                 gtk critical message).
19
20 2007-08-23 [wwp]        2.10.0cvs158
21
22         * src/action.c
23         * src/prefs_actions.c
24                 Allow literal % chars in action commands (use %%).
25                 Add a missing p++ to the action parser in action_get_type(),
26                 which was missing it, even if it was neutral.
27                 Fix a pango markup warning at runtime.
28
29 2007-08-23 [wwp]        2.10.0cvs157
30
31         * src/addressbook.c
32                 Contacts are now locale-aware sorted in the address book
33                 (LC_COLLATE matters here).
34                 Fix missing table initializers.
35
36 2007-08-23 [colin]      2.10.0cvs156
37
38         * src/imap.c
39                 Check scan_required on dest folder when copying
40
41 2007-08-23 [colin]      2.10.0cvs155
42
43         * src/imap.c
44                 Fix scanning when folder was empty
45
46 2007-08-22 [colin]      2.10.0cvs154
47
48         * src/msgcache.c
49                 Don't g_warning when g_try_malloc fails(), or it makes
50                 things worse as g_log() allocates. Fixes bug 1290,
51                 'Claws Mail crashes if too little memory when 
52                 rebuilding folder tree'
53
54 2007-08-22 [colin]      2.10.0cvs153
55
56         * src/inc.c
57                 Fix format string vulnerability, thanks to
58                 Ulf Harnhammar, Secunia Research
59
60 2007-08-22 [colin]      2.10.0cvs152
61
62         * src/ldapserver.c
63                 Set tv_usec too
64
65 2007-08-22 [wwp]        2.10.0cvs151
66
67         * src/ldapquery.c
68                 Few better null-ptr checks.
69
70 2007-08-22 [colin]      2.10.0cvs150
71
72         * src/editldap.c
73         * src/editldap_basedn.c
74         * src/ldapquery.c
75         * src/ldapserver.c
76         * src/ldapserver.h
77         * src/ldapupdate.c
78         * src/ldaputil.c
79         * src/ldaputil.h
80                 Fix ldap timeouts
81
82 2007-08-22 [colin]      2.10.0cvs149
83
84         * src/ldapquery.c
85                 Finish previous fix
86
87 2007-08-22 [colin]      2.10.0cvs148
88
89         * src/ldapquery.c
90                 Fix wrong assertions
91
92 2007-08-22 [colin]      2.10.0cvs147
93
94         * src/ldaputil.c
95                 Fix test (set ldap v3 if bindDN is set or TLS is set)
96
97 2007-08-22 [colin]      2.10.0cvs146
98
99         * src/editldap.c
100         * src/ldaputil.c
101                 Fix wrong "Connected successfully to server". Connection only succeeds if
102                 we can get the base DN.
103
104 2007-08-21 [wwp]        2.10.0cvs145
105
106         * src/browseldap.c
107         * src/editldap.c
108         * src/ldapctrl.c
109         * src/ldapquery.c
110         * src/ldapserver.c
111         * src/ldapupdate.c
112         * src/ldaputil.c
113                 More sanity checks in ldap functions.
114
115 2007-08-21 [wwp]        2.10.0cvs144
116
117         * src/prefs_account.c
118                 Don't return a value in a void function().
119
120 2007-08-21 [paul]       2.10.0cvs143
121
122         * src/messageview.c
123                 add check for ftp: to messageview_list_urls()
124
125 2007-08-21 [colin]      2.10.0cvs142
126
127         * src/editldap.c
128         * src/ldapctrl.c
129         * src/ldapctrl.h
130         * src/ldapquery.c
131         * src/ldapupdate.c
132                 Fix bug 1293, 'LDAP address book not working'
133                 Search only on specified fields, but fetch 
134                 every field possible. People will have to 
135                 reset the searched Attributes in their LDAP
136                 servers properties.
137
138 2007-08-21 [wwp]        2.10.0cvs141
139
140         * src/addr_compl.c
141         * src/addrbook.c
142         * src/addrcache.c
143         * src/addrcindex.c
144         * src/addressbook.c
145         * src/addrindex.c
146         * src/browseldap.c
147         * src/crash.c
148         * src/editaddress_other_attributes_ldap.c
149         * src/exporthtml.c
150         * src/folder.c
151         * src/folderview.c
152         * src/imap.c
153         * src/jpilot.c
154         * src/ldapserver.c
155         * src/ldapupdate.c
156         * src/ldif.c
157         * src/main.c
158         * src/mainwindow.c
159         * src/matcher.c
160         * src/mh.c
161         * src/msgcache.c
162         * src/mutt.c
163         * src/pine.c
164         * src/pop.c
165         * src/prefs_customheader.c
166         * src/prefs_msg_colors.c
167         * src/procmime.c
168         * src/textview.c
169         * src/vcard.c
170         * src/wizard.c
171         * src/common/log.c
172         * src/common/socket.c
173         * src/common/ssl_certificate.c
174         * src/common/utils.c
175         * src/common/utils.h
176         * src/gtk/description_window.c
177         * src/plugins/demo/demo.c
178         * src/plugins/pgpcore/prefs_gpg.c
179         * src/plugins/spamassassin/libspamc.c
180                 Make sure we use glib functions to send text messages (information,
181                 debug, warning, errors) to stdout/stderr - no more direct puts
182                 fputs printf fprintf to stdout/stderr when it can be done using
183                 g_log*() and g_print/g_printerr. Doing this, we make sure every
184                 stdout/stderr message is saved to log in Windows.
185
186
187 2007-08-21 [wwp]        2.10.0cvs140
188
189         * src/main.c
190         * src/common/utils.h
191                 Route glib's stdout/stderr messages to a log file (Windows only),
192                 instead of loosing them.
193
194 2007-08-21 [paul]       2.10.0cvs139
195
196         * src/mainwindow.c
197                 replace deprecated g_strncasecmp()
198         * src/messageview.c
199                 fix 'List URLS'
200
201 2007-08-20 [ticho]      2.10.0cvs138
202
203         * src/account.c
204         * src/prefs_account.h
205                 Copy all account preferences in account_clone() - some
206                 were missing.
207         * src/prefs_account.c
208                 Handle empty privacy system combobox gracefully (warning
209                 instead of a crash).
210
211 2007-08-20 [colin]      2.10.0cvs137
212
213         * src/ldapctrl.c
214                 Fix a leak
215
216 2007-08-20 [paul]       2.10.0cvs136
217
218         * src/browseldap.c
219         * src/editldap.c
220         * src/ldapctrl.c
221         * src/ldapquery.c
222         * src/ldapquery.h
223         * src/ldapserver.c
224         * src/ldaputil.c
225                 add debug_prints
226                 patch by Michael Rasmussen
227
228 2007-08-19 [colin]      2.10.0cvs135
229
230         * src/imap.c
231                 Fix previous commit. Sensitivity update is needed
232                 for "Cancel receiving". However when batching we
233                 don't need to do it for every message flag change,
234                 just once at the start and once at the end.
235
236 2007-08-19 [colin]      2.10.0cvs134
237
238         * src/imap.c
239                 Remove useless menu updates on session lock/unlock
240
241 2007-08-19 [colin]      2.10.0cvs133
242
243         * src/etpan/imap-thread.c
244                 Make all fetch logs less verbose
245
246 2007-08-19 [paul]       2.10.0cvs132
247
248         * src/foldersel.c
249         * src/folderview.c
250         * src/summaryview.c
251                 fix bug 1286, 'Can't move a folder into a "Folders
252                 Only" folder'
253
254 2007-08-18 [ticho]      2.10.0cvs131
255
256         * src/editaddress_other_attributes_ldap.c
257                 Converted option menu for other ldap attributes to GtkComboBox.
258
259 2007-08-18 [colin]      2.10.0cvs130
260
261         * src/compose.c
262         * src/prefs_common.c
263         * src/prefs_common.h
264         * src/prefs_send.c
265         * src/send_message.c
266                 Revert 'send_dialog_mode' meaning to 
267                 'send_dialog_invisible', so that the 
268                 new checkbox doesn't change the 
269                 existing behaviour.
270
271 2007-08-18 [paul]       2.10.0cvs129
272
273         * src/summaryview.c
274                 add missing menu update
275
276 2007-08-17 [colin]      2.10.0cvs128
277
278         * src/folder.c
279                 Set batching after getting flags - maybe fixes
280                 bug 1292, 'CM crashes on writing mail'
281
282 2007-08-16 [ticho]      2.10.0cvs127
283
284         * src/prefs_send.c
285                 Convert two GtkOptionMenu widgets to new GtkComboBox.
286         * src/gtk/combobox.h
287         * src/gtk/gtkutils.c
288                 Allow NULL for GtkComboBox menuitem label, rendering such
289                 items as row separators.
290
291 2007-08-16 [paul]       2.10.0cvs126
292
293         * src/plugins/trayicon/trayicon.c
294                 remove wrongly used gettextisation
295
296 2007-08-15 [ticho]      2.10.0cvs125
297
298         * src/importldif.c
299                 Fixed a runtime warning where an attempt to pack an
300                 already packed GtkLabel was made.
301
302 2007-08-15 [ticho]      2.10.0cvs124
303
304         * src/prefs_compose_writing.c
305                 Convert the insert-or-attach-dragged-files GtkOptionMenu
306                 into GtkComboBox.
307
308 2007-08-14 [ticho]      2.10.0cvs123
309
310         * src/messageview.c
311         * src/gtk/gtkutils.c
312                 Changed return receipt account selector to GtkComboBox.
313                 Fixed a runtime warning where GTK tried to parse
314                 "name <email@address" as a Pango markup in an alertpanel label.
315
316 2007-08-14 [ticho]      2.10.0cvs122
317
318         * src/prefs_logging.c
319                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
320
321 2007-08-14 [wwp]        2.10.0cvs121
322
323         * tools/Makefile.am
324         * tools/README
325         * tools/popfile-link.sh
326                 Added a new tool: POPFile helper, to open
327                 selected messages in POPFile control center,
328                 in order to change the messages' status.
329
330 2007-08-14 [ticho]      2.10.0cvs120
331
332         * src/compose.c
333         * src/prefs_common.c
334         * src/prefs_common.h
335         * src/prefs_send.c
336         * src/send_message.c
337                 Change "Show send dialog" optionmenu to a checkbutton.
338         * src/prefs_receive.c
339                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
340
341 2007-08-13 [wwp]        2.10.0cvs119
342
343         * src/addr_compl.c
344         * src/addressbook.c
345         * src/addrindex.c
346         * src/compose.c
347         * src/filtering.c
348         * src/folderview.c
349         * src/inc.c
350         * src/matcher.c
351         * src/mh.c
352         * src/partial_download.c
353         * src/prefs_gtk.c
354         * src/procmsg.c
355         * src/stock_pixmap.c
356         * src/summaryview.c
357         * src/common/utils.c
358         * src/gtk/gtkaspell.c
359         * src/gtk/menu.c
360                 Make sure we never pass NULL pointers for %s substitutions
361                 (prevent from crashing in Windows).
362
363 2007-08-13 [wwp]        2.10.0cvs118
364
365         * src/msgcache.c
366                 Re-enable mmap_reads in Windows with some missing
367                 CloseHandle of mapping objects, thanks to
368                 Marcus Brinkmann.
369
370 2007-08-13 [paul]       2.10.0cvs117
371
372         * src/common/utils.c
373                 fix bug 1287, 'Compile time problem on Solaris
374                 (nexenta gnu/Solaris) utils.c'
375                 Thanks to Piotr Chrzczonowicz
376
377 2007-08-12 [wwp]        2.10.0cvs116
378
379         * src/plugins/pgpcore/prefs_gpg.c
380                 Don't try to unset a GPG_AGENT_INFO that was not
381                 set (and don't use a NULL string in Windows, it was
382                 crashing with --debug if GPG_AGENT_INFO was not set).
383
384 2007-08-12 [wwp]        2.10.0cvs115
385
386         * src/privacy.h
387                 Make gcc type-check arguments passed to privacy_set_error().
388
389 2007-08-12 [ticho]      2.10.0cvs114
390
391         * src/prefs_folder_item.c
392                 Make sure that folder default account combobox always has some
393                 account preselected.
394         * src/gtk/combobox.c
395                 Handle empty combobox gracefully (warning instead of crash).
396
397 2007-08-12 [ticho]      2.10.0cvs114
398
399         * src/prefs_folder_item.c
400                 Make sure that folder default account combobox is not empty.
401         * src/gtk/combobox.c
402                 Handle empty combobox gracefully (warning instead of crash).
403
404 2007-08-11 [paul]       2.10.0cvs113
405
406         * src/addrgather.c
407         * src/folderview.c
408                 use 'subfolder' instead of 'sub-folder', matching
409                 everywhere else the term is used
410         * src/imap_gtk.c
411                 fix engrish
412
413 2007-08-10 [wwp]        2.10.0cvs112
414
415         * src/msgcache.c
416                 Disable mmap reads in Windows only (at least temporarily), they
417                 prevent from renaming/removing target cache files.
418
419 2007-08-10 [paul]
420
421         3.0.0-rc2 released
422
423 2007-08-10 [wwp]        2.10.0cvs111
424
425         * src/msgcache.c
426                 fix unpredictable crashes in Windows due to broken
427                 cache/mark/tags files writting (file were opened for
428                 writing in text mode).
429
430         * src/recv.c
431                 use gettimeofday() from w32lib.h on Windows.
432
433 2007-08-10 [colin]      2.10.0cvs110
434
435         * src/imap.c
436         * src/etpan/imap-thread.c
437         * src/etpan/imap-thread.h
438                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
439
440 2007-08-09 [colin]      2.10.0cvs109
441
442         * src/editldap.c
443                 Fix port being reset to 636 on SSL
444         * src/folder.c
445                 Fix folder_item_get_msg_num_by_file
446                 on drafts/queue folders
447
448 2007-08-09 [wwp]        2.10.0cvs108
449
450         * src/folder.c
451                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
452                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
453
454
455 2007-08-09 [colin]      2.10.0cvs107
456
457         * src/folderview.c
458         * src/summaryview.c
459         * src/gtk/prefswindow.c
460                 A few Maemo layout fixes
461
462 2007-08-09 [paul]       2.10.0cvs106
463
464         * src/prefs_account.c
465                 remove the hyphen from plug-ins to
466                 match everywhere else
467
468 2007-08-08 [wwp]        2.10.0cvs105
469
470         * src/prefs_folder_item.c
471                 Fix an extraneous stealth ^L char.
472
473 2007-08-08 [wwp]        2.10.0cvs104
474
475         * src/prefs_folder_item.c
476                 Better fix, group variables declarations (USE_ASPELL).
477
478 2007-08-08 [wwp]        2.10.0cvs103
479
480         * src/prefs_folder_item.c
481                 Fix compilation w/ USE_ASPELL set (broken
482                 by 2.10.0cvs102).
483
484 2007-08-08 [ticho]      2.10.0cvs102
485
486         * src/prefs_folder_item.c
487                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
488
489 2007-08-08 [colin]      2.10.0cvs101
490
491         * src/imap.c
492         * src/etpan/imap-thread.c
493         * src/etpan/imap-thread.h
494                 Close selected mailbox before doing
495                 status on it.
496
497 2007-08-08 [colin]      2.10.0cvs100
498
499         * src/html.c
500                 Complete symbol table, thanks to wwp.
501                 Fixes bug 1284, 'The html -> text 
502                 converter ignores entities'
503         * src/msgcache.c
504                 Fix possible fd leak
505
506 2007-08-08 [colin]      2.10.0cvs99
507
508         * src/imap.c
509                 Better way to fetch UIDs on non-UIDPLUS servers
510
511 2007-08-07 [colin]      2.10.0cvs98
512
513         * src/imap.c
514                 fix bug 1275, 'auto-saved draft messages not 
515                 always being removed'; Also, make multiple
516                 copy (in the same account) faster by matching
517                 source/destination message UIDs.
518         * src/messageview.c
519                 Don't try to reshow deleted mail
520         * src/msgcache.c
521                 Fix leak on error path
522
523 2007-08-07 [wwp]        2.10.0cvs97
524
525         * manual/account.xml
526         * manual/advanced.xml
527         * manual/fr/account.xml
528         * manual/fr/advanced.xml
529                 Updated the reference manual and the French translation to
530                 reflect 2.10.0cvs84: enable running folder Processing
531                 rules on demand.
532
533 2007-08-06 [wwp]        2.10.0cvs96
534
535         * src/prefs_common.c
536         * src/prefs_common.h
537         * src/textview.c
538                 Allow changing the emphasis color used to highlight
539                 the newsreader/x-mailer header value when it matches
540                 our preferred mail agent (hidden pref 'emphasis_col' added
541                 to clawsrc).
542
543 2007-08-06 [colin]      2.10.0cvs95
544
545         * src/compose.c
546         * src/compose.h
547                 Re-commit 2.10.0cvs86, with a protection
548                 against Pango bug. Also, try to fix 
549                 bug 1275, 'auto-saved draft messages not 
550                 always being removed'
551
552 2007-08-06 [wwp]        2.10.0cvs94
553
554         * src/gtk/quicksearch.c
555                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
556
557 2007-08-06 [ticho]      2.10.0cvs93
558
559         * src/prefs_account.c
560         * src/gtk/combobox.c
561                 Use GtkComboBox instead of GtkOptionMenu for privacy system
562                 selection in account preferences.
563
564 2007-08-06 [wwp]        2.10.0cvs92
565
566         * src/plugins/pgpcore/plugin.def
567                 Apply one more chunk from gpg4win's 03-w32-port patch.
568
569 2007-08-05 [colin]      2.10.0cvs91
570
571         * src/compose.c
572         * src/compose.h
573                 reverting buggy patch for now
574
575 2007-08-05 [colin]      2.10.0cvs90
576
577         * src/folder.c
578                 Fix slowdown
579
580 2007-08-04 [colin]      2.10.0cvs89
581
582         * src/prefs_summaries.c
583         * src/summary_search.c
584                 Replace deprecated widgets. Patch by
585                 Andrej.
586
587 2007-08-04 [colin]      2.10.0cvs88
588
589         * src/mh.c
590                 Refresh GUI only every 2000 mails on mh_get_last_num
591                 This is fast (readdir) and done only once per 
592                 session/folder
593
594 2007-08-03 [colin]      2.10.0cvs87
595
596         * src/prefs_account.c
597         * src/gtk/combobox.h
598         * src/gtk/gtkutils.c
599                 Fix a deprecated widget. Patch by
600                 Andrej
601
602 2007-08-03 [colin]      2.10.0cvs86
603
604         * src/compose.c
605         * src/compose.h
606                 Make colorisation and wrapping algorithms
607                 faster. Fixes bug 1246, 'compose becomes 
608                 increasingly slow replying to complex emails'
609
610 2007-08-03 [paul]       2.10.0cvs85
611
612         * src/mh.c
613                 keep the window painted
614
615 2007-08-02 [paul]       2.10.0cvs84
616
617         * src/folderview.c
618         * src/mainwindow.c
619         * src/mainwindow.h
620                 enable running folder Processing
621                 rules on demand
622
623 2007-08-02 [paul]       2.10.0cvs83
624
625         * src/textview.c
626                 speed up/clean up rendering of larger
627                 msgs
628                 Thanks to Colin
629
630 2007-08-01 [paul]       2.10.0cvs82
631
632         * src/mainwindow.h
633                 clean up cruft
634         * src/toolbar.c
635                 change default toolbar layout on maemo
636         * src/pixmaps/close.xpm
637                 make the red cross a grey cross
638         * src/pixmaps/jpilot.xpm
639                 make icon smaller so it fits better
640
641 2007-07-31 [paul]       2.10.0cvs81
642
643         * src/setup.c
644         * src/gtk/gtkutils.c
645                 fix crash on maemo on first launch
646
647 2007-07-30 [paul]       2.10.0cvs80
648
649         * src/prefs_matcher.c
650                 specify the units of age and size
651
652 2007-07-30 [paul]       2.10.0cvs79
653
654         * src/main.c
655                 Fix IMAP timeout setting
656
657 2007-07-30 [colin]      2.10.0cvs78
658
659         * src/prefs_account.c
660                 Fix a deprecated widget. Patch by
661                 Andrej
662
663 2007-07-27 [paul]       2.10.0cvs77
664
665         * src/matcher_parser_parse.y
666         * src/prefs_filtering_action.c
667         * src/prefs_matcher.c
668                 these changes forgotten in cvs74's
669                 'watch thread' feature
670
671 2007-07-27 [paul]       2.10.0cvs76
672
673         * src/compose.c
674                 fix potential crasher
675                 thanks to Colin
676
677 2007-07-27 [paul]       2.10.0cvs75
678
679         * src/mainwindow.c
680         * src/manual.c
681         * src/manual.h
682         * src/gtk/gtkutils.c
683                 make mainwindow's /Help/Manual point to the
684                 remote copy if the local copy doesn't exist
685
686 2007-07-27 [paul]       2.10.0cvs74
687
688         * src/Makefile.am
689         * src/filtering.c
690         * src/folder.c
691         * src/mainwindow.c
692         * src/matcher.c
693         * src/matcher.h
694         * src/matcher_parser_parse.y
695         * src/procmsg.c
696         * src/procmsg.h
697         * src/stock_pixmap.c
698         * src/stock_pixmap.h
699         * src/summaryview.c
700         * src/summaryview.h
701         * src/toolbar.c
702         * src/toolbar.h
703         * src/pixmaps/watchthread.xpm
704                 add 'watch thread' feature
705
706 2007-07-27 [paul]       2.10.0cvs73
707
708         * src/prefs_folder_item.c
709                 adjust labels, add tooltips
710
711 2007-07-27 [colin]      2.10.0cvs72
712
713         * src/summaryview.c
714                 Maemo: Remove less used menu items
715
716 2007-07-26 [colin]      2.10.0cvs71
717
718         * src/messageview.c
719                 Maemo: destroy messageview after trashing mail.
720                 Maybe should be done on X11 too
721
722 2007-07-26 [colin]      2.10.0cvs70
723
724         * src/folderview.c
725         * src/mainwindow.c
726         * src/prefs_common.c
727         * src/prefs_common.h
728         * src/summaryview.c
729                 Add View/Show or Hide/Column headers
730
731 2007-07-26 [colin]      2.10.0cvs69
732
733         * src/procmime.c
734                 Fix unwanted output
735
736 2007-07-26 [colin]      2.10.0cvs68
737
738         * src/ldapserver.c
739                 Fix possible crash on cache invalidation
740         * src/compose.c
741         * src/procmime.c
742         * src/procmime.h
743         * src/quote_fmt_parse.y
744                 Make replying to mails with big attachments
745                 much faster. Fixes bug 1224, 'The process of 
746                 Replying to emails with large attachments 
747                 seems unreasonably long...'
748
749 2007-07-26 [colin]      2.10.0cvs67
750
751         * src/mimeview.c
752         * src/matcher.c
753         * src/common/ssl.c
754                 Fix threads use on BSDs
755
756 2007-07-26 [paul]       2.10.0cvs66
757
758         * src/gtk/prefswindow.c
759                 fix account prefs breakage
760                 thanks to Colin
761
762 2007-07-26 [paul]       2.10.0cvs65
763
764         * configure.ac
765                 standardise ./configure --help messages
766
767 2007-07-26 [colin]      2.10.0cvs64
768
769         * src/addressbook.c
770         * src/editaddress.c
771                 Fix two vCard-related crashes
772
773 2007-07-25 [colin]      2.10.0cvs63
774
775         * src/inc.c
776         * src/prefs_common.c
777         * src/prefs_common.h
778         * src/prefs_receive.c
779                 Maemo: Add a better way to notify of
780                 new mails
781         * src/mainwindow.c
782         * src/statusbar.h
783         * src/summaryview.c
784         * src/toolbar.c
785                 Maemo: Various layout fixes
786         * src/gtk/prefswindow.c
787                 Maemo: Better prefs layout
788
789 2007-07-25 [paul]       2.10.0cvs62
790
791         * src/textview.c
792                 fix the layout on maemo
793                 thanks to Colin
794
795 2007-07-25 [iwkse]      2.10.0cvs61
796
797         * src/summaryview.c
798                 add 'o' shortcut on summaryview
799
800 2007-07-25 [iwkse]      2.10.0cvs60
801
802         * src/textview.c
803                 fix o shortcut
804
805 2007-07-24 [colin]      2.10.0cvs59
806
807         * src/mh.c
808                 Fix missing timestamp update on source
809                 folder when moving
810         * src/textview.c
811         * src/textview.h
812                 Better text layout on part's choices
813
814 2007-07-23 [colin]      2.10.0cvs58
815
816         * src/mimeview.c
817         * src/textview.c
818                 Maemo: Automatically choose the correct application
819                 to open parts
820         * src/gtk/quicksearch.c
821                 Make search run on GDK_KP_Enter too
822
823 2007-07-23 [wwp]        2.10.0cvs57
824
825         * src/quote_fmt_lex.l
826                 Revert accidentaly committed lines (account_sig) in
827                 2.10.0cvs56.
828
829 2007-07-23 [wwp]        2.10.0cvs56
830
831         * src/quote_fmt_lex.l
832                 Fix typos around long form expressions in the quote lexer.
833
834 2007-07-23 [paul]
835
836         3.0.0-rc1 released
837
838 2007-07-23 [colin]      2.10.0cvs55
839
840         * src/addr_compl.c
841                 Fix auto-completion on Maemo
842
843 2007-07-23 [colin]      2.10.0cvs54
844
845         * src/statusbar.c
846                 Maemo: Fix sticking statusbars
847
848 2007-07-22 [colin]      2.10.0cvs53
849
850         * src/main.c
851                 Maemo: Fix the strange "top_application" info
852                 at startup. We should do something when 
853                 receiving such a message.
854
855 2007-07-20 [paul]       2.10.0cvs52
856
857         * src/news_gtk.c
858                 add missing #include "statusbar.h"
859
860 2007-07-20 [colin]      2.10.0cvs51
861
862         * src/folder.c
863         * src/folder.h
864         * src/folder_item_prefs.c
865         * src/folder_item_prefs.h
866         * src/folderview.c
867         * src/imap.c
868         * src/imap_gtk.c
869         * src/imap_gtk.h
870         * src/news.c
871         * src/news_gtk.c
872         * src/news_gtk.h
873         * src/prefs_folder_item.c
874                 Implement age-based caching: allow to
875                 specify a threshold for the offline synchronisation
876                 feature, and whether old cached bodies should 
877                 be removed
878         * src/toolbar.c
879         * src/toolbar.h
880                 Fix label/tooltips
881         * src/plugins/dillo_viewer/dillo_viewer.c
882                 Check that Dillo's installed
883
884 2007-07-20 [wwp]        2.10.0cvs50
885
886         * src/mimeview.c
887         * src/stock_pixmap.c
888                 Draw a frame around the selected mimeview part icon (instead of the
889                 shifted 'dancing' icon).
890
891 2007-07-20 [colin]      2.10.0cvs49
892
893         * src/main.c
894                 Unref stuff even on error
895         * src/wizard.c
896                 disconnect signals only at the very
897                 end of the wizard save.
898
899 2007-07-20 [colin]      2.10.0cvs48
900
901         * src/mainwindow.c
902         * src/messageview.c
903         * src/toolbar.c
904         * src/toolbar.h
905                 Fix random crashes while navigating
906                 (GTK_EVENTS_FLUSH)
907
908 2007-07-19 [colin]      2.10.0cvs47
909
910         * configure.ac
911         * src/main.c
912         * src/prefs_common.c
913         * src/prefs_common.h
914         * src/wizard.c
915         * src/common/defs.h
916         * src/common/utils.c
917                 Maemo: add an easy way to store data (mails
918                 and IMAP/NNTP caches) on one of the SD cards,
919                 and protect against unmounts if needed
920
921 2007-07-19 [paul]       2.10.0cvs46
922
923         * src/Makefile.am
924         * src/stock_pixmap.c
925         * src/gtk/about.c
926         * src/pixmaps/claws-mail_logo-small.xpm
927                 implement a (slightly) different About
928                 dialog for maemo and add a small version
929                 of the logo for it
930         * src/wizard.c
931                 use a scrolled window for wizard page 1
932                 on maemo
933
934 2007-07-19 [paul]       2.10.0cvs45
935
936         * src/Makefile.am
937                 too soon for this line
938
939 2007-07-19 [paul]       2.10.0cvs44
940
941         * src/Makefile.am
942                 fix build on n800
943
944 2007-07-19 [colin]      2.10.0cvs43
945
946         * src/wizard.c
947                 Solve Mail/Mailbox name when specifying
948                 full /path/to/Mail.
949
950 2007-07-18 [colin]      2.10.0cvs42
951
952         * src/inc.c
953         * configure.ac
954                 Fix build on n770
955
956 2007-07-18 [colin]      2.10.0cvs41
957
958         * src/inc.c
959                 Maemo: plug the online/offline system into
960                 maemo's interfaces to have Claws automatically
961                 switch according to the system status
962         * src/statusbar.c
963                 Maemo: use HildonBanners to display status
964                 messages. Renders the main statusbar useless.
965
966 2007-07-18 [paul]       2.10.0cvs40
967
968         * src/filtering.c
969                 fix screen blanking on moving/copying many msgs
970         * src/folder.c
971                 fix processing progressbar and screen blanking
972                 during processing
973
974 2007-07-18 [paul]       2.10.0cvs39
975
976         * src/messageview.c
977                 revert cvs37, breakage on maemo
978
979 2007-07-18 [paul]       2.10.0cvs38
980
981         * src/gtk/gtkutils.c
982                 make sure we can still build with older GTK's
983
984 2007-07-18 [colin]      2.10.0cvs37
985
986         * src/messageview.c
987                 Only hide the small layout's messageview, instead
988                 of destroying it when closing
989         * src/gtk/gtkutils.c
990                 Use gtk_window_present_with_time to popup windows,
991                 it seems to make things better with modern WMs
992                 (actually focusing)
993
994 2007-07-17 [colin]      2.10.0cvs36
995
996         * src/editaddress.c
997                 Simplify layout on Maemo
998         * src/folder.c
999                 Fix possible crash
1000         * src/prefs_display_header.c
1001                 Remove some headers by default on Maemo
1002
1003 2007-07-17 [paul]       2.10.0cvs35
1004
1005         * src/prefs_common.c
1006         * src/prefs_common.h
1007         * src/prefs_logging.c
1008         * src/common/log.c
1009                 add options to stop/enable writing logs to disc
1010
1011 2007-07-17 [paul]       2.10.0cvs34
1012
1013         * src/edittags.c
1014                 fix some issues with the Apply tags window:
1015                 - set search column (enables autocompl in the treeview)
1016                 - apply tag from "New tag" if it existed
1017                 - clears New tag entry when adding it with the button
1018                 Thanks to Colin
1019
1020 2007-07-17 [paul]       2.10.0cvs33
1021
1022         * src/edittags.c
1023                 fix 'apply tags' dialogue weirdness
1024
1025 2007-07-16 [colin]      2.10.0cvs32
1026
1027         * src/toolbar.c
1028                 Fix double-loading of mails on Maemo
1029
1030 2007-07-16 [colin]      2.10.0cvs31
1031
1032         * src/messageview.c
1033                 Prevent double-loading of the same part under some
1034                 conditions; hide statusbar on Maemo
1035
1036 2007-07-16 [colin]      2.10.0cvs30
1037
1038         * src/edittags.c
1039         * src/edittags.h
1040         * src/mainwindow.c
1041         * src/summaryview.c
1042                 Improve the tag interface - allow
1043                 to set/unset tags from a special
1044                 window.
1045         * src/gtk/gtkvscrollbutton.c
1046         * src/mimeview.c
1047         * src/mimeview.h
1048         * src/stock_pixmap.c
1049                 Fix Mimeview's ugly hacks in the
1050                 icon list. 
1051
1052 2007-07-16 [paul]       2.10.0cvs29
1053
1054         * src/wizard.c
1055                 rework dialog
1056         * src/gtk/icon_legend.c
1057                 put it all in a scrolled window
1058
1059 2007-07-15 [colin]      2.10.0cvs28
1060
1061         * src/mainwindow.c
1062                 Maemo: force layout to be Small screen; the
1063                 others don't make sense
1064
1065 2007-07-14 [colin]      2.10.0cvs27
1066
1067         * src/mimeview.c
1068         * src/gtk/gtkvscrollbutton.c
1069                 Maemo: Fix mimeview's buttons size
1070
1071 2007-07-14 [colin]      2.10.0cvs26
1072
1073         * src/toolbar.c
1074                 Fix the button workaround fix.
1075                 (Use the correct variable)
1076
1077 2007-07-14 [colin]      2.10.0cvs25
1078
1079         * src/mainwindow.c
1080         * src/toolbar.c
1081                 Maemo: put the progress bar in the
1082                 toolbar
1083
1084 2007-07-14 [colin]      2.10.0cvs24
1085
1086         * src/prefs_common.c
1087                 Maemo: hide statusbar by default
1088         * src/Makefile.am
1089         * src/stock_pixmap.c
1090         * src/stock_pixmap.h
1091         * src/toolbar.c
1092         * src/pixmaps/go_folders.xpm
1093                 Maemo: Add a specific icon to go back to
1094                 folder list
1095
1096 2007-07-14 [colin]      2.10.0cvs23
1097
1098         * src/toolbar.c
1099                 Don't set homogeneous finally
1100
1101 2007-07-14 [colin]      2.10.0cvs22
1102
1103         * src/toolbar.c
1104                 Fix button show/hide issues
1105
1106 2007-07-14 [colin]      2.10.0cvs21
1107
1108         * src/toolbar.c
1109                 Fix huge arrows
1110                 Fix button workaround to be able to click
1111                 if mouse was on button when it went un-
1112                 sensitive.
1113                 Revert previous commit, gtk_tool_item_set_homogeneous
1114                 doesn't mean what it seems to mean ;-)
1115
1116 2007-07-14 [paul]       2.10.0cvs20
1117
1118         * src/toolbar.c
1119                 make homogeneous FALSE always
1120
1121 2007-07-13 [colin]      2.10.0cvs19
1122
1123         * src/toolbar.c
1124         * src/toolbar.h
1125                 Rework to fit the non-deprecated API
1126         * src/compose.c
1127         * src/folderview.c
1128         * src/mainwindow.c
1129         * src/messageview.c
1130         * src/summaryview.c
1131                 Maemo layout changes. Better toolbars,
1132                 removal of CTree headers. 
1133
1134 2007-07-13 [paul]       2.10.0cvs18
1135
1136         * src/gtk/colorlabel.c
1137                 fix bug 1261, '[DE] coloring messages in overview 
1138                 keys are not localised'
1139                 the string is now included in claws-mail.pot
1140
1141 2007-07-13 [colin]      2.10.0cvs17
1142
1143         * src/summaryview.c
1144                 Fix bug 1267, 'printing mutliple messages 
1145                 opens one message-dialog after the other'
1146                 Ask for confirmation when printing 10
1147                 messages or more.
1148
1149 2007-07-11 [colin]      2.10.0cvs16
1150
1151         * COPYING
1152         * README
1153         * autogen.sh
1154         * manual/claws-mail-manual.xml
1155         * manual/gpl.xml
1156         * manual/es/claws-mail-manual.xml
1157         * manual/es/gpl.xml
1158         * manual/fr/claws-mail-manual.xml
1159         * manual/fr/gpl.xml
1160         * manual/pl/gpl.xml
1161         * src/account.c
1162         * src/account.h
1163         * src/action.c
1164         * src/action.h
1165         * src/adbookbase.h
1166         * src/addr_compl.c
1167         * src/addr_compl.h
1168         * src/addrbook.c
1169         * src/addrbook.h
1170         * src/addrcache.c
1171         * src/addrcache.h
1172         * src/addrcindex.c
1173         * src/addrcindex.h
1174         * src/addrclip.c
1175         * src/addrclip.h
1176         * src/addrdefs.h
1177         * src/addressadd.c
1178         * src/addressadd.h
1179         * src/addressbook.c
1180         * src/addressbook.h
1181         * src/addressbook_foldersel.c
1182         * src/addressbook_foldersel.h
1183         * src/addressitem.h
1184         * src/addrgather.c
1185         * src/addrgather.h
1186         * src/addrharvest.c
1187         * src/addrharvest.h
1188         * src/addrindex.c
1189         * src/addrindex.h
1190         * src/addritem.c
1191         * src/addritem.h
1192         * src/addrquery.c
1193         * src/addrquery.h
1194         * src/addrselect.c
1195         * src/addrselect.h
1196         * src/alertpanel.c
1197         * src/alertpanel.h
1198         * src/browseldap.c
1199         * src/browseldap.h
1200         * src/codeconv.c
1201         * src/codeconv.h
1202         * src/compose.c
1203         * src/compose.h
1204         * src/crash.c
1205         * src/crash.h
1206         * src/customheader.c
1207         * src/customheader.h
1208         * src/displayheader.c
1209         * src/displayheader.h
1210         * src/editaddress.c
1211         * src/editaddress.h
1212         * src/editaddress_other_attributes_ldap.c
1213         * src/editaddress_other_attributes_ldap.h
1214         * src/editbook.c
1215         * src/editbook.h
1216         * src/editgroup.c
1217         * src/editgroup.h
1218         * src/editjpilot.c
1219         * src/editjpilot.h
1220         * src/editldap.c
1221         * src/editldap.h
1222         * src/editldap_basedn.c
1223         * src/editldap_basedn.h
1224         * src/edittags.c
1225         * src/edittags.h
1226         * src/editvcard.c
1227         * src/editvcard.h
1228         * src/enriched.c
1229         * src/enriched.h
1230         * src/exphtmldlg.c
1231         * src/exphtmldlg.h
1232         * src/expldifdlg.c
1233         * src/expldifdlg.h
1234         * src/export.c
1235         * src/export.h
1236         * src/exporthtml.c
1237         * src/exporthtml.h
1238         * src/exportldif.c
1239         * src/exportldif.h
1240         * src/filtering.c
1241         * src/filtering.h
1242         * src/folder.c
1243         * src/folder.h
1244         * src/folder_item_prefs.c
1245         * src/folder_item_prefs.h
1246         * src/foldersel.c
1247         * src/foldersel.h
1248         * src/folderutils.c
1249         * src/folderutils.h
1250         * src/folderview.c
1251         * src/folderview.h
1252         * src/gedit-print.c
1253         * src/gedit-print.h
1254         * src/grouplistdialog.c
1255         * src/grouplistdialog.h
1256         * src/headerview.c
1257         * src/headerview.h
1258         * src/html.c
1259         * src/html.h
1260         * src/image_viewer.c
1261         * src/image_viewer.h
1262         * src/imap.c
1263         * src/imap.h
1264         * src/imap_gtk.c
1265         * src/imap_gtk.h
1266         * src/import.c
1267         * src/import.h
1268         * src/importldif.c
1269         * src/importldif.h
1270         * src/importmutt.c
1271         * src/importmutt.h
1272         * src/importpine.c
1273         * src/importpine.h
1274         * src/inc.c
1275         * src/inc.h
1276         * src/jpilot.c
1277         * src/jpilot.h
1278         * src/ldapctrl.c
1279         * src/ldapctrl.h
1280         * src/ldaplocate.c
1281         * src/ldaplocate.h
1282         * src/ldapquery.c
1283         * src/ldapquery.h
1284         * src/ldapserver.c
1285         * src/ldapserver.h
1286         * src/ldapupdate.c
1287         * src/ldapupdate.h
1288         * src/ldaputil.c
1289         * src/ldaputil.h
1290         * src/ldif.c
1291         * src/ldif.h
1292         * src/localfolder.c
1293         * src/localfolder.h
1294         * src/main.c
1295         * src/main.h
1296         * src/mainwindow.c
1297         * src/mainwindow.h
1298         * src/manual.c
1299         * src/manual.h
1300         * src/matcher.c
1301         * src/matcher.h
1302         * src/matcher_parser.h
1303         * src/matcher_parser_lex.l
1304         * src/matcher_parser_parse.y
1305         * src/mbox.c
1306         * src/mbox.h
1307         * src/message_search.c
1308         * src/message_search.h
1309         * src/messageview.c
1310         * src/messageview.h
1311         * src/mh.c
1312         * src/mh.h
1313         * src/mh_gtk.c
1314         * src/mh_gtk.h
1315         * src/mimeview.c
1316         * src/mimeview.h
1317         * src/msgcache.c
1318         * src/msgcache.h
1319         * src/mutt.c
1320         * src/mutt.h
1321         * src/news.c
1322         * src/news.h
1323         * src/news_gtk.c
1324         * src/news_gtk.h
1325         * src/noticeview.c
1326         * src/noticeview.h
1327         * src/partial_download.c
1328         * src/partial_download.h
1329         * src/pine.c
1330         * src/pine.h
1331         * src/pop.c
1332         * src/pop.h
1333         * src/prefs_account.c
1334         * src/prefs_account.h
1335         * src/prefs_actions.c
1336         * src/prefs_actions.h
1337         * src/prefs_common.c
1338         * src/prefs_common.h
1339         * src/prefs_compose_writing.c
1340         * src/prefs_compose_writing.h
1341         * src/prefs_customheader.c
1342         * src/prefs_customheader.h
1343         * src/prefs_display_header.c
1344         * src/prefs_display_header.h
1345         * src/prefs_ext_prog.c
1346         * src/prefs_ext_prog.h
1347         * src/prefs_filtering.c
1348         * src/prefs_filtering.h
1349         * src/prefs_filtering_action.c
1350         * src/prefs_filtering_action.h
1351         * src/prefs_folder_column.c
1352         * src/prefs_folder_column.h
1353         * src/prefs_folder_item.c
1354         * src/prefs_folder_item.h
1355         * src/prefs_fonts.c
1356         * src/prefs_fonts.h
1357         * src/prefs_gtk.c
1358         * src/prefs_gtk.h
1359         * src/prefs_image_viewer.c
1360         * src/prefs_image_viewer.h
1361         * src/prefs_logging.c
1362         * src/prefs_logging.h
1363         * src/prefs_matcher.c
1364         * src/prefs_matcher.h
1365         * src/prefs_message.c
1366         * src/prefs_message.h
1367         * src/prefs_msg_colors.c
1368         * src/prefs_msg_colors.h
1369         * src/prefs_other.c
1370         * src/prefs_other.h
1371         * src/prefs_quote.c
1372         * src/prefs_quote.h
1373         * src/prefs_receive.c
1374         * src/prefs_receive.h
1375         * src/prefs_send.c
1376         * src/prefs_send.h
1377         * src/prefs_spelling.c
1378         * src/prefs_spelling.h
1379         * src/prefs_summaries.c
1380         * src/prefs_summaries.h
1381         * src/prefs_summary_column.c
1382         * src/prefs_summary_column.h
1383         * src/prefs_summary_open.c
1384         * src/prefs_summary_open.h
1385         * src/prefs_template.c
1386         * src/prefs_template.h
1387         * src/prefs_themes.c
1388         * src/prefs_themes.h
1389         * src/prefs_toolbar.c
1390         * src/prefs_toolbar.h
1391         * src/prefs_wrapping.c
1392         * src/prefs_wrapping.h
1393         * src/privacy.c
1394         * src/privacy.h
1395         * src/procheader.c
1396         * src/procheader.h
1397         * src/procmime.c
1398         * src/procmime.h
1399         * src/procmsg.c
1400         * src/procmsg.h
1401         * src/quote_fmt.c
1402         * src/quote_fmt_lex.l
1403         * src/quote_fmt_parse.y
1404         * src/recv.c
1405         * src/recv.h
1406         * src/remotefolder.c
1407         * src/remotefolder.h
1408         * src/send_message.c
1409         * src/send_message.h
1410         * src/setup.c
1411         * src/setup.h
1412         * src/simple-gettext.c
1413         * src/sourcewindow.c
1414         * src/sourcewindow.h
1415         * src/ssl_manager.c
1416         * src/ssl_manager.h
1417         * src/statusbar.c
1418         * src/statusbar.h
1419         * src/stock_pixmap.c
1420         * src/stock_pixmap.h
1421         * src/summary_search.c
1422         * src/summary_search.h
1423         * src/summaryview.c
1424         * src/summaryview.h
1425         * src/textview.c
1426         * src/textview.h
1427         * src/toolbar.c
1428         * src/toolbar.h
1429         * src/undo.c
1430         * src/undo.h
1431         * src/unmime.c
1432         * src/unmime.h
1433         * src/uri_opener.c
1434         * src/uri_opener.h
1435         * src/vcard.c
1436         * src/vcard.h
1437         * src/wizard.c
1438         * src/wizard.h
1439         * src/common/base64.c
1440         * src/common/base64.h
1441         * src/common/claws.c
1442         * src/common/claws.h
1443         * src/common/defs.h
1444         * src/common/fnmatch.c
1445         * src/common/fnmatch.h
1446         * src/common/fnmatch_loop.c
1447         * src/common/hooks.c
1448         * src/common/hooks.h
1449         * src/common/log.c
1450         * src/common/log.h
1451         * src/common/md5.c
1452         * src/common/md5.h
1453         * src/common/mgutils.c
1454         * src/common/mgutils.h
1455         * src/common/nntp.c
1456         * src/common/nntp.h
1457         * src/common/passcrypt.c
1458         * src/common/passcrypt.h.in
1459         * src/common/plugin.c
1460         * src/common/plugin.h
1461         * src/common/prefs.c
1462         * src/common/prefs.h
1463         * src/common/progressindicator.c
1464         * src/common/progressindicator.h
1465         * src/common/quoted-printable.c
1466         * src/common/quoted-printable.h
1467         * src/common/session.c
1468         * src/common/session.h
1469         * src/common/smtp.c
1470         * src/common/smtp.h
1471         * src/common/socket.c
1472         * src/common/socket.h
1473         * src/common/ssl.c
1474         * src/common/ssl.h
1475         * src/common/ssl_certificate.c
1476         * src/common/ssl_certificate.h
1477         * src/common/string_match.c
1478         * src/common/string_match.h
1479         * src/common/stringtable.c
1480         * src/common/stringtable.h
1481         * src/common/tags.c
1482         * src/common/tags.h
1483         * src/common/template.c
1484         * src/common/template.h
1485         * src/common/timing.h
1486         * src/common/utils.c
1487         * src/common/utils.h
1488         * src/common/uuencode.c
1489         * src/common/uuencode.h
1490         * src/common/version.h.in
1491         * src/common/w32_dirent.c
1492         * src/common/w32_reg.c
1493         * src/common/w32_signal.c
1494         * src/common/w32_stat.c
1495         * src/common/w32_stdlib.c
1496         * src/common/w32_string.c
1497         * src/common/w32_time.c
1498         * src/common/w32_unistd.c
1499         * src/common/w32_wait.c
1500         * src/common/w32lib.h
1501         * src/common/xml.c
1502         * src/common/xml.h
1503         * src/common/xmlprops.c
1504         * src/common/xmlprops.h
1505         * src/etpan/etpan-errors.h
1506         * src/etpan/etpan-thread-manager-types.h
1507         * src/etpan/etpan-thread-manager.c
1508         * src/etpan/etpan-thread-manager.h
1509         * src/etpan/imap-thread.c
1510         * src/etpan/imap-thread.h
1511         * src/gtk/about.c
1512         * src/gtk/about.h
1513         * src/gtk/colorlabel.c
1514         * src/gtk/colorlabel.h
1515         * src/gtk/colorsel.c
1516         * src/gtk/colorsel.h
1517         * src/gtk/combobox.c
1518         * src/gtk/combobox.h
1519         * src/gtk/description_window.c
1520         * src/gtk/description_window.h
1521         * src/gtk/filesel.c
1522         * src/gtk/filesel.h
1523         * src/gtk/foldersort.c
1524         * src/gtk/foldersort.h
1525         * src/gtk/gtkaspell.c
1526         * src/gtk/gtkaspell.h
1527         * src/gtk/gtksctree.c
1528         * src/gtk/gtkshruler.c
1529         * src/gtk/gtkshruler.h
1530         * src/gtk/gtksourceprintjob.c
1531         * src/gtk/gtksourceprintjob.h
1532         * src/gtk/gtkutils.c
1533         * src/gtk/gtkutils.h
1534         * src/gtk/gtkvscrollbutton.c
1535         * src/gtk/gtkvscrollbutton.h
1536         * src/gtk/icon_legend.c
1537         * src/gtk/icon_legend.h
1538         * src/gtk/inputdialog.c
1539         * src/gtk/inputdialog.h
1540         * src/gtk/logwindow.c
1541         * src/gtk/logwindow.h
1542         * src/gtk/manage_window.c
1543         * src/gtk/manage_window.h
1544         * src/gtk/menu.c
1545         * src/gtk/menu.h
1546         * src/gtk/pluginwindow.c
1547         * src/gtk/pluginwindow.h
1548         * src/gtk/prefswindow.c
1549         * src/gtk/prefswindow.h
1550         * src/gtk/progressdialog.c
1551         * src/gtk/progressdialog.h
1552         * src/gtk/quicksearch.c
1553         * src/gtk/quicksearch.h
1554         * src/gtk/sslcertwindow.c
1555         * src/gtk/sslcertwindow.h
1556         * src/plugins/bogofilter/bogofilter.c
1557         * src/plugins/bogofilter/bogofilter.h
1558         * src/plugins/bogofilter/bogofilter_gtk.c
1559         * src/plugins/clamav/clamav_plugin.c
1560         * src/plugins/clamav/clamav_plugin.h
1561         * src/plugins/clamav/clamav_plugin_gtk.c
1562         * src/plugins/demo/demo.c
1563         * src/plugins/dillo_viewer/dillo_prefs.c
1564         * src/plugins/dillo_viewer/dillo_prefs.h
1565         * src/plugins/dillo_viewer/dillo_viewer.c
1566         * src/plugins/pgpcore/passphrase.c
1567         * src/plugins/pgpcore/passphrase.h
1568         * src/plugins/pgpcore/pgp_viewer.c
1569         * src/plugins/pgpcore/pgp_viewer.h
1570         * src/plugins/pgpcore/plugin.c
1571         * src/plugins/pgpcore/prefs_gpg.c
1572         * src/plugins/pgpcore/prefs_gpg.h
1573         * src/plugins/pgpcore/select-keys.c
1574         * src/plugins/pgpcore/select-keys.h
1575         * src/plugins/pgpcore/sgpgme.c
1576         * src/plugins/pgpcore/sgpgme.h
1577         * src/plugins/pgpinline/pgpinline.c
1578         * src/plugins/pgpinline/pgpinline.h
1579         * src/plugins/pgpinline/plugin.c
1580         * src/plugins/pgpmime/pgpmime.c
1581         * src/plugins/pgpmime/pgpmime.h
1582         * src/plugins/pgpmime/plugin.c
1583         * src/plugins/spamassassin/spamassassin.c
1584         * src/plugins/spamassassin/spamassassin.h
1585         * src/plugins/spamassassin/spamassassin_gtk.c
1586         * src/plugins/trayicon/trayicon.c
1587         * src/plugins/trayicon/trayicon_prefs.c
1588         * src/plugins/trayicon/trayicon_prefs.h
1589         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1590         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1591         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1592         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1593         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1594         * tools/OOo2claws-mail.pl
1595         * tools/README.sylprint
1596         * tools/acroread2claws-mail.pl
1597         * tools/claws-mail-compose-insert-files.pl
1598         * tools/convert_mbox.pl
1599         * tools/filter_conv.pl
1600         * tools/filter_conv_new.pl
1601         * tools/fix_date.sh
1602         * tools/freshmeat_search.pl
1603         * tools/google_search.pl
1604         * tools/kmail-mailbox2claws-mail.pl
1605         * tools/kmail2claws-mail.pl
1606         * tools/kmail2claws-mail_v2.pl
1607         * tools/mairix.sh
1608         * tools/make.themes.project
1609         * tools/multiwebsearch.pl
1610         * tools/nautilus2claws-mail.sh
1611         * tools/outlook2claws-mail.pl
1612         * tools/textviewer.sh
1613         * tools/thunderbird-filters-convertor.pl
1614         * tools/update-po
1615         * tools/uuooffice
1616         * tools/vcard2xml.py
1617         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1618                 Upgrade to GPLv3 or later.
1619
1620 2007-07-10 [wwp]        2.10.0cvs15
1621
1622         * src/main.c
1623                 Fix re-opening of all composing messages that were
1624                 opened when closing the previous instance, thanks
1625                 to Colin.
1626
1627 2007-07-10 [paul]       2.10.0cvs14
1628
1629         * src/editaddress_other_attributes_ldap.c
1630         * src/ldapupdate.c
1631                 fix crash on selecting 'other attributes' combo
1632                 for either a new entry or an old entry with no
1633                 existing attributes.
1634                 fix bug on editing multiple attributes which
1635                 resulted them all having the value of the last
1636                 one changed.
1637                 Thanks to Colin
1638
1639 2007-07-10 [colin]      2.10.0cvs13
1640
1641         * src/editaddress.c
1642         * src/editaddress_other_attributes_ldap.h
1643         * src/ldapupdate.c
1644                 Fix --disable-ldap build
1645
1646 2007-07-09 [colin]      2.10.0cvs12
1647
1648         * src/Makefile.am
1649         * src/addritem.c
1650         * src/addritem.h
1651         * src/editaddress.c
1652         * src/editaddress_other_attributes_ldap.c
1653         * src/editaddress_other_attributes_ldap.h
1654         * src/editldap.c
1655         * src/ldapctrl.c
1656         * src/ldapctrl.h
1657         * src/ldapupdate.c
1658                 Add capability to edit all inetOrgPerson
1659                 attributes on LDAP. Patch by Michael 
1660                 Rasmussen
1661
1662 2007-07-09 [colin]      2.10.0cvs11
1663
1664         * src/Makefile.am
1665         * src/exporthtml.c
1666         * src/mbox.c
1667         * src/msgcache.c
1668         * src/prefs_summaries.c
1669         * src/prefs_themes.c
1670         * src/procheader.c
1671         * src/common/Makefile.am
1672         * src/common/log.c
1673         * src/common/timing.h
1674         * src/common/utils.c
1675         * src/common/utils.h
1676         * src/common/w32_account.c
1677         * src/common/w32lib.h
1678         * src/gtk/Makefile.am
1679         * src/gtk/colorlabel.c
1680         * src/plugins/pgpcore/Makefile.am
1681         * src/plugins/pgpcore/claws.def
1682         * src/plugins/pgpcore/passphrase.c
1683         * src/plugins/pgpcore/pgp_viewer.c
1684         * src/plugins/pgpcore/plugin.def
1685         * src/plugins/pgpcore/sgpgme.c
1686         * src/plugins/pgpinline/Makefile.am
1687         * src/plugins/pgpinline/claws.def
1688         * src/plugins/pgpinline/mypgpcore.def
1689         * src/plugins/pgpinline/plugin.def
1690         * src/plugins/pgpmime/Makefile.am
1691         * src/plugins/pgpmime/claws.def
1692         * src/plugins/pgpmime/mypgpcore.def
1693         * src/plugins/pgpmime/plugin.def
1694                 Commit win32 patch, from Werner Koch and
1695                 Marcus Brinkmann
1696
1697 2007-07-09 [colin]      2.10.0cvs10
1698
1699         * src/prefs_toolbar.c
1700                 Fix crash when no actions exist
1701
1702 2007-07-07 [paul]       2.10.0cvs9
1703
1704         * COPYING
1705         * manual/claws-mail-manual.xml
1706                 update copyright year
1707         * po/fi.po
1708                 updated by Flammie Pirinen
1709
1710 2007-07-05 [wwp]        2.10.0cvs8
1711
1712         * src/plugins/clamav/clamav_plugin_gtk.c
1713                 Make vertical spacing like in other plugin prefs pages.
1714
1715 2007-07-05 [wwp]        2.10.0cvs7
1716
1717         * src/quote_fmt.c
1718                 It's %am that works, not %ae (this doc incoherence has been
1719                 introduced with 2.9.2cvs13).
1720
1721 2007-07-04 [wwp]        2.10.0cvs6
1722
1723         * src/plugins/bogofilter/bogofilter.c
1724                 Gettext-ize an occurrence of "Any" that wasn't.
1725
1726 2007-07-04 [colin]      2.10.0cvs5
1727
1728         * po/POTFILES.in
1729                 Fix untranslated strings; thanks
1730                 to Pader Rezso.
1731
1732 2007-07-03 [colin]      2.10.0cvs4
1733
1734         * src/folder.c
1735         * src/mainwindow.c
1736                 Fix saving of sort mode for tags and
1737                 thread date. Thanks to Pierre Ossman.
1738                 Completes fix for bug 1233
1739
1740 2007-07-03 [paul]       2.10.0cvs3
1741
1742         * src/compose.c
1743                 fix auto-save
1744         * src/summaryview.c
1745                 fix build warnings
1746         Thanks to Colin
1747
1748 2007-07-02 [colin]      2.10.0cvs2
1749
1750         * src/folder.h
1751         * src/mainwindow.c
1752         * src/procmsg.h
1753         * src/summaryview.c
1754                 Add View/Sort/by Thread date
1755                 Fixes bug 1233, 'Capability to sort 
1756                 threads by most recent message'
1757                 Based on a patch by Paul Rolland
1758
1759 2007-07-02 [colin]      2.10.0cvs1
1760
1761         * src/Makefile.am
1762         * src/compose.c
1763         * src/edittags.c
1764         * src/edittags.h
1765         * src/filtering.c
1766         * src/folder.c
1767         * src/folder.h
1768         * src/headerview.c
1769         * src/headerview.h
1770         * src/main.c
1771         * src/mainwindow.c
1772         * src/mainwindow.h
1773         * src/manual.h
1774         * src/matcher.c
1775         * src/matcher.h
1776         * src/matcher_parser_parse.y
1777         * src/mimeview.c
1778         * src/msgcache.c
1779         * src/msgcache.h
1780         * src/prefs_common.c
1781         * src/prefs_common.h
1782         * src/prefs_filtering_action.c
1783         * src/prefs_matcher.c
1784         * src/prefs_summary_column.c
1785         * src/procmsg.c
1786         * src/procmsg.h
1787         * src/quote_fmt.c
1788         * src/quote_fmt_lex.l
1789         * src/quote_fmt_parse.y
1790         * src/summaryview.c
1791         * src/summaryview.h
1792         * src/textview.c
1793         * src/common/Makefile.am
1794         * src/common/defs.h
1795         * src/common/tags.c
1796         * src/common/tags.h
1797         * src/gtk/quicksearch.c
1798         * src/gtk/quicksearch.h
1799                 Add Tags implementation. Tags are arbitrary labels
1800                 that can be applied to messages. It is possible 
1801                 to create, edit, remove tags; apply them to mails;
1802                 filter on tags or tag presence; apply or unset
1803                 tags via filtering actions; reference tags in
1804                 reply templates.
1805
1806 2007-07-02 [paul]       2.10.0
1807
1808         * NEWS
1809         * README
1810         * RELEASE_NOTES
1811                 2.10.0 released
1812
1813 2007-07-02 [paul]       2.9.2cvs78
1814
1815         * po/de.po
1816         * po/en_GB.po
1817         * po/es.po
1818         * po/fr.po
1819         * po/hu.po
1820         * po/pt_BR.po
1821         * po/ru.po
1822         * po/zh_CN.po
1823                 updated by Stephan Sachse, me, Ricardo Mones
1824                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1825                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1826
1827 2007-07-02 [paul]       2.9.2cvs77
1828
1829         * AUTHORS
1830                 updated
1831
1832 2007-06-29 [wwp]        2.9.2cvs76
1833
1834         * src/gtk/headers.h
1835                 Fix a typo (thanks to Ricardo for finding this out).
1836
1837 2007-06-28 [paul]       2.9.2cvs75
1838
1839         * src/folderview.c
1840                 fix build warnings
1841
1842 2007-06-28 [paul]       2.9.2cvs74
1843
1844         * tools/Makefile.am
1845                 fix bug in the autotools build system.
1846                 Files cataloged under EXTRA_DIST were never
1847                 automatically copied to the build tree.
1848                 (fix 'make distcheck')
1849                 Patch by Michael Rasmussen.
1850
1851 2007-06-24 [colin]      2.9.2cvs73
1852
1853         * src/news_gtk.c
1854                 Fix bug 1249, 'Error handling for 
1855                 news errors needs modification'
1856                 Only popup error if the according
1857                 pref in Prefs/Receive is set.
1858
1859 2007-06-21 [colin]      2.9.2cvs72
1860
1861         * src/common/plugin.c
1862         * src/common/plugin.h
1863                 Change plugin API to know whether it's safe to 
1864                 unload plugins or whether we should just hide
1865                 them. Fixes bug 1248, 'Core dumps after 
1866                 unloading plugin and clicking on load plugins'
1867         * src/plugins/bogofilter/bogofilter.c
1868         * src/plugins/clamav/clamav_plugin.c
1869         * src/plugins/demo/demo.c
1870         * src/plugins/dillo_viewer/dillo_viewer.c
1871         * src/plugins/pgpcore/plugin.c
1872         * src/plugins/pgpinline/plugin.c
1873         * src/plugins/pgpmime/plugin.c
1874         * src/plugins/spamassassin/spamassassin.c
1875         * src/plugins/trayicon/trayicon.c
1876                 Update API
1877
1878 2007-06-19 [colin]      2.9.2cvs71
1879
1880         * src/compose.c
1881         * src/messageview.c
1882                 Fix crash mentioned in bug 1246
1883                 Race condition when automatically drafting
1884                 due to insertion on reedit.
1885
1886 2007-06-18 [wwp]        2.9.2cvs70
1887
1888         * src/importldif.c
1889                 LDIF import: use a "Proceed" button to complete
1890                 the process.
1891
1892 2007-06-18 [paul]       2.9.2cvs69
1893
1894         * configure.ac
1895                 use pkgconfig to check for gtk and glib
1896
1897 2007-06-17 [wwp]        2.9.2cvs68
1898
1899         * src/ldif.c
1900         * src/importldif.c
1901                 LDIF import: better error handling, minor code
1902                 and UI cleanup, and renamed the Save button
1903                 to Close, as imported stuff is already saved
1904                 when the Save button is shown.
1905
1906 2007-06-17 [colin]      2.9.2cvs67
1907
1908         * src/prefs_summaries.c
1909         * src/procmsg.c
1910                 Don't set as read when forwarded, only replied to
1911
1912 2007-06-17 [paul]       2.9.2cvs66
1913
1914         * src/alertpanel.c
1915                 add missing #include
1916
1917 2007-06-16 [colin]      2.9.2cvs65
1918
1919         * src/prefs_summaries.c
1920         * src/procmsg.c
1921                 Change the pref "Only mark as read when opened
1922                 in new window" to "..., replied to or forwarded".
1923                 Based on a patch by Paul Rolland.
1924
1925 2007-06-16 [paul]       2.9.2cvs64
1926
1927         * src/gtk/authors.h
1928                 alphabetical order! :)
1929
1930 2007-06-16 [colin]      2.9.2cvs63
1931
1932         * AUTHORS
1933         * src/gtk/authors.h
1934                 Add Michael Rasmussen in authors list
1935
1936 2007-06-16 [colin]      2.9.2cvs62
1937
1938         * src/messageview.c
1939                 Fix messageview_copy_clipboard to take advantage
1940                 of plugins' get_selection.
1941
1942 2007-06-15 [colin]      2.9.2cvs61
1943
1944         * src/action.c
1945         * src/addr_compl.c
1946         * src/addressbook.c
1947         * src/folderview.c
1948         * src/message_search.c
1949         * src/mimeview.c
1950         * src/summary_search.c
1951         * src/summaryview.c
1952         * src/textview.c
1953                 Allow GDK_KP_Enter to do the same as GDK_Return
1954                 Patch by Michael Rasmussen
1955
1956 2007-06-15 [paul]       2.9.2cvs60
1957
1958         * src/compose.c
1959                 fix bug when closing a compose window
1960                 during autosave
1961
1962 2007-06-14 [paul]       2.9.2cvs59
1963
1964         * src/main.c
1965         * src/common/defs.h
1966                 migrate sylpheed config
1967
1968 2007-06-14 [wwp]        2.9.2cvs58
1969
1970         * src/gtk/pluginwindow.c
1971                 Yet another attempt to fix sizing/alignment of the
1972                 button bar in plugins window.
1973
1974 2007-06-12 [colin]      2.9.2cvs57
1975
1976         * po/POTFILES.in
1977         * src/Makefile.am
1978         * src/folderview.c
1979         * src/prefs_common.c
1980         * src/prefs_common.h
1981         * src/prefs_summaries.c
1982         * src/prefs_summary_open.c
1983         * src/prefs_summary_open.h
1984         * src/summaryview.c
1985                 Make "when entering a folder" actions more personalisable
1986
1987 2007-06-12 [wwp]        2.9.2cvs56
1988
1989         * tools/README
1990                 Use short description from Paul (mairix.sh).
1991
1992 2007-06-12 [wwp]        2.9.2cvs55
1993
1994         * tools/README
1995                 Updated info about mairix.sh.
1996
1997 2007-06-11 [paul]       2.9.2cvs54
1998
1999         * src/prefs_logging.c
2000                 rework log window length widgets
2001                 and some sensitivity fixes
2002
2003 2007-06-11 [paul]       2.9.2cvs53
2004
2005         * src/mainwindow.c
2006         * src/prefs_logging.c
2007                 rename 'Protocol Log' to 'Network Log'
2008                 and some function renaming
2009
2010 2007-06-10 [wwp]        2.9.2cvs52
2011
2012         * src/gtk/pluginwindow.c
2013                 Revert 2.9.2cvs51.
2014
2015 2007-06-10 [wwp]        2.9.2cvs51
2016
2017         * src/gtk/pluginwindow.c
2018                 Fix button bar in plugin window, was centered and not
2019                 behaving like other dialogs w/ such button bar.
2020
2021 2007-06-08 [wwp]        2.9.2cvs50
2022
2023         * src/compose.c
2024         * src/compose.h
2025         * src/main.c
2026         * src/mainwindow.c
2027         * src/mainwindow.h
2028                 Provide a way out of automatic draft saving on IMAP, when
2029                 exiting offline.
2030                 Prevent drafting while sending and quitting while sending.
2031                 Thanks for Colin.
2032
2033
2034
2035 2007-06-08 [wwp]        2.9.2cvs49
2036
2037         * src/prefs_account.c
2038         * src/gtk/prefswindow.c
2039         * src/gtk/prefswindow.h
2040                 Activate the Basic page when opening account prefs.
2041
2042 2007-06-08 [wwp]        2.9.2cvs48
2043
2044         * src/common/socket.c
2045                 Don't crash if fork() fails, thanks to Colin.
2046
2047 2007-06-08 [wwp]        2.9.2cvs47
2048
2049         * src/gtk/prefswindow.c
2050                 Wrap some long lines, and reset horizontal scroller's adjusment
2051                 (this was already done, vertically), when changing tab (not page)
2052                 in prefs windows.
2053
2054 2007-06-08 [paul]       2.9.2cvs46
2055
2056         * src/common/utils.c
2057                 use gethostname() instead of uname()
2058                 based on a patch by Michael Hughes
2059                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2060
2061 2007-06-07 [wwp]        2.9.2cvs45
2062
2063         * src/prefs_common.c
2064                 Fix some useless warnings, thanks to Colin.
2065
2066 2007-06-06 [colin]      2.9.2cvs44
2067
2068         * src/ldapupdate.c
2069                 Fix strange allocations. 
2070
2071 2007-06-06 [colin]      2.9.2cvs43
2072
2073         * src/ldapupdate.c
2074                 Patch by Michael Rasmussus to help
2075                 bug 1232
2076
2077 2007-06-05 [wwp]        2.9.2cvs42
2078
2079         * src/prefs_account.c
2080         * src/prefs_folder_item.c
2081         * src/prefs_quote.c
2082         * src/quote_fmt.c
2083         * src/quote_fmt.h
2084                 Per-folder templates can now be applied recursively.
2085                 Always save per-folder templates (formats were erroneously
2086                 saved only if they were enabled).
2087                 Check for validity of quotation marks everywhere there
2088                 are defined.
2089
2090 2007-06-05 [wwp]        2.9.2cvs41
2091
2092         * src/inc.c
2093                 Fix incoming messages from local accounts always getting filtered
2094                 (even if the account prefs say don't), thanks to Colin.
2095
2096 2007-06-05 [wwp]        2.9.2cvs40
2097
2098         * src/compose.c
2099         * src/compose.h
2100                 Use per-folder/per-account quote chars when applying a
2101                 template or inserting text as well. Const'ify some
2102                 vars more.
2103
2104 2007-06-04 [colin]      2.9.2cvs39
2105
2106         * src/compose.c
2107                 More work for wwp :)
2108
2109 2007-06-04 [wwp]        2.9.2cvs38
2110
2111         * src/compose.c
2112                 Same as 2.9.2cvs36 but for forwarding.
2113
2114 2007-06-04 [colin]      2.9.2cvs37
2115
2116         * src/compose.c
2117                 Use original mail file for forward/redirect
2118                 Fixes some forwarded mails to be attached as
2119                 application/octet-stream (when they have binary
2120                 parts), and incidentally fixes bug 848
2121                 'Redirect breaks GnuPG'
2122
2123 2007-06-04 [wwp]        2.9.2cvs36
2124
2125         * src/compose.c
2126                 Fix quote mark mis-initialisation when replying/forwarding
2127                 (introduced w/ 2.9.2cvs20).
2128
2129 2007-06-04 [wwp]        2.9.2cvs35
2130
2131         * src/prefs_compose_writing.c
2132         * src/prefs_quote.c
2133                 Fix a bug where Quotation characters (prefs/compose/writing)
2134                 was cleared (introduced w/ 2.9.2cvs26).
2135
2136 2007-06-04 [wwp]        2.9.2cvs34
2137
2138         * src/prefs_account.c
2139         * src/prefs_account.h
2140                 Better fix for compiling w/o aspell (rollbacks
2141                 2.9.2cvs31).
2142
2143 2007-06-04 [wwp]        2.9.2cvs33
2144
2145         * src/account.c
2146         * src/prefs_account.c
2147         * src/prefs_account.h
2148         * src/procmsg.c
2149                 It's now possible to disable mail filtering plugins
2150                 on a per-account basis.
2151
2152 2007-06-04 [wwp]        2.9.2cvs32
2153
2154         * src/procheader.c
2155         * src/common/utils.c
2156         * src/common/utils.h
2157                 Support CRLF in headers part of messages.
2158                 Support few more date formats (RFC3339 subsets).
2159
2160 2007-06-04 [wwp]        2.9.2cvs31
2161
2162         * src/prefs_account.c
2163                 Fix compiling w/o aspell support.
2164
2165 2007-06-03 [wwp]        2.9.2cvs30
2166
2167         * src/prefs_gtk.c
2168                 Don't decode leading ENV_ and ~ in P_PASSWORD
2169                 values.
2170
2171 2007-06-03 [wwp]        2.9.2cvs29
2172
2173         * src/prefs_gtk.c
2174                 Don't decode leading ENV_ and ~ in P_PASSWORD
2175                 values.
2176
2177 2007-06-03 [wwp]        2.9.2cvs28
2178
2179         * src/prefs_account.c
2180         * src/gtk/prefswindow.c
2181         * src/gtk/prefswindow.h
2182                 Added a way to force preloading of all pages
2183                 (prefswindow).
2184                 Moved tabs to pages in account prefs.
2185
2186 2007-06-02 [colin]      2.9.2cvs27
2187
2188         * src/addressbook.c
2189                 Fix possible crash, fix ldap write bugs
2190         * src/ldapupdate.c
2191                 Fix ldap write bugs - patch by Michael
2192                 Rasmussen
2193         * src/alertpanel.c
2194         * src/alertpanel.h
2195                 Add a hook whenever alertpanel opens/closes
2196
2197 2007-05-31 [wwp]        2.9.2cvs26
2198
2199         * src/prefs_compose_writing.c
2200         * src/prefs_quote.c
2201                 Re-organized writing options a bit:
2202                  - renamed the Quoting page to Templates
2203                  - moved all composing templates to that page
2204                  - moved non-templates options to the Writing one,
2205                    grouped reply-related options, reordered reply and
2206                    forward options.
2207
2208 2007-05-31 [wwp]        2.9.2cvs25
2209
2210         * src/compose.c
2211                 Removed unused code.
2212
2213 2007-05-31 [colin]      2.9.2cvs24
2214
2215         * src/addressbook.c
2216                 Fix missing display name when modifying
2217                 LDAP. Patch by Michael Rasmussen
2218
2219 2007-05-31 [wwp]        2.9.2cvs23
2220
2221         * src/plugins/bogofilter/Makefile.am
2222         * src/plugins/clamav/Makefile.am
2223         * src/plugins/demo/Makefile.am
2224         * src/plugins/dillo_viewer/Makefile.am
2225         * src/plugins/spamassassin/Makefile.am
2226                 Fix building of those plugins in Mac OS X.
2227
2228 2007-05-30 [wwp]        2.9.2cvs22
2229
2230         * src/gtk/quicksearch.c
2231                 Fix missing initialization.
2232
2233 2007-05-30 [wwp]        2.9.2cvs21
2234
2235         * src/procheader.c
2236                 Revert accidental commit (debug outputs).
2237
2238 2007-05-30 [wwp]        2.9.2cvs20
2239
2240         * src/compose.c
2241         * src/folder_item_prefs.c
2242         * src/folder_item_prefs.h
2243         * src/prefs_account.c
2244         * src/prefs_account.h
2245         * src/prefs_folder_item.c
2246         * src/prefs_gtk.c
2247         * src/prefs_gtk.h
2248                 Implemented per-account and per-folder
2249                 compose/reply/forward formats.
2250
2251 2007-05-30 [wwp]        2.9.2cvs19
2252
2253         * src/prefs_compose_writing.c
2254         * src/prefs_quote.c
2255         * src/procheader.c
2256         * src/quote_fmt.c
2257         * src/quote_fmt.h
2258                 Internal API changes (factorize quote format
2259                 prefs and checks).
2260
2261 2007-05-30 [colin]      2.9.2cvs18
2262
2263         * src/compose.c
2264                 Fix race where it's possible to re-click Send
2265                 between end of SMTP session and end of "move to
2266                 sent folder" when sending an email with send
2267                 dialog enabled.
2268
2269 2007-05-30 [colin]      2.9.2cvs17
2270
2271         * src/crash.c
2272                 Ask for backtrace on all threads. Patch by
2273                 Pawel
2274         * src/folderview.c
2275                 Fix stale news statusbar when scanning fails.
2276                 Patch by Pawel
2277         * src/ldapupdate.c
2278                 Fix some LDAP write updates bugs. Patch
2279                 by Michael Rasmussen
2280
2281 2007-05-29 [colin]      2.9.2cvs16
2282
2283         * src/imap.c
2284                 Fix loss of local flags when moving mails
2285                 on IMAP in high-bandwidth mode (UID FETCH)
2286
2287 2007-05-25 [paul]       2.9.2cvs15
2288
2289         * src/common/socket.c
2290                 fix sometimes crasher on cancelling
2291                 message sending
2292
2293 2007-05-25 [colin]      2.9.2cvs14
2294
2295         * src/imap.c
2296                 Fix a memory leak
2297         * src/imap_gtk.c
2298                 Be more helpful in the subscription
2299                 message
2300
2301 2007-05-23 [wwp]        2.9.2cvs13
2302
2303         * src/compose.c
2304         * src/prefs_compose_writing.c
2305         * src/prefs_quote.c
2306         * src/prefs_template.c
2307         * src/prefs_template.h
2308         * src/quote_fmt.c
2309         * src/quote_fmt.h
2310         * src/quote_fmt_lex.l
2311         * src/quote_fmt_parse.y
2312                 Introduced new syntax elements (symbols and commands)
2313                 in templates/quote_fmt. Compatibility w/ old
2314                 symbols is kept.
2315                 Updated and reworked the corresponding Information
2316                 dialog.
2317                 Display the line number in dialogs that talk about
2318                 parser errors (in addition to the error message in
2319                 output).
2320
2321 2007-05-23 [wwp]        2.9.2cvs12
2322
2323         * src/quote_fmt_parse.y
2324                 Fix 2.9.2cvs11, probably a paste accident ;).
2325
2326 2007-05-23 [wwp]        2.9.2cvs11
2327
2328         * src/compose.c
2329         * src/prefs_template.c
2330         * src/quote_fmt.h
2331         * src/quote_fmt_parse.y
2332                 Fix 2.9.2cvs10, which broke --disable-aspell.
2333
2334 2007-05-22 [wwp]        2.9.2cvs10
2335
2336         * src/compose.c
2337         * src/prefs_template.c
2338         * src/quote_fmt.c
2339         * src/quote_fmt.h
2340         * src/quote_fmt_lex.l
2341         * src/quote_fmt_parse.y
2342         * src/gtk/gtkaspell.c
2343         * src/gtk/gtkaspell.h
2344                 Added template/quote format syntactical elements
2345                 to show and query:
2346                         - current dictionary
2347                           %T to show (shows empty if not set or not enabled),
2348                           ?T and !T to check if the default dictionary is
2349                           enabled and set
2350                         - current account's default dictionary
2351                           %aT to show (empty if not set or not enabled),
2352                           ?aT and !aT to check if it's enabled and set
2353                         - name completion for an address, from the address
2354                           book
2355                           %ABf, %ABt, %ABc respectively show the full name got
2356                           from the address book if From, To or Cc match a single
2357                           contact.
2358                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2359                           matches any contact and if the full name is non-empty.
2360                           If From, To or Cc are lists of email addresses, only
2361                           the first address will be checked.
2362                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2363                 that could show a trailing ','.
2364                 Also, template/quote_fmt parser now shows the line number in case
2365                 of parser error.
2366
2367 2007-05-15 [colin]      2.9.2cvs9
2368
2369         * src/main.c
2370         * src/main.h
2371                 Add a public function to know whether Claws
2372                 crashed last time
2373                 Store opened folder when exiting
2374         * src/folder.c
2375         * src/folder.h
2376                 Store last opened message in each FolderItem;
2377                 Reset last seen messages if Claws crashed, so 
2378                 that one can't go in an infinite crash in case 
2379                 a particular mail crashes Claws.
2380         * src/messageview.c
2381         * src/prefs_common.c
2382         * src/prefs_common.h
2383         * src/summaryview.c
2384         * src/prefs_summaries.c
2385                 Add "Select last opened message" when entering
2386                 a folder
2387                 Add "Select last opened folder" at startup.
2388
2389 2007-05-14 [colin]      2.9.2cvs8
2390
2391         * manual/xml2pdf
2392                 Fix bashism, search for xml catalog 
2393                 in /usr/local/share/xml/catalog too
2394                 Patch by Pawel
2395
2396 2007-05-13 [wwp]        2.9.2cvs7
2397
2398         * src/gtk/logwindow.c
2399                 fix raising log windows when they are either minimized or
2400                 in background.
2401
2402 2007-05-11 [colin]      2.9.2cvs6
2403
2404         * src/gtk/filesel.c
2405                 Use Hildon's file chooser on Maemo. Patch
2406                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2407                 'File attachment "manipulation" bugs...'
2408
2409 2007-05-10 [wwp]        2.9.2cvs5
2410
2411         * src/prefs_common.c
2412         * src/prefs_common.h
2413         * src/gtk/quicksearch.c
2414                 Add a quicksearch option to automatically run
2415                 a search selected from the history (this option
2416                 is exclusive towards type-ahead).
2417
2418 2007-05-10 [colin]      2.9.2cvs4
2419
2420         * src/imap.c
2421                 Fix g_warnings, thanks to Brian
2422                 Morrison
2423
2424 2007-05-09 [colin]      2.9.2cvs3
2425
2426         * src/crash.c
2427         * src/exporthtml.c
2428         * src/mbox.c
2429         * src/prefs_summaries.c
2430         * src/procheader.c
2431         * src/common/log.c
2432         * src/common/utils.c
2433         * src/gtk/gtksourceprintjob.c
2434         * src/gtk/sslcertwindow.c
2435                 Use the re-entrant variant of time functions
2436                 Probably fixes bug 1217, 'reentrancy problems 
2437                 with time functions'
2438
2439 2007-05-09 [colin]      2.9.2cvs2
2440
2441         * src/imap.c
2442                 Fix crasher when reconnection fails
2443
2444 2007-05-08 [paul]       2.9.2cvs1
2445
2446         * NEWS
2447         * README
2448         * RELEASE_NOTES
2449         * configure.ac
2450                 bump version number following
2451                 stable release
2452
2453 2007-05-08 [paul]       2.9.1cvs48
2454
2455         * src/plugins/demo/demo.c
2456         * src/plugins/dillo_viewer/dillo_prefs.c
2457         * src/plugins/dillo_viewer/dillo_prefs.h
2458         * src/plugins/dillo_viewer/dillo_viewer.c
2459         * src/plugins/pgpcore/pgp_viewer.c
2460         * src/plugins/pgpcore/pgp_viewer.h
2461         * src/plugins/pgpcore/plugin.c
2462         * src/plugins/pgpcore/prefs_gpg.c
2463         * src/plugins/pgpcore/prefs_gpg.h
2464         * src/plugins/pgpcore/sgpgme.c
2465         * src/plugins/pgpcore/sgpgme.h
2466         * src/plugins/pgpinline/plugin.c
2467         * src/plugins/pgpmime/pgpmime.c
2468         * src/plugins/pgpmime/pgpmime.h
2469         * src/plugins/pgpmime/plugin.c
2470         * src/plugins/spamassassin/spamassassin.c
2471         * src/plugins/spamassassin/spamassassin.h
2472         * src/plugins/spamassassin/spamassassin_gtk.c
2473         * src/plugins/trayicon/README
2474         * tools/README
2475         * tools/README.sylprint
2476         * tools/outlook2claws-mail.pl
2477         * tools/sylprint.pl
2478         * tools/tb2claws-mail
2479         * tools/tbird2claws.py
2480         * tools/update-po
2481         * tools/vcard2xml.py
2482         * tools/kdeservicemenu/README
2483                 cleanups and corrections
2484
2485 2007-05-06 [wwp]        2.9.1cvs47
2486
2487         * tools/uudec
2488                 Fix missing dash to `display` command-line, reported
2489                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2490
2491 2007-05-06 [colin]      2.9.1cvs46
2492
2493         * src/Makefile.am
2494         * src/stock_pixmap.c
2495         * src/stock_pixmap.h
2496         * src/pixmaps/printer.xpm
2497                 Add a printer icon
2498
2499 2007-05-06 [paul]       2.9.1cvs45
2500
2501         * src/compose.c
2502         * src/ldapquery.c
2503         * src/privacy.h
2504         * src/summary_search.c
2505         * src/summaryview.c
2506                 fix build warnings
2507
2508 2007-05-05 [wwp]        2.9.1cvs44
2509
2510         * src/messageview.c
2511         * src/mh.c
2512         * src/prefs_actions.c
2513         * src/prefs_gtk.c
2514         * src/summaryview.c
2515         * src/common/xml.c
2516                 Fix "faild" typos everywhere and capitalization of
2517                 some g_warnings.
2518
2519 2007-05-04 [colin]      2.9.1cvs43
2520
2521         * src/compose.c
2522         * src/privacy.c
2523         * src/privacy.h
2524         * src/plugins/pgpcore/prefs_gpg.c
2525         * src/plugins/pgpcore/prefs_gpg.h
2526         * src/plugins/pgpinline/pgpinline.c
2527         * src/plugins/pgpmime/pgpmime.c
2528                 Add an API to warn about encryption limits,
2529                 and allow to disable these warnings
2530
2531 2007-05-03 [colin]      2.9.1cvs42
2532
2533         * src/summaryview.c
2534         * src/mainwindow.c
2535                 Fix bug 1213, 'Delete more than 
2536                 one thread at once'
2537
2538 2007-05-03 [wwp]        2.9.1cvs41
2539
2540         * src/prefs_common.c
2541         * src/prefs_filtering.c
2542         * src/prefs_template.c
2543         * src/common/template.c
2544         * src/common/template.h
2545         * src/gtk/gtkutils.c
2546         * src/gtk/gtkutils.h
2547                 Templates are no longer automatically sorted
2548                 by name, but can be sorted manually using
2549                 |< < > >| buttons as well as drag'n'drop.
2550
2551 2007-05-03 [wwp]        2.9.1cvs40
2552
2553         * src/plugins/spamassassin/spamassassin.c
2554         * src/plugins/spamassassin/spamassassin.h
2555         * src/plugins/spamassassin/spamassassin_gtk.c
2556         * src/plugins/bogofilter/bogofilter.c
2557         * src/plugins/bogofilter/bogofilter.h
2558         * src/plugins/bogofilter/bogofilter_gtk.c
2559                 Added an option to conditionally mark saved spam
2560                 as read (default is and was to do so).
2561                 Satisfies feature request 1708539 on sf.net tracker.
2562
2563 2007-05-03 [colin]      2.9.1cvs39
2564
2565         * src/inc.c
2566                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2567
2568 2007-05-02 [colin]      2.9.1cvs38
2569
2570         * src/textview.c
2571                 Fix bug 1209, 'Clicking on address 
2572                 in header (mailto uri) selects 
2573                 default account'. Patch adapted from
2574                 G.P. Halkes' patch.
2575
2576 2007-05-02 [colin]      2.9.1cvs37
2577
2578         * src/grouplistdialog.c
2579                 Set cursor to wait cursor while loading
2580                 groups.
2581
2582 2007-05-02 [paul]       2.9.1cvs36
2583
2584         * src/folder.c
2585         * src/common/defs.h
2586                 rename cache and mark files
2587                 (data is preserved)
2588
2589 2007-04-30 [paul]       2.9.1cvs35
2590
2591         * manual/glossary.xml
2592         * manual/plugins.xml
2593                 updates. Patch by Ricardo
2594
2595 2007-04-29 [wwp]        2.9.1cvs34
2596
2597         * src/mainwindow.c
2598         * configure.ac
2599                 Fix few grammatical errors (patch by David Relson < relson at
2600                 osagesoftware dot com >).
2601
2602 2007-04-28 [colin]      2.9.1cvs33
2603
2604         * src/account.c
2605         * src/pop.c
2606         * src/prefs_account.c
2607         * src/prefs_account.h
2608                 Drop the "Download all" preference. It's
2609                 stupidly useless and confuses people from
2610                 time to time.
2611
2612 2007-04-27 [wwp]        2.9.1cvs32
2613
2614         * src/account.c
2615         * src/prefs_account.c
2616         * src/prefs_account.h
2617                 Don't reflect accounts changes to the mainwindow when it's
2618                 not necessary.
2619
2620 2007-04-27 [colin]      2.9.1cvs31
2621
2622         * src/folder.c
2623                 Freeze/thaw when sync'ing flags
2624         * src/imap.c
2625         * src/prefs_account.c
2626         * src/prefs_account.h
2627         * src/etpan/imap-thread.c
2628         * src/etpan/imap-thread.h
2629                 Add a way to use UID FETCH instead
2630                 of searches to fetch message lists
2631                 and flags. More expensive towards
2632                 bandwidth, less expensive towards
2633                 server's CPU. Probably fixes 
2634                 bug 1158, 'Scanning new folders on 
2635                 Exchange 2007 extremely slow'.
2636                 Patch 95% by Hoa.
2637
2638 2007-04-27 [paul]       2.9.1cvs30
2639
2640         * src/mainwindow.c
2641         * src/prefs_logging.c
2642                 improvements to english usage
2643
2644 2007-04-27 [colin]      2.9.1cvs29
2645
2646         * src/imap.c
2647                 Fix build without libetpan (my bad!)
2648
2649 2007-04-26 [colin]      2.9.1cvs28
2650
2651         * src/imap.c
2652         * src/imap.h
2653                 Fix uselessly exported function
2654         * src/textview.c
2655                 Consider "- -- \n" as signature separator
2656                 (that's what signature separators look like
2657                  in PGP/Inline signed mails)
2658
2659 2007-04-26 [colin]      2.9.1cvs27
2660
2661         * configure.ac
2662                 libetpan-0.49 is now required
2663         * src/procmime.c
2664                 Fix double fetching of mails if
2665                 first try failed
2666         * src/imap.c
2667                 Make offline sync faster, by
2668                 remembering last change time, and
2669                 last sync time.
2670
2671 2007-04-26 [hoa]        2.9.1cvs26
2672
2673         * src/imap.c
2674         * src/imap.h
2675         * src/mainwindow.c
2676         * src/toolbar.c
2677         * src/etpan/imap-thread.c
2678         * src/etpan/imap-thread.h
2679                 cancellation of IMAP operations is now allowed.
2680                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2681
2682 2007-04-26 [colin]      2.9.1cvs25
2683
2684         * src/folder.c
2685                 Always fetch body+headers in folders that are
2686                 synched for offline use, if "Synchronise as
2687                 soon as possible" is set.
2688                 Fixes bug 1200, 'Add option to always retrieve full 
2689                 messages'
2690
2691 2007-04-25 [colin]      2.9.1cvs24
2692
2693         * src/compose.c
2694                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2695                 persists...'
2696
2697 2007-04-24 [colin]      2.9.1cvs23
2698
2699         * src/folderview.c
2700                 Fix bug 1195, 'Hardware key navigation' 
2701                 Make GDK_Enter toggle expansion (Maemo)
2702
2703 2007-04-24 [wwp]        2.9.1cvs22
2704
2705         * src/compose.c
2706                 Fix few compiler warnings.
2707
2708 2007-04-24 [paul]       2.9.1cvs21
2709
2710         * src/Makefile.am
2711         * src/stock_pixmap.c
2712         * src/stock_pixmap.h
2713                 complete last commit
2714
2715 2007-04-24 [paul]       2.9.1cvs20
2716
2717         * src/gtk/about.c
2718         * src/pixmaps/active.xpm
2719         * src/pixmaps/checkbox_off.xpm
2720         * src/pixmaps/checkbox_on.xpm
2721         * src/pixmaps/inactive.xpm
2722                 kick out the blobs
2723                 remove transparent border from checkbox icons
2724
2725 2007-04-24 [wwp]        2.9.1cvs19
2726
2727         * src/textview.c
2728         * src/textview.h
2729                 Fix a crash in textview, thanks to Colin.
2730
2731 2007-04-23 [wwp]        2.9.1cvs18
2732
2733         * src/prefs_common.c
2734                 Fix 2.9.1cvs5: no header was being translated at all.
2735
2736 2007-04-23 [colin]      2.9.1cvs17
2737
2738         * src/Makefile.am
2739         * src/stock_pixmap.c
2740         * src/stock_pixmap.h
2741         * src/summaryview.c
2742         * src/summaryview.h
2743         * src/gtk/gtksctree.c
2744         * src/gtk/gtksctree.h
2745         * src/pixmaps/selection.xpm
2746                 Fix bug 1193, 'Need a way to multi-select
2747                 items'. Add a toggle button to the summaryview
2748                 to switch between normal and multiple selection
2749                 (Maemo)
2750
2751 2007-04-23 [colin]      2.9.1cvs16
2752
2753         * src/Makefile.am
2754         * src/stock_pixmap.c
2755         * src/stock_pixmap.h
2756         * src/summaryview.c
2757         * src/summaryview.h
2758         * src/gtk/gtksctree.c
2759         * src/gtk/gtksctree.h
2760         * src/pixmaps/selection.xpm
2761                 Fix bug 1193, 'Need a way to multi-
2762                 select items'
2763                 Add a toggle button in the summaryview
2764                 to enable normal or multiple selection.
2765                 (Maemo)
2766
2767 2007-04-23 [colin]      2.9.1cvs15
2768
2769         * src/compose.c
2770                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2771
2772 2007-04-21 [colin]      2.9.1cvs14
2773
2774         * src/gtk/quicksearch.c
2775                 Fix previous commit (actually use correct
2776                 parameter)
2777
2778 2007-04-21 [colin]      2.9.1cvs13
2779
2780         * src/gtk/quicksearch.c
2781                 Fix changing quicksearch type (after Esc,
2782                 after changing Recursive, ...)
2783
2784 2007-04-20 [wwp]        2.9.1cvs12
2785
2786         * src/gtk/Makefile.am
2787                 Added headers.h (completes 2.9.1cvs5).
2788
2789 2007-04-20 [wwp]        2.9.1cvs11
2790
2791         * src/addressbook.c
2792                 Fix the use of display name in name column,
2793                 it has been overriden w/ the use of nickname
2794                 by 2.9.0cvs3. Now nickname is used (if any)
2795                 in case of LDAP books only.
2796
2797 2007-04-20 [colin]      2.9.1cvs10
2798
2799         * src/mimeview.c
2800         * src/summaryview.c
2801         * src/textview.c
2802                 Add handling of 'a' to loop in a mail's
2803                 mimeparts
2804
2805 2007-04-20 [colin]      2.9.1cvs9
2806
2807         * src/toolbar.c
2808                 Fix bug 1190, 'dir_open' button doesn't work'
2809                 (Maemo)
2810
2811 2007-04-20 [colin]      2.9.1cvs8
2812
2813         * src/folderview.c
2814         * src/mainwindow.c
2815                 Fix bug 1194, 'Hardware keys move from email 
2816                 list to account/directory list, but not back 
2817                 to email list...' (Maemo)
2818
2819 2007-04-20 [colin]      2.9.1cvs7
2820
2821         * src/compose.h
2822                 complete previous commit
2823
2824 2007-04-20 [colin]      2.9.1cvs6
2825
2826         * src/compose.c
2827                 Fix bug 1187, 'Reply-to addressee disappears 
2828                 when reply-to text box is clicked...' (Maemo)
2829
2830 2007-04-20 [wwp]        2.9.1cvs5
2831
2832         * po/POTFILES.in
2833         * src/addressbook.c
2834         * src/compose.c
2835         * src/filtering.c
2836         * src/headerview.c
2837         * src/matcher.c
2838         * src/prefs_common.c
2839         * src/prefs_common.h
2840         * src/prefs_display_header.c
2841         * src/prefs_matcher.c
2842         * src/summaryview.c
2843         * src/gtk/headers.h
2844         * src/gtk/quicksearch.c
2845                 Translate more header names according to the relevant option value,
2846                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2847                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2848                 to prefs_common_translated_header_name().
2849                 Added a headers.h reference file that contains known header names
2850                 (RFC2822 and others) to the translation process' input, so that
2851                 translated header names will still exist even if no occurrence of
2852                 _("headername") is found anymore in the sources.
2853                 Don't translate column name 'Number' following to trans_hdr option
2854                 value as it's not a header name.
2855
2856 2007-04-20 [colin]      2.9.1cvs4
2857
2858         * src/gtk/quicksearch.c
2859         * src/gtk/quicksearch.h
2860                 Add "From, To or Subject" quicksearch
2861                 type. Patch by ulfschaper@users.sf.net
2862
2863 2007-04-20 [colin]      2.9.1cvs3
2864
2865         * src/matcher.c
2866                 Implement proper references filtering condition.
2867                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2868
2869 2007-04-19 [wwp]        2.9.1cvs2
2870
2871         * src/prefs_display_header.c
2872         * src/message_search.c
2873                 Fix few warnings (g_free of const gchar*).
2874
2875 2007-04-19 [paul]       2.9.1cvs1
2876
2877         * NEWS
2878         * README
2879         * RELEASE_NOTES
2880         * configure.ac
2881                 bump version number following
2882                 stable release
2883
2884 2007-04-19 [paul]       2.9.0cvs9
2885
2886         * manual/advanced.xml
2887         * manual/glossary.xml
2888                 fix typos
2889
2890 2007-04-18 [paul]       2.9.0cvs8
2891
2892         * src/pop.c
2893                 fix for CVE-2007-1558 (APOP)
2894                 Thanks to Colin
2895
2896 2007-04-18 [paul]       2.9.0cvs7
2897
2898         * src/messageview.c
2899         * src/mimeview.c
2900         * src/summaryview.c
2901         * src/gtk/filesel.c
2902                 Fix encoding woes wrt saving of
2903                 mails and parts
2904                 Thanks to Colin
2905
2906 2007-04-18 [colin]      2.9.0cvs6
2907
2908         * src/gtk/pluginwindow.c
2909                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2910
2911 2007-04-17 [wwp]        2.9.0cvs5
2912
2913         * src/addressadd.c
2914         * src/addressbook.c
2915         * src/addrindex.c
2916         * src/ldapupdate.c
2917                 Fix --disable-ldap build,
2918                 fix some LDAP annoyances on 
2919                 searches, thanks to Colin.
2920
2921 2007-04-17 [wwp]        2.9.0cvs4
2922
2923         * src/ldapupdate.c
2924                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2925                 like gcc 2.9x. Thanks to Colin.
2926
2927 2007-04-17 [wwp]        2.9.0cvs3
2928
2929         * src/Makefile.am
2930         * src/addressadd.c
2931         * src/addressbook.c
2932         * src/addrindex.c
2933         * src/addritem.c
2934         * src/addritem.h
2935         * src/editaddress.c
2936         * src/ldapctrl.c
2937         * src/ldapctrl.h
2938         * src/ldapquery.c
2939         * src/ldapserver.c
2940         * src/ldapserver.h
2941         * src/ldapupdate.c
2942         * src/ldapupdate.h
2943                 Add LDAP write support. Patch mostly by 
2944                 Michael <mir at datanom dot net>
2945
2946 2007-04-17 [wwp]        2.9.0cvs2
2947
2948         * src/compose.c
2949                 Prepend "Add to address book" to the context menu of compose window's sender and
2950                 recipient fields.
2951
2952 2007-04-16 [paul]       2.9.0cvs1
2953
2954         * src/gtk/authors.h
2955                 add Pader Rezso
2956
2957 2007-04-16 [paul]       2.9.0
2958
2959         * NEWS
2960         * README
2961         * RELEASE_NOTES
2962                 2.9.0 released
2963
2964 2007-04-16 [paul]       2.8.1cvs102
2965
2966         * po/fr.po
2967                 updated by Fabien Vantard
2968
2969 2007-04-16 [paul]       2.8.1cvs101
2970
2971         * po/ca.po
2972         * po/cs.po
2973         * po/de.po
2974         * po/hu.po
2975         * po/pl.po
2976         * po/pt_BR.po
2977         * po/sr.po
2978         * po/zh_CN.po
2979                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2980                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2981                 Aleksandar Urosevic, and Ralgh Young
2982
2983 2007-04-15 [mones]      2.8.1cvs100
2984
2985         * po/es.po
2986                 Updated for release
2987
2988 2007-04-14 [colin]      2.8.1cvs99
2989
2990         * src/message_search.c
2991         * src/prefs_display_header.c
2992         * src/summary_search.c
2993         * src/gtk/combobox.c
2994                 Fix allocations
2995
2996 2007-04-14 [wwp]        2.8.1cvs98
2997
2998         * src/gtk/combobox.c
2999         * src/message_search.c
3000         * src/summary_search.c
3001         * src/prefs_display_header.c
3002                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3003                 returns NULL, get the text value directly from the GtkEntry child.
3004
3005 2007-04-13 [colin]      2.8.1cvs97
3006
3007         * src/gtk/quicksearch.c
3008                 Give the focus back to summaryview when
3009                 emptying the quicksearch with Esc
3010
3011 2007-04-13 [colin]      2.8.1cvs96
3012
3013         * src/message_search.c
3014         * src/prefs_display_header.c
3015         * src/summary_search.c
3016                 Fix possibles crashes when getting text
3017                 from gtk combos
3018
3019 2007-04-13 [colin]      2.8.1cvs95
3020
3021         * src/pop.c
3022                 Add some UIDL debugging
3023
3024 2007-04-12 [colin]      2.8.1cvs94
3025
3026         * src/folder.c
3027                 Force folder scan if necessary after
3028                 copying mails, to be able to reapply
3029                 flags.
3030
3031 2007-04-11 [colin]      2.8.1cvs93
3032
3033         * src/main.c
3034                 don't scan for new mail on startup if --select
3035                 is specified (or race conditions arise). If so,
3036                 do both sequentially.
3037
3038 2007-04-09 [colin]      2.8.1cvs92
3039
3040         * src/common/defs.h
3041                 Use leafpad by default on Maemo. Patch
3042                 by Jean-Luc Biord.
3043
3044 2007-04-06 [colin]      2.8.1cvs91
3045
3046         * src/pixmaps/queue_close.xpm
3047         * src/pixmaps/queue_close_hrm.xpm
3048         * src/pixmaps/queue_close_hrm_mark.xpm
3049         * src/pixmaps/queue_close_mark.xpm
3050         * src/pixmaps/queue_open.xpm
3051         * src/pixmaps/queue_open_hrm.xpm
3052         * src/pixmaps/queue_open_hrm_mark.xpm
3053         * src/pixmaps/queue_open_mark.xpm
3054                 Move the clock one pixel down :)
3055
3056 2007-04-05 [colin]      2.8.1cvs90
3057
3058         * src/mainwindow.c
3059                 Don't sync when switching offline from
3060                 command line - it's usually too late :)
3061
3062 2007-04-05 [paul]       2.8.1cvs89
3063
3064         * src/Makefile.am
3065         * src/stock_pixmap.c
3066         * src/pixmaps/dir_close_hrm.xpm
3067         * src/pixmaps/dir_close_hrm_mark.xpm
3068         * src/pixmaps/drafts_close.xpm
3069         * src/pixmaps/drafts_close_mark.xpm
3070         * src/pixmaps/drafts_open.xpm
3071         * src/pixmaps/drafts_open_mark.xpm
3072         * src/pixmaps/inbox.xpm
3073         * src/pixmaps/inbox_close.xpm
3074         * src/pixmaps/inbox_close_hrm.xpm
3075         * src/pixmaps/inbox_close_hrm_mark.xpm
3076         * src/pixmaps/inbox_close_mark.xpm
3077         * src/pixmaps/inbox_hrm.xpm
3078         * src/pixmaps/inbox_hrm_mark.xpm
3079         * src/pixmaps/inbox_mark.xpm
3080         * src/pixmaps/inbox_open.xpm
3081         * src/pixmaps/inbox_open_hrm.xpm
3082         * src/pixmaps/inbox_open_hrm_mark.xpm
3083         * src/pixmaps/inbox_open_mark.xpm
3084         * src/pixmaps/outbox.xpm
3085         * src/pixmaps/outbox_close.xpm
3086         * src/pixmaps/outbox_close_hrm.xpm
3087         * src/pixmaps/outbox_close_hrm_mark.xpm
3088         * src/pixmaps/outbox_close_mark.xpm
3089         * src/pixmaps/outbox_hrm.xpm
3090         * src/pixmaps/outbox_hrm_mark.xpm
3091         * src/pixmaps/outbox_mark.xpm
3092         * src/pixmaps/outbox_open.xpm
3093         * src/pixmaps/outbox_open_hrm.xpm
3094         * src/pixmaps/outbox_open_hrm_mark.xpm
3095         * src/pixmaps/outbox_open_mark.xpm
3096         * src/pixmaps/queue_close.xpm
3097         * src/pixmaps/queue_close_hrm.xpm
3098         * src/pixmaps/queue_close_hrm_mark.xpm
3099         * src/pixmaps/queue_close_mark.xpm
3100         * src/pixmaps/queue_open.xpm
3101         * src/pixmaps/queue_open_hrm.xpm
3102         * src/pixmaps/queue_open_hrm_mark.xpm
3103         * src/pixmaps/queue_open_mark.xpm
3104                 updated, added and replaced icons
3105                 Icons by Colin
3106
3107 2007-04-04 [colin]      2.8.1cvs88
3108
3109         * src/imap.c
3110                 Fix build without libetpan
3111
3112 2007-04-03 [colin]      2.8.1cvs87
3113
3114         * src/imap.c
3115                 Fix crash with Citadel, and try to make
3116                 things work. this server (and specifically 
3117                 STATUS and APPEND at least) seems broken.
3118
3119 2007-04-03 [colin]      2.8.1cvs86
3120
3121         * src/folderview.c
3122                 Fix icons on folder close
3123
3124 2007-04-03 [colin]      2.8.1cvs85
3125
3126         * src/inc.c
3127                 Fix double-ask of offline override in
3128                 certain cases
3129         * src/imap.c
3130         * src/imap.h
3131         * src/imap_gtk.c
3132                 Much more efficient way to synchronise
3133                 for offline use
3134         * src/etpan/imap-thread.c
3135                 Fix possible segs
3136         * src/folder.c
3137         * src/gtk/quicksearch.c
3138                 Fix some GUI lags
3139
3140 2007-04-03 [paul]       2.8.1cvs84
3141
3142         * src/filtering.c
3143         * src/folder.c
3144         * src/folder.h
3145         * src/prefs_common.c
3146         * src/prefs_common.h
3147         * src/prefs_other.c
3148                 Fix sync being done too late
3149                 Thanks to Colin
3150
3151 2007-04-02 [colin]      2.8.1cvs83
3152
3153         * src/summaryview.c
3154                 Maemo: Put status and quicksearch at the top
3155         * src/plugins/bogofilter/bogofilter.c
3156         * src/plugins/spamassassin/spamassassin.c
3157                 Derive trash from inbox if possible
3158
3159 2007-04-02 [paul]       2.8.1cvs82
3160
3161         * src/plugins/bogofilter/bogofilter_gtk.c
3162                 a few English changes
3163
3164 2007-04-02 [paul]
3165
3166         2.9.0-rc1 released
3167
3168 2007-04-02 [colin]      2.8.1cvs81
3169
3170         * src/image_viewer.c
3171                 Fix transparent images by using
3172                 GtkImage
3173         * src/messageview.c
3174                 Flush events (on new windows) to avoid
3175                 having the textview's image resize fail
3176                 to know the available width
3177
3178 2007-04-01 [colin]      2.8.1cvs80
3179
3180         * src/prefs_account.c
3181                 If no MH mailbox exist, when creating a POP/Local
3182                 account, just create and use the default one 
3183                 instead of bailing with a "Mailbox doesn't exist"
3184                 error
3185
3186 2007-03-31 [colin]      2.8.1cvs79
3187
3188         * src/prefs_account.c
3189                 Create signature file if it doesn't exist
3190                 before editing
3191         * src/prefs_toolbar.c
3192                 Maemo: Move "Use default" on the left so
3193                 that people can find it
3194         * src/common/defs.h
3195                 Maemo: make default editor "Maemopad", 
3196                 default signature file "MyDocs/signature.txt"
3197
3198 2007-03-31 [colin]      2.8.1cvs78
3199
3200         * src/prefs_account.c
3201                 Maemo: rework account prefs so
3202                 that less horizontal scrolling
3203                 is required
3204
3205 2007-03-31 [colin]      2.8.1cvs77
3206
3207         * src/folderview.c
3208         * src/prefs_common.c
3209         * src/prefs_common.h
3210                 Fix bug 1167, 'Allow not displaying zeros 
3211                 in folder list'. Patch by MartinP
3212
3213 2007-03-31 [colin]      2.8.1cvs76
3214
3215         * AUTHORS
3216                 Add Jean-Luc Biord
3217
3218 2007-03-31 [colin]      2.8.1cvs75
3219
3220         * src/imap.c
3221                 Apply patch from bug 1172, direct
3222                 access to the folder's session instead
3223                 of using getter. Patch by MartinP
3224
3225 2007-03-31 [paul]       2.8.1cvs74
3226
3227         * src/gtk/authors.h
3228                 no need to list Fabien twice!
3229
3230 2007-03-31 [colin]      2.8.1cvs73
3231
3232         * src/inc.c
3233                 If we're currently "overriding for %d minutes",
3234                 don't ask
3235
3236 2007-03-31 [colin]      2.8.1cvs72
3237
3238         * src/compose.c
3239         * src/imap.c
3240         * src/inc.c
3241         * src/inc.h
3242         * src/messageview.c
3243         * src/news.c
3244         * src/plugins/spamassassin/spamassassin.c
3245                 Offline override: Add a parameter to allow
3246                 asking even if the override timer is running.
3247                 Allows to ask every time the user makes an
3248                 explicit action needing online access (such
3249                 as Get Mail), and not when the action is 
3250                 implicit (such as opening an IMAP folder)
3251
3252 2007-03-31 [colin]      2.8.1cvs71
3253
3254         * src/inc.c
3255                 Override offline: "No" answer shouldn't
3256                 re-ask after 3 seconds, but 10 minutes. 
3257
3258 2007-03-30 [colin]      2.8.1cvs70
3259
3260         * src/common/socket.c
3261                 Better error reporting on unix socket
3262                 failure (bind usually)
3263         * src/gtk/gtkutils.c
3264         * src/gtk/gtkutils.h
3265                 Label window: add a pulsing progress
3266                 bar to show we're not hung :)
3267         * src/folderview.c
3268         * src/main.c
3269         * src/plugins/pgpcore/sgpgme.c
3270                 Update API
3271
3272 2007-03-30 [colin]      2.8.1cvs69
3273
3274         * src/pop.c
3275         * src/prefs_common.c
3276                 Fix possible trashing of history and uidl
3277                 files on disk full problems
3278
3279 2007-03-30 [paul]       2.8.1cvs68
3280
3281         * src/mainwindow.c
3282         * src/summaryview.c
3283         * src/summaryview.h
3284                 update summary when changing layout type
3285                 (fixes wrong folder icon being displayed)
3286                 Thanks to Colin
3287
3288 2007-03-29 [colin]      2.8.1cvs67
3289
3290         * src/prefs_ext_prog.c
3291                 The browser pref is irrelevant on Maemo
3292
3293 2007-03-29 [colin]      2.8.1cvs66
3294
3295         * src/compose.c
3296         * src/compose.h
3297                 Maemo: dynamically switch headers/text position
3298         * src/prefs_common.c
3299                 Maemo: hide compose's ruler by default
3300         * src/common/socket.c
3301         * src/common/socket.h
3302                 Fix build warning
3303
3304 2007-03-29 [colin]      2.8.1cvs65
3305
3306         * src/common/socket.c
3307         * src/common/socket.h
3308                 Fix build when MAEMO_CFLAGS contains
3309                 _X_OPENSOURCE (resolv.h errors as long
3310                 as we don't add _BSD_SOURCE. Ugly).
3311
3312 2007-03-29 [wwp]        2.8.1cvs64
3313
3314         * src/prefs_logging.c
3315                 Fix sensitivity of clip-log widgets in prefs/logging,
3316                 thanks to Fabien.
3317
3318 2007-03-29 [wwp]        2.8.1cvs63
3319
3320         * po/POTFILES.in
3321                 Updated files list for translations, thanks to Fabien.
3322
3323 2007-03-29 [colin]      2.8.1cvs62
3324
3325         * src/main.c
3326         * src/common/Makefile.am
3327         * src/common/utils.c
3328                 Maybe make URI opening work in Maemo
3329                 Requires testing :)
3330
3331 2007-03-28 [colin]      2.8.1cvs61
3332
3333         * src/folder.c
3334         * src/folder.h
3335         * src/folderview.c
3336                 Add the possibility to sort folders arbitrarily
3337                 (via editing of folderlist.xml only). Patch by
3338                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3339                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3340                 be changed by the user'
3341
3342 2007-03-28 [colin]      2.8.1cvs60
3343
3344         * src/mimeview.c
3345                 Add popup menu for mime icons
3346
3347 2007-03-28 [colin]      2.8.1cvs59
3348
3349         * src/mainwindow.c
3350                 Fix a layout issue when presenting
3351                 mainwindow in Small screen layout
3352         * src/toolbar.c
3353         * src/toolbar.h
3354                 Add a "Go to folder list" button for
3355                 mainwindow, and make it default in
3356                 the Maemo build
3357
3358 2007-03-28 [colin]      2.8.1cvs58
3359
3360         * src/compose.c
3361                 Don't dynamically update title on Maemo
3362                 Patch by Jean-Luc Biord
3363
3364 2007-03-27 [colin]      2.8.1cvs57
3365
3366         * src/compose.c
3367         * src/folderview.c
3368         * src/summaryview.c
3369                 Enable tap-and-hold on Maemo
3370
3371 2007-03-26 [colin]      2.8.1cvs56
3372
3373         * src/compose.c
3374                 More popup-menu (in attachments list)
3375
3376 2007-03-26 [colin]      2.8.1cvs55
3377
3378         * src/compose.c
3379                 Enable popup-menu signal
3380
3381 2007-03-26 [colin]      2.8.1cvs54
3382
3383         * src/plugins/pgpinline/pgpinline.c
3384                 Fix bug 1111, 'PGP/inline plugin hides text 
3385                 around encrypted text block'. Patch based on
3386                 a patch from Michal Cihar.
3387
3388 2007-03-26 [wwp]        2.8.1cvs53
3389
3390         * src/procmsg.c
3391                 Fix getting a false error when sending queued message
3392                 whereas the sending was fine (if there are subfolders
3393                 in the queue folder), thanks to Colin.
3394
3395 2007-03-26 [paul]       2.8.1cvs52
3396
3397         * src/wizard.c
3398                 update FACE header in welcome message
3399
3400 2007-03-25 [colin]      2.8.1cvs51
3401
3402         * src/Makefile.am
3403                 Fix make dist
3404
3405 2007-03-25 [colin]      2.8.1cvs50
3406
3407         * src/main.c
3408                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3409
3410 2007-03-24 [colin]      2.8.1cvs49
3411
3412         * src/main.c
3413                 Fix a few launch problems on Maemo
3414                 Patch by Jean-Luc Biord
3415
3416 2007-03-24 [wwp]        2.8.1cvs48
3417
3418         * src/alertpanel.c
3419         * src/alertpanel.h
3420         * src/messageview.c
3421         * src/summaryview.c
3422                 Fix wrong action performed when closing the
3423                 "ask about account specific filtering rules
3424                 when filtering manually" dialog by pressing Escape.
3425                 Fix wrong order of buttons in the "return receipt
3426                 notification - the message was sent to several of
3427                 your accounts" dialog.
3428
3429 2007-03-24 [paul]       2.8.1cvs47
3430
3431         * src/folderview.c
3432                 an improvement to English usage
3433         * tools/kdeservicemenu/README
3434                 updated Claws url
3435
3436 2007-03-24 [paul]       2.8.1cvs46
3437
3438         * src/Makefile.am
3439         * src/stock_pixmap.c
3440         * src/pixmaps/edit_extern.xpm
3441         * src/pixmaps/mail_sign.xpm
3442                 rescue long lost icons
3443
3444 2007-03-24 [paul]       2.8.1cvs45
3445
3446         * src/toolbar.c
3447                 fix toolbar (broken in 2.8.1cvs42)
3448
3449 2007-03-23 [colin]      2.8.1cvs44
3450
3451         * src/imap.c
3452                 Correctly unsubscribe/resubscribe after
3453                 RENAME
3454
3455 2007-03-23 [colin]      2.8.1cvs43
3456
3457         * src/prefs_common.c
3458                 Maemo: as the platform is light on RAM, allow
3459                 caches to be discarded faster.
3460
3461 2007-03-23 [colin]      2.8.1cvs42
3462
3463         * src/Makefile.am
3464         * src/compose.c
3465         * src/compose.h
3466         * src/stock_pixmap.c
3467         * src/stock_pixmap.h
3468         * src/summaryview.c
3469         * src/summaryview.h
3470         * src/toolbar.c
3471         * src/toolbar.h
3472         * src/pixmaps/open_mail.xpm
3473                 Maemo changes: Add the possibility to have
3474                 "Open Email" and "Close Window" buttons on 
3475                 toolbars (and use them in Maemo's default
3476                 toolbars)
3477
3478 2007-03-23 [wwp]        2.8.1cvs41
3479
3480         * src/action.c
3481                 Reverted that part of the action dialog closure logics, to
3482                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3483                 done later in a different way (or may not).
3484
3485 2007-03-22 [wwp]        2.8.1cvs40
3486
3487         * src/action.c
3488                 Fix sticky action dialog when got no output but action command
3489                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3490
3491 2007-03-22 [colin]      2.8.1cvs39
3492
3493         * src/prefs_filtering.c
3494         * src/gtk/combobox.h
3495                 Fix escaping account names in filtering prefs
3496
3497 2007-03-22 [colin]      2.8.1cvs38
3498
3499         * src/addrindex.c
3500         * src/ldapctrl.h
3501         * src/ldapquery.c
3502                 Add any attribute specified in LDAP servers'
3503                 Search attributes to the Other Attributes tab
3504                 of contacts; Add 'telephoneNumber' in the
3505                 default list.
3506
3507 2007-03-22 [colin]      2.8.1cvs37
3508
3509         * src/folderview.c
3510         * src/folderview.h
3511         * src/mainwindow.c
3512                 Try to prevent race conditions when
3513                 changing the folder list
3514         * src/summaryview.c
3515                 Fix possible red folder icon when
3516                 switching from Small screen layout
3517                 to any other
3518
3519 2007-03-22 [colin]      2.8.1cvs36
3520
3521         * src/mainwindow.c
3522         * src/mainwindow.h
3523         * src/summaryview.c
3524                 Rename "little screen" to "Small screen"
3525         * src/gtk/Makefile.am
3526         * src/common/utils.c
3527         * src/mh.c
3528                 Fix Maemo-related compilation problems
3529
3530 2007-03-21 [colin]      2.8.1cvs35
3531
3532         * configure.ac
3533                 Fix previous commit
3534         * claws-mail.desktop
3535                 Remove .png from the Icon, it's useless
3536
3537 2007-03-21 [colin]      2.8.1cvs34
3538
3539         * configure.ac
3540         * src/Makefile.am
3541                 Add the necessary lib checking for 
3542                 Maemo
3543
3544 2007-03-21 [colin]      2.8.1cvs33
3545
3546         * src/main.c
3547                 Fix unconditional "error happened" when
3548                 sending via command-line. "lol @ myself"
3549
3550 2007-03-21 [colin]      2.8.1cvs32
3551
3552         * claws-mail-40x40.png
3553         * claws-mail-26x26.png
3554         * src/account.c
3555         * src/addressbook.c
3556         * src/compose.c
3557         * src/folderview.c
3558         * src/folderview.h
3559         * src/main.c
3560         * src/mainwindow.c
3561         * src/mainwindow.h
3562         * src/messageview.c
3563         * src/prefs_account.c
3564         * src/prefs_common.c
3565         * src/summary_search.c
3566         * src/summaryview.c
3567         * src/summaryview.h
3568         * src/gtk/authors.h
3569         * src/gtk/gtkutils.c
3570         * src/gtk/gtkutils.h
3571         * src/gtk/logwindow.c
3572         * src/gtk/menu.c
3573         * src/gtk/prefswindow.c
3574                 Add Maemo port (patch mainly by Jean-Luc Biort)
3575                 Add a new 'Little screen' layout to help on such
3576                 platforms (patch by me)
3577                 Make some default preferences different (more
3578                 adapted) on Maemo (patch by me)
3579
3580 2007-03-21 [wwp]        2.8.1cvs31
3581
3582         * src/prefs_logging.c
3583         * src/prefs_logging.h
3584                 Fixed copyright header of newly added files.
3585
3586 2007-03-21 [wwp]        2.8.1cvs30
3587
3588         * src/Makefile.am
3589         * src/filtering.c
3590         * src/filtering.h
3591         * src/folder.c
3592         * src/folderview.c
3593         * src/imap.c
3594         * src/inc.c
3595         * src/main.c
3596         * src/mainwindow.c
3597         * src/mainwindow.h
3598         * src/matcher.c
3599         * src/messageview.c
3600         * src/news.c
3601         * src/pop.c
3602         * src/prefs_common.c
3603         * src/prefs_common.h
3604         * src/prefs_logging.c
3605         * src/prefs_logging.h
3606         * src/prefs_other.c
3607         * src/procmsg.c
3608         * src/send_message.c
3609         * src/summaryview.c
3610         * src/common/log.c
3611         * src/common/log.h
3612         * src/common/nntp.c
3613         * src/common/session.c
3614         * src/common/smtp.c
3615         * src/common/socket.c
3616         * src/etpan/imap-thread.c
3617         * src/gtk/logwindow.c
3618         * src/gtk/logwindow.h
3619         * src/plugins/bogofilter/bogofilter.c
3620         * src/plugins/spamassassin/spamassassin.c
3621                 Added debugging of filtering/processing rules.
3622                 The debug log is here 'Tools/Filtering debug window',
3623                 the options there 'Configuration/Preferences/Other/Logging',
3624                 and the log file is ~/.claws-mail/filtering.log.
3625                 Moved protocol log prefs to 'Other/Logging' as well.
3626                 To support such debugging feature, the existing log API has
3627                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3628                 this impacts many external modules (commits follow).
3629
3630 2007-03-21 [paul]       2.8.1cvs29
3631
3632         * src/etpan/Makefile.am
3633         * src/etpan/imap-thread.c
3634                 add missing #include
3635
3636 2007-03-21 [colin]      2.8.1cvs28
3637
3638         * src/procmime.c
3639                 Fix bug 1157, 'some broken messages confuse 
3640                 mime parser'. Make sure we can't have MimeInfos
3641                 with negative sizes.
3642
3643 2007-03-20 [colin]      2.8.1cvs27
3644
3645         * src/main.c
3646                 Fix missing \0 on buffer
3647
3648 2007-03-20 [colin]      2.8.1cvs26
3649
3650         * src/mh.c
3651                 Use make_dir_hier instead of make_dir 
3652                 to create the MH mailbox
3653
3654 2007-03-20 [colin]      2.8.1cvs25
3655
3656         * src/folder.c
3657         * src/folder.h
3658         * src/prefs_account.c
3659         * src/wizard.c
3660                 Fix default inbox weirdnesses (after wizard,
3661                 if path is Mail, mailbox identifier is #mh/Mailbox,
3662                 and when creating new accounts)
3663
3664 2007-03-20 [colin]      2.8.1cvs24
3665
3666         * src/account.c
3667                 Write folderlist after adding/deleting accounts
3668                 that have folders
3669
3670 2007-03-20 [colin]      2.8.1cvs23
3671
3672         * src/imap.c
3673         * src/remotefolder.h
3674                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3675                 selected while scanning prior to update'
3676
3677 2007-03-17 [paul]       2.8.1cvs22
3678
3679         * src/main.c
3680                 fix a typo, and be a little more verbose.
3681
3682 2007-03-17 [wwp]        2.8.1cvs21
3683
3684         * src/inc.c
3685                 Fix a compiler warning.
3686
3687 2007-03-16 [wwp]        2.8.1cvs20
3688
3689         * tools/Makefile.am
3690         * tools/README
3691                 Updated to deal w/ the new mairix.sh tool.
3692
3693 2007-03-16 [wwp]        2.8.1cvs19
3694
3695         * src/action.c
3696                 Fix logics issues around the action IO dialog:
3697                 - disable entry widget and exec button when
3698                   the exec button is clicked (don't wait for any
3699                   output line) - fix possible disabling/re-enabling/
3700                   re-disabling of those widgets
3701                 - raise an error if executing a %as{} action either
3702                   empty or invalid, instead of failing silently
3703                 - don't close the dialog if the abort button has been
3704                   clicked and if there was no output yet
3705                 - set focus to the abort button when the exec button
3706                   is clicked
3707                 - fix capitalization of a warning message
3708
3709 2007-03-16 [wwp]        2.8.1cvs18
3710
3711         * tools/mairix.sh
3712                 Added a wrapper to mairix to the tools folder.
3713
3714 2007-03-16 [colin]      2.8.1cvs17
3715
3716         * src/messageview.c
3717         * src/mimeview.h
3718                 Allow mimeviewer plugins to print
3719                 their stuff
3720
3721 2007-03-16 [colin]      2.8.1cvs16
3722
3723         * .cvsignore
3724                 Ignore *.patchset
3725
3726 2007-03-15 [colin]      2.8.1cvs15
3727
3728         * src/messageview.c
3729         * src/mimeview.h
3730                 Add a way for mimeviewer plugins to
3731                 implement body search
3732
3733 2007-03-15 [paul]       2.8.1cvs14
3734
3735         * src/prefs_spelling.c
3736                 fix English usage
3737
3738 2007-03-15 [paul]       2.8.1cvs13
3739
3740         * src/common/quoted-printable.c
3741                 fix decoding of quoted-printable parts
3742
3743 2007-03-14 [wwp]        2.8.1cvs12
3744
3745         * src/gtk/logwindow.h
3746                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3747
3748 2007-03-14 [wwp]        2.8.1cvs11
3749
3750         * src/gtk/logwindow.h
3751                 Complete 2.8.1cvs10.
3752
3753 2007-03-14 [colin]      2.8.1cvs10
3754
3755         * src/gtk/logwindow.c
3756                 Probably fix bug 1149, crash on logwindow
3757                 close - at the expense of performance once
3758                 logwin has been opened
3759
3760 2007-03-14 [colin]      2.8.1cvs9
3761
3762         * src/main.c
3763                 If claws-mail is running on another
3764                 display, warn instead of popping it up
3765                 on the other display
3766
3767 2007-03-12 [colin]      2.8.1cvs8
3768
3769         * src/wizard.c
3770                 Fix bug 1145, 'Setting a different name 
3771                 for the Mailbox name isn't reflected in 
3772                 default account settings'. Patch by wwp
3773
3774 2007-03-12 [colin]      2.8.1cvs7
3775
3776         * src/summaryview.c
3777                 Fix bug 1143, 'Add number of messages to be 
3778                 deleted to confirmation dialog'
3779
3780 2007-03-12 [wwp]        2.8.1cvs6
3781
3782         * src/folderview.c
3783         * src/prefs_common.c
3784         * src/prefs_common.h
3785         * src/prefs_summaries.c
3786                 Changed the option that displays unread messages count
3787                 next to the folder name in folder list: it is now
3788                 possible to either display nothing, display the
3789                 unread messages number only or the unread and total messages
3790                 numbers. The patch includes this extra feature as well
3791                 as some minor fixes by rewriting the algo in folderview.c.
3792                 Thanks to Paul for the original idea and implementation, plus
3793                 testing and proof-reading!
3794
3795 2007-03-09 [paul]       2.8.1cvs5
3796
3797         * tools/Makefile.am
3798         * tools/README
3799         * tools/claws-mail-compose-insert-files.pl
3800                 added a script which enables inserting files
3801                 into the message body of a new Claws Mail
3802                 Compose window from the command line. Additionally
3803                 To, Cc, Subject and files to attach to the message
3804                 can be specified.
3805
3806 2007-03-09 [wwp]        2.8.1cvs4
3807
3808         * src/addr_compl.c
3809         * src/addr_compl.h
3810         * src/filtering.c
3811                 Optimize matching of addresses in the addressbook
3812                 (filtering/processing 'found_in_addressbook' condition).
3813
3814 2007-03-07 [wwp]        2.8.1cvs3
3815
3816         * src/quote_fmt.c
3817         * src/quote_fmt_lex.l
3818         * src/quote_fmt_parse.y
3819                 Add a new quote format symbol: %A to insert the
3820                 sender email address (just the address itself).
3821
3822 2007-03-06 [wwp]        2.8.1cvs2
3823
3824         * src/gtk/gtkutils.c
3825         * src/plugins/trayicon/trayicon_prefs.h
3826         * src/plugins/trayicon/trayicon_prefs.c
3827         * src/plugins/trayicon/trayicon.c
3828         * src/mainwindow.h
3829         * src/mainwindow.c
3830                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3831                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3832
3833
3834 2007-03-06 [paul]       2.8.1cvs1
3835
3836         * NEWS
3837         * README
3838         * RELEASE_NOTES
3839         * configure.ac
3840                 bump version number following
3841                 stable release
3842
3843 2007-03-06 [paul]       2.8.0cvs24
3844
3845         * po/cs.po
3846                 corrected by by Tim <timbrain@post.cz>
3847
3848 2007-03-05 [colin]      2.8.0cvs23
3849
3850         * src/Makefile.am
3851         * src/procmime.c
3852                 Fix mime/globs path on NetBSD
3853                 patch by George Michaelson
3854
3855 2007-03-05 [wwp]        2.8.0cvs22
3856
3857         * src/addr_compl.c
3858                 Remove debug statement (accidentally committed w/ cvs14).
3859
3860 2007-03-05 [paul]       2.8.0cvs21
3861
3862         * src/plugins/pgpcore/prefs_gpg.c
3863                 fix compiler warning
3864
3865 2007-03-05 [wwp]        2.8.0cvs20
3866
3867         * src/matcher_parser_parse.y
3868                 Fix mismerge between cvs17 and cvs19.
3869
3870 2007-03-05 [wwp]        2.8.0cvs19
3871
3872         * src/matcher_parser_parse.y
3873         * src/prefs_filtering_action.c
3874         * src/matcher.c
3875         * src/matcher.h
3876         * src/filtering.c
3877         * src/filtering.h
3878                 Add new 'add_to_addressbook' filtering/processing action.
3879
3880 2007-03-05 [wwp]        2.8.0cvs18
3881
3882         * src/filtering.c
3883                 Fix mark_as_ham filtering/processing action: spam flag
3884                 was not unset.
3885
3886 2007-03-04 [colin]      2.8.0cvs17
3887
3888         * src/filtering.c
3889         * src/matcher.c
3890         * src/matcher.h
3891         * src/matcher_parser_parse.y
3892         * src/prefs_filtering_action.c
3893                 Add 'Mark as spam' and 'Mark as ham' filtering
3894                 actions. Fixes bug 1138.
3895
3896 2007-03-04 [colin]      2.8.0cvs16
3897
3898         * src/imap.c
3899                 Fix bug 1140, wrong return value
3900                 without libetpan
3901
3902 2007-03-04 [wwp]        2.8.0cvs15
3903
3904         * src/addr_compl.c
3905                 Rollback cvs14: don't free stuff that is managed in g_list.
3906
3907 2007-03-04 [wwp]        2.8.0cvs14
3908
3909         * src/addr_compl.c
3910                 Fix a leak in address completion code.
3911
3912 2007-03-04 [colin]      2.8.0cvs13
3913
3914         * src/addr_compl.c
3915                 Maybe fix bug 1136, 'Crash in group 
3916                 address completion'
3917
3918 2007-03-04 [iwkse]      2.8.0cvs12
3919
3920         * src/imap.c
3921                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3922
3923 2007-03-03 [colin]      2.8.0cvs11
3924
3925         * src/plugins/pgpinline/pgpinline.c
3926                 Fix off-by-one, fix double-free. Fixes
3927                 bug 1135, 'cm-segfault on decrypting 
3928                 with PGP/inline'
3929
3930 2007-03-03 [colin]      2.8.0cvs10
3931
3932         * configure.ac
3933         * src/main.c
3934         * src/common/plugin.c
3935                 Fix bug 1134, 'Valgrind macros unhandled 
3936                 by Irix's cc'
3937
3938 2007-03-02 [colin]      2.8.0cvs9
3939
3940         * src/mbox.c
3941                 Don't error out on EAGAIN. Fixes 
3942                 bug 1129, '"local mbox file" account 
3943                 isn't retrieving mails'
3944
3945 2007-03-01 [wwp]        2.8.0cvs8
3946
3947         * src/mainwindow.c
3948         * src/gtk/colorlabel.c
3949                 Remove accels for extra color labels until we set better
3950                 and definitive ones.
3951
3952 2007-02-28 [wwp]        2.8.0cvs7
3953
3954         * src/mainwindow.c
3955         * src/matcher_parser_parse.y
3956         * src/prefs_common.c
3957         * src/prefs_msg_colors.c
3958         * src/procmsg.h
3959         * src/gtk/colorlabel.c
3960         * src/gtk/colorlabel.h
3961                 Add more customizable color labels. Cleaned up a bit
3962                 the color label API to avoid duplicate defines of
3963                 the max number of colors.
3964
3965 2007-02-27 [colin]      2.8.0cvs6
3966
3967         * src/mainwindow.c
3968         * src/common/utils.c
3969         * src/common/utils.h
3970                 Fix '+' in mailto URIs for List-* headers
3971
3972 2007-02-27 [colin]      2.8.0cvs5
3973
3974         * src/gtk/gtkutils.c
3975                 Use gtk_window_set_role instead of 
3976                 _set_wmclass
3977
3978 2007-02-27 [colin]      2.8.0cvs4
3979
3980         * src/inc.c
3981                 Fix "After receiving new mail, go to inbox" on IMAP,
3982                 and make it work only on manual reception
3983
3984 2007-02-27 [wwp]        2.8.0cvs3
3985
3986         * src/prefs_filtering.c
3987         * src/prefs_filtering_action.c
3988         * src/prefs_matcher.c
3989                 Update filtering matcher's and action's color label menus
3990                 when re-opening those dialogs (reflect any change to the
3991                 color labels list in the preferences).
3992
3993 2007-02-27 [colin]      2.8.0cvs2
3994
3995         * src/imap.c
3996         * src/etpan/etpan-thread-manager-types.h
3997         * src/etpan/etpan-thread-manager.c
3998         * src/etpan/imap-thread.c
3999                 Log imap ALERTs as errors in the log.
4000
4001 2007-02-26 [paul]       2.8.0cvs1
4002
4003         * tools/claws.i18n.status.pl
4004                 updated
4005
4006 2007-02-26 [paul]       2.7.2cvs75
4007
4008         * po/ca.po
4009         * po/cs.po
4010         * po/de.po
4011         * po/en_GB.po
4012         * po/fi.po
4013         * po/fr.po
4014         * po/hu.po
4015         * po/pl.po
4016         * po/pt_BR.po
4017         * po/sk.po
4018         * po/sr.po
4019         * po/zh_CN.po
4020                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4021                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4022                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4023                 Aleksandar Urosevic, and Ralgh Young
4024
4025 2007-02-25 [mones]      2.7.2cvs74
4026
4027         * po/es.po
4028                 Updated for release
4029
4030 2007-02-25 [colin]      2.7.2cvs73
4031
4032         * src/main.c
4033                 Clearing the list is only useful
4034                 to prevent a valgrind false-positive
4035
4036 2007-02-25 [paul]       2.7.2cvs72
4037
4038         * tools/Makefile.am
4039         * tools/README
4040         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4041         * tools/maildir2claws-mail.pl  **REMOVED**
4042                 renamed the script, fixed a couple bugs
4043
4044 2007-02-23 [colin]      2.7.2cvs71
4045
4046         * src/addressbook.c
4047                 Fix a leak, check for a few improbable nulls
4048
4049 2007-02-23 [colin]      2.7.2cvs70
4050
4051         * src/main.c
4052         * src/main.h
4053         * src/plugins/trayicon/trayicon.c
4054                 Fix blinking mainwin when starting in tray
4055                 (show mainwindow later in the startup process,
4056                  apart if restarting post-crash)
4057
4058 2007-02-23 [colin]      2.7.2cvs69
4059
4060         * src/folderview.c
4061         * src/imap_gtk.c
4062                 Fix crash when unsubscribing the currently
4063                 selected/opened folder
4064
4065 2007-02-23 [colin]      2.7.2cvs68
4066
4067         * src/compose.c
4068                 Fix bug that prevented colorization to
4069                 work without wrap quotation option
4070
4071 2007-02-23 [colin]      2.7.2cvs67
4072
4073         * src/addr_compl.c
4074                 Fix refcounting, start and end completion who
4075                 behaved as if there couldn't be any other current
4076                 user of completion
4077
4078 2007-02-23 [wwp]        2.7.2cvs66
4079
4080         * src/addressbook.c
4081         * src/addrindex.c
4082                 Address completion fixes: fix addressbook_peek_folder_exists() in
4083                 which the algorithm was ridiculously over-obfuscated and broken.
4084                 Fix addrindex_load_completion() as well, to load addresses in
4085                 completion list with regards to what addressbook_peek_folder_exists()
4086                 returns now.
4087
4088 2007-02-23 [wwp]        2.7.2cvs65
4089
4090         * src/addr_compl.c
4091                 Add addresses to completion when they're non-empty (thanks to Colin).
4092
4093 2007-02-23 [paul]       2.7.2cvs64
4094
4095         * src/plugins/pgpcore/passphrase.c
4096                 remove 'const '
4097
4098 2007-02-23 [colin]      2.7.2cvs63
4099
4100         * src/plugins/pgpcore/prefs_gpg.c
4101         * src/plugins/pgpcore/prefs_gpg.h
4102         * src/plugins/pgpcore/sgpgme.c
4103         * src/plugins/pgpinline/pgpinline.c
4104         * src/plugins/pgpmime/pgpmime.c
4105                 Try harder to respect user's choice wrt
4106                 gpg-agent even with gpg2, by unsetting
4107                 GPG_AGENT_INFO when necessary.
4108
4109 2007-02-22 [paul]       2.7.2cvs62
4110
4111         * src/plugins/pgpcore/sgpgme.c
4112         * src/plugins/pgpcore/sgpgme.h
4113         * src/plugins/pgpcore/passphrase.c
4114         * src/plugins/pgpinline/pgpinline.c
4115         * src/plugins/pgpmime/pgpmime.c
4116                 Fix a leak - gpgme_data_release_and_get_mem
4117                 leaks in recent gpgme. Workaround by using
4118                 our own function.
4119
4120 2007-02-22 [paul]       2.7.2cvs61
4121
4122         * src/gtk/quicksearch.c
4123                 Abandon dynamic search when pressing
4124                 Enter
4125
4126 2007-02-21 [colin]      2.7.2cvs60
4127
4128         * src/procmsg.c
4129         * src/plugins/pgpcore/passphrase.c
4130                 Fix little memory leaks
4131         * src/main.c
4132                 Fix false-positive leak at exit
4133         * src/gtk/quicksearch.c
4134                 Fix potentially big leak in recursive
4135                 Quicksearch
4136
4137 2007-02-21 [wwp]        2.7.2cvs59
4138
4139         * src/summaryview.c
4140                 Add missing newline to a debug message.
4141
4142 2007-02-20 [colin]      2.7.2cvs58
4143
4144         * src/Makefile.am
4145         * src/mimeview.c
4146         * src/stock_pixmap.c
4147         * src/stock_pixmap.h
4148         * src/pixmaps/mime_pgpsig.xpm
4149                 Add icon for application/pgp-signature
4150
4151 2007-02-20 [colin]      2.7.2cvs57
4152
4153         * src/Makefile.am
4154         * src/main.c
4155         * src/mimeview.c
4156         * src/stock_pixmap.c
4157         * src/stock_pixmap.h
4158         * src/pixmaps/mime_calendar.xpm
4159         * src/pixmaps/mime_pdf.xpm
4160         * src/pixmaps/mime_ps.xpm
4161                 Add icons for text/calendar, application/pdf
4162                 and application/postscript
4163
4164 2007-02-20 [colin]      2.7.2cvs56
4165
4166         * autogen.sh
4167         * src/matcher_parser_parse.y
4168         * src/matcher_parser_lex.l
4169                 Fix big memory leak in flex, and
4170                 require flex 2.5.31
4171
4172 2007-02-20 [wwp]        2.7.2cvs55
4173
4174         * src/matcher_parser_parse.y
4175                 Fix a duplicate token definition (thanks to iwkse).
4176
4177 2007-02-20 [wwp]        2.7.2cvs54
4178
4179         * src/matcher_parser_lex.l
4180         * src/quote_fmt_lex.l
4181                 Use proper flex options instead of direct use of #define,
4182                 make the flex-generated C lighter.
4183
4184 2007-02-20 [colin]      2.7.2cvs53
4185
4186         * src/summaryview.c
4187                 Grab focus in message list after hiding
4188                 the quicksearch, instead of leaving it
4189                 "somewhere"
4190
4191 2007-02-19 [colin]      2.7.2cvs52
4192
4193         * src/folderview.c
4194                 Fix bug 1033, 'Automatically refresh 
4195                 message list when new messages arrives'
4196                 Looks like folderview->opened can sometimes
4197                 be wrong...
4198
4199 2007-02-19 [paul]       2.7.2cvs51
4200
4201         * tools/Makefile.am
4202         * tools/README
4203         * tools/thunderbird-filters-convertor.pl
4204                 add new script which converts thunderbird filter
4205                 rules to Claws filter rules
4206
4207 2007-02-18 [paul]       2.7.2cvs50
4208
4209         * src/plugins/pgpcore/prefs_gpg.c
4210         * src/plugins/pgpcore/prefs_gpg.h
4211         * src/plugins/pgpcore/sgpgme.c
4212         * src/plugins/pgpinline/pgpinline.c
4213         * src/plugins/pgpmime/pgpmime.c
4214                 improved GUI interoperability with gpg-agent
4215
4216 2007-02-18 [paul]       2.7.2cvs49
4217
4218         * src/prefs_account.c
4219                 Privacy options sensitivity fix
4220
4221 2007-02-17 [colin]      2.7.2cvs48
4222
4223         * src/messageview.c
4224                 Reset icon to warning in the noticeview
4225
4226 2007-02-15 [colin]      2.7.2cvs47
4227
4228         * src/folderview.c
4229                 Fix a manifestation of bug 1033 (summaryview failing
4230                 to update for new mails), which happens after editing
4231                 account preferences or preferences that cause a 
4232                 folderview reload.
4233
4234 2007-02-15 [colin]      2.7.2cvs46
4235
4236         * src/addressbook.c
4237                 Probably fix bug 1123, 'Segmentation 
4238                 fault while opening address book'. I get
4239                 g_warnings if the saved paned position is
4240                 not greater than 0. Also, save position
4241                 when hiding the addressbook instead of
4242                 via signal.
4243
4244 2007-02-14 [colin]      2.7.2cvs45
4245
4246         * src/plugins/pgpcore/prefs_gpg.c
4247         * src/plugins/pgpcore/prefs_gpg.h
4248         * src/plugins/pgpcore/sgpgme.c
4249         * src/plugins/pgpinline/pgpinline.c
4250         * src/plugins/pgpmime/pgpmime.c
4251                 Add an option "Use gpg-agent if available". Fixes
4252                 annoyances with distro-installed gpg-agent, when
4253                 no pinentry program is installed, and the user's 
4254                 at a loss on why "decryption failed". Makes more
4255                 clear why passphrase isn't saved when gpg-agent is
4256                 used. Defaults to true, to avoid changing the 
4257                 current behaviour.
4258
4259 2007-02-14 [wwp]        2.7.2cvs44
4260
4261         * src/matcher_parser_parse.y
4262                 Fix missing line number reset (wrong line number might appear
4263                 when re-loading filtering rules if there's a parser error).
4264
4265 2007-02-13 [colin]      2.7.2cvs43
4266
4267         * src/common/utils.c
4268                 Don't encode ',' in URIs before passing it
4269                 to the browser command-line. It was probably
4270                 done at a time where commas in URIs made
4271                 mozilla -remote 'openurl(%s,new-window)'
4272                 bug.
4273
4274 2007-02-13 [wwp]        2.7.2cvs42
4275
4276         * src/prefs_matcher.c
4277         * src/plugins/bogofilter/bogofilter_gtk.c
4278                 A bit of string factorization around "Select ..." buttons.
4279
4280 2007-02-11 [colin]      2.7.2cvs41
4281
4282         * src/alertpanel.c
4283                 Make sure to escape the title
4284
4285 2007-02-11 [colin]      2.7.2cvs40
4286
4287         * src/codeconv.c
4288                 Recognize .utf8 locales as .UTF-8 ones
4289
4290 2007-02-11 [colin]      2.7.2cvs39
4291
4292         * src/compose.c
4293                 Fix code conversion when dragging a file
4294
4295 2007-02-09 [colin]      2.7.2cvs38
4296
4297         * src/plugins/clamav/clamav_plugin.c
4298                 Complete Paul's patch with conditional
4299                 compilation to avoid breaking compilation
4300                 on old Dapper and Edgy... Maybe other
4301                 distros too.
4302
4303 2007-02-09 [paul]       2.7.2cvs37
4304
4305         * src/plugins/clamav/clamav_plugin.c
4306                 fix for the upstream changes in libclamav
4307
4308 2007-02-09 [paul]       2.7.2cvs36
4309
4310         * src/main.c
4311         * src/mainwindow.c
4312         * src/procmsg.c
4313         * src/procmsg.h
4314                 fix "warn if there are queued messages" (on exit)
4315                 option, which only checked the first mailbox's
4316                 queue
4317                 don't ask before emptying trash if there are no
4318                 messages in trash, also check and empty all trash
4319                 folders
4320         * src/prefs_other.c
4321                 move "Ask before emptying trash" option
4322                 outside of the "On exit" frame as it's
4323                 not only an "On exit" option
4324
4325 2007-02-09 [paul]       2.7.2cvs35
4326
4327         * src/addrgather.c
4328         * src/alertpanel.c
4329         * src/editldap.c
4330         * src/prefs_account.c
4331         * src/prefs_folder_item.c
4332         * src/prefs_gtk.h
4333         * src/prefs_matcher.c
4334         * src/prefs_message.c
4335         * src/prefs_msg_colors.c
4336         * src/prefs_summaries.c
4337         * src/wizard.c
4338         * src/gtk/inputdialog.c
4339         * src/plugins/bogofilter/bogofilter_gtk.c
4340                 pedantic commit: use 'checkbtn' everywhere
4341                 instead of a mixture of 'checkbtn' and 'chkbtn'
4342
4343 2007-02-09 [paul]       2.7.2cvs34
4344
4345         * src/compose.c
4346                 fix default hotkeys
4347         * src/prefs_other.c
4348         * src/prefs_send.c
4349                 move "Never send Return Receipts" from
4350                 prefs_other to prefs_send
4351                 add an option "Ask about account specific
4352                 filtering rules..." to prefs_other
4353         * src/gtk/gtkutils.c
4354                 fix a compiler warning
4355
4356 2007-02-08 [colin]      2.7.2cvs33
4357
4358         * src/plugins/pgpinline/pgpinline.c
4359                 Fix bug 1110, 'pgpmime fails to process 
4360                 encapsulated openpgp mime (rfc 3156, 6.1 
4361                 -> rfc1847)'
4362                 It was due to an interaction between PGP/Mime
4363                 and PGP/Inline plugin. 
4364
4365 2007-02-08 [colin]      2.7.2cvs32
4366
4367         * src/inc.c
4368         * src/mbox.c
4369         * src/mbox.h
4370                 Fix bug 1117, 'fcntl locking code 
4371                 does not work in mbox.c'
4372
4373 2007-02-08 [colin]      2.7.2cvs31
4374
4375         * src/prefs_account.c
4376                 Fix Gentoo bug 165819, 'can't create 
4377                 a "local mbox file" account'. Patch
4378                 by Olivier <castan.o@free.fr>
4379
4380 2007-02-07 [colin]      2.7.2cvs30
4381
4382         * src/ldapquery.c
4383                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4384                 autocompletion was used'
4385
4386 2007-02-07 [paul]       2.7.2cvs29
4387
4388         * src/folder.c
4389                 cut down on unnecessary debug_prints
4390         * src/imap_gtk.c
4391                 fix menu_set_active() on 'Show only
4392                 subscribed folders'
4393
4394 2007-02-07 [paul]       2.7.2cvs28
4395
4396         * src/plugins/clamav/clamav_plugin.c
4397         * src/plugins/clamav/clamav_plugin.h
4398         * src/plugins/clamav/clamav_plugin_gtk.c
4399                 fix copyright header
4400
4401 2007-02-07 [paul]       2.7.2cvs27
4402
4403         * src/procheader.c
4404                 fix bug 1116, 'summary view allow a 
4405                 subject line break'
4406
4407 2007-02-06 [colin]      2.7.2cvs26
4408
4409         * src/summaryview.c
4410                 Fix delete thread
4411
4412 2007-02-05 [fabien]     2.7.2cvs25
4413
4414         * po/POTFILES.in
4415         * src/uri_opener.c
4416                 i18n related - 1 fix and 1 message for translators.
4417
4418 2007-02-05 [colin]      2.7.2cvs24
4419
4420         * src/gtk/quicksearch.c
4421                 Don't reload summary list if quicksearch wasn't
4422                 active on hiding; move currently selected mail in
4423                 the visible area when showing the quicksearch
4424
4425 2007-02-05 [colin]      2.7.2cvs23
4426
4427         * src/folderview.c
4428                 Add debug to try to solve bug 1104
4429
4430 2007-02-05 [paul]       2.7.2cvs22
4431
4432         * src/mainwindow.c
4433                 confirm before emptying trash on exit is
4434                 a Yes or No answer, use Yes or No in the
4435                 dialog
4436
4437 2007-02-04 [colin]      2.7.2cvs21
4438
4439         * src/compose.c
4440         * src/plugins/pgpcore/passphrase.c
4441         * src/plugins/pgpcore/select-keys.c
4442                 Set wmclass on new windows
4443
4444 2007-02-04 [colin]
4445
4446         2.8.0-rc1 released
4447
4448 2007-02-04 [colin]      2.7.2cvs20
4449
4450         * src/compose.c
4451         * src/compose.h
4452                 Auto save drafts on exit, reopen them
4453                 at startup, instead of asking
4454         * src/account.c
4455         * src/addressadd.c
4456         * src/addressbook.c
4457         * src/addressbook_foldersel.c
4458         * src/addrgather.c
4459         * src/crash.c
4460         * src/editaddress.c
4461         * src/editbook.c
4462         * src/editgroup.c
4463         * src/editjpilot.c
4464         * src/editldap.c
4465         * src/editldap_basedn.c
4466         * src/editvcard.c
4467         * src/exphtmldlg.c
4468         * src/expldifdlg.c
4469         * src/export.c
4470         * src/foldersel.c
4471         * src/gedit-print.c
4472         * src/import.c
4473         * src/importldif.c
4474         * src/importmutt.c
4475         * src/importpine.c
4476         * src/main.c
4477         * src/mainwindow.c
4478         * src/message_search.c
4479         * src/messageview.c
4480         * src/prefs_actions.c
4481         * src/prefs_customheader.c
4482         * src/prefs_display_header.c
4483         * src/prefs_filtering.c
4484         * src/prefs_filtering_action.c
4485         * src/prefs_folder_column.c
4486         * src/prefs_gtk.c
4487         * src/prefs_matcher.c
4488         * src/prefs_other.c
4489         * src/prefs_summaries.c
4490         * src/prefs_summary_column.c
4491         * src/prefs_template.c
4492         * src/sourcewindow.c
4493         * src/ssl_manager.c
4494         * src/summary_search.c
4495         * src/uri_opener.c
4496         * src/gtk/about.c
4497         * src/gtk/description_window.c
4498         * src/gtk/foldersort.c
4499         * src/gtk/gtkutils.c
4500         * src/gtk/gtkutils.h
4501         * src/gtk/icon_legend.c
4502         * src/gtk/logwindow.c
4503         * src/gtk/pluginwindow.c
4504         * src/gtk/prefswindow.c
4505                 Give different wmclass to different
4506                 windows - thanks to sed ;)
4507
4508 2007-02-04 [colin]      2.7.2cvs19
4509
4510         * src/main.c
4511                 Revert previous patch, can't reproduce
4512                 it anymore. 
4513
4514 2007-02-03 [colin]      2.7.2cvs18
4515
4516         * src/main.c
4517                 Don't save the mainwindow size and
4518                 position on emergency exit (libSM's
4519                 "die" callback), Xfce seems to make
4520                 the window smaller just before the
4521                 size's saved.
4522
4523 2007-02-03 [colin]      2.7.2cvs17
4524
4525         * src/plugins/bogofilter/bogofilter.c
4526         * src/plugins/bogofilter/bogofilter.h
4527         * src/plugins/bogofilter/bogofilter_gtk.c
4528         * src/plugins/pgpinline/pgpinline.c
4529         * src/plugins/pgpinline/pgpinline.h
4530                 Fix more copyrights
4531
4532 2007-02-03 [colin]      2.7.2cvs16
4533
4534         * src/partial_download.c
4535         * src/partial_download.h
4536         * src/ssl_manager.c
4537         * src/ssl_manager.h
4538         * src/uri_opener.c
4539         * src/uri_opener.h
4540         * src/wizard.c
4541         * src/wizard.h
4542         * src/common/ssl_certificate.c
4543         * src/common/ssl_certificate.h
4544         * src/gtk/quicksearch.c
4545         * src/gtk/quicksearch.h
4546         * src/gtk/sslcertwindow.c
4547         * src/gtk/sslcertwindow.h
4548                 Fix copyright on my files
4549
4550 2007-02-02 [colin]      2.7.2cvs15
4551
4552         * src/Makefile.am
4553         * src/mainwindow.c
4554         * src/messageview.c
4555         * src/messageview.h
4556         * src/textview.c
4557         * src/textview.h
4558         * src/uri_opener.c
4559         * src/uri_opener.h
4560                 Add Tools/List URIs to allow
4561                 opening any URI in the current mail
4562
4563 2007-02-02 [colin]      2.7.2cvs14
4564
4565         * src/common/valgrind.h ** NEW FILE **
4566         * src/common/Makefile.am
4567         * src/common/plugin.c
4568                 Don't dlclose the plugins if we're running
4569                 under valgrind. (doesn't require valgrind
4570                 either at compile time or run time).
4571
4572 2007-02-01 [paul]       2.7.2cvs13
4573
4574         * AUTHORS
4575         * src/gtk/authors.h
4576         * tools/freshmeat_search.pl
4577         * tools/google_search.pl
4578         * tools/multiwebsearch.pl
4579                 add support for non ISO-8859-1 compatible locales
4580                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4581
4582 2007-02-01 [colin]      2.7.2cvs12
4583
4584         * src/prefs_other.c
4585         * src/prefs_summaries.c
4586                 Move keybinding prefs to the Other page
4587
4588 2007-02-01 [wwp]        2.7.2cvs11
4589
4590         * src/plugins/trayicon/trayicon.c
4591                 Fix a raising issue within KDE.
4592
4593 2007-02-01 [colin]      2.7.2cvs10
4594
4595         * src/codeconv.c
4596                 Fix stray quotes in encoded strings
4597         * src/addressadd.c
4598                 Fix wrong call causing g_warnings
4599         * src/textview.c
4600                 Remove useless message
4601
4602 2007-01-31 [wwp]        2.7.2cvs9
4603
4604         * src/plugins/trayicon/trayicon.c
4605                 fix buggy hiding of main window when closing if close-to-tray
4606                 is not set (bad logics  in the trayicon hook code).
4607                 Changed the quit confirmation message too.
4608
4609 2007-01-30 [colin]      2.7.2cvs8
4610
4611         * src/main.c
4612                 Fix hidden mainwindow after clicking on
4613                 the X close button, if compose windows
4614                 exist and the user chooses not to quit
4615
4616 2007-01-30 [colin]      2.7.2cvs7
4617
4618         * src/main.c
4619         * src/compose.c
4620                 Handle local URIs to attach files (file:///...)
4621                 Fixes attaching files from Thunar for example
4622
4623 2007-01-30 [colin]      2.7.2cvs6
4624
4625         * src/prefs_ext_prog.c
4626                 Add 'mousepad' to the list of text editors.
4627                 Mousepad is XFCE's text editor
4628
4629 2007-01-29 [wwp]        2.7.2cvs5
4630
4631         * po/POTFILES.in
4632         * src/plugins/trayicon/trayicon_prefs.c
4633                 trayicon i18n fixes, thanks to Fabien.
4634
4635 2007-01-28 [wwp]        2.7.2cvs4
4636
4637         * src/mainwindow.c
4638         * src/mainwindow.h
4639         * src/plugins/trayicon/trayicon.c
4640         * src/plugins/trayicon/trayicon_prefs.c
4641         * src/plugins/trayicon/trayicon_prefs.h
4642                 Added a new TrayIcon plugin option to close to tray
4643                 (WM's hotkey and [X] button will hide the window instead
4644                 of closing it - closing CM can be done using the tray icon
4645                 menu or the File menu).
4646                 Improved visibility handling in trayicon, clicking the
4647                 trayicon now raise the window to current desktop when it
4648                 was either minimized/shaded/on another desktop.
4649                 Thanks to Paul for testing and fixing a strange behaviour
4650                 in KDE ;-).
4651
4652 2007-01-27 [paul]       2.7.2cvs3
4653
4654         * src/prefs_folder_item.c
4655         * src/prefs_receive.c
4656         * src/plugins/pgpcore/prefs_gpg.c
4657                 use 'start-up' instead of 'startup' in labels
4658
4659 2007-01-26 [wwp]        2.7.2cvs2
4660
4661         * src/plugins/trayicon/Makefile.am
4662         * src/plugins/trayicon/trayicon.c
4663         * src/plugins/trayicon/trayicon_prefs.c
4664         * src/plugins/trayicon/trayicon_prefs.h
4665                 Add a new TrayIcon option to hide the main window at
4666                 start-up.
4667                 Fix trayicon.c copyright header.
4668
4669 2007-01-26 [paul]       2.7.2cvs1
4670
4671         * NEWS
4672         * README
4673         * RELEASE_NOTES
4674         * configure.ac
4675                 bump up version number following
4676                 stable release
4677
4678 2007-01-25 [mones]      2.7.1cvs60
4679
4680         * po/es.po
4681                 updated thousands of strings (well, probably less ;-)
4682
4683 2007-01-25 [colin]      2.7.1cvs59
4684
4685         * src/matcher.c
4686                 Fix 2nd-run loss of matcherrc on new
4687                 configurations. 
4688
4689 2007-01-25 [wwp]        2.7.1cvs58
4690
4691         * src/mimeview.c
4692                 fix handling of empty value in attach_save_directory too, thanks
4693                 to Colin.
4694
4695 2007-01-25 [wwp]        2.7.1cvs57
4696
4697         * src/gtk/filesel.c
4698                 fix handling of empty value in attach_load_directory,
4699                 thanks to Colin.
4700
4701 2007-01-25 [wwp]        2.7.1cvs56
4702
4703         * src/plugins/dillo_viewer/dillo_prefs.h
4704                 fix a typo.
4705
4706 2007-01-25 [colin]      2.7.1cvs55
4707
4708         * src/matcher.c
4709         * src/matcher.h
4710         * src/matcher_parser_parse.y
4711         * src/prefs_matcher.c
4712                 Add matching on the spam flag
4713
4714 2007-01-24 [colin]      2.7.1cvs54
4715
4716         * src/folder.c
4717         * src/common/xml.c
4718         * src/common/xml.h
4719                 Make sure folderlist.xml is correctly
4720                 written before overwriting it.
4721         * src/procmsg.c
4722         * src/procmsg.h
4723         * src/summaryview.c
4724         * src/plugins/bogofilter/bogofilter.c
4725         * src/plugins/bogofilter/bogofilter.h
4726         * src/plugins/bogofilter/bogofilter_gtk.c
4727         * src/plugins/spamassassin/spamassassin.c
4728         * src/plugins/spamassassin/spamassassin.h
4729         * src/plugins/spamassassin/spamassassin_gtk.c
4730                 Move spam to the correct trash folder after
4731                 learning, if spam directory isn't set.
4732
4733 2007-01-23 [paul]       2.7.1cvs53
4734
4735         * src/plugins/bogofilter/bogofilter_gtk.c
4736                 fix sensitivity of "Insert X-Bogosity header"
4737                 option
4738
4739 2007-01-23 [colin]      2.7.1cvs52
4740
4741         * src/toolbar.c
4742                 Translate toolbar items text if
4743                 they're translatable (default)
4744         * src/addrcache.c
4745         * src/addrcache.h
4746         * src/addritem.c
4747         * src/addritem.h
4748         * src/codeconv.c
4749         * src/codeconv.h
4750         * src/jpilot.c
4751         * src/jpilot.h
4752         * src/ldapctrl.c
4753         * src/ldapctrl.h
4754         * src/ldapquery.h
4755         * src/ldif.c
4756         * src/ldif.h
4757         * src/etpan/etpan-thread-manager.c
4758         * src/etpan/etpan-thread-manager.h
4759         * src/gtk/gtkutils.c
4760         * src/gtk/gtkutils.h
4761                 More static functions
4762
4763 2007-01-22 [fabien]     2.7.1cvs51
4764
4765         * src/gtk/gtkutils.c
4766                 gtkut_get_options_frame() : ability to pass
4767                 a 'NULL' value in frame pointer parameter if
4768                 we don't need it.
4769
4770 2007-01-22 [colin]      2.7.1cvs50
4771
4772         * src/procmsg.c
4773         * src/procmsg.h
4774         * src/plugins/bogofilter/bogofilter.c
4775         * src/plugins/bogofilter/bogofilter_gtk.c
4776         * src/plugins/spamassassin/spamassassin.c
4777         * src/plugins/spamassassin/spamassassin_gtk.c
4778                 Allow moving spams to the account's trash
4779                 instead of default one
4780
4781 2007-01-21 [colin]      2.7.1cvs49
4782
4783         * src/ldapquery.c
4784         * src/ldapquery.h
4785                 Revert a static function that shouldn't
4786                 have been
4787
4788 2007-01-21 [colin]      2.7.1cvs48
4789
4790         * src/ldapquery.c
4791         * src/ldapquery.h
4792                 Same
4793
4794 2007-01-21 [colin]      2.7.1cvs47
4795
4796         * src/procmsg.c
4797         * src/procmsg.h
4798                 Same
4799
4800 2007-01-21 [colin]      2.7.1cvs46
4801
4802         * src/common/socket.c
4803         * src/common/socket.h
4804                 Same
4805
4806 2007-01-21 [colin]      2.7.1cvs45
4807
4808         * src/crash.c
4809         * src/exporthtml.c
4810         * src/exporthtml.h
4811         * src/exportldif.c
4812         * src/exportldif.h
4813         * src/folder.c
4814         * src/folder.h
4815         * src/folder_item_prefs.c
4816         * src/folder_item_prefs.h
4817         * src/folderview.c
4818         * src/folderview.h
4819         * src/gedit-print.c
4820         * src/gedit-print.h
4821         * src/main.c
4822         * src/main.h
4823         * src/common/socket.c
4824         * src/common/socket.h
4825         * src/gtk/gtkaspell.c
4826         * src/gtk/gtkaspell.h
4827         * src/gtk/quicksearch.c
4828         * src/gtk/quicksearch.h
4829                 Same
4830
4831 2007-01-21 [colin]      2.7.1cvs44
4832
4833         * src/common/utils.c
4834         * src/common/utils.h
4835         * src/etpan/etpan-thread-manager.c
4836         * src/etpan/etpan-thread-manager.h
4837                 Same (Funny that etpan_thread_unbind
4838                 is called but not etpan_thread_bind)
4839
4840 2007-01-21 [colin]      2.7.1cvs43
4841
4842         * src/addrselect.c
4843         * src/addrselect.h
4844         * src/codeconv.c
4845         * src/codeconv.h
4846         * src/compose.c
4847         * src/compose.h
4848         * src/etpan/Makefile.am
4849         * src/gtk/colorlabel.c
4850         * src/gtk/colorlabel.h
4851         * src/gtk/sslcertwindow.c
4852         * src/gtk/sslcertwindow.h
4853         * src/etpan/etpan-log.c ** REMOVED **
4854         * src/etpan/etpan-log.h ** REMOVED **
4855                 Same
4856
4857 2007-01-20 [colin]      2.7.1cvs42
4858
4859         * src/addritem.c
4860         * src/addritem.h
4861                 Same
4862
4863 2007-01-20 [colin]      2.7.1cvs41
4864
4865         * src/account.c
4866         * src/account.h
4867         * src/addrbook.c
4868         * src/addrbook.h
4869         * src/addrcache.c
4870         * src/addrcache.h
4871         * src/addrclip.c
4872         * src/addrclip.h
4873         * src/addressbook.c
4874         * src/addressbook.h
4875         * src/addrharvest.c
4876         * src/addrharvest.h
4877         * src/addrindex.c
4878         * src/addrindex.h
4879         * src/editaddress.c
4880         * src/editaddress.h
4881                 Make functions that aren't used in other
4882                 files static
4883
4884 2007-01-20 [colin]      2.7.1cvs40
4885
4886         * src/account.c
4887         * src/addrbook.c
4888         * src/addrcache.c
4889         * src/addressbook.c
4890         * src/addrgather.c
4891         * src/addrindex.c
4892         * src/addrquery.c
4893         * src/addrselect.c
4894         * src/browseldap.c
4895         * src/compose.c
4896         * src/editbook.c
4897         * src/editjpilot.c
4898         * src/editldap.c
4899         * src/editldap_basedn.c
4900         * src/editvcard.c
4901         * src/exporthtml.c
4902         * src/exportldif.c
4903         * src/folder.c
4904         * src/folderview.c
4905         * src/image_viewer.c
4906         * src/imap.c
4907         * src/importmutt.c
4908         * src/importpine.c
4909         * src/jpilot.c
4910         * src/ldapquery.c
4911         * src/main.c
4912         * src/mainwindow.c
4913         * src/matcher.c
4914         * src/messageview.c
4915         * src/mh.c
4916         * src/mimeview.c
4917         * src/msgcache.c
4918         * src/mutt.c
4919         * src/news.c
4920         * src/pine.c
4921         * src/prefs_account.c
4922         * src/prefs_common.c
4923         * src/prefs_compose_writing.c
4924         * src/prefs_ext_prog.c
4925         * src/prefs_folder_item.c
4926         * src/prefs_fonts.c
4927         * src/prefs_message.c
4928         * src/prefs_msg_colors.c
4929         * src/prefs_other.c
4930         * src/prefs_quote.c
4931         * src/prefs_receive.c
4932         * src/prefs_send.c
4933         * src/prefs_spelling.c
4934         * src/prefs_summaries.c
4935         * src/prefs_toolbar.c
4936         * src/prefs_wrapping.c
4937         * src/privacy.c
4938         * src/procmime.c
4939         * src/procmsg.c
4940         * src/ssl_manager.c
4941         * src/statusbar.c
4942         * src/summaryview.c
4943         * src/toolbar.c
4944         * src/vcard.c
4945         * src/common/hooks.c
4946         * src/common/log.c
4947         * src/common/passcrypt.c
4948         * src/common/socket.c
4949         * src/common/ssl.c
4950         * src/common/ssl_certificate.c
4951         * src/common/template.c
4952         * src/common/utils.c
4953         * src/etpan/imap-thread.c
4954         * src/gtk/sslcertwindow.c
4955         * src/gtk/sslcertwindow.h
4956                 Make functions that could be static, static
4957
4958 2007-01-20 [colin]      2.7.1cvs39
4959
4960         * src/editldap.c
4961                 Fix tooltip
4962
4963 2007-01-20 [colin]      2.7.1cvs38
4964
4965         * src/ldapquery.c
4966         * src/ldaputil.c
4967         * src/ldaputil.h
4968                 Fix bug 1102, 'claws-mail-2.7.1 
4969                 makes use of deprecated ldap 
4970                 functions'
4971
4972 2007-01-20 [colin]      2.7.1cvs37
4973
4974         * src/mainwindow.c
4975         * src/mainwindow.h
4976         * src/summaryview.c
4977         * src/gtk/quicksearch.c
4978                 Add Wide message list layout
4979
4980 2007-01-19 [fabien]     2.7.1cvs36
4981
4982         * src/textview.c
4983                 make sure a font change is considered in links of
4984                 headerview.
4985
4986 2007-01-19 [colin]      2.7.1cvs35
4987
4988         * src/main.c
4989         * src/mainwindow.c
4990         * src/mainwindow.h
4991         * src/messageview.c
4992         * src/messageview.h
4993         * src/prefs_common.c
4994         * src/prefs_common.h
4995         * src/summaryview.c
4996         * src/summaryview.h
4997         * src/gtk/quicksearch.c
4998         * src/gtk/quicksearch.h
4999                 Drop 'Separate Folder tree' and 'Separate
5000                 Message View'. Put three layouts in place
5001                 of it.
5002
5003 2007-01-19 [paul]       2.7.1cvs34
5004
5005         * src/prefs_msg_colors.c
5006                 more use of Q_ for translators
5007
5008 2007-01-19 [paul]       2.7.1cvs33
5009
5010         * src/imap_gtk.c
5011         * src/prefs_account.c
5012                 a few changes to the English
5013
5014 2007-01-19 [fabien]     2.7.1cvs32
5015
5016         * src/wizard.c
5017                 factorize translatable string
5018
5019 2007-01-18 [colin]      2.7.1cvs31
5020
5021         * src/main.c
5022                 Don't error out on --sync option. Although
5023                 we don't do anything with it, gtk+ handles
5024                 it, and it's useful for debugging X errors
5025
5026 2007-01-18 [fabien]     2.7.1cvs30
5027
5028         * src/prefs_other.c
5029                 ability to apply on the fly the recent added
5030                 'gtk_can_change_accels' pref (no need to restart).
5031
5032 2007-01-18 [fabien]     2.7.1cvs29
5033
5034         * src/plugins/bogofilter/bogofilter_gtk.c
5035         * src/plugins/bogofilter/bogofilter.c
5036         * src/plugins/spamassassin/spamassassin_gtk.c
5037         * src/addr_compl.c
5038         * src/prefs_account.c
5039                 factorize or rewrite some translatable strings.
5040
5041 2007-01-18 [fabien]     2.7.1cvs28
5042
5043         * src/prefs_gtk.h
5044         * src/compose.c
5045                 set a 4pix space between "Subject:" label and subject entry in
5046                 compose window.
5047
5048 2007-01-18 [wwp]        2.7.1cvs27
5049
5050         * src/addressbook.c
5051                 fix conflicting address-copy/paste when focus is set
5052                 to the embedded edit-person form.
5053  
5054
5055 2007-01-18 [wwp]        2.7.1cvs26
5056
5057         * src/addressbook.h
5058                 complete 2.7.1cvs23 (one more file was missing from that
5059                 commit).
5060
5061 2007-01-18 [colin]      2.7.1cvs25
5062
5063         * src/main.c
5064                 Provide a way to migrate without backup
5065                 Re-ask for migration on next start if 
5066                 it has been refused and wizard has been 
5067                 cancelled after.
5068
5069 2007-01-18 [wwp]        2.7.1cvs24
5070
5071         * src/editaddress.c
5072                 complete 2.7.1.cvs23 (file was missing from previous
5073                 commit).
5074
5075 2007-01-18 [wwp]        2.7.1cvs23
5076
5077         * src/addressbook.c
5078                 fix potential crashes in address book's focus_in/out signal handlers,
5079                 force focus to the edit-person form when clicked the Edit menu entry or
5080                 button (this only matters if the edit-person form is embedded to the
5081                 AB window, in that case, focus is not set when browsing the contacts
5082                 list w/ keys or mouse clicks).
5083
5084 2007-01-18 [paul]       2.7.1cvs22
5085
5086         * src/main.c
5087                 add command line options:
5088                 -h for --help
5089                 -q and --quit for --exit
5090                 -v for --version
5091                 print "Unknown option" for unknown options
5092
5093 2007-01-18 [paul]       2.7.1cvs21
5094
5095         * po/ru.po
5096                 updated by Pavlo Bohmat
5097
5098 2007-01-18 [paul]       2.7.1cvs20
5099
5100         * src/mainwindow.c
5101                 fix sensitivity issues of Mark as Spam/Ham
5102
5103 2007-01-17 [fabien]     2.7.1cvs19
5104
5105         * src/prefs_other.c
5106         * src/prefs_common.c
5107         * src/prefs_common.h
5108         * src/main.c
5109                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5110                 control the corresponding gtk property. It could be used to lock
5111                 all shortcuts (avoid to set one of them by inadvertency).
5112
5113 2007-01-17 [colin]      2.7.1cvs18
5114
5115         * src/summaryview.c
5116                 Fix bug 1100, 'Highlighted e-mail data not visible 
5117                 when color label applied.'. Use a weighted average
5118                 between normal selected foreground color and color
5119                 label instead of a simple one (3/1 instead 1/1).
5120
5121 2007-01-17 [colin]      2.7.1cvs17
5122
5123         * src/messageview.c
5124                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5125                 crash' - don't prevent mail switching while loading
5126
5127 2007-01-17 [colin]      2.7.1cvs16
5128
5129         * src/folder.c
5130         * src/folder.h
5131         * src/folderview.c
5132         * src/folderview.h
5133         * src/imap.c
5134         * src/imap.h
5135         * src/imap_gtk.c
5136                 Manage recursive search of unsubscribed folders
5137                 Rescan tree without checking for new messages 
5138                 after subscriptions changed
5139
5140 2007-01-17 [paul]       2.7.1cvs15
5141
5142         * src/prefs_common.c
5143         * src/gtk/pluginwindow.c
5144                 fix bug 1101, '"Load plugin" button is
5145                 accidentally hidden'
5146                 unset (-1) initial width in prefs_common,
5147                 fix overlapping buttons,
5148                 and other cleanups
5149
5150 2007-01-17 [paul]       2.7.1cvs14
5151
5152         * src/procmime.c
5153                 add #include <errno.h>, it's needed
5154                 on some systems
5155
5156 2007-01-17 [paul]       2.7.1cvs13
5157
5158         * src/common/defs.h
5159         * tools/make.themes.project
5160                 rename .sylpheed_themeinfo to .claws_themeinfo
5161                 and use it
5162         * src/etpan/etpan-errors.h
5163         * src/etpan/etpan-log.c
5164         * src/etpan/etpan-log.h
5165         * src/etpan/etpan-thread-manager-types.h
5166         * src/etpan/etpan-thread-manager.c
5167         * src/etpan/etpan-thread-manager.h
5168         * src/etpan/imap-thread.c
5169         * src/etpan/imap-thread.h
5170                 add copyright header
5171
5172 2007-01-17 [colin]      2.7.1cvs12
5173
5174         * src/plugins/pgpcore/select-keys.c
5175         * src/gtk/pluginwindow.c
5176         * src/prefs_account.c
5177                 Fix warnings
5178
5179 2007-01-16 [colin]      2.7.1cvs11
5180
5181         * src/imap.c
5182         * src/imap.h
5183         * src/imap_gtk.c
5184                 Manage subscribing to subfolders when only
5185                 subscribed folders are shown.
5186
5187 2007-01-16 [colin]      2.7.1cvs10
5188
5189         * src/folderview.c
5190                 Fix annoying vscrollbar going back to top
5191                 on Check for new folders
5192
5193 2007-01-16 [colin]      2.7.1cvs9
5194
5195         * src/imap.c
5196                 Remove printf
5197
5198 2007-01-16 [colin]      2.7.1cvs8
5199
5200         * src/filtering.c
5201                 Bigger buffer for errors
5202         * src/imap.c
5203         * src/imap.h
5204         * src/imap_gtk.c
5205         * src/prefs_account.c
5206         * src/prefs_account.h
5207         * src/wizard.c
5208         * src/etpan/imap-thread.c
5209         * src/etpan/imap-thread.h
5210         * manual/handling.xml
5211                 Add subscriptions management. What it changes:
5212                 Creating a folder subscribes to it
5213                 Deleting a folder unsubscribes it
5214                 New contextual menu item allowing to switch between
5215                 All folders and Subscribed folders, subscribe, and
5216                 unsubscribe. "Creating" an existing but unsubscribed
5217                 folder will subscribe it.
5218                 By default for new accounts, only subscribed folders 
5219                 are shown.
5220
5221
5222 2007-01-16 [paul]       2.7.1cvs7
5223
5224         * src/summaryview.c
5225                 Allow folder classes to specify only sort_key or
5226                 sort_type instead of both or none.
5227
5228 2007-01-16 [paul]       2.7.1cvs6
5229
5230         * src/action.c
5231         * src/compose.c
5232         * src/mimeview.c
5233         * src/procmime.c
5234         * src/textview.c
5235                 Save and use errno for procmime_get_part
5236
5237 2007-01-16 [colin]      2.7.1cvs5
5238
5239         * src/imap.c
5240                 Never remove INBOX when scanning for
5241                 new folders. It's a special folder
5242                 that has to exist.
5243
5244 2007-01-15 [colin]      2.7.1cvs4
5245
5246         * src/imap.c
5247                 Fix 'Check for new folders' when IMAP subdirectory
5248                 is set
5249         * src/etpan/imap-thread.c
5250                 Fix build
5251
5252 2007-01-15 [colin]      2.7.1cvs3
5253
5254         * src/etpan/imap-thread.c
5255                 Fix invalid free on command-connection
5256                 error
5257
5258 2007-01-15 [wwp]        2.7.1cvs2
5259
5260         * src/matcher_parser_lex.l
5261         * src/quote_fmt_lex.l
5262         * src/matcher_parser_parse.y
5263                 fix copyright header in lexers and parsers.
5264
5265 2007-01-15 [paul]       2.7.1cvs1
5266
5267         * NEWS
5268         * README
5269         * RELEASE_NOTES
5270         * configure.ac
5271                 bump up version number following
5272                 stable release
5273
5274 2007-01-15 [paul]       2.7.0cvs31
5275
5276         * AUTHORS
5277         * src/gtk/authors.h
5278                 add Fabien to the Team list
5279                 add the recent contributors
5280                 make a few corrections
5281
5282 2007-01-15 [paul]       2.7.0cvs30
5283
5284         * src/mainwindow.c
5285                 fix compiler warning
5286         * src/plugins/pgpcore/prefs_gpg.c
5287         * src/plugins/pgpcore/prefs_gpg.h
5288                 add missing include
5289                 fix copyright header
5290
5291 2007-01-14 [colin]      2.7.0cvs29
5292
5293         * src/gtk/filesel.c
5294                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5295                 two benefits: faster to open, will fix strange
5296                 dbus-related crash. Thanks to Pascal Terjan.
5297
5298 2007-01-14 [colin]      2.7.0cvs28
5299
5300         * src/etpan/imap-thread.c
5301                 Delete the old imap just after allocating
5302                 the new one. Makes sure we don't get the
5303                 same pointer by sheer luck, which feels
5304                 strange in the debug log.
5305
5306 2007-01-14 [colin]      2.7.0cvs27
5307
5308         * src/gtk/inputdialog.c
5309                 Make sure we don't print passwords in
5310                 clear text when in debug mode
5311
5312 2007-01-14 [colin]      2.7.0cvs26
5313
5314         * src/gtk/gtksctree.c
5315                 Fix bug 1098, 'bogus last row display 
5316                 after expanding a thread'. Patch by
5317                 Jindrich Makovicka <makovick@gmail.com>
5318
5319 2007-01-14 [colin]      2.7.0cvs25
5320
5321         * src/etpan/imap-thread.c
5322                 Close socket manually before
5323                 freeing the imap struct
5324
5325 2007-01-14 [colin]      2.7.0cvs24
5326
5327         * src/etpan/imap-thread.c
5328                 Maybe fix new reconnection issues
5329
5330 2007-01-13 [colin]      2.7.0cvs23
5331
5332         * src/summaryview.c
5333                 Freeze/thaw on thread selection
5334
5335 2007-01-13 [paul]       2.7.0cvs22
5336
5337         * src/mainwindow.c
5338         * src/summaryview.c
5339         * src/summaryview.h
5340                 add 'Edit/Delete thread'
5341
5342 2007-01-13 [colin]      2.7.0cvs21
5343
5344         * src/prefs_account.c
5345         * src/prefs_compose_writing.c
5346         * src/prefs_message.c
5347         * src/prefs_msg_colors.c
5348         * src/prefs_other.c
5349         * src/prefs_receive.c
5350         * src/prefs_spelling.c
5351         * src/prefs_summaries.c
5352         * src/prefs_themes.c
5353         * src/gtk/gtkutils.c
5354         * src/gtk/gtkutils.h
5355         * src/plugins/pgpcore/prefs_gpg.c
5356         * src/plugins/spamassassin/spamassassin_gtk.c
5357                 Factorize gtk frame creation
5358                 Patch by Pawel
5359
5360 2007-01-13 [colin]      2.7.0cvs20
5361
5362         * src/message_search.c
5363         * src/summary_search.c
5364                 Fix Enter in search windows
5365         * src/messageview.c
5366                 Fix body search starting at the
5367                 end of the mail (and asking for loop)
5368
5369 2007-01-13 [colin]      2.7.0cvs19
5370
5371         * src/etpan/imap-thread.c
5372                 Make sure we don't free the same imap
5373                 twice
5374
5375 2007-01-13 [colin]      2.7.0cvs18
5376
5377         * commitHelper
5378                 Allow multiple commitHelpers to
5379                 run at once
5380
5381 2007-01-12 [colin]      2.7.0cvs17
5382
5383         * src/etpan/imap-thread.c
5384                 Make sure we get rid of the previous mailimap
5385                 when connecting - just in case disconnect was
5386                 unclean
5387
5388 2007-01-12 [paul]       2.7.0cvs16
5389
5390         * src/compose.c
5391                 Strip S/MIME signatures when re-editing
5392                 S/MIME signed messages.
5393
5394 2007-01-12 [paul]       2.7.0cvs15
5395
5396         * configure.ac
5397         * src/addressbook.c
5398         * src/foldersel.c
5399         * src/folderview.c
5400         * src/main.c
5401                 no need to define CLAWS anymore, remove
5402                 all that stuff
5403
5404 2007-01-12 [paul]       2.7.0cvs14
5405
5406         * src/mimeview.c
5407                 check if the mail's signed as
5408                 it can change the mail structure
5409                 Thanks to Colin
5410
5411 2007-01-12 [paul]       2.7.0cvs13
5412
5413         * src/procmime.c
5414                 fix Forwarding msgs with attachments
5415                 that have dos line endings
5416                 Thanks to Colin
5417
5418 2007-01-12 [wwp]        2.7.0cvs12
5419
5420         * configure.ac
5421                 Revert accidentally committed extra version tag.
5422
5423 2007-01-12 [wwp]        2.7.0cvs11
5424
5425         * src/prefs_account.c
5426                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5427
5428 2007-01-11 [colin]      2.7.0cvs10
5429
5430         * src/imap.c
5431                 move g_warning to debug_print
5432                 it scares people for no reason
5433
5434 2007-01-11 [colin]      2.7.0cvs9
5435
5436         * po/POTFILES.in
5437                 Fix files to translate. Patch by
5438                 Fabien
5439
5440 2007-01-11 [paul]       2.7.0cvs8
5441
5442         * src/imap.c
5443                 Fix recursion when server lists the
5444                 current subfolder in the response
5445         * src/mimeview.c
5446                 Fix updating of icon_list/ctree
5447         * src/plugins/pgpcore/select-keys.c
5448                 Fix a few annoyances when choosing
5449                 keys for the CMS (S/MIME) protocol
5450
5451 2007-01-11 [wwp]        2.7.0cvs7
5452
5453         * src/compose.c
5454         * src/prefs_account.c
5455         * src/prefs_account.h
5456                 Add per-account spellcheck default dictionaries settings.
5457
5458 2007-01-10 [colin]      2.7.0cvs6
5459
5460         * src/prefs_folder_item.c
5461                 Factorize strings - patch by Fabien
5462
5463 2007-01-10 [colin]      2.7.0cvs5
5464
5465         * src/mainwindow.c
5466                 Fix bug 1095, 'Crash while changing folder 
5467                 columns during incorporation'
5468
5469 2007-01-09 [colin]      2.7.0cvs4
5470
5471         * src/gtk/pluginwindow.c
5472                 Set the plugin window transient. Seems
5473                 like some window managers hide it in
5474                 the background after "load plugin"...
5475
5476 2007-01-09 [colin]      2.7.0cvs3
5477
5478         * src/gtk/filesel.c
5479                 Use the same type for alloc and free
5480
5481 2007-01-08 [paul]       2.7.0cvs2
5482
5483         * po/nl.po
5484                 updated by Tim Dijkstra
5485
5486 2007-01-08 [paul]       2.7.0cvs1
5487
5488         * src/prefs_themes.c
5489         * src/common/utils.c
5490                 Fix resource leaks
5491
5492 2007-01-08 [paul]       2.7.0
5493
5494         * NEWS
5495         * README
5496         * RELEASE_NOTES
5497                 2.7.0 released
5498
5499 2007-01-08 [paul]       2.6.1cvs119
5500
5501         * doc/man/claws-mail.1
5502                 another correction
5503
5504 2007-01-08 [paul]       2.6.1cvs118
5505
5506         * doc/man/claws-mail.1
5507                 corrections
5508         * manual/advanced.xml
5509                 improved English usage
5510
5511 2007-01-08 [paul]       2.6.1cvs117
5512
5513         * po/ca.po
5514         * po/de.po
5515         * po/en_GB.po
5516         * po/fi.po
5517         * po/it.po
5518         * po/pt_BR.po
5519         * po/sk.po
5520         * po/sr.po
5521         * po/zh_CN.po
5522                 updated by Miquel Oliete, Stephan Sachse, me,
5523                 Tommi Pirinen, Andrea Spadaccini, Frederico
5524                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5525                 Urosevic, and Ralgh Young
5526
5527 2007-01-07 [mones]      2.6.1cvs116
5528
5529         * manual/es/advanced.xml
5530         * po/es.po
5531                 Synced manual (unhide mark_as_read_delay)
5532                 and updated translation for release
5533
5534 2007-01-07 [paul]       2.6.1cvs115
5535
5536         * src/prefs_matcher.c
5537                 make the hbox content fit better under
5538                 various languages
5539
5540 2007-01-07 [colin]      2.6.1cvs114
5541
5542         * src/messageview.c
5543                 Fix bug 1088, 'Ctrl-h produces repeatable
5544                 crash'
5545
5546 2007-01-06 [colin]      2.6.1cvs113
5547
5548         * src/etpan/imap-thread.c
5549                 Add casts to int to get certs. Fixes
5550                 bug 1064, 'crash @ etpan_certificate_check() 
5551                 when opening an IMAP folder', with latest
5552                 libetpan CVS or >= 0.49
5553         * src/mainwindow.c
5554         * src/mainwindow.h
5555         * src/imap_gtk.c
5556         * src/news_gtk.c
5557         * src/prefs_folder_item.c
5558                 Grey out the "synchronise" menu items if
5559                 there's nothing to synchronise.
5560         * src/plugins/pgpcore/sgpgme.c
5561                 Make an error clearer than "Unknown error"
5562
5563 2007-01-06 [colin]      2.6.1cvs112
5564
5565         * src/messageview.c
5566                 Don't try to show a message if updating
5567                 Maybe fixes bug 1088, 'ctrl-h produces
5568                 repeatable crash'.
5569
5570 2007-01-06 [colin]      2.6.1cvs111
5571
5572         * src/summaryview.c
5573                 Disable Control-Space (handle it as Space).
5574
5575 2007-01-05 [paul]       2.6.1cvs110
5576
5577         * src/imap.c
5578                 Fix bug 934, 'sylpheed claws 2.1 
5579                 doesn't show Exchanges Public Folders'
5580                 Thanks to Hoa and Colin
5581         * src/msgcache.c
5582                 Refuse to allocate more than 2 MB for a 
5583                 single field, it's a good indication of
5584                 cache corruption.
5585
5586 2007-01-05 [colin]      2.6.1cvs109
5587
5588         * src/mainwindow.c
5589                 Allow --select'ing emails by Message-ID too
5590
5591 2007-01-05 [colin]      2.6.1cvs108
5592
5593         * src/common/quoted-printable.c
5594                 Uh! Third fix :)
5595
5596 2007-01-05 [colin]      2.6.1cvs107
5597
5598         * src/common/quoted-printable.c
5599                 Fix previous commit about bug 1089
5600                 Thanks to Ralf
5601
5602 2007-01-05 [colin]      2.6.1cvs106
5603
5604         * src/common/quoted-printable.c
5605                 Fix my previous commit on bug 1089
5606                 - Thanks to Ralf :)
5607
5608 2007-01-04 [colin]      2.6.1cvs105
5609
5610         * src/common/quoted-printable.c
5611                 Fix bug 1089, 'NUL characters in Subject 
5612                 line are misinterpreted'. Not a pain to
5613                 fix in fact.
5614
5615 2007-01-04 [colin]      
5616
5617         2.7.0-rc3 released
5618
5619 2007-01-04 [wwp]        2.6.1cvs104
5620
5621         * src/image_viewer.c
5622                 Force operator precedence (fix a compiler warning).
5623
5624 2007-01-04 [colin]      2.6.1cvs103
5625
5626         * src/image_viewer.c
5627                 Be cautious there too (same fix as the one
5628                 in textview from cvs33)
5629         * src/messageview.c
5630                 Don't use any MimeViewer plugin when showing
5631                 all headers
5632
5633 2007-01-03 [wwp]        2.6.1cvs102
5634
5635         * src/html.c
5636         * src/html.h
5637                 fixed "cent" sign (use the existing ASCII one),
5638                 decode more HTML entities,
5639                 converted table ASCII entries to UTF-8,
5640                 moved a switch() into a hashtable.
5641
5642 2007-01-03 [paul]       2.6.1cvs101
5643
5644         * src/compose.c
5645         * src/messageview.c
5646         * src/procmsg.c
5647         * src/procmsg.h
5648                 When possible, use move_msg instead of
5649                 copy_msg + remove_msg to move sent mail
5650                 from Queue to Sent. 
5651
5652 2007-01-03 [paul]       2.6.1cvs100
5653
5654         * src/html.c
5655                 add more html entity recognition:
5656                 pounds, euros, and cents
5657
5658 2007-01-03 [colin]      2.6.1cvs99
5659
5660         * src/imap_gtk.c
5661                 Don't display an error on NOSELECT
5662                 folders when synchronising
5663
5664 2007-01-03 [paul]       2.6.1cvs98
5665
5666         * tools/maildir2claws-mail.pl
5667                 only substitute 'sent-mail' if it's
5668                 the full directory name
5669
5670 2007-01-03 [paul]       2.6.1cvs97
5671
5672         * ChangeLog
5673         * ChangeLog.pre2.0.0
5674         * Makefile.am
5675                 archive a chunk of ChangeLog in
5676                 ChangeLog.pre2.0.0
5677         * ChangeLog.gtk1
5678         * doc/src/ChangeLog.claws-pre0.8.0
5679                 remove ChangeLog.claws-pre0.8.0, adding
5680                 its contents to ChangeLog.gtk1
5681
5682 2007-01-03 [paul]       2.6.1cvs96
5683
5684         * src/account.c
5685         * src/account.h
5686         * src/action.c
5687         * src/action.h
5688         * src/adbookbase.h
5689         * src/addr_compl.c
5690         * src/addr_compl.h
5691         * src/addrbook.c
5692         * src/addrcache.c
5693         * src/addrcache.h
5694         * src/addrcindex.c
5695         * src/addrcindex.h
5696         * src/addrclip.c
5697         * src/addrclip.h
5698         * src/addrdefs.h
5699         * src/addressadd.c
5700         * src/addressadd.h
5701         * src/addressbook.c
5702         * src/addressbook.h
5703         * src/addressbook_foldersel.c
5704         * src/addressbook_foldersel.h
5705         * src/addrgather.c
5706         * src/addrgather.h
5707         * src/addrharvest.c
5708         * src/addrharvest.h
5709         * src/addrindex.c
5710         * src/addrindex.h
5711         * src/addritem.c
5712         * src/addritem.h
5713         * src/addrquery.c
5714         * src/addrquery.h
5715         * src/addrselect.c
5716         * src/addrselect.h
5717         * src/alertpanel.c
5718         * src/alertpanel.h
5719         * src/browseldap.c
5720         * src/browseldap.h
5721         * src/codeconv.c
5722         * src/codeconv.h
5723         * src/compose.c
5724         * src/compose.h
5725         * src/customheader.c
5726         * src/customheader.h
5727         * src/displayheader.c
5728         * src/displayheader.h
5729         * src/editaddress.c
5730         * src/editaddress.h
5731         * src/editbook.c
5732         * src/editbook.h
5733         * src/editgroup.c
5734         * src/editgroup.h
5735         * src/editjpilot.c
5736         * src/editjpilot.h
5737         * src/editldap.c
5738         * src/editldap.h
5739         * src/editldap_basedn.c
5740         * src/editldap_basedn.h
5741         * src/editvcard.c
5742         * src/editvcard.h
5743         * src/exphtmldlg.c
5744         * src/exphtmldlg.h
5745         * src/expldifdlg.c
5746         * src/expldifdlg.h
5747         * src/export.c
5748         * src/export.h
5749         * src/exporthtml.c
5750         * src/exporthtml.h
5751         * src/exportldif.c
5752         * src/exportldif.h
5753         * src/filtering.c
5754         * src/filtering.h
5755         * src/folder.c
5756         * src/folder.h
5757         * src/folder_item_prefs.c
5758         * src/folder_item_prefs.h
5759         * src/foldersel.c
5760         * src/foldersel.h
5761         * src/folderutils.c
5762         * src/folderutils.h
5763         * src/folderview.c
5764         * src/folderview.h
5765         * src/grouplistdialog.c
5766         * src/grouplistdialog.h
5767         * src/headerview.c
5768         * src/html.c
5769         * src/html.h
5770         * src/image_viewer.c
5771         * src/image_viewer.h
5772         * src/imap.c
5773         * src/imap.h
5774         * src/imap_gtk.c
5775         * src/imap_gtk.h
5776         * src/import.c
5777         * src/import.h
5778         * src/importldif.c
5779         * src/importldif.h
5780         * src/importmutt.c
5781         * src/importmutt.h
5782         * src/importpine.c
5783         * src/importpine.h
5784         * src/inc.c
5785         * src/inc.h
5786         * src/jpilot.c
5787         * src/jpilot.h
5788         * src/ldapctrl.c
5789         * src/ldapctrl.h
5790         * src/ldaplocate.c
5791         * src/ldaplocate.h
5792         * src/ldapquery.c
5793         * src/ldapquery.h
5794         * src/ldapserver.c
5795         * src/ldapserver.h
5796         * src/ldaputil.c
5797         * src/ldaputil.h
5798         * src/ldif.c
5799         * src/ldif.h
5800         * src/main.c
5801         * src/main.h
5802         * src/mainwindow.c
5803         * src/mainwindow.h
5804         * src/manual.c
5805         * src/manual.h
5806         * src/mbox.c
5807         * src/message_search.c
5808         * src/message_search.h
5809         * src/messageview.c
5810         * src/messageview.h
5811         * src/mh.c
5812         * src/mh.h
5813         * src/mh_gtk.c
5814         * src/mh_gtk.h
5815         * src/mimeview.c
5816         * src/mimeview.h
5817         * src/msgcache.c
5818         * src/msgcache.h
5819         * src/mutt.c
5820         * src/mutt.h
5821         * src/news.c
5822         * src/news.h
5823         * src/news_gtk.c
5824         * src/news_gtk.h
5825         * src/partial_download.c
5826         * src/partial_download.h
5827         * src/pine.c
5828         * src/pine.h
5829         * src/pop.c
5830         * src/pop.h
5831         * src/prefs_account.c
5832         * src/prefs_account.h
5833         * src/prefs_actions.c
5834         * src/prefs_actions.h
5835         * src/prefs_common.c
5836         * src/prefs_common.h
5837         * src/prefs_compose_writing.c
5838         * src/prefs_compose_writing.h
5839         * src/prefs_customheader.c
5840         * src/prefs_customheader.h
5841         * src/prefs_display_header.c
5842         * src/prefs_display_header.h
5843         * src/prefs_filtering.c
5844         * src/prefs_filtering.h
5845         * src/prefs_filtering_action.c
5846         * src/prefs_filtering_action.h
5847         * src/prefs_folder_column.c
5848         * src/prefs_folder_column.h
5849         * src/prefs_folder_item.c
5850         * src/prefs_folder_item.h
5851         * src/prefs_fonts.c
5852         * src/prefs_fonts.h
5853         * src/prefs_gtk.c
5854         * src/prefs_gtk.h
5855         * src/prefs_image_viewer.c
5856         * src/prefs_image_viewer.h
5857         * src/prefs_matcher.c
5858         * src/prefs_matcher.h
5859         * src/prefs_message.c
5860         * src/prefs_msg_colors.c
5861         * src/prefs_msg_colors.h
5862         * src/prefs_other.c
5863         * src/prefs_quote.c
5864         * src/prefs_receive.c
5865         * src/prefs_send.c
5866         * src/prefs_spelling.c
5867         * src/prefs_spelling.h
5868         * src/prefs_summaries.c
5869         * src/prefs_summaries.h
5870         * src/prefs_summary_column.c
5871         * src/prefs_summary_column.h
5872         * src/prefs_template.c
5873         * src/prefs_template.h
5874         * src/prefs_themes.c
5875         * src/prefs_themes.h
5876         * src/prefs_toolbar.c
5877         * src/prefs_toolbar.h
5878         * src/prefs_wrapping.c
5879         * src/prefs_wrapping.h
5880         * src/privacy.c
5881         * src/privacy.h
5882         * src/procheader.c
5883         * src/procheader.h
5884         * src/procmime.c
5885         * src/procmime.h
5886         * src/procmsg.c
5887         * src/procmsg.h
5888         * src/quote_fmt.c
5889         * src/quote_fmt_parse.y
5890         * src/recv.c
5891         * src/recv.h
5892         * src/remotefolder.c
5893         * src/remotefolder.h
5894         * src/send_message.c
5895         * src/send_message.h
5896         * src/setup.c
5897         * src/setup.h
5898         * src/sourcewindow.c
5899         * src/sourcewindow.h
5900         * src/ssl_manager.c
5901         * src/ssl_manager.h
5902         * src/statusbar.c
5903         * src/statusbar.h
5904         * src/stock_pixmap.c
5905         * src/stock_pixmap.h
5906         * src/summary_search.c
5907         * src/summary_search.h
5908         * src/summaryview.c
5909         * src/summaryview.h
5910         * src/textview.c
5911         * src/textview.h
5912         * src/toolbar.c
5913         * src/toolbar.h
5914         * src/undo.c
5915         * src/undo.h
5916         * src/unmime.c
5917         * src/unmime.h
5918         * src/vcard.c
5919         * src/vcard.h
5920         * src/wizard.c
5921         * src/wizard.h
5922         * src/common/base64.c
5923         * src/common/base64.h
5924         * src/common/defs.h
5925         * src/common/hooks.c
5926         * src/common/hooks.h
5927         * src/common/log.c
5928         * src/common/log.h
5929         * src/common/mgutils.c
5930         * src/common/mgutils.h
5931         * src/common/nntp.c
5932         * src/common/nntp.h
5933         * src/common/passcrypt.c
5934         * src/common/passcrypt.h.in
5935         * src/common/plugin.c
5936         * src/common/plugin.h
5937         * src/common/prefs.c
5938         * src/common/prefs.h
5939         * src/common/progressindicator.c
5940         * src/common/progressindicator.h
5941         * src/common/quoted-printable.c
5942         * src/common/quoted-printable.h
5943         * src/common/session.c
5944         * src/common/session.h
5945         * src/common/smtp.c
5946         * src/common/smtp.h
5947         * src/common/socket.c
5948         * src/common/socket.h
5949         * src/common/ssl.c
5950         * src/common/ssl.h
5951         * src/common/ssl_certificate.c
5952         * src/common/ssl_certificate.h
5953         * src/common/stringtable.c
5954         * src/common/stringtable.h
5955         * src/common/template.c
5956         * src/common/template.h
5957         * src/common/timing.h
5958         * src/common/utils.c
5959         * src/common/utils.h
5960         * src/common/version.h.in
5961         * src/common/xml.c
5962         * src/common/xml.h
5963         * src/common/xmlprops.c
5964         * src/common/xmlprops.h
5965         * src/gtk/about.c
5966         * src/gtk/colorlabel.c
5967         * src/gtk/colorsel.c
5968         * src/gtk/colorsel.h
5969         * src/gtk/combobox.c
5970         * src/gtk/combobox.h
5971         * src/gtk/description_window.c
5972         * src/gtk/description_window.h
5973         * src/gtk/filesel.c
5974         * src/gtk/filesel.h
5975         * src/gtk/foldersort.c
5976         * src/gtk/foldersort.h
5977         * src/gtk/gtksctree.c
5978         * src/gtk/gtkutils.c
5979         * src/gtk/gtkutils.h
5980         * src/gtk/inputdialog.c
5981         * src/gtk/inputdialog.h
5982         * src/gtk/logwindow.c
5983         * src/gtk/logwindow.h
5984         * src/gtk/manage_window.c
5985         * src/gtk/manage_window.h
5986         * src/gtk/menu.c
5987         * src/gtk/menu.h
5988         * src/gtk/pluginwindow.c
5989         * src/gtk/pluginwindow.h
5990         * src/gtk/prefswindow.c
5991         * src/gtk/prefswindow.h
5992         * src/gtk/progressdialog.c
5993         * src/gtk/progressdialog.h
5994         * src/gtk/sslcertwindow.c
5995         * src/gtk/sslcertwindow.h
5996         * src/plugins/bogofilter/bogofilter.c
5997         * src/plugins/bogofilter/bogofilter.h
5998         * src/plugins/bogofilter/bogofilter_gtk.c
5999         * src/plugins/clamav/clamav_plugin.c
6000         * src/plugins/clamav/clamav_plugin.h
6001         * src/plugins/clamav/clamav_plugin_gtk.c
6002         * src/plugins/demo/demo.c
6003         * src/plugins/dillo_viewer/dillo_prefs.c
6004         * src/plugins/dillo_viewer/dillo_prefs.h
6005         * src/plugins/dillo_viewer/dillo_viewer.c
6006         * src/plugins/pgpcore/passphrase.c
6007         * src/plugins/pgpcore/passphrase.h
6008         * src/plugins/pgpcore/pgp_viewer.c
6009         * src/plugins/pgpcore/pgp_viewer.h
6010         * src/plugins/pgpcore/plugin.c
6011         * src/plugins/pgpcore/select-keys.c
6012         * src/plugins/pgpcore/select-keys.h
6013         * src/plugins/pgpcore/sgpgme.c
6014         * src/plugins/pgpcore/sgpgme.h
6015         * src/plugins/pgpinline/pgpinline.c
6016         * src/plugins/pgpinline/pgpinline.h
6017         * src/plugins/pgpinline/plugin.c
6018         * src/plugins/pgpmime/pgpmime.c
6019         * src/plugins/pgpmime/pgpmime.h
6020         * src/plugins/pgpmime/plugin.c
6021         * src/plugins/spamassassin/spamassassin.c
6022         * src/plugins/spamassassin/spamassassin.h
6023         * src/plugins/spamassassin/spamassassin_gtk.c
6024         * src/plugins/trayicon/trayicon.c
6025                 it's 2007, update the year in the copyright headers
6026
6027 2007-01-03 [paul]       2.6.1cvs95
6028
6029         * src/gtk/about.c
6030                 it is 2007, use it in the copyright string
6031
6032 2007-01-03 [paul]       2.6.1cvs94
6033
6034         * src/html.c
6035                 html entity conversion:
6036                 move &#153; to a more suitable place
6037                 add &bull; and &ndash;
6038                 make sure &mdash; and &#8212; are both
6039                 converted the same
6040
6041 2007-01-02 [colin]      2.6.1cvs93
6042
6043         * src/addrbook.c
6044                 Fix leak
6045         * src/common/plugin.c
6046                 Add comment
6047         * src/etpan/imap-thread.c
6048                 Fix warning
6049
6050 2006-12-31 [paul]       2.6.1cvs92
6051
6052         * src/prefs_summaries.c
6053                 use gtk_button_new_from_stock()
6054
6055 2006-12-30 [colin]      2.6.1cvs91
6056
6057         * src/folder.c
6058         * src/imap_gtk.c
6059         * src/mh_gtk.c
6060                 Don't update filtering and account paths 
6061                 when copying folders
6062
6063 2006-12-30 [colin]      2.6.1cvs90
6064
6065         * src/prefs_compose_writing.c
6066         * src/prefs_quote.c
6067         * src/prefs_template.c
6068                 Use message font for Writing and 
6069                 Quoting prefs, as well as Templates.
6070
6071 2006-12-30 [colin]      2.6.1cvs89
6072
6073         * src/prefs_summaries.c
6074                 Rework GUI; patch by Pawel
6075
6076 2006-12-29 [colin]      2.6.1cvs88
6077
6078         * src/prefs_folder_item.c
6079                 Fix bug 1085, 'Apply to subfolder 
6080                 doesn't work' - I was mistaken saying
6081                 it worked in every case
6082
6083 2006-12-28 [colin]      2.6.1cvs87
6084
6085         * src/gtk/gtkaspell.c
6086                 Don't assert if use_alternate is true
6087                 and alt_dictionary isn't set -- this 
6088                 is what happens on upgrade! Rather,
6089                 do with it.
6090
6091 2006-12-28 [colin]      2.6.1cvs86
6092
6093         * Makefile.am
6094                 Fix desktop/icon simplification
6095
6096 2006-12-28 [colin]      2.6.1cvs85
6097
6098         * Makefile.am
6099                 Make desktop and icon not 
6100                 dependant on the desktop
6101
6102 2006-12-28 [wwp]        2.6.1cvs84
6103
6104         * src/plugins/pgpmime/claws.def
6105                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6106
6107 2006-12-28 [wwp]        2.6.1cvs83
6108
6109         * src/prefs_folder_item.c
6110                 Fix coloring of "simplify subject regexp" (folder prefs),
6111                 which might be left to red whereas the regexp gets empty.
6112
6113 2006-12-28 [wwp]        2.6.1cvs82
6114
6115         * src/prefs_common.c
6116         * src/prefs_common.h
6117         * src/addressbook.c
6118         * src/addressitem.h
6119                 Save addressbook mainwindow's horizontal and vertical splitter position.
6120
6121 2006-12-27 [wwp]        2.6.1cvs81
6122
6123         * src/gtk/gtkaspell.c
6124         * src/gtk/gtkaspell.h
6125         * src/compose.c
6126                 Fix assignment of compose's default and alternate dictionary from
6127                 account or folder settings. Now gtkaspell_change_dict does rotate
6128                 dicts only when it's called from a menu cb.
6129
6130 2006-12-27 [wwp]        2.6.1cvs80
6131
6132         * src/folder_item_prefs.c
6133                 Fix randomly initialized default-alt-dictionary (folder prefs),
6134                 complete 2.6.1cvs72.
6135
6136 2006-12-27 [paul]       2.6.1cvs79
6137
6138         * src/imap_gtk.c
6139         * src/mh_gtk.c
6140                 Add Copy folder in the folder's contextual
6141                 menu
6142
6143 2006-12-27 [wwp]        2.6.1cvs78
6144
6145         * src/imap.c
6146                 Clean up session locking, thanks to Colin.
6147
6148 2006-12-26 [colin]      2.6.1cvs77
6149
6150         * src/statusbar.c
6151                 Revert previous patch
6152
6153 2006-12-26 [colin]      2.6.1cvs76
6154
6155         * src/folder.c
6156         * src/folderview.c
6157         * src/imap.c
6158         * src/statusbar.c
6159         * src/etpan/imap-thread.c
6160                 Fix previous commit warnings
6161                 Make statusbar update every second if total < 20
6162                 Make IMAP APPEND faster by simplifying log              
6163
6164 2006-12-26 [colin]      2.6.1cvs75
6165
6166         * src/folder.c
6167         * src/folder.h
6168         * src/folderview.c
6169         * src/folderview.h
6170         * src/imap_gtk.c
6171         * src/mh_gtk.c
6172                 Make it possible to copy folders accross
6173                 mailboxes (this was an arbitrary limitation).
6174                 Still make it impossible to move folders 
6175                 accross mailboxes.
6176
6177 2006-12-26 [colin]      2.6.1cvs74
6178
6179         * src/etpan/imap-thread.c
6180                 Fix bug 1081, 'claws-mail 
6181                 segfaults when going offline 
6182                 while it transfers mails via 
6183                 imap'
6184
6185 2006-12-26 [colin]      2.6.1cvs73
6186
6187         * src/folder_item_prefs.c
6188                 Don't forget alt dictionary when
6189                 renaming/moving folders
6190
6191 2006-12-26 [wwp]        2.6.1cvs72
6192
6193         * src/folder_item_prefs.c
6194                 Add missing defaults for per-folder alt dict
6195                 (forgotten in 2.6.1cvs61).
6196
6197 2006-12-26 [colin]      2.6.1cvs71
6198
6199         * src/wizard.c
6200                 Add tooltip to state that specifying
6201                 full path to mailbox is possible
6202
6203 2006-12-26 [wwp]        2.6.1cvs70
6204
6205         * src/partial_download.c
6206         * src/gtk/gtkvscrollbutton.c
6207         * src/plugins/pgpinline/plugin.c
6208                 Fix for few compiler warnings that matter.
6209
6210 2006-12-25 [colin]      2.6.1cvs69
6211
6212         * src/partial_download.c
6213                 Fix marking for download or deletion
6214                 when the header isn't the first
6215         * src/gtk/logwindow.c
6216                 Fix start of scrolling
6217
6218 2006-12-23 [paul]       2.6.1cvs68
6219
6220         * src/compose.c
6221                 change last commit to use the 'academic'
6222                 method instead. Thanks to wwp
6223
6224 2006-12-23 [paul]       2.6.1cvs67
6225
6226         * src/compose.c
6227                 don't warn about empty subject when
6228                 redirecting
6229
6230 2006-12-22 [colin]      2.6.1cvs66
6231
6232         * src/summary_search.c
6233                 Fix previous patch
6234
6235 2006-12-22 [colin]      2.6.1cvs65
6236
6237         * src/gtk/gtkutils.c
6238         * src/imap.c
6239         * src/jpilot.c
6240         * src/summary_search.c
6241                 A few warning fixes
6242
6243 2006-12-23 [paul]       
6244
6245         2.7.0-rc2 released
6246
6247 2006-12-22 [colin]      2.6.1cvs64
6248
6249         * src/toolbar.c
6250         * src/toolbar.h
6251                 Add a combo to the learn spam button
6252         * src/plugins/bogofilter/bogofilter.c
6253         * src/plugins/bogofilter/bogofilter_gtk.c
6254         * src/plugins/bogofilter/bogofilter.h
6255                 Allow to store Unsure mails in a specific
6256                 folder to make better teaching easier
6257
6258 2006-12-21 [wwp]        2.6.1cvs63
6259
6260         * src/compose.c
6261         * src/prefs_common.c
6262         * src/prefs_common.h
6263         * src/prefs_spelling.c
6264         * src/gtk/gtkaspell.c
6265         * src/gtk/gtkaspell.h
6266                 Allow spell-checking using both current and alternate dictionaries
6267                 (thanks to Colin).
6268
6269 2006-12-21 [wwp]        2.6.1cvs62
6270
6271         * src/gtk/gtkaspell.c
6272                 Apply recheck_when_changing_dict (highlight all mispelled words)
6273                 when switching to alternate dictionary.
6274
6275 2006-12-21 [wwp]        2.6.1cvs61
6276
6277         * src/compose.c
6278         * src/folder_item_prefs.h
6279         * src/prefs_common.c
6280         * src/prefs_common.h
6281         * src/prefs_folder_item.c
6282         * src/prefs_spelling.c
6283         * src/gtk/gtkaspell.c
6284         * src/gtk/gtkaspell.h
6285                 Add global and per-folder prefs to set the default
6286                 alternate dictionary.
6287
6288 2006-12-21 [colin]      2.6.1cvs60
6289
6290         * src/folder.c
6291                 Look for folders by path in all folders
6292         * src/html.c
6293                 add &mdash;
6294
6295 2006-12-20 [colin]      2.6.1cvs59
6296
6297         * src/gtk/quicksearch.c
6298                 Make sure in_typing is false when clearing
6299
6300 2006-12-20 [wwp]        2.6.1cvs58
6301
6302         * configure.ac
6303                 change manual's target dir to be LFH-compliant (thanks to Colin).
6304
6305 2006-12-20 [wwp]        2.6.1cvs57
6306
6307         * src/prefs_common.c
6308         * src/prefs_summaries.c
6309                 i18n fix and factorize patch, thanks to Fabien.
6310
6311 2006-12-20 [paul]       2.6.1cvs56
6312
6313         * configure.ac
6314                 last of the renaming (??)
6315         * src/main.c
6316                 correct --help info of --status-full
6317         * src/plugins/bogofilter/bogofilter.c
6318                 make FALSE default of whitelist_ab
6319
6320 2006-12-19 [colin]      2.6.1cvs55
6321
6322         * src/jpilot.c
6323                 Same as before, without depending on
6324                 pisock >= 0.12
6325
6326 2006-12-19 [colin]      2.6.1cvs54
6327
6328         * src/jpilot.c
6329                 Fix bug 1059, 'Better jpilot charset 
6330                 handling'. Use libpisync's charset conversion
6331                 if possible
6332
6333 2006-12-19 [colin]      2.6.1cvs53
6334
6335         * po/fr.po
6336                 Updated by Fabien
6337
6338 2006-12-19 [wwp]        2.6.1cvs52
6339
6340         * src/gtk/about.c
6341                 Add missing #include (thanks to Colin).
6342
6343 2006-12-19 [wwp]        2.6.1cvs51
6344
6345         * src/prefs_receive.c
6346                 Better spacing between widgets in prefs.
6347
6348 2006-12-18 [colin]      2.6.1cvs50
6349
6350         * src/imap.c
6351                 Fix failure to get separator on LIST "" ""
6352                 Try LIST "" "INBOX" too.
6353
6354 2006-12-18 [wwp]        2.6.1cvs49
6355
6356         * src/common/session.c
6357                 Fix a compiler warning (thanks to Fabien).
6358
6359 2006-12-18 [wwp]        2.6.1cvs48
6360
6361         * src/compose.c
6362         * src/prefs_quote.c
6363                 Factorize some strings for translation (it's about error
6364                 messages when applying or checking template/quote format).
6365
6366 2006-12-18 [colin]      2.6.1cvs47
6367
6368         * Makefile.am
6369         * src/common/defs.h
6370         * src/gtk/Makefile.am
6371         * src/gtk/about.c
6372                 Add a Release notes tab from the contents of
6373                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6374
6375 2006-12-17 [colin]      2.6.1cvs46
6376
6377         * src/mimeview.c
6378         * src/textview.c
6379         * src/gtk/filesel.c
6380                 Correctly convert from/to UTF8/filename encoding
6381                 when loading and saving files. Probably fixes
6382                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6383                 for a file to attach and is blocked...'
6384
6385 2006-12-17 [colin]      2.6.1cvs45
6386
6387         * src/gtk/logwindow.c
6388                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6389                 IMAP folder and is blocked on main thread': 
6390                 make sure we put utf8 in the log.
6391
6392 2006-12-16 [colin]      2.6.1cvs44
6393
6394         * src/toolbar.c
6395         * src/toolbar.h
6396                 Fix bug 1055, 'Add the 'cancel receive' 
6397                 in the available events for the toolbar buttons'
6398
6399 2006-12-16 [colin]      2.6.1cvs43
6400
6401         * po/POTFILES.in
6402         * src/imap.c
6403         * src/common/nntp.c
6404         * src/common/session.c
6405                 Log error when SSL handshakes fail. 
6406                 Fixes bug 1082, 'incorrect / imprecise 
6407                 error message when imap server provides 
6408                 ssl only through STARTTLS but SSL is 
6409                 selected'
6410
6411 2006-12-15 [wwp]        2.6.1cvs42
6412
6413         * src/plugins/bogofilter/bogofilter_gtk.c
6414                 set proper sensitivity to widgets I've recently added.
6415
6416 2006-12-15 [colin]      
6417
6418         2.7.0-rc1 released
6419
6420 2006-12-15 [wwp]        2.6.1cvs41
6421
6422         * src/plugins/bogofilter/bogofilter.c
6423         * src/plugins/bogofilter/bogofilter.h
6424         * src/plugins/bogofilter/bogofilter_gtk.c
6425                 bogofilter's whitelist can now use a subset of
6426                 the addressbook (either a book, a subfolder of a book,
6427                 or the whole addressbook by using "Any"). Re-used there
6428                 some pref_matcher widgets and mechanisms to match a subset
6429                 of the addressbook.
6430
6431 2006-12-15 [wwp]        2.6.1cvs40
6432
6433         * src/wizard.c
6434         * src/common/plugin.c
6435         * src/common/plugin.h
6436         * src/gtk/about.c
6437         * src/plugins/bogofilter/bogofilter.c
6438         * src/plugins/clamav/clamav_plugin.c
6439         * src/plugins/demo/demo.c
6440         * src/plugins/dillo_viewer/dillo_viewer.c
6441         * src/plugins/pgpcore/plugin.c
6442         * src/plugins/pgpinline/plugin.c
6443         * src/plugins/pgpmime/plugin.c
6444         * src/plugins/spamassassin/spamassassin.c
6445         * src/plugins/trayicon/trayicon.c
6446                 factorize some translatable strings (plugins-related),
6447                 fix missing punctuation in several places,
6448                 remove useless translatable \n in about.c,
6449                 and factorize plugin init code w/ a new function
6450                 check_plugin_version() in common/plugin.c.
6451                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6452
6453 2006-12-15 [wwp]        2.6.1cvs39
6454
6455         * src/plugins/bogofilter/bogofilter.c
6456         * src/plugins/bogofilter/bogofilter_gtk.c
6457                 flag whitelisted spams as spam, but don't filter it to the spam
6458                 folder. Thanks to Colin.
6459
6460 2006-12-15 [ticho]      2.6.1cvs38
6461
6462         * src/plugins/bogofilter/bogofilter.c
6463         * src/plugins/bogofilter/bogofilter.h
6464         * src/plugins/bogofilter/bogofilter_gtk.c
6465                 Add option to whitelist senders found in addressbook. Patch by colin.
6466
6467 2006-12-15 [paul]       2.6.1cvs37
6468
6469         * src/folderview.c
6470                 add missing #include "log.h"
6471
6472 2006-12-15 [paul]       2.6.1cvs36
6473
6474         * src/plugins/bogofilter/bogofilter.c
6475         * src/plugins/bogofilter/bogofilter.h
6476         * src/plugins/bogofilter/bogofilter_gtk.c
6477                 Add an option to allow inserting an
6478                 X-Claws-Bogosity header (on MH folders
6479                 only). Patch by Colin
6480
6481 2006-12-14 [colin]      2.6.1cvs35
6482
6483         * src/main.c
6484                 "Yes" should be the default choice for
6485                 migration configuration
6486
6487 2006-12-14 [paul]       2.6.1cvs34
6488
6489         * src/prefs_summaries.c
6490         * manual/advanced.xml
6491                 Unhide mark_as_read_delay
6492
6493 2006-12-14 [paul]       2.6.1cvs33
6494
6495         * src/messageview.c
6496         * src/messageview.h
6497         * src/mimeview.c
6498         * src/mimeview.h
6499         * src/summaryview.c
6500         * src/textview.c
6501         * src/textview.h
6502                 Fix printing of selection
6503                 Fix printing of message parts
6504                 Fix printing of images
6505         * src/gtk/gtksourceprintjob.c
6506                 Fix page count when there are images
6507
6508 2006-12-14 [wwp]        2.6.1cvs32
6509
6510         * src/mainwindow.c
6511         * src/summaryview.c
6512         * src/summaryview.h
6513         * src/gtk/quicksearch.c
6514                 fix quicksearch 'magnify' button status when QS is closed
6515                 using the Escape key, thanks to Colin.
6516
6517 2006-12-14 [wwp]        2.6.1cvs31
6518
6519         * src/mainwindow.c
6520         * src/summaryview.c
6521         * src/summaryview.h
6522         * src/gtk/quicksearch.c
6523                 fix quicksearch 'magnify' button status when QS is closed
6524                 using the Escape key, thanks to Colin.
6525
6526 2006-12-13 [colin]      2.6.1cvs30
6527
6528         * src/ldapquery.c
6529         * src/ldaputil.c
6530                 Use the binary safe version of ldap_get_values,
6531                 to make sure we manipulate null-terminated 
6532                 strings. Maybe fixes bug 1075, 'claws mail 
6533                 segfault when completing ldap adresses'
6534         * src/syldap.c ** REMOVED **
6535         * src/syldap.h ** REMOVED **
6536                 Remove dead files
6537
6538 2006-12-13 [mones]      2.6.1cvs29
6539
6540         * po/es.po
6541                 Fixed piped strings, fixed click translation
6542
6543 2006-12-13 [paul]       2.6.1cvs28
6544
6545         * src/main.c
6546                 don't translate these strings
6547
6548 2006-12-13 [paul]       2.6.1cvs27
6549
6550         * po/en_GB.po
6551                 updated
6552
6553 2006-12-13 [colin]      2.6.1cvs26
6554
6555         * src/main.c
6556         * src/main.h
6557                 Add claws_is_starting()
6558
6559 2006-12-13 [mones]      2.6.1cvs25
6560
6561         * manual/es/advanced.xml
6562         * po/es.po
6563                 Synced manual and updated translation
6564
6565 2006-12-12 [colin]      2.6.1cvs24
6566
6567         * src/wizard.c
6568                 Add an option to use STARTTLS in the
6569                 welcome wizard. Fixes bug 1080, 
6570                 'Using SSL option in wizard for incoming 
6571                 server does not activate SSL with STARTTLS'
6572
6573 2006-12-12 [colin]      2.6.1cvs23
6574
6575         * src/main.c
6576                 Don't exit when there's an incomplete
6577                 mailbox configured - leaves a chance 
6578                 to fix a failing IMAP account. Exit
6579                 if no mailbox at all is loaded (case
6580                 of missing plugin).
6581                 Completes bug 1077's fix (I was wrong
6582                 in this bug's comment #3).
6583
6584 2006-12-12 [colin]      2.6.1cvs22
6585
6586         * src/gtk/menu.h
6587                 Add another menu data type
6588         * src/prefs_account.c
6589                 Complete the completion of bug 1076
6590                 (doesn't lose the pref on apply)
6591
6592 2006-12-12 [paul]       2.6.1cvs21
6593
6594         * src/prefs_account.c
6595                 complete the fix of bug 1076
6596                 also be more verbose with the text
6597
6598 2006-12-12 [paul]       2.6.1cvs20
6599
6600         * src/gtk/combobox.c
6601                 fix compilation warning
6602
6603 2006-12-11 [colin]      2.6.1cvs19
6604
6605         * src/wizard.c
6606                 Document :port in server entry tooltips
6607
6608 2006-12-11 [colin]      2.6.1cvs18
6609
6610         * src/main.c
6611                 Fix compile
6612
6613 2006-12-11 [colin]      2.6.1cvs17
6614
6615         * src/main.c
6616                 Add failing IMAP as a reason for no
6617                 mailbox
6618
6619 2006-12-11 [colin]      2.6.1cvs16
6620
6621         * src/prefs_account.c
6622                 Check for existence of inbox for local
6623                 accounts too
6624         * src/wizard.c
6625                 Allow setting the port to use for servers
6626                 by using the usual "server.example.com:port"
6627                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6628                 not start when IMAP server is unavailable'
6629
6630 2006-12-11 [colin]      2.6.1cvs15
6631
6632         * src/prefs_account.c
6633                 Prevent use of non-existing default inbox
6634
6635 2006-12-11 [colin]      2.6.1cvs14
6636
6637         * src/prefs_account.c
6638                 Fix sensitivity. Fixes bug 1076, 'privacy 
6639                 options are displayed even when pgp plugin 
6640                 not loaded / available'
6641
6642 2006-12-09 [colin]      2.6.1cvs13
6643
6644         * manual/advanced.xml
6645         * src/prefs_common.c
6646         * src/prefs_common.h
6647         * src/common/ssl_certificate.c
6648                 Add a new hidden preference, 'unsafe_ssl_certs',
6649                 which allows to store multiple certificates per
6650                 server/port. This is disabled by default because
6651                 it's less secure (presenting a new certificate
6652                 instead of a changed one raises less alarms).
6653                 This will cause Claws to ask about an unknown
6654                 certificate for people who have used 2.6.1cvs8
6655                 or greater.
6656
6657 2006-12-09 [colin]      2.6.1cvs12
6658
6659         * src/action.c
6660                 Fix cache updating after action
6661
6662 2006-12-07 [wwp]        2.6.1cvs11
6663
6664         * src/compose.c
6665                 fix email address comparison when replying to all
6666                 (avoid replying to ourselves), thanks to Colin.
6667
6668 2006-12-06 [paul]       2.6.1cvs10
6669
6670         * src/addrharvest.c
6671         * src/editldap.c
6672         * src/expldifdlg.c
6673         * src/news.c
6674         * src/toolbar.c
6675         * src/common/utils.c
6676                 ...and more renaming
6677                 Thanks to Colin
6678
6679 2006-12-06 [paul]       2.6.1cvs9
6680
6681         * src/compose.c
6682         * src/messageview.c
6683         * src/procheader.c
6684         * src/procmime.c
6685         * src/procmsg.c
6686         * src/textview.c
6687                 more renaming
6688                 Thanks to Colin
6689
6690 2006-12-06 [colin]      2.6.1cvs8
6691
6692         * src/ssl_manager.c
6693         * src/common/ssl_certificate.c
6694         * src/common/ssl_certificate.h
6695                 Handle multiple certificates per host/port
6696
6697 2006-12-06 [colin]      2.6.1cvs7
6698
6699         * src/etpan/imap-thread.c
6700                 Fix certificate checking on IMAP
6701
6702 2006-12-06 [colin]      2.6.1cvs6
6703
6704         * src/folderview.c
6705                 Fix bug 1072, 'Claws stops fetching newsgroups 
6706                 from server when newsgroup got deleted': continue
6707                 checking other groups
6708
6709 2006-12-05 [wwp]        2.6.1cvs5
6710
6711         * src/message_search.c
6712         * src/summary_search.c
6713         * src/gtk/combobox.c
6714         * src/gtk/combobox.h
6715         * src/gtk/gtkutils.c
6716         * src/gtk/gtkutils.h
6717                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6718                 behave like w/ old comboboxes (summary and message search only).
6719
6720 2006-12-05 [paul]       2.6.1cvs4
6721
6722         * src/wizard.c
6723                 encode headers
6724                 Thanks to Colin
6725
6726 2006-12-05 [paul]       2.6.1cvs3
6727
6728         * tools/README
6729         * tools/textviewer.pl
6730                 script updated and description added
6731
6732 2006-12-04 [colin]      2.6.1cvs2
6733
6734         * src/compose.c
6735                 Run pre-send hook only when checking
6736                 everything
6737
6738 2006-12-04 [paul]       2.6.1cvs1
6739
6740         * NEWS
6741         * README
6742         * RELEASE_NOTES
6743         * configure.ac
6744         * tools/README
6745                 bump up version number following stable release
6746
6747 2006-12-04 [paul]       2.6.0cvs83
6748
6749         * README
6750                 updates and corrections
6751
6752 2006-12-04 [colin]      2.6.0cvs82
6753
6754         * src/common/utils.c
6755                 Probably fix bug 1066, 'Incorrect mailbox 
6756                 size displayed'
6757
6758 2006-12-04 [colin]      2.6.0cvs81
6759
6760         * src/common/utils.c
6761                 Trim tabs from mailcap file too.
6762
6763 2006-12-02 [paul]       2.6.0cvs80
6764
6765         * src/exphtmldlg.c
6766                 fix broken GUI under certain languages
6767         * src/expldifdlg.c
6768                 put the Cancel button to the right
6769
6770 2006-12-01 [paul]       2.6.0cvs79
6771
6772         * tools/Makefile.am
6773                 remove reference to removed file
6774
6775 2006-12-01 [wwp]        2.6.0cvs78
6776
6777         * src/addressbook.c
6778         * src/editaddress.c
6779                 remove forgotten debug statements.
6780
6781 2006-12-01 [wwp]        2.6.0cvs77
6782
6783         * manual/advanced.xml
6784         * manual/fr/advanced.xml
6785         * src/addressbook.c
6786         * src/addressbook.h
6787         * src/addressitem.h
6788         * src/editaddress.c
6789         * src/editaddress.h
6790         * src/prefs_common.c
6791         * src/prefs_common.h
6792         * src/gtk/gtkutils.c
6793         * src/gtk/gtkutils.h
6794                 add a hidden option to allow embedding the editaddress (edit contact details)
6795                 dialog into the addressbook's window. This doesn't change the default
6796                 behaviour.
6797
6798 2006-12-01 [wwp]        2.6.0cvs76
6799
6800         * src/message_search.c
6801         * src/summary_search.c
6802                 fix more focus issues (don't set focus to combobox's entry widget when
6803                 entry's value changed, if entry widget has focus already).
6804
6805 2006-12-01 [wwp]        2.6.0cvs75
6806
6807         * src/gtk/quicksearch.c
6808                 revert last changes to the quicksearch gtk_combo_box, this needs more
6809                 tuning and testing.
6810
6811 2006-12-01 [paul]       2.6.0cvs74
6812
6813         * tools/kdeservicemenu/README
6814         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6815         * tools/kdeservicemenu/install.sh
6816         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6817         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6818                 simplify this stuff, and in so doing,
6819                 fix it. (possibly re-extend it again at
6820                 a later date)
6821
6822 2006-12-01 [wwp]        2.6.0cvs73
6823
6824         * src/gtk/quicksearch.c
6825                 adapt quicksearch code to use modern gtk_combo_box'es.
6826
6827 2006-12-01 [wwp]        2.6.0cvs72
6828
6829         * src/common/defs.h
6830         * src/prefs_common.c
6831         * src/prefs_common.h
6832         * src/message_search.c
6833         * src/summary_search.c
6834         * src/gtk/combobox.c
6835         * src/gtk/combobox.h
6836                 add history combos to all message and summary search fields.
6837
6838 2006-12-01 [wwp]        2.6.0cvs71
6839
6840         * src/summaryview.c
6841                 As the list may change while the mark as read delay
6842                 runs, we can't rely on the 'row' pointer, which can
6843                 be invalid when the timeout is called. As the mark
6844                 as read is only done if the message is still selected,
6845                 use summaryview->selected instead. Thanks to Colin.
6846
6847 2006-11-30 [paul]       2.6.0cvs70
6848
6849         * src/textview.c
6850                 give emphasis to "Sylpheed-Claws"
6851                 as well as "Claws Mail"
6852
6853 2006-11-30 [colin]      2.6.0cvs69
6854
6855         * src/wizard.c
6856                 Put the SSL checkboxes in the receiving
6857                 and sending server pages.
6858
6859 2006-11-29 [colin]      2.6.0cvs68
6860
6861         * src/gtk/gtkutils.c
6862         * src/gtk/gtkvscrollbutton.c
6863                 Revert some deprecated fixes - they seem to
6864                 deprecate stuff as soon as a new one gets out.
6865                 g_object_ref_sink needed glib-2.10.
6866
6867 2006-11-29 [colin]      2.6.0cvs67
6868
6869         * src/common/utils.c
6870                 Create .mailcap if it doesn't exist
6871
6872 2006-11-29 [colin]      2.6.0cvs66
6873
6874         * src/compose.c
6875                 Followup to cvs60: use original list
6876                 of recipients if replying to a mail
6877                 in Sent Drafts or Queue.
6878
6879 2006-11-27 [paul]       2.6.0cvs65
6880
6881         * src/image_viewer.c
6882                 revert the last change for now (it's broken)
6883
6884 2006-11-27 [paul]       2.6.0cvs64
6885
6886         * Makefile.am
6887         * configure.ac
6888         * m4/aclocal-include.m4
6889         * m4/check-type.m4
6890         * src/Makefile.am
6891         * src/addr_compl.c
6892         * src/compose.c
6893         * src/crash.c
6894         * src/export.c
6895         * src/exporthtml.c
6896         * src/exportldif.c
6897         * src/imap.c
6898         * src/import.c
6899         * src/main.c
6900         * src/main.h
6901         * src/matcher.c
6902         * src/mimeview.c
6903         * src/procmsg.c
6904         * src/textview.c
6905         * src/common/Makefile.am
6906         * src/common/claws.c
6907         * src/common/claws.h
6908         * src/common/ssl.c
6909         * src/common/sylpheed.c
6910         * src/common/sylpheed.h
6911         * src/etpan/Makefile.am
6912         * src/gtk/Makefile.am
6913         * src/gtk/claws-marshal.list
6914         * src/gtk/filesel.c
6915         * src/gtk/gtksctree.c
6916         * src/gtk/quicksearch.c
6917         * src/gtk/sylpheed-marshal.list
6918         * src/plugins/bogofilter/bogofilter.c
6919         * src/plugins/bogofilter/bogofilter_gtk.c
6920         * src/plugins/clamav/clamav_plugin.c
6921         * src/plugins/clamav/clamav_plugin_gtk.c
6922         * src/plugins/demo/demo.c
6923         * src/plugins/dillo_viewer/dillo_viewer.c
6924         * src/plugins/pgpcore/Makefile.am
6925         * src/plugins/pgpcore/claws.def
6926         * src/plugins/pgpcore/pgp_viewer.c
6927         * src/plugins/pgpcore/plugin.c
6928         * src/plugins/pgpcore/sylpheed.def
6929         * src/plugins/pgpinline/Makefile.am
6930         * src/plugins/pgpinline/claws.def
6931         * src/plugins/pgpinline/plugin.c
6932         * src/plugins/pgpinline/sylpheed.def
6933         * src/plugins/pgpmime/Makefile.am
6934         * src/plugins/pgpmime/claws.def
6935         * src/plugins/pgpmime/plugin.c
6936         * src/plugins/pgpmime/sylpheed.def
6937         * src/plugins/spamassassin/spamassassin.c
6938         * src/plugins/spamassassin/spamassassin_gtk.c
6939         * src/plugins/trayicon/trayicon.c
6940                 yet more renaming
6941                 remove deprecated gtk_tooltips_set_delay()
6942
6943 2006-11-26 [paul]       2.6.0cvs63
6944
6945         * src/expldifdlg.c
6946         * src/folderview.c
6947         * src/image_viewer.c
6948         * src/mainwindow.c
6949         * src/gtk/gtkutils.c
6950         * src/gtk/gtkvscrollbutton.c
6951         * src/gtk/prefswindow.c
6952         * src/plugins/pgpcore/prefs_gpg.c
6953                 replace more deprecated GTK+ functions
6954
6955 2006-11-26 [paul]       2.6.0cvs62
6956
6957         * src/addr_compl.c
6958         * src/addressbook.c
6959         * src/browseldap.c
6960                 replace deprecated gtk_idle_... functions
6961
6962 2006-11-26 [paul]       2.6.0cvs61
6963
6964         * src/compose.c
6965         * src/folderview.c
6966         * src/inc.c
6967         * src/summaryview.c
6968         * src/gtk/gtkvscrollbutton.c
6969         * src/gtk/quicksearch.c
6970         * src/plugins/pgpcore/passphrase.c
6971                 replace deprecated gtk_timeout_add and
6972                 gtk_timeout_remove
6973
6974 2006-11-26 [paul]       2.6.0cvs60
6975
6976         * src/compose.c
6977                 fix bug that caused the wrong recipient
6978                 to be selected when replying to a msg
6979                 which is From one of our accounts to
6980                 another of our accounts
6981
6982 2006-11-25 [paul]       2.6.0cvs59
6983
6984         * src/summaryview.c
6985                 don't change the From column title to
6986                 To if the To column is visible
6987
6988 2006-11-24 [paul]       2.6.0cvs58
6989
6990         * src/compose.c
6991                 fix bug 1069, 'Sent mails disappear, BCC
6992                 or locking problem?'
6993
6994 2006-11-21 [wwp]        2.6.0cvs57
6995
6996         * src/compose.c
6997                 fix spelling menu when replying (same as 2.3.1cvs39):
6998                 discrepancy between context menu and top menu when
6999                 folder's dictionary isn't the default one.
7000
7001 2006-11-19 [paul]       2.6.0cvs56
7002
7003         * src/summaryview.c
7004                 obey always_show_msg option when
7005                 marking as spam
7006         * src/plugins/bogofilter/bogofilter.c
7007                 fix typo
7008
7009 2006-11-18 [paul]       2.6.0cvs55
7010
7011         * AUTHORS
7012         * README
7013         * debian/copyright
7014         * manual/ack.xml
7015         * manual/es/ack.xml
7016         * manual/fr/ack.xml
7017         * manual/pl/ack.xml
7018         * src/gtk/authors.h
7019         * src/gtk/icon_legend.c
7020         * src/gtk/icon_legend.h
7021         * tools/OOo2claws-mail.pl
7022         * tools/README
7023         * tools/acroread2claws-mail.pl
7024         * tools/claws.i18n.status.pl
7025         * tools/filter_conv.pl
7026         * tools/filter_conv_new.pl
7027         * tools/freshmeat_search.pl
7028         * tools/google_search.pl
7029         * tools/kmail2claws-mail.pl
7030         * tools/kmail2claws-mail_v2.pl
7031         * tools/maildir2claws-mail.pl
7032         * tools/make.themes.project
7033         * tools/multiwebsearch.pl
7034         * tools/outlook2claws-mail.pl
7035         * tools/tb2claws-mail
7036         * tools/kdeservicemenu/README
7037         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7038                 update mine and wwp's email addresses in
7039                 several places
7040                 Patch by wwp
7041         * src/prefs_compose_writing.c
7042                 set sensitivity on 'new message format' frame
7043
7044 2006-11-17 [paul]       2.6.0cvs54
7045
7046         * src/gtk/about.c
7047                 more reworking of the GUI
7048                 Patch by Fabien Vantard
7049
7050 2006-11-16 [paul]       2.6.0cvs53
7051
7052         * src/gtk/about.c
7053                 set a minimum size for the window, allow
7054                 it to automatically expand as necessary
7055
7056 2006-11-16 [wwp]        2.6.0cvs52
7057
7058         * src/gtk/about.c
7059                 better wrap of copyright info on some systems.
7060
7061 2006-11-16 [paul]       2.6.0cvs51
7062
7063         * src/gtk/about.c
7064                 move the tech info from the upper panel
7065                 to the Info tab
7066                 use a gtk_text_view for the features tab
7067
7068 2006-11-16 [paul]       2.6.0cvs50
7069
7070         * po/Makevars
7071                 update my email address
7072         * src/addressbook.c
7073         * src/compose.c
7074         * src/imap_gtk.c
7075         * src/mh_gtk.c
7076         * src/news_gtk.c
7077         * src/summaryview.c
7078         * src/plugins/trayicon/trayicon.c
7079                 don't offer simple menu separators
7080                 for translation
7081         * src/folderview.c
7082                 add separator between 'mark all read'
7083                 and 'search folder'
7084
7085 2006-11-15 [wwp]        2.6.0cvs49
7086
7087         * src/gtk/authors.h
7088                 updated manuals authors.
7089
7090 2006-11-14 [paul]       2.6.0cvs48
7091
7092         * src/compose.c
7093                 Fix Options/Reply mode after draft save
7094
7095 2006-11-14 [paul]       2.6.0cvs47
7096
7097         * src/Makefile.am
7098                 Fix make DESTDIR=...
7099         * src/mbox.c
7100                 Optimise speed
7101         * src/plugins/pgpinline/pgpinline.c
7102                 Probably fix bug 1061
7103
7104 2006-11-14 [paul]       2.6.0cvs46
7105
7106         * po/Makevars
7107                 enable Q_ macro
7108         * src/Makefile.am
7109         * src/stock_pixmap.c
7110         * src/stock_pixmap.h
7111         * src/gtk/about.c
7112         * src/pixmaps/active.xpm
7113         * src/pixmaps/inactive.xpm
7114                 add a new page, 'Features', to the About dialog
7115                 showing which features are compiled in and which
7116                 are not
7117
7118 2006-11-14 [paul]       2.6.0cvs45
7119
7120         * po/ru.po
7121                 updated by Pavlo Bohmat
7122
7123 2006-11-14 [colin]      2.6.0cvs44
7124
7125         * src/compose.c
7126         * src/inc.c
7127         * src/messageview.c
7128         * src/news.c
7129         * src/pop.c
7130         * src/procmsg.c
7131         * src/gtk/gtkaspell.c
7132                 Fix 64-bit-related warnings
7133         * src/ssl_manager.c
7134                 Fix possible infinite loop
7135         * src/plugins/pgpcore/sgpgme.c
7136                 Remove useless check
7137
7138 2006-11-13 [colin]      2.6.0cvs43
7139
7140         * src/gtk/Makefile.am
7141                 authors.h isn't generated
7142
7143 2006-11-13 [colin]      2.6.0cvs42
7144
7145         * src/plugins/pgpinline/pgpinline.c
7146         * src/plugins/pgpmime/pgpmime.c
7147                 Very probably fix bug 1061, 'crash on 
7148                 opening signed email'. Another cast
7149                 problem
7150
7151 2006-11-13 [colin]      2.6.0cvs41
7152
7153         * src/plugins/pgpcore/sgpgme.c
7154                 Maybe fix bug 1061, 'crash on opening 
7155                 signed email'
7156
7157 2006-11-13 [wwp]        2.6.0cvs40
7158
7159         * src/plugins/pgpinline/pgpinline.c
7160                 fix candidate for bug #1057, thanks to Colin.
7161
7162 2006-11-13 [wwp]        2.6.0cvs39
7163
7164         * src/compose.c
7165         * src/quote_fmt_parse.y
7166                 fix bug 1052: current parser buffer was not always 
7167                 allocated, ptr to this buffer could be returned as 
7168                 NULL whereas no parser error has occurred. in 
7169                 consequence, defining a template body as "%d" 
7170                 (w/o the quotes) for the first time of the instance 
7171                 of claws-mail, was reporting a parser error. make 
7172                 sure that the buffer is always allocated, even to 
7173                 an empty string.
7174                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7175                 unescaping of the fmt string was always done 
7176                 whereas it must be done *only* when receiving 
7177                 quote format strings issued from the prefs 
7178                 (compose new message, reply, forward, redirect 
7179                 formats), *not* when applying templates.  in 
7180                 consequences, applying templates w/ sequences 
7181                 like \\|p{echo} were failing. make sure that 
7182                 unescaping is done only when necessary.
7183
7184 2006-11-12 [colin]      2.6.0cvs38
7185
7186         * po/de.po
7187                 Fix typo (s/KB/MB)
7188
7189 2006-11-12 [colin]      2.6.0cvs37
7190
7191         * src/plugins/pgpinline/pgpinline.c
7192         * src/plugins/pgpmime/pgpmime.c
7193                 Release GPG context at the latest 
7194                 possible moment. Maybe fixes 
7195                 bug 1057, 'crash on sending signed 
7196                 message to a newsgroup'
7197                 
7198
7199 2006-11-12 [colin]      2.6.0cvs36
7200
7201         * src/plugins/pgpcore/sgpgme.c
7202                 Tell a bit more when gpg's status doesn't
7203                 contain any signature
7204
7205 2006-11-12 [colin]      2.6.0cvs35
7206
7207         * src/compose.c
7208                 Fix bug 1060, 'compilation error with 
7209                 Irix's cc'
7210
7211 2006-11-12 [paul]       2.6.0cvs34
7212
7213         * doc/man/claws-mail.1
7214         * src/prefs_gtk.c
7215         * src/plugins/clamav/README
7216         * src/plugins/spamassassin/README
7217         * tools/README
7218         * tools/freshmeat_search.pl
7219         * tools/google_search.pl
7220         * tools/multiwebsearch.pl
7221                 more renaming
7222         * src/plugins/trayicon/trayicon.c
7223                 fix compiliation warning
7224
7225 2006-11-11 [colin]      2.6.0cvs33
7226
7227         * src/folderview.c
7228                 Forbid drag and drop from/to different
7229                 folders of type F_UNKNOWN
7230
7231 2006-11-11 [colin]      2.6.0cvs32
7232
7233         * src/plugins/pgpinline/pgpinline.c
7234                 Fix typo in previous commit:
7235                 - gpgme_new(&ctx);
7236                 + if ((err = gpgme_new(&data->ctx)) ...)
7237
7238 2006-11-11 [colin]      2.6.0cvs31
7239
7240         * src/plugins/pgpinline/pgpinline.c
7241         * src/plugins/pgpmime/pgpmime.c
7242                 Check success after calling gpgme_new
7243                 Maybe fixes bug 1057, 'crash on sending 
7244                 signed message to a newsgroup'
7245
7246 2006-11-11 [colin]      2.6.0cvs30
7247
7248         * src/undo.c
7249                 init undostruct to 0s (from
7250                 valgrind log of bug 1057)
7251
7252 2006-11-10 [colin]      2.6.0cvs29
7253
7254         * src/mainwindow.c
7255                 Set cursor to wait before filtering
7256                 duplicates in all folders
7257         * src/plugins/bogofilter/bogofilter.c
7258         * src/plugins/bogofilter/bogofilter.h
7259         * src/plugins/bogofilter/bogofilter_gtk.c
7260                 Completely thread away the bogofilter
7261                 filtering
7262
7263 2006-11-10 [mones]      2.6.0cvs28
7264
7265         * src/compose.c
7266         * src/compose.h
7267                 added COMPOSE_CHECK_BEFORE_SEND hook
7268
7269 2006-11-10 [paul]       2.6.0cvs27
7270
7271         * src/crash.c
7272                 more renaming
7273                 add libSM to get_compiled_in_features()
7274         * src/main.c
7275                 more renaming
7276
7277 2006-11-10 [colin]      2.6.0cvs26
7278
7279         * src/etpan/imap-thread.c
7280                 Add a reference to libetpan's sasl engine
7281                 so that sasl_done() doesn't get called by
7282                 libetpan, and doesn't break openssl.
7283                 Should fix bug 1053, 'SC fails to reestablish 
7284                 a secure connection'
7285                 Patch by Hoa
7286
7287 2006-11-10 [colin]      2.6.0cvs25
7288
7289         * manual/addrbook.xml
7290         * manual/advanced.xml
7291         * manual/faq.xml
7292         * manual/intro.xml
7293                 Some more renaming
7294
7295 2006-11-09 [colin]      2.6.0cvs24
7296
7297         * src/plugins/bogofilter/bogofilter_gtk.c
7298                 Add comment about annoyance
7299
7300 2006-11-09 [colin]      2.6.0cvs23
7301
7302         * src/plugins/bogofilter/bogofilter.c
7303         * src/plugins/bogofilter/bogofilter_gtk.c
7304                 Prepare things needed to thread bogofilter
7305                 filtering: separate bogo stuff and possible GUI
7306                 stuff. 
7307
7308 2006-11-09 [colin]      2.6.0cvs22
7309
7310         * src/account.c
7311         * src/compose.c
7312                 Search for one of our accounts in Delivered-To
7313                 (helps for auto-account selection when 
7314                  replying/forwarding)
7315         * src/folderview.c
7316         * src/mainwindow.c
7317         * src/mainwindow.h
7318         * src/plugins/trayicon/trayicon.c
7319                 Allow opening a new mail with any account from
7320                 the contextual menu
7321
7322 2006-11-09 [wwp]        2.6.0cvs21
7323
7324         * src/compose.c
7325         * src/prefs_common.c
7326         * src/prefs_common.h
7327         * src/prefs_compose_writing.c
7328                 add a compose new message format (in prefs/compose/writing), it's a
7329                 simple subject+body template to use when opening a new composition
7330                 window. It's similar to the existent reply and forward formats.
7331
7332                 enhanced the template/format % symbols substitution mechanism to
7333                 use current composition window information when % are used in
7334                 the compose new message format or in templates applied to new
7335                 messages (there were useless in that situations before). When
7336                 applied to new messages, %d corresponds to the system time/date.
7337
7338 2006-11-09 [paul]       2.6.0cvs20
7339
7340         * src/gtk/authors.h
7341                 fix last commit
7342
7343 2006-11-09 [paul]       2.6.0cvs19
7344
7345         * src/gtk/authors.h
7346                 keep tje alphabetical order
7347
7348 2006-11-08 [colin]      2.6.0cvs18
7349
7350         * src/etpan/imap-thread.c
7351                 Fix bug 1054, 'Slowness logging big 
7352                 data chunks'
7353
7354 2006-11-08 [paul]       2.6.0cvs17
7355
7356         * tools/Makefile.am
7357                 fix the renaming
7358
7359 2006-11-08 [paul]       2.6.0cvs16
7360
7361         * src/common/defs.h
7362                 update BUGZILLA_URI
7363
7364 2006-11-08 [paul]       2.6.0cvs15
7365
7366         * tools/Makefile.am
7367         * tools/OOo2claws-mail.pl
7368         * tools/OOo2sylpheed.pl
7369         * tools/README
7370         * tools/acroread2claws-mail.pl
7371         * tools/acroread2sylpheed.pl
7372         * tools/kmail2claws-mail.pl
7373         * tools/kmail2claws-mail_v2.pl
7374         * tools/kmail2sylpheed.pl
7375         * tools/kmail2sylpheed_v2.pl
7376         * tools/maildir2claws-mail.pl
7377         * tools/maildir2sylpheed.pl
7378         * tools/nautilus2claws-mail.sh
7379         * tools/nautilus2sylpheed.sh
7380         * tools/outlook2claws-mail.pl
7381         * tools/outlook2sylpheed.pl
7382         * tools/tb2claws-mail
7383         * tools/tb2sylpheed
7384         * tools/tbird2claws.py
7385         * tools/tbird2syl.py
7386         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7387         * tools/kdeservicemenu/install.sh
7388         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7389         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7390         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7391         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7392         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7393                 renamed (removed, added) tools files
7394
7395 2006-11-08 [paul]       2.6.0cvs14
7396
7397         * src/main.c
7398         * src/common/defs.h
7399                 Migrate sylpheedrc to clawsrc, and fix the standard
7400                 plugins path in the process
7401
7402 2006-11-07 [colin]      2.6.0cvs13
7403
7404         * src/Makefile.am
7405                 Symlink sylpheed-claws relative to 
7406                 claws-mail
7407
7408 2006-11-07 [colin]      2.6.0cvs12
7409
7410         * src/compose.c
7411                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7412
7413 2006-11-07 [paul]       2.6.0cvs11
7414
7415         * src/gtk/about.c
7416                 Fix a missed occurence of
7417                 Sylpheed-Claws
7418
7419 2006-11-07 [paul]       2.6.0cvs10
7420
7421         * src/Makefile.am
7422                 Fix symlink installation
7423
7424 2006-11-07 [paul]       2.6.0cvs9
7425
7426         * src/Makefile.am
7427                 Symlink claws-mail to sylpheed-claws
7428         * src/common/utils.c
7429                 Fix migrating symlinks
7430         * src/etpan/imap-thread.c
7431                 check certificate only when there's
7432                 no error
7433
7434 2006-11-07 [paul]       2.6.0cvs8
7435
7436         * Makefile.am
7437                 Fix icon breakages with Gtk, which needs a 
7438                 cache updated to see them.
7439
7440 2006-11-07 [paul]       2.6.0cvs7
7441
7442         * .cvsignore
7443         * AUTHORS
7444         * COPYING
7445         * INSTALL
7446         * Makefile.am
7447         * NEWS
7448         * README
7449         * RELEASE_NOTES
7450         * autogen.sh
7451         * claws-mail-128x128.png
7452         * claws-mail-64x64.png
7453         * claws-mail.ico
7454         * claws-mail.pc.in
7455         * claws-mail.png
7456         * configure.ac
7457         * sylpheed-claws-128x128.png
7458         * sylpheed-claws-64x64.png
7459         * sylpheed-claws.desktop
7460         * sylpheed-claws.ico
7461         * sylpheed-claws.pc.in
7462         * sylpheed-claws.png
7463         * debian/README.Debian
7464         * debian/changelog
7465         * debian/claws-mail.desktop
7466         * debian/claws-mail.menu
7467         * debian/claws-mail.postinst.debhelper
7468         * debian/claws-mail.postrm.debhelper
7469         * debian/control
7470         * debian/copyright
7471         * debian/files
7472         * debian/rules
7473         * debian/sylpheed-claws.desktop
7474         * debian/sylpheed-claws.menu
7475         * debian/sylpheed-claws.postinst.debhelper
7476         * debian/sylpheed-claws.postrm.debhelper
7477         * doc/man/Makefile.am
7478         * doc/man/claws-mail.1
7479         * doc/man/sylpheed-claws.1
7480         * doc/src/ChangeLog.claws-pre0.8.0
7481         * manual/Makefile.am
7482         * manual/account.xml
7483         * manual/ack.xml
7484         * manual/addrbook.xml
7485         * manual/advanced.xml
7486         * manual/claws-mail-manual.xml
7487         * manual/faq.xml
7488         * manual/glossary.xml
7489         * manual/handling.xml
7490         * manual/intro.xml
7491         * manual/keyboard.xml
7492         * manual/plugins.xml
7493         * manual/starting.xml
7494         * manual/sylpheed-claws-manual.xml
7495         * manual/xml2pdf
7496         * manual/dist/.cvsignore
7497         * manual/dist/html/.cvsignore
7498         * manual/dist/html/Makefile.am
7499         * manual/dist/pdf/.cvsignore
7500         * manual/dist/pdf/Makefile.am
7501         * manual/dist/ps/.cvsignore
7502         * manual/dist/ps/Makefile.am
7503         * manual/dist/txt/.cvsignore
7504         * manual/dist/txt/Makefile.am
7505         * manual/es/Makefile.am
7506         * manual/es/advanced.xml
7507         * manual/es/claws-mail-manual.xml
7508         * manual/es/faq.xml
7509         * manual/es/glossary.xml
7510         * manual/es/handling.xml
7511         * manual/es/intro.xml
7512         * manual/es/plugins.xml
7513         * manual/es/sylpheed-claws-manual.xml
7514         * manual/es/dist/.cvsignore
7515         * manual/es/dist/html/.cvsignore
7516         * manual/es/dist/html/Makefile.am
7517         * manual/es/dist/pdf/.cvsignore
7518         * manual/es/dist/pdf/Makefile.am
7519         * manual/es/dist/ps/.cvsignore
7520         * manual/es/dist/ps/Makefile.am
7521         * manual/es/dist/txt/.cvsignore
7522         * manual/es/dist/txt/Makefile.am
7523         * manual/fr/Makefile.am
7524         * manual/fr/account.xml
7525         * manual/fr/ack.xml
7526         * manual/fr/addrbook.xml
7527         * manual/fr/advanced.xml
7528         * manual/fr/claws-mail-manual.xml
7529         * manual/fr/faq.xml
7530         * manual/fr/glossary.xml
7531         * manual/fr/handling.xml
7532         * manual/fr/intro.xml
7533         * manual/fr/keyboard.xml
7534         * manual/fr/plugins.xml
7535         * manual/fr/starting.xml
7536         * manual/fr/sylpheed-claws-manual.xml
7537         * manual/fr/dist/.cvsignore
7538         * manual/fr/dist/html/.cvsignore
7539         * manual/fr/dist/html/Makefile.am
7540         * manual/fr/dist/pdf/.cvsignore
7541         * manual/fr/dist/pdf/Makefile.am
7542         * manual/fr/dist/ps/.cvsignore
7543         * manual/fr/dist/ps/Makefile.am
7544         * manual/fr/dist/txt/.cvsignore
7545         * manual/fr/dist/txt/Makefile.am
7546         * manual/pl/Makefile.am
7547         * manual/pl/account.xml
7548         * manual/pl/ack.xml
7549         * manual/pl/addrbook.xml
7550         * manual/pl/advanced.xml
7551         * manual/pl/claws-mail-manual.xml
7552         * manual/pl/faq.xml
7553         * manual/pl/glossary.xml
7554         * manual/pl/handling.xml
7555         * manual/pl/intro.xml
7556         * manual/pl/keyboard.xml
7557         * manual/pl/plugins.xml
7558         * manual/pl/starting.xml
7559         * manual/pl/sylpheed-claws-manual.xml
7560         * manual/pl/dist/.cvsignore
7561         * manual/pl/dist/html/.cvsignore
7562         * manual/pl/dist/html/Makefile.am
7563         * manual/pl/dist/pdf/.cvsignore
7564         * manual/pl/dist/pdf/Makefile.am
7565         * manual/pl/dist/ps/.cvsignore
7566         * manual/pl/dist/ps/Makefile.am
7567         * manual/pl/dist/txt/.cvsignore
7568         * manual/pl/dist/txt/Makefile.am
7569         * po/.cvsignore
7570         * po/Makevars
7571         * src/.cvsignore
7572         * src/Makefile.am
7573         * src/account.c
7574         * src/account.h
7575         * src/action.c
7576         * src/action.h
7577         * src/adbookbase.h
7578         * src/addr_compl.c
7579         * src/addr_compl.h
7580         * src/addrbook.c
7581         * src/addrcache.c
7582         * src/addrcache.h
7583         * src/addrcindex.c
7584         * src/addrcindex.h
7585         * src/addrclip.c
7586         * src/addrclip.h
7587         * src/addrdefs.h
7588         * src/addressadd.c
7589         * src/addressadd.h
7590         * src/addressbook.c
7591         * src/addressbook.h
7592         * src/addressbook_foldersel.c
7593         * src/addressbook_foldersel.h
7594         * src/addrgather.c
7595         * src/addrgather.h
7596         * src/addrharvest.c
7597         * src/addrharvest.h
7598         * src/addrindex.c
7599         * src/addrindex.h
7600         * src/addritem.c
7601         * src/addritem.h
7602         * src/addrquery.c
7603         * src/addrquery.h
7604         * src/addrselect.c
7605         * src/addrselect.h
7606         * src/alertpanel.c
7607         * src/alertpanel.h
7608         * src/browseldap.c
7609         * src/browseldap.h
7610         * src/codeconv.c
7611         * src/codeconv.h
7612         * src/compose.c
7613         * src/crash.c
7614         * src/crash.h
7615         * src/customheader.c
7616         * src/customheader.h
7617         * src/displayheader.c
7618         * src/displayheader.h
7619         * src/editaddress.c
7620         * src/editaddress.h
7621         * src/editbook.c
7622         * src/editbook.h
7623         * src/editgroup.c
7624         * src/editgroup.h
7625         * src/editjpilot.c
7626         * src/editjpilot.h
7627         * src/editldap.c
7628         * src/editldap.h
7629         * src/editldap_basedn.c
7630         * src/editldap_basedn.h
7631         * src/editvcard.c
7632         * src/editvcard.h
7633         * src/exphtmldlg.c
7634         * src/exphtmldlg.h
7635         * src/expldifdlg.c
7636         * src/expldifdlg.h
7637         * src/export.c
7638         * src/exporthtml.c
7639         * src/exporthtml.h
7640         * src/exportldif.c
7641         * src/exportldif.h
7642         * src/filtering.c
7643         * src/filtering.h
7644         * src/folder.c
7645         * src/folder.h
7646         * src/folder_item_prefs.c
7647         * src/folder_item_prefs.h
7648         * src/foldersel.c
7649         * src/foldersel.h
7650         * src/folderutils.c
7651         * src/folderutils.h
7652         * src/folderview.c
7653         * src/folderview.h
7654         * src/grouplistdialog.c
7655         * src/grouplistdialog.h
7656         * src/html.c
7657         * src/html.h
7658         * src/image_viewer.c
7659         * src/image_viewer.h
7660         * src/imap.c
7661         * src/imap.h
7662         * src/imap_gtk.c
7663         * src/imap_gtk.h
7664         * src/import.c
7665         * src/import.h
7666         * src/importldif.c
7667         * src/importldif.h
7668         * src/importmutt.c
7669         * src/importmutt.h
7670         * src/importpine.c
7671         * src/importpine.h
7672         * src/inc.c
7673         * src/inc.h
7674         * src/jpilot.c
7675         * src/jpilot.h
7676         * src/ldapctrl.c
7677         * src/ldapctrl.h
7678         * src/ldaplocate.c
7679         * src/ldaplocate.h
7680         * src/ldapquery.c
7681         * src/ldapquery.h
7682         * src/ldapserver.c
7683         * src/ldapserver.h
7684         * src/ldaputil.c
7685         * src/ldaputil.h
7686         * src/ldif.c
7687         * src/ldif.h
7688         * src/localfolder.c
7689         * src/localfolder.h
7690         * src/main.c
7691         * src/main.h
7692         * src/mainwindow.c
7693         * src/mainwindow.h
7694         * src/manual.c
7695         * src/manual.h
7696         * src/matcher.c
7697         * src/matcher.h
7698         * src/matcher_parser.h
7699         * src/matcher_parser_lex.l
7700         * src/matcher_parser_parse.y
7701         * src/mbox.c
7702         * src/mbox.h
7703         * src/message_search.c
7704         * src/message_search.h
7705         * src/messageview.c
7706         * src/messageview.h
7707         * src/mh.c
7708         * src/mh.h
7709         * src/mh_gtk.c
7710         * src/mh_gtk.h
7711         * src/mimeview.c
7712         * src/mimeview.h
7713         * src/msgcache.c
7714         * src/msgcache.h
7715         * src/mutt.c
7716         * src/mutt.h
7717         * src/news.c
7718         * src/news.h
7719         * src/news_gtk.c
7720         * src/news_gtk.h
7721         * src/noticeview.c
7722         * src/noticeview.h
7723         * src/partial_download.c
7724         * src/partial_download.h
7725         * src/pine.c
7726         * src/pine.h
7727         * src/pop.c
7728         * src/pop.h
7729         * src/prefs_account.c
7730         * src/prefs_account.h
7731         * src/prefs_actions.c
7732         * src/prefs_actions.h
7733         * src/prefs_common.c
7734         * src/prefs_common.h
7735         * src/prefs_compose_writing.c
7736         * src/prefs_compose_writing.h
7737         * src/prefs_customheader.c
7738         * src/prefs_customheader.h
7739         * src/prefs_display_header.c
7740         * src/prefs_display_header.h
7741         * src/prefs_ext_prog.c
7742         * src/prefs_ext_prog.h
7743         * src/prefs_filtering.c
7744         * src/prefs_folder_column.c
7745         * src/prefs_folder_column.h
7746         * src/prefs_folder_item.c
7747         * src/prefs_folder_item.h
7748         * src/prefs_fonts.c
7749         * src/prefs_fonts.h
7750         * src/prefs_gtk.c
7751         * src/prefs_gtk.h
7752         * src/prefs_image_viewer.c
7753         * src/prefs_image_viewer.h
7754         * src/prefs_matcher.c
7755         * src/prefs_matcher.h
7756         * src/prefs_message.c
7757         * src/prefs_message.h
7758         * src/prefs_msg_colors.c
7759         * src/prefs_msg_colors.h
7760         * src/prefs_other.c
7761         * src/prefs_other.h
7762         * src/prefs_quote.c
7763         * src/prefs_quote.h
7764         * src/prefs_receive.c
7765         * src/prefs_receive.h
7766         * src/prefs_send.c
7767         * src/prefs_send.h
7768         * src/prefs_spelling.c
7769         * src/prefs_spelling.h
7770         * src/prefs_summaries.c
7771         * src/prefs_summaries.h
7772         * src/prefs_summary_column.c
7773         * src/prefs_summary_column.h
7774         * src/prefs_template.c
7775         * src/prefs_template.h
7776         * src/prefs_themes.c
7777         * src/prefs_themes.h
7778         * src/prefs_toolbar.c
7779         * src/prefs_toolbar.h
7780         * src/prefs_wrapping.c
7781         * src/prefs_wrapping.h
7782         * src/privacy.c
7783         * src/privacy.h
7784         * src/procheader.c
7785         * src/procheader.h
7786         * src/procmime.c
7787         * src/procmime.h
7788         * src/procmsg.c
7789         * src/procmsg.h
7790         * src/quote_fmt.c
7791         * src/quote_fmt_parse.y
7792         * src/recv.c
7793         * src/recv.h
7794         * src/remotefolder.c
7795         * src/remotefolder.h
7796         * src/send_message.c
7797         * src/send_message.h
7798         * src/setup.c
7799         * src/setup.h
7800         * src/sourcewindow.c
7801         * src/sourcewindow.h
7802         * src/ssl_manager.c
7803         * src/ssl_manager.h
7804         * src/statusbar.c
7805         * src/statusbar.h
7806         * src/stock_pixmap.c
7807         * src/stock_pixmap.h
7808         * src/summary_search.c
7809         * src/summary_search.h
7810         * src/summaryview.c
7811         * src/summaryview.h
7812         * src/syldap.c
7813         * src/syldap.h
7814         * src/textview.c
7815         * src/textview.h
7816         * src/toolbar.c
7817         * src/toolbar.h
7818         * src/undo.c
7819         * src/undo.h
7820         * src/unmime.c
7821         * src/unmime.h
7822         * src/vcard.c
7823         * src/vcard.h
7824         * src/wizard.c
7825         * src/wizard.h
7826         * src/common/base64.c
7827         * src/common/base64.h
7828         * src/common/defs.h
7829         * src/common/hooks.c
7830         * src/common/hooks.h
7831         * src/common/log.c
7832         * src/common/log.h
7833         * src/common/mgutils.c
7834         * src/common/mgutils.h
7835         * src/common/nntp.c
7836         * src/common/nntp.h
7837         * src/common/passcrypt.c
7838         * src/common/passcrypt.h.in
7839         * src/common/plugin.c
7840         * src/common/plugin.h
7841         * src/common/prefs.c
7842         * src/common/prefs.h
7843         * src/common/progressindicator.c
7844         * src/common/progressindicator.h
7845         * src/common/quoted-printable.c
7846         * src/common/quoted-printable.h
7847         * src/common/session.c
7848         * src/common/session.h
7849         * src/common/smtp.c
7850         * src/common/smtp.h
7851         * src/common/socket.c
7852         * src/common/socket.h
7853         * src/common/ssl.c
7854         * src/common/ssl.h
7855         * src/common/stringtable.c
7856         * src/common/stringtable.h
7857         * src/common/sylpheed.c
7858         * src/common/sylpheed.h
7859         * src/common/template.c
7860         * src/common/template.h
7861         * src/common/timing.h
7862         * src/common/utils.c
7863         * src/common/utils.h
7864         * src/common/version.h.in
7865         * src/common/xml.c
7866         * src/common/xml.h
7867         * src/common/xmlprops.c
7868         * src/common/xmlprops.h
7869         * src/gtk/about.c
7870         * src/gtk/colorlabel.c
7871         * src/gtk/colorlabel.h
7872         * src/gtk/colorsel.c
7873         * src/gtk/colorsel.h
7874         * src/gtk/combobox.c
7875         * src/gtk/combobox.h
7876         * src/gtk/description_window.c
7877         * src/gtk/description_window.h
7878         * src/gtk/filesel.c
7879         * src/gtk/filesel.h
7880         * src/gtk/foldersort.c
7881         * src/gtk/foldersort.h
7882         * src/gtk/gtkaspell.c
7883         * src/gtk/gtkaspell.h
7884         * src/gtk/gtksctree.c
7885         * src/gtk/gtkshruler.c
7886         * src/gtk/gtkshruler.h
7887         * src/gtk/gtkutils.c
7888         * src/gtk/gtkutils.h
7889         * src/gtk/icon_legend.c
7890         * src/gtk/icon_legend.h
7891         * src/gtk/logwindow.c
7892         * src/gtk/logwindow.h
7893         * src/gtk/manage_window.c
7894         * src/gtk/manage_window.h
7895         * src/gtk/pluginwindow.c
7896         * src/gtk/pluginwindow.h
7897         * src/gtk/prefswindow.c
7898         * src/gtk/prefswindow.h
7899         * src/gtk/quicksearch.c
7900         * src/gtk/quicksearch.h
7901         * src/pixmaps/claws-mail.xpm
7902         * src/pixmaps/claws-mail_icon.xpm
7903         * src/pixmaps/claws-mail_logo.xpm
7904         * src/pixmaps/sylpheed-claws.xpm
7905         * src/pixmaps/sylpheed-claws_icon.xpm
7906         * src/pixmaps/sylpheed-claws_logo.xpm
7907         * src/plugins/bogofilter/Makefile.am
7908         * src/plugins/bogofilter/bogofilter.c
7909         * src/plugins/bogofilter/bogofilter.h
7910         * src/plugins/bogofilter/bogofilter_gtk.c
7911         * src/plugins/clamav/Makefile.am
7912         * src/plugins/clamav/clamav_plugin.c
7913         * src/plugins/clamav/clamav_plugin.h
7914         * src/plugins/clamav/clamav_plugin_gtk.c
7915         * src/plugins/demo/Makefile.am
7916         * src/plugins/demo/demo.c
7917         * src/plugins/dillo_viewer/Makefile.am
7918         * src/plugins/dillo_viewer/README
7919         * src/plugins/dillo_viewer/dillo_prefs.c
7920         * src/plugins/dillo_viewer/dillo_prefs.h
7921         * src/plugins/dillo_viewer/dillo_viewer.c
7922         * src/plugins/pgpcore/Makefile.am
7923         * src/plugins/pgpcore/passphrase.c
7924         * src/plugins/pgpcore/passphrase.h
7925         * src/plugins/pgpcore/pgp_viewer.c
7926         * src/plugins/pgpcore/pgp_viewer.h
7927         * src/plugins/pgpcore/plugin.c
7928         * src/plugins/pgpcore/prefs_gpg.c
7929         * src/plugins/pgpcore/prefs_gpg.h
7930         * src/plugins/pgpcore/select-keys.c
7931         * src/plugins/pgpcore/select-keys.h
7932         * src/plugins/pgpcore/sgpgme.c
7933         * src/plugins/pgpcore/sgpgme.h
7934         * src/plugins/pgpcore/sylpheed.def
7935         * src/plugins/pgpcore/version.rc
7936         * src/plugins/pgpinline/Makefile.am
7937         * src/plugins/pgpinline/pgpinline.c
7938         * src/plugins/pgpinline/pgpinline.h
7939         * src/plugins/pgpinline/plugin.c
7940         * src/plugins/pgpinline/sylpheed.def
7941         * src/plugins/pgpinline/version.rc
7942         * src/plugins/pgpmime/Makefile.am
7943         * src/plugins/pgpmime/pgpmime.c
7944         * src/plugins/pgpmime/pgpmime.h
7945         * src/plugins/pgpmime/plugin.c
7946         * src/plugins/pgpmime/sylpheed.def
7947         * src/plugins/pgpmime/version.rc
7948         * src/plugins/spamassassin/Makefile.am
7949         * src/plugins/spamassassin/README
7950         * src/plugins/spamassassin/spamassassin.c
7951         * src/plugins/spamassassin/spamassassin.h
7952         * src/plugins/spamassassin/spamassassin_gtk.c
7953         * src/plugins/trayicon/Makefile.am
7954         * src/plugins/trayicon/trayicon.c
7955         * tools/OOo2sylpheed.pl
7956         * tools/README
7957         * tools/README.sylprint
7958         * tools/acroread2sylpheed.pl
7959         * tools/claws.i18n.status.pl
7960         * tools/filter_conv.pl
7961         * tools/filter_conv_new.pl
7962         * tools/freshmeat_search.pl
7963         * tools/google_search.pl
7964         * tools/kmail2sylpheed.pl
7965         * tools/kmail2sylpheed_v2.pl
7966         * tools/make.themes.project
7967         * tools/multiwebsearch.pl
7968         * tools/nautilus2sylpheed.sh
7969         * tools/outlook2sylpheed.pl
7970         * tools/sylprint.pl
7971         * tools/sylprint.rc
7972         * tools/tb2sylpheed
7973         * tools/textviewer.sh
7974         * tools/vcard2xml.py
7975         * tools/kdeservicemenu/README
7976         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7977         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7978         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7979                 Change name to Claws Mail. Announce to follow...
7980
7981 2006-11-06 [wwp]        2.6.0cvs6
7982
7983         * src/prefs_template.c
7984                 unify messages related to quote format/template errors (fix
7985                 capitalization), again.
7986
7987 2006-11-06 [wwp]        2.6.0cvs5
7988
7989         * src/prefs_quote.c
7990                 unify messages related to quote format/template errors.
7991
7992 2006-11-06 [wwp]        2.6.0cvs4
7993
7994         * src/prefs_msg_colors.c
7995                 more uses of Q_ macro for contextual translations, thanks
7996                 to Fabien (fzzzzz).
7997
7998 2006-11-06 [wwp]        2.6.0cvs3
7999
8000         * src/compose.c
8001         * src/common/utils.c
8002         * src/common/utils.h
8003                 show an alertpanel to make sure users are aware that sensitive
8004                 files are attached (it's file blacklist-based). This will fix
8005                 interaction w/ GoogleEarth for instance, thanks to Colin.
8006
8007 2006-11-06 [wwp]        2.6.0cvs2
8008
8009         * src/prefs_quote.c
8010         * src/prefs_template.c
8011         * src/prefs_template.h
8012                 check quote format when applying/closing prefs. For now this only
8013                 shows up an error dialog box, not preventing the user from using
8014                 a broken quote (reply, forwards) format.
8015
8016 2006-11-06 [wwp]        2.6.0cvs1
8017
8018         * src/prefs_template.c
8019                 fix missing checks of some template fields.
8020
8021 2006-11-06 [paul]       2.6.0
8022
8023         * NEWS
8024         * README
8025         * RELEASE_NOTES
8026                 2.6.0 released
8027
8028 2006-11-06 [paul]       2.5.6cvs22
8029
8030         * manual/advanced.xml
8031         * manual/es/advanced.xml
8032                 put 'respect_flowed_format' info in the correct
8033                 place
8034
8035 2006-11-06 [mones]      2.5.6cvs21
8036
8037         * po/es.po
8038                 Minor fixes for release
8039
8040 2006-11-06 [paul]       2.5.6cvs20
8041
8042         * po/cs.po
8043         * po/de.po
8044         * po/fr.po
8045         * po/it.po
8046         * po/nl.po
8047         * po/pt_BR.po
8048         * po/sk.po
8049         * po/sv.po
8050         * po/zh_CN.po
8051                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8052                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8053                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8054                 Young
8055
8056 2006-11-02 [colin]      2.5.6cvs19
8057
8058         * src/imap.c
8059         * src/imap.h
8060         * src/prefs_account.c
8061         * src/etpan/imap-thread.c
8062                 Add GSSAPI support - fixes Debian bug #383274
8063
8064 2006-11-01 [colin]      2.5.6cvs18
8065
8066         * src/jpilot.c
8067                 Handle libpisock12 support. Probably
8068                 fixes bug 1046, 'jpilot AddressDB.pdb 
8069                 import fail'
8070
8071 2006-11-01 [colin]      2.5.6cvs17
8072
8073         * src/folderutils.c
8074                 debug_print() folderutils_mark_all_read()
8075
8076 2006-11-01 [colin]      2.5.6cvs16
8077
8078         * COPYING
8079                 Add missed files to the Apache exception
8080
8081 2006-10-31 [colin]      2.5.6cvs15
8082
8083         * src/folder.c
8084         * src/folder.h
8085                 Add a copy_private_data() func to FolderClasses
8086                 Doesn't break the feature freeze, because we 
8087                 won't use it (right now) in the core.
8088
8089 2006-10-31 [colin]      2.5.6cvs14
8090
8091         * COPYING
8092                 Allow linking with the Apache licensed files in
8093                 src/plugins/spamassassin. Hopefully fixes 
8094                 bug 1048, 'Spamassassin plugin license problem'
8095
8096 2006-10-31 [wwp]        2.5.6cvs13
8097
8098         * src/compose.c
8099                 fix and optimize trimming of leading linefeeds in body loop.
8100
8101 2006-10-31 [colin]      2.5.6cvs12
8102
8103         * src/etpan/imap-thread.c
8104         * src/imap.c
8105                 Make really sure to have NULL sets in case
8106                 of error
8107
8108 2006-10-30 [wwp]        2.5.6cvs11
8109
8110         * src/prefs_common.c
8111         * src/prefs_common.h
8112         * src/compose.c
8113                 fix broken storage of quote format template when it contains \-escape
8114                 sequences. The application of such sequences is also fixed now (\t
8115                 in quote format will be a real tab instead of a 't', for instance).
8116
8117 2006-10-27 [colin]      2.5.6cvs10
8118
8119         * src/compose.c
8120                 Probably fix bug 1045, 'sylpheed-claws 
8121                 doesn't remove the mail from the IMAP 
8122                 Queue folder after sending'. From
8123                 2.5.6cvs3-stable
8124
8125 2006-10-27 [colin]      2.5.6cvs9
8126
8127         * configure.ac
8128                 Require libetpan-0.48. I'm so annoying,
8129                 I know ;-)
8130
8131 2006-10-27 [colin]      2.5.6cvs8
8132
8133         * src/folder.c
8134         * src/imap.c
8135                 Probably fix bug 1044, 'sylpheed-claws 
8136                 segfaults while moving mails' - Fix relation
8137                 usage when moving to an IMAP mailbox from another
8138                 mailbox
8139
8140 2006-10-26 [paul]       2.5.6cvs7
8141
8142         * src/gtk/about.c
8143                 add libSM to compiled-in features
8144                 list
8145
8146 2006-10-24 [colin]      2.5.6cvs6
8147
8148         * src/textview.c
8149         * src/gtk/gtkutils.c
8150                 Fix crash when printing emails with an
8151                 xface
8152
8153 2006-10-24 [mones]      2.5.6cvs5
8154
8155         * manual/es/advanced.xml
8156                 Synchronize hidden option respect_flowed_format
8157         * po/es.po
8158                 Updated translation
8159
8160 2006-10-21 [paul]       2.5.6cvs4
8161
8162         * src/gtk/authors.h
8163         * src/plugins/pgpcore/pgp_viewer.c
8164         * src/plugins/pgpcore/sgpgme.c
8165                 fix building on BSDs
8166                 Thanks to Michael Hughes
8167                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8168
8169 2006-10-20 [colin]      2.5.6cvs3
8170
8171         * configure.ac
8172                 Bump up libetpan requirement
8173                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8174         * src/common/utils.c
8175         * src/common/utils.h
8176                 Add convenience get_file_mtime()
8177         * src/imap.c
8178         * src/etpan/imap-thread.c
8179         * src/etpan/imap-thread.h
8180                 Implement UIDPLUS support if the server
8181                 supports it - faster sending in this case
8182
8183 2006-10-19 [colin]      2.5.6cvs2
8184
8185         * src/gtk/quicksearch.c
8186                 Fix emptying in type-ahead+extended mode
8187         * src/mainwindow.c
8188         * src/mainwindow.h
8189                 Add a hook for offline state change
8190         * src/plugins/trayicon/trayicon.c
8191                 Use it to display offline icons
8192         * src/plugins/trayicon/Makefile.am
8193         * src/plugins/trayicon/newmail.offline.xpm
8194         * src/plugins/trayicon/newmarkedmail.offline.xpm
8195         * src/plugins/trayicon/nomail.offline.xpm
8196         * src/plugins/trayicon/unreadmail.offline.xpm
8197         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8198                 Add the icons
8199
8200 2006-10-12 [paul]       2.5.6cvs1
8201
8202         * NEWS
8203         * README
8204         * configure.ac
8205                 Update version number following
8206                 stable release
8207
8208 2006-10-19 [colin]      2.5.5cvs18
8209
8210         * manual/handling.xml
8211                 Add type-ahead search
8212
8213 2006-10-18 [colin]      2.5.5cvs17
8214
8215         * src/gtk/quicksearch.c
8216                 Remove "save to history only if there's
8217                 no syntax error", it breaks for some 
8218                 reason which I'll investigate later.
8219
8220 2006-10-18 [colin]      2.5.5cvs16
8221
8222         * src/prefs_common.c
8223         * src/prefs_common.h
8224         * src/summaryview.c
8225         * src/gtk/quicksearch.c
8226         * src/gtk/quicksearch.h
8227                 Add a type-ahead option for fast searches
8228                 Patch by Fabien Vantard
8229
8230 2006-10-18 [colin]      2.5.5cvs15
8231
8232         * src/compose.c
8233         * src/compose.h
8234                 Add Options/Reply mode/ menu to be able to
8235                 change the recipients of a reply on the fly
8236
8237 2006-10-18 [colin]      2.5.5cvs14
8238
8239         * src/compose.c
8240                 Fix redirecting of our own sent mails
8241
8242 2006-10-17 [wwp]        2.5.5cvs13
8243
8244         * src/send_message.c
8245                 Fix duplicate error messages when sending, and missing
8246                 newline in such error messages.
8247
8248 2006-10-17 [colin]      2.5.5cvs12
8249
8250         * src/compose.c
8251                 Compare addresses case-insensitive
8252
8253 2006-10-17 [colin]      2.5.5cvs11
8254
8255         * src/plugins/pgpcore/sgpgme.c
8256                 Fix return status
8257
8258 2006-10-17 [colin]      2.5.5cvs10
8259
8260         * src/plugins/pgpcore/pgp_viewer.c
8261                 Fix return status
8262
8263 2006-10-17 [colin]      2.5.5cvs9
8264
8265         * src/quote_fmt.c
8266                 Fix a typo (thanks to Fabien)
8267
8268 2006-10-16 [colin]      2.5.5cvs8
8269
8270         * src/textview.c
8271                 Fix problem with quote-folding when emails
8272                 don't convert cleanly to UTF-8
8273
8274 2006-10-14 [colin]      2.5.5cvs7
8275
8276         * src/prefs_template.c
8277                 Reset fields when reopening
8278                 the window
8279
8280 2006-10-13 [paul]       2.5.5cvs6
8281
8282         * manual/advanced.xml
8283         * src/prefs_message.c
8284                 make 'respect_flowed_format' a hidden
8285                 option, and add a manual entry for it
8286                 Thanks to Colin
8287
8288 2006-10-12 [colin]      2.5.5cvs5
8289
8290         * src/codeconv.c
8291                 Revert part of 2.5.2cvs21:
8292                 Don't optimise by reusing the 
8293                 last iconv converter if possible:
8294                 it seems slightly broken in a 
8295                 very hard way to reproduce
8296
8297 2006-10-12 [colin]      2.5.5cvs4
8298
8299         * src/prefs_common.c
8300         * src/prefs_common.h
8301         * src/prefs_message.c
8302         * src/procmime.c
8303                 Fix bug 1035, 'Incorrect handling 
8304                 of flowed lines'. We now optionnaly
8305                 handle this format (preference is in
8306                 Message View/Text options section)
8307
8308 2006-10-12 [colin]      2.5.5cvs3
8309
8310         * po/POTFILES.in
8311                 Add new file
8312         * src/plugins/pgpcore/pgp_viewer.c
8313         * src/plugins/pgpcore/sgpgme.c
8314                 Don't try to import without asking
8315
8316 2006-10-12 [colin]      2.5.5cvs2
8317
8318         * src/compose.c
8319                 Fix bug 1036, 'Forwarding a mutlipart
8320                 mail with a "text/html" block to ms
8321                 outlook users leeds to freeze of
8322                 outlook'. Poor outlook users...
8323
8324 2006-10-12 [paul]       2.5.5cvs1
8325
8326         * NEWS
8327         * README
8328         * configure.ac
8329                 Update version number following
8330                 stable release
8331
8332 2006-10-11 [paul]       2.5.4cvs1
8333
8334         * NEWS
8335         * README
8336         * configure.ac
8337                 Update version number following
8338                 stable release
8339
8340 2006-10-11 [paul]       2.5.3cvs32
8341
8342         * src/textview.c
8343                 fix bug 1032, 'Segmentation fault when showing
8344                 message' (bug in quote folding)
8345                 Thanks to Colin
8346
8347 2006-10-10 [colin]      2.5.3cvs31
8348
8349         * src/quote_fmt.c
8350                 Rephrase english a bit
8351
8352 2006-10-10 [colin]      2.5.3cvs30
8353
8354         * src/prefs_compose_writing.c
8355                 Stop making the page larger than the window
8356
8357 2006-10-10 [wwp]        2.5.3cvs29
8358
8359         * src/compose.c
8360         * src/prefs_template.c
8361         * src/quote_fmt.c
8362         * src/quote_fmt.h
8363         * src/quote_fmt_lex.l
8364         * src/quote_fmt_parse.y
8365                 Extend the quote parser a bit: allow to get access to
8366                 basic (composing) account info.
8367
8368 2006-10-10 [colin]      2.5.3cvs28
8369
8370         * src/procheader.c
8371                 Fix this \t problem in subject
8372
8373 2006-10-09 [colin]      2.5.3cvs27
8374
8375         * src/main.c
8376         * src/prefs_gtk.c
8377                 Prepare cache a bit later
8378                 If section already exists, skip the new one 
8379                 (as previously); avoid writing the same block
8380                 twice - if we find a second block with the 
8381                 same id, skip it.
8382         * src/plugins/pgpcore/pgp_viewer.c
8383                 Set cursor to busy when retrieving a key
8384         * src/plugins/pgpcore/sgpgme.c
8385                 allow 5 seconds for gpg to export the key
8386                 
8387
8388 2006-10-09 [colin]      2.5.3cvs26
8389
8390         * configure.ac
8391         * src/msgcache.c
8392         * src/prefs_gtk.c
8393                 Check for existence of fgets_unlocked
8394                 and fwrite_unlocked
8395
8396 2006-10-09 [paul]       2.5.3cvs25
8397
8398         * src/prefs_summaries.c
8399                 replace strftime() with fast_strftime() and in
8400                 the consequence fix the bug in the display of
8401                 AM/PM in the 'Example' string
8402
8403 2006-10-09 [ticho]      2.5.3cvs24
8404
8405         * po/sk.po
8406                 Updated (and fixed up somewhat) Slovak translation.
8407
8408 2006-10-08 [colin]      2.5.3cvs23
8409
8410         * src/prefs_folder_item.c
8411                 Explain why prefs in the top-level folder
8412                 aren't retained, but are still useful
8413
8414 2006-10-08 [colin]      2.5.3cvs22
8415
8416         * src/prefs_gtk.c
8417                 Don't cache anything if caching fails
8418
8419 2006-10-08 [colin]      2.5.3cvs21
8420
8421         * src/common/utils.c
8422                 always include gi18n.h
8423
8424 2006-10-07 [colin]      2.5.3cvs20
8425
8426         * src/plugins/pgpcore/pgp_viewer.c
8427                 Kill gpg after 5 seconds wait
8428
8429 2006-10-07 [colin]      2.5.3cvs19
8430
8431         * src/plugins/pgpcore/pgp_viewer.c
8432         * src/plugins/pgpcore/pgp_viewer.h
8433                 Fix copyright
8434
8435 2006-10-07 [colin]      2.5.3cvs18
8436
8437         * src/plugins/pgpcore/pgp_viewer.c
8438         * src/plugins/pgpcore/pgp_viewer.h
8439                 Actually add the files to CVS
8440
8441 2006-10-07 [colin]      2.5.3cvs17
8442
8443         * src/plugins/pgpcore/sgpgme.c
8444                 Be sure not to crash on 'application/pgp-signature' that
8445                 are not application/pgp-signatures
8446
8447 2006-10-07 [colin]      2.5.3cvs16
8448
8449         * src/textview.c
8450         * src/textview.h
8451                 Make a bit more of the API available
8452         * src/plugins/pgpcore/Makefile.am
8453         * src/plugins/pgpcore/plugin.c
8454         * src/plugins/pgpcore/sgpgme.c
8455                 Add basic key import/export
8456
8457 2006-10-07 [colin]      2.5.3cvs15
8458
8459         * src/folderview.c
8460         * src/imap.c
8461         * src/prefs_account.c
8462         * src/wizard.c
8463                 Warn users *everywhere* if libetpan's not
8464                 linked in
8465
8466 2006-10-06 [mones]      2.5.3cvs14
8467
8468         * po/de.po
8469         * po/es.po
8470                 updated by Stephan Sachse and me
8471
8472 2006-10-06 [colin]      2.5.3cvs13
8473
8474         * src/main.c
8475         * src/common/sylpheed.c
8476                 Don't load common plugins if --exit is passed
8477         * src/prefs_gtk.c
8478         * src/prefs_gtk.h
8479                 Implement a cache to avoid reading the same
8480                 files over and over again at startup
8481
8482 2006-10-06 [colin]      2.5.3cvs12
8483
8484         * src/summaryview.c
8485         * src/gtk/quicksearch.c
8486                 Update display every 5k mails on fast searches
8487
8488 2006-10-06 [colin]      2.5.3cvs11
8489
8490         * src/textview.c
8491                 Don't do quote folding on HTML or ERTF.
8492                 May fix the Cygwin issues if they were
8493                 happening with HTML mails?
8494
8495 2006-10-05 [colin]      2.5.3cvs10
8496
8497         * src/prefs_gtk.c
8498                 Oops, forgot one
8499
8500 2006-10-05 [colin]      2.5.3cvs9
8501
8502         * src/prefs_gtk.c
8503                 Use unlocked_stdio here too
8504
8505 2006-10-05 [colin]      2.5.3cvs8
8506
8507         * src/folderview.c
8508                 Fix go to next * after preferences apply
8509         * src/msgcache.c
8510                 Do the fd lock/unlock ourselves instead of
8511                 letting the libc do it at each write 
8512
8513 2006-10-05 [colin]      2.5.3cvs7
8514
8515         * src/common/utils.c
8516                 Faster division, thanks to Jean Diraison
8517
8518 2006-10-05 [paul]       2.5.3cvs6
8519
8520         * src/common/utils.c
8521                 fix building with --disable-nls
8522
8523 2006-10-04 [colin]      2.5.3cvs5
8524
8525         * src/folder.c
8526                 Maybe fix a segfault
8527
8528 2006-10-04 [wwp]        2.5.3cvs4
8529
8530         * src/prefs_folder_item.c
8531                 Fine-tune layouts in folder item prefs. Suggested by
8532                 Fabien Vantard <fzzzzz@gmail.com>.
8533
8534 2006-10-04 [wwp]        2.5.3cvs3
8535
8536         * src/prefs_folder_item.c
8537                 Kill the clandestine passengers. You didn't see anything.
8538
8539 2006-10-04 [wwp]        2.5.3cvs2
8540
8541         * src/prefs_folder_item.c
8542                 Add a way to test the subject simplify regexp in
8543                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8544                 w/ few layout changes.
8545
8546 2006-20-04 [paul]       2.5.3cvs1
8547
8548         * NEWS
8549         * README
8550         * configure.ac
8551                 Update version number following
8552                 stable release
8553
8554 2006-10-04 [colin]      2.5.2cvs42
8555
8556         * src/folder.c
8557         * src/folder.h
8558         * src/summaryview.c
8559                 Provide a way for folder classes to set their sort
8560                 type and key
8561
8562 2006-10-03 [colin]      2.5.2cvs41
8563
8564         * src/mh.c
8565                 Don't use strlen() to know if the
8566                 string's empty
8567
8568 2006-10-03 [colin]      2.5.2cvs40
8569
8570         * src/mh.c
8571                 Fix "check for new folders" with accentued folders
8572
8573 2006-10-03 [ticho]      2.5.2cvs39
8574
8575         * src/filtering.c
8576         * src/folder.c
8577         * src/inc.c
8578         * src/mbox.c
8579                 Colin's fix for "copy" filtering rules.
8580
8581 2006-10-02 [colin]      2.5.2cvs38
8582
8583         * src/folderview.c
8584                 Fix for double-click too
8585
8586 2006-10-02 [colin]      2.5.2cvs37
8587
8588         * src/folderview.c
8589                 correct fix for cvs36
8590
8591 2006-10-02 [colin]      2.5.2cvs36
8592
8593         * src/folderview.c
8594                 Fix 'goto next unread' after collapsing/expanding 
8595                 a node.
8596
8597 2006-10-02 [colin]      2.5.2cvs35
8598
8599         * src/summaryview.c
8600                 Fix double freeze/thaw
8601         * src/common/utils.c
8602         * src/common/utils.h
8603                 Reimplement strftime
8604         * src/procheader.c
8605                 Use it
8606
8607
8608 2006-10-02 [colin]      2.5.2cvs34
8609
8610         * src/mh.c
8611                 Time mh_write_sequences() - it's fast
8612         * src/summaryview.c
8613                 Init a variable to shut up gcc
8614
8615 2006-10-01 [colin]      2.5.2cvs33
8616
8617         * src/folder.c
8618         * src/mh.c
8619         * src/mh.h
8620         * src/msgcache.c
8621                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8622                 Add fsync but disable it, it's slow as hell
8623
8624 2006-10-01 [colin]      2.5.2cvs32
8625
8626         * src/mh.c
8627         * src/msgcache.c
8628                 fflush() caches and mh_sequences before
8629                 fclose()ing
8630
8631 2006-10-01 [colin]      2.5.2cvs31
8632
8633         * src/msgcache.c
8634                 Don't ftruncate when not using mmap
8635
8636 2006-09-30 [colin]      2.5.2cvs30
8637
8638         * src/main.c
8639                 Write folder list *after* saving caches
8640
8641 2006-09-30 [colin]      2.5.2cvs29
8642
8643         * src/folder.c
8644         * src/mh.c
8645                 Debug forced mtime changes
8646
8647 2006-09-30 [colin]      2.5.2cvs28
8648
8649         * src/folder.c
8650         * src/main.c
8651                 Remove useless debug_print()s (code
8652                 well-tested)
8653
8654 2006-09-30 [colin]      2.5.2cvs27
8655
8656         * src/mh.c
8657                 Do stuff faster when writing mh_sequences
8658
8659 2006-09-30 [colin]      2.5.2cvs26
8660
8661         * src/mh.c
8662                 Don't let the writing of .mh_sequences, which
8663                 can change the folder's mtime, let us think
8664                 we need to scan.
8665
8666 2006-09-30 [colin]      2.5.2cvs25
8667
8668         * src/folder.c
8669                 Move a debug_print where it belongs 
8670                 (processing)
8671         * src/summaryview.c
8672                 Don't mess with a huge slow subject
8673                 table if we're not threading by
8674                 subject
8675
8676 2006-09-30 [colin]      2.5.2cvs24
8677
8678         * src/msgcache.c
8679                 Reenable mmaped reads (*not* writes!)
8680         * src/procmsg.c
8681                 Don't destroy and recreate hashtables just
8682                 for fun
8683         * src/common/utils.c
8684                 Remove useless reply prefixes (it's case
8685                 unsensitive)
8686
8687 2006-09-30 [wwp]        2.5.2cvs23
8688
8689         * tools/fix_date.sh
8690                 Fixed a minor bug in date value extraction, added a switch
8691                 to replace non RFC-compliant Date: value, added a switch
8692                 to use strict RFC matching patterns for dates.
8693
8694 2006-09-29 [colin]      2.5.2cvs22
8695
8696         * src/matcher_parser.h
8697         * src/matcher_parser_parse.y
8698         * src/prefs_filtering.c
8699         * src/statusbar.c
8700         * src/summary_search.c
8701         * src/summaryview.c
8702         * src/gtk/quicksearch.c
8703         * src/gtk/quicksearch.h
8704                 Optimise searches by setting different
8705                 refresh intervals (depending if the 
8706                 search is fast or not)
8707
8708 2006-09-29 [colin]      2.5.2cvs21
8709
8710         * src/codeconv.c
8711                 Optimise by reusing the last iconv converter
8712                 if possible
8713         * src/textview.c
8714                 Optimise a bit (the foldable quotes feature
8715                 still has an awful O(n^2) algo
8716
8717 2006-09-29 [colin]      2.5.2cvs20
8718
8719         * src/gtk/gtksctree.c
8720         * src/gtk/gtksctree.h
8721                 Optimise de-selection via up/down or
8722                 another key
8723
8724 2006-09-28 [colin]      2.5.2cvs19
8725
8726         * src/action.c
8727         * src/compose.c
8728         * src/folderview.c
8729         * src/mainwindow.c
8730         * src/messageview.c
8731         * src/summary_search.c
8732         * src/toolbar.c
8733                 Avoid using summaryview->ctree directly
8734
8735 2006-09-28 [colin]      2.5.2cvs18
8736
8737         * src/summaryview.c
8738         * src/summaryview.h
8739                 Add helpers to freeze/thaw/grab_focus
8740                 Factorize calls to freeze/thaw/grab_focus
8741                 
8742
8743 2006-09-28 [colin]      2.5.2cvs17
8744
8745         * src/main.c
8746                 More guards for the session management
8747
8748 2006-09-28 [colin]      2.5.2cvs16
8749
8750         * src/folderview.c
8751         * src/gtk/gtksctree.c
8752         * src/gtk/gtksctree.h
8753                 Make expanding not recursive in folderview
8754
8755 2006-09-28 [colin]      2.5.2cvs15
8756
8757         * src/addressbook.c
8758                 If nothing is selected in the list (right part)
8759                 and a group is selected in the tree (left part),
8760                 mail this group.
8761
8762 2006-09-28 [colin]      2.5.2cvs14
8763
8764         * src/Makefile.am
8765                 Actually use SM_LIBS
8766
8767 2006-09-28 [ticho]      2.5.2cvs13
8768
8769         * src/export.c
8770         * src/messageview.c
8771         * src/mimeview.c
8772         * src/news.c
8773         * src/pop.c
8774         * src/prefs_themes.c
8775         * src/procmsg.c
8776                 Small i18n string optimization.
8777         * src/send_message.c
8778         * src/summaryview.c
8779         * src/common/session.c
8780         * src/common/smtp.c
8781         * src/common/ssl_certificate.c
8782         * src/common/utils.c
8783                 Use "Couldn't" instead of "Can't" in UI messages,
8784                 where appropriate.
8785
8786 2006-09-28 [colin]      2.5.2cvs12
8787
8788         * configure.ac
8789                 Possibly fix link errors
8790
8791 2006-09-27 [wwp]        2.5.2cvs11
8792
8793         * src/gtk/authors.h
8794         * doc/man/sylpheed-claws.1
8795         * manual/ack.xml
8796         * manual/es/ack.xml
8797         * manual/fr/ack.xml
8798         * manual/pl/ack.xml
8799                 Updated authors info (me, myself and I).
8800
8801 2006-09-27 [colin]      2.5.2cvs10
8802
8803         * src/addressbook.c
8804                 Remove useless printf
8805
8806 2006-09-27 [wwp]        2.5.2cvs9
8807
8808         * src/editgroup.c
8809         * src/send_message.c
8810         * src/inc.c
8811         * src/prefs_common.c
8812         * src/prefs_common.h
8813         * src/gtk/progressdialog.c
8814                 remember more windows' sizes (send dialog, received dialog,
8815                 edit group in addressbook).
8816
8817 2006-09-27 [colin]      2.5.2cvs8
8818
8819         * configure.ac
8820         * src/main.c
8821         * src/mainwindow.h
8822                 Use libSM to communicate with the session
8823                 manager, so that we can know when the 
8824                 session ends, save our caches, and draft
8825                 our compose windows.
8826
8827 2006-09-27 [colin]      2.5.2cvs7
8828
8829         * src/addressbook.c
8830                 Fix issues:
8831                 o Allow Book and Group creation from the tree's
8832                   contextual menu
8833                 o Do not actually delete the contacts when 
8834                   deleting groups from the tree (duh!)
8835
8836 2006-09-27 [colin]      2.5.2cvs6
8837
8838         * src/compose.c
8839         * src/compose.h
8840         * src/mainwindow.c
8841         * src/textview.c
8842         * src/toolbar.c
8843                 o Allow passing an email address to 
8844                   compose_new_with_folderitem
8845                 o Update callers
8846                 o Use current folderitem when clicking
8847                   on a TextView mailto: link
8848                 o Fix a possible leak in TextView
8849
8850 2006-09-27 [colin]      2.5.2cvs5
8851
8852         * src/html.c
8853                 Use UTF-8 chars to replace HTML entities
8854
8855 2006-09-27 [colin]      2.5.2cvs4
8856
8857         * AUTHORS
8858         * src/prefs_account.c
8859         * src/gtk/authors.h
8860                 Fix bug #1024 (Array index out of
8861                 range in sylpheed-claws-2.5.2)
8862                 Patch by Ales Nosek <anosek@suse.cz>
8863
8864 2006-09-27 [colin]      2.5.2cvs3
8865
8866         * src/addr_compl.c
8867                 Actually do the test
8868
8869 2006-09-27 [colin]      2.5.2cvs2
8870
8871         * src/addr_compl.c
8872         * src/addr_compl.h
8873                 Allow completing with comma (in certain cases: vCalendar
8874                 for example doesn't support that)
8875                 Patch by Fabien Vantard
8876
8877 2006-09-26 [colin]      2.5.2cvs1
8878
8879         * src/Makefile.am
8880         * src/addr_compl.c
8881         * src/addr_compl.h
8882         * src/addrbook.c
8883         * src/addrbook.h
8884         * src/addressbook.c
8885         * src/addrindex.c
8886         * src/addrindex.h
8887         * src/compose.c
8888         * src/prefs_common.c
8889         * src/prefs_filtering_action.c
8890         * src/prefs_folder_item.c
8891         * src/prefs_template.c
8892         * src/stock_pixmap.c
8893         * src/stock_pixmap.h
8894         * src/pixmaps/addr_one.xpm
8895         * src/pixmaps/addr_two.xpm
8896                 Add auto-completion on groups
8897
8898 2006-09-26 [colin]      2.5.2
8899
8900         * NEWS
8901         * README
8902         * RELEASE_NOTES
8903                 2.5.2 released
8904
8905 2006-09-26 [colin]      2.5.1cvs5
8906
8907         * src/matcher.c
8908                 Fix condition
8909
8910 2006-09-26 [colin]      2.5.1cvs4
8911
8912         * src/mbox.c
8913                 Revert cvs1 (useless as the message is printed 
8914                 every 500 mails)
8915
8916 2006-09-26 [colin]      2.5.1cvs3
8917
8918         * src/partial_download.c
8919                 Fix crasher found by Alexsandar Urosevic
8920
8921 2006-09-26 [colin]      2.5.1cvs2
8922
8923         * src/summaryview.c
8924                 Fix bug #1023 (Sylpheed deletes too much messages)
8925
8926 2006-09-26 [ticho]      2.5.1cvs1
8927
8928         * src/mbox.c
8929                 Make use of gettext's multiple plurals for statusbar
8930                 progress message.
8931
8932 2006-09-25 [paul]       2.5.1
8933
8934         * NEWS
8935         * README
8936         * RELEASE_NOTES
8937                 2.5.1 released
8938
8939 2006-09-25 [colin]      2.5.0cvs3
8940
8941         * src/plugins/bogofilter/bogofilter.c
8942         * src/plugins/clamav/clamav_plugin.c
8943         * src/plugins/spamassassin/spamassassin.c
8944                 BogoFilter, Spamassassin: Fix double hook registering after
8945                 visiting preferences
8946                 Spamassassin, Clamav: Just set the mails to move instead of
8947                 doing the move - caller will move the things at once.
8948
8949 2006-09-25 [colin]      2.5.0cvs2
8950
8951         * src/imap.c
8952         * src/etpan/imap-thread.c
8953                 Use UID SEARCH ALL instead of UID 1:*
8954                 (braindead servers can't figure out that's
8955                 the same...)
8956
8957 2006-09-25 [wwp]        2.5.0cvs1
8958
8959         * src/message_search.c
8960                 Added the ability to stop a running search (in message body).
8961
8962 2006-09-25 [paul]       2.5.0
8963
8964         * NEWS
8965         * README
8966         * RELEASE_NOTES
8967                 2.5.0 released
8968
8969 2006-09-25 [paul]       2.4.0cvs214
8970
8971         * po/cs.po
8972         * po/de.po
8973         * po/fi.po
8974         * po/fr.po
8975         * po/nl.po
8976         * po/pt_BR.po
8977         * po/sk.po
8978         * po/sr.po
8979         * po/zh_CN.po
8980                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8981                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8982                 Ticho, Aleksander Urosevic, Ralgh Young
8983
8984 2006-09-24 [mones]      2.4.0cvs213
8985
8986         * po/es.po
8987                 Updated for release
8988
8989 2006-09-23 [colin]      2.4.0cvs212
8990
8991         * src/gtk/inputdialog.c
8992                 Fix [ ] remember this appearing in normal
8993                 input dialogs after it's been used by
8994                 mimeview.
8995         * src/folder.c
8996         * src/folderview.c
8997         * src/msgcache.c
8998         * src/procmsg.c
8999         * src/summaryview.c
9000         * src/textview.c
9001         * src/common/timing.h
9002                 Enable timings in debug mode and make it
9003                 look prettier.
9004
9005 2006-09-22 [colin]      2.4.0cvs211
9006
9007         * README
9008                 Revert test change
9009         * commitHelper
9010                 ping the correct URI
9011
9012 2006-09-22 [colin]      2.4.0cvs210
9013
9014         * README
9015                 Let's see if bug #1022 is fixed
9016
9017 2006-09-21 [colin]      2.4.0cvs209
9018
9019         * src/wizard.c
9020         * src/common/plugin.c
9021                 Prepare infra to load predefined plugins when
9022                 no configuration existed. Don't actually load
9023                 anything yet (feat. freeze)
9024
9025 2006-09-21 [wwp]        2.4.0cvs208
9026
9027         * manual/fr/faq.xml
9028                 Partial sync w/ 2.4.0cvs72:
9029                 wrap file and minor updates.
9030
9031 2006-09-21 [wwp]        2.4.0cvs207
9032
9033         * tools/fix_date.sh
9034                 several fixes and enhancements. A new --force switch has been
9035                 added to prevent overriding by default Date: header when
9036                 already existing.
9037
9038 2006-09-21 [paul]       2.4.0cvs206
9039
9040         * src/common/utils.c
9041                 add Chinese UTF8 Re prefix
9042
9043 2006-09-21 [wwp]        2.4.0cvs205
9044
9045         * tools/Makefile.am
9046                 Fics alfabettical order.
9047
9048 2006-09-21 [wwp]        2.4.0cvs204
9049
9050         * tools/fix_date.sh
9051         * tools/Makefile.am
9052                 Added an action tool to fix missing Date field in emails.
9053                 Updated Makefile.am to reflect those last two additions.
9054
9055 2006-09-21 [wwp]        2.4.0cvs203
9056
9057         * tools/uuooffice
9058                 Added a action tool to open uuencoded docs w/
9059                 OpenOffice (based on uudec method).
9060
9061 2006-09-21 [colin]      2.4.0cvs202
9062
9063         * src/compose.c
9064         * src/textview.c
9065                 Workaround possible GTK crash: remove selection 
9066                 clipboard before destroying widget, or GTK+-2.10
9067                 dies. Thanks to Hiro.
9068
9069 2006-09-20 [colin]      2.4.0cvs201
9070
9071         * src/compose.c
9072                 Fix free-after-use in some cases (when 
9073                 procmime_encode_content() frees mimeinfo->data.mem
9074                 and turns it to a temp file)
9075
9076 2006-09-20 [colin]      2.4.0cvs200
9077
9078         * src/folderview.c
9079         * src/summaryview.c
9080         * src/gtk/gtksctree.c
9081         * src/gtk/gtksctree.h
9082                 Add tooltips in the folderview and summaryview
9083                 (Doesn't break string freeze as they already
9084                 exist)
9085         * src/toolbar.c
9086                 Put the spam button in the default configuration
9087                 if compiled with bogo plugin too
9088
9089 2006-09-19 [colin]      2.4.0cvs199
9090
9091         * src/summaryview.c
9092         * src/summaryview.h
9093                 Update folder name label on folder rename
9094         * src/prefs_matcher.c
9095         * src/gtk/logwindow.h
9096                 Fix warnings
9097                 Patches by Fabien
9098
9099 2006-09-19 [wwp]        2.4.0cvs198
9100
9101         * src/summary_search.c
9102                 fix can't click forward/backward buttons in the
9103                 search messages.
9104
9105 2006-09-18 [paul]       2.4.0cvs197
9106
9107         * src/wizard.c
9108                 add missing bracket, capitalise the A of
9109                 'SpamAssassin'
9110
9111 2006-09-18 [paul]       2.4.0cvs196
9112
9113         * src/compose.c
9114                 fix bug 1012 'crashed upon sending mail
9115                 from compose window'
9116                 Thanks to Colin
9117
9118 2006-09-16 [colin]      2.4.0cvs195
9119
9120         * src/folderview.c
9121                 Fix "real-time" sorting by freezing/thawing
9122
9123 2006-09-16 [colin]      2.4.0cvs194
9124
9125         * manual/faq.xml
9126                 Fix the anti-spam entry a bit
9127
9128 2006-09-16 [colin]      2.4.0cvs193
9129
9130         * src/wizard.c
9131                 Make sure reviewers have no excuse when stating
9132                 Sylpheed-Claws doesn't have antispam capabilities.
9133
9134 2006-09-16 [colin]      2.4.0cvs192
9135
9136         * src/main.c
9137                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9138                 as if the SIGPIPE comes from etpan's thread we could
9139                 trigger a GUI update from this thread.
9140
9141 2006-09-16 [colin]      2.4.0cvs191
9142
9143         * src/summaryview.c
9144                 Init all members of the struct
9145
9146 2006-09-16 [paul]       2.4.0cvs190
9147
9148         * src/account.c
9149                 improvements to the English
9150
9151 2006-09-15 [colin]      2.4.0cvs189
9152
9153         * src/summaryview.c
9154                 HIG order on dialog
9155
9156 2006-09-14 [colin]      2.4.0cvs188
9157
9158         * src/common/socket.c
9159         * src/common/socket.h
9160         * src/common/ssl.c
9161         * src/common/ssl_certificate.c
9162         * src/common/ssl_certificate.h
9163         * src/etpan/imap-thread.c
9164                 the get_fqdn() call done to get canonical name when
9165                 checking an SSL certificate is blocking, which is
9166                 sad as we just did a non-blocking lookup to connect.
9167                 Fix that by letting the fqdn available to the SockInfo,
9168                 and use that in ssl_certificate_check(). For IMAP,
9169                 we don't do it as the lookup's done by libetpan, but
9170                 it's less annoying as IMAP connections as much more
9171                 rare than POP3 connections.
9172
9173 2006-09-14 [paul]       2.4.0cvs187
9174
9175         * manual/advanced.xml
9176                 improvements to the English,
9177                 properly place the new hidden options
9178                 within the alphabetical order
9179         * src/gtk/pluginwindow.c
9180                 improvements to the English
9181
9182 2006-09-14 [colin]      2.4.0cvs186
9183
9184         * src/prefs_common.c
9185         * src/prefs_common.h
9186         * src/gtk/gtksctree.c
9187         * manual/advanced.xml
9188                 New hidden pref, stripes_color_offset, to change
9189                 the value added/substracted to normal bgcolor to
9190                 create the stripes in summaries
9191
9192 2006-09-13 [colin]      2.4.0cvs185
9193
9194         * src/gedit-print.c
9195         * src/messageview.c
9196         * src/messageview.h
9197         * src/summaryview.c
9198         * src/textview.c
9199                 Fix misc. printing issues: 
9200                 - Bad font for linkified headers
9201                 - Different font if the mail was displayed or not
9202                 - Factorize the thing
9203
9204 2006-09-13 [colin]      2.4.0cvs184
9205
9206         * src/common/ssl_certificate.c
9207                 Only get FQDN once when checking certificate
9208
9209 2006-09-13 [colin]      2.4.0cvs183
9210
9211         * src/account.c
9212         * src/gtk/pluginwindow.c
9213                 Misc. GUI fixes by Fabien
9214
9215 2006-09-13 [wwp]        2.4.0cvs182
9216
9217         * configure.ac
9218         * src/common/utils.h
9219         * src/common/utils.c
9220                 get rid of unused wide-char functions.
9221
9222 2006-09-13 [wwp]        2.4.0cvs181
9223
9224         * src/plugins/pgpinline/sylpheed.def
9225         * src/textview.c
9226                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9227                 add privacy_reset_error to the .def file,
9228                 do not fork for an external textviewer.
9229
9230 2006-09-13 [wwp]        2.4.0cvs180
9231
9232         * src/prefs_common.c
9233                 fix broken font entry in prefs (patch issued by the gpg4win team,
9234                 probably by Marcus Brinkmann <marcus@g10code.de>).
9235
9236 2006-09-13 [colin]      2.4.0cvs179
9237
9238         * src/folder.h
9239                 Fix a warning in summaryview.c
9240         * src/mainwindow.c
9241         * src/summaryview.c
9242         * src/summaryview.h
9243                 Add missing Mark/* elements in the
9244                 main menu
9245
9246 2006-09-12 [colin]      2.4.0cvs178
9247
9248         * src/prefs_actions.c
9249         * src/prefs_filtering_action.c
9250         * src/prefs_matcher.c
9251                 Use (New) instead of New everywhere
9252
9253 2006-09-12 [wwp]        2.4.0cvs177
9254
9255         * manual/fr/addrbook.xml
9256         * manual/fr/handling.xml
9257                 updated some quotes in the fr manual to match the fr translation.
9258
9259 2006-09-12 [wwp]        2.4.0cvs176
9260
9261         * src/prefs_matcher.c
9262                 don't store translated string elements in matcher expressions.
9263                 Also fixed a misused of Q_().
9264
9265 2006-09-11 [wwp]        2.4.0cvs175
9266
9267         * src/plugins//bogofilter/bogofilter.c
9268         * src/plugins//clamav/clamav_plugin.c
9269         * src/plugins//demo/demo.c
9270         * src/plugins//dillo_viewer/dillo_viewer.c
9271         * src/plugins//pgpcore/plugin.c
9272         * src/plugins//pgpinline/plugin.c
9273         * src/plugins//pgpmime/plugin.c
9274         * src/plugins//spamassassin/spamassassin.c
9275                 gettext-ize more strings (mostly plugin error messages).
9276
9277 2006-09-11 [colin]      2.4.0cvs174
9278
9279         * src/alertpanel.c
9280                 Make maximum buffer size bigger to avoid
9281                 truncating translated messages. Patch by
9282                 Fabien
9283
9284 2006-09-11 [colin]      2.4.0cvs173
9285
9286         * src/etpan/imap-thread.c
9287                 Fix compilation on OpenBSD, thanks to 
9288                 Landry
9289
9290 2006-09-10 [wwp]        2.4.0cvs172
9291
9292         * manual/account.xml
9293         * manual/addrbook.xml
9294         * manual/handling.xml
9295         * manual/es/handling.xml
9296         * manual/fr/account.xml
9297         * manual/fr/addrbook.xml
9298         * manual/fr/handling.xml
9299                 documented addressbook matching (condition configuration):
9300                   addrbook.xml, en fr
9301                 documented per-account filtering rules (handling/filtering
9302                   section, account section):
9303                   account.xml, handling.xml, en fr
9304                 slightly updated the handling/searching section to tell few
9305                   words about the extended search ability:
9306                   handling.xml, en fr
9307                 added missing <quote></quotes> to Quick Search:
9308                   handling.xml, en fr es
9309                 fixed a typo (auomatically):
9310                   handling.xml, en
9311                 changes revisited by Paul.
9312
9313 2006-09-10 [paul]       2.4.0cvs171
9314
9315         * src/prefs_actions.c
9316         * src/prefs_filtering.c
9317         * src/prefs_template.c
9318                 adjustments to the gui
9319                 Patch by Fabien Vantard (slightly modified)
9320
9321 2006-09-10 [colin]      2.4.0cvs170
9322
9323         * src/summaryview.c
9324                 Check folderitem/summaryview consistency
9325                 (basically automates Update summary). Fixes
9326                 #1011 (wrong (negative) count on unread 
9327                 messages)
9328
9329 2006-09-10 [colin]      2.4.0cvs169
9330
9331         * src/gtk/gtksctree.c
9332                 Fix recursive expansion via mouse
9333         * src/plugins/bogofilter/bogofilter.c
9334                 Use normal filtering way of moving
9335                 messages (batching), possibly fixing
9336                 bug #1015 (Bogofilter plugin doubles 
9337                 new messages)
9338
9339 2006-09-09 [wwp]        2.4.0cvs168
9340
9341         * src/prefs_filtering.c
9342                 better place for this fix.
9343
9344 2006-09-09 [wwp]        2.4.0cvs167
9345
9346         * src/prefs_filtering.c
9347                 fix a minor bug when the enabled status of a filtering/processing
9348                 rule always got set to TRUE when replacing this rule. That still
9349                 make sense when adding a new rule, but now when replacing, we
9350                 don't override the value of 'enabled'.
9351                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9352                 to prefs_filtering_list_view_get_info() as this function not only
9353                 returns the name, but also the account_id and the enabled status.
9354
9355 2006-09-09 [mones]      2.4.0cvs166
9356
9357         * manual/glossary.xml
9358         * manual/plugins.xml
9359                 Minor format corrections
9360         * manual/gpl.xml
9361                 Fix misplaced NO WARRANTY section
9362         * manual/es/advanced.xml
9363         * manual/es/faq.xml
9364         * manual/es/glossary.xml
9365         * manual/es/gpl.xml
9366         * manual/es/handling.xml
9367         * manual/es/plugins.xml
9368         * manual/es/starting.xml
9369                 Incorporate changes from English version
9370         * manual/fr/ack.xml
9371         * manual/pl/ack.xml
9372         * manual/es/ack.xml
9373                 Fix address, (add translation credits in es version)
9374         * po/es.po
9375                 Updated translation
9376
9377 2006-09-09 [wwp]        2.4.0cvs165
9378
9379         * src/prefs_filtering.c
9380                 fix a crash when opening filtering prefs, if matcherrc file contains
9381                 broken data (non-existing account id, which is theoretically not
9382                 possible).
9383
9384 2006-09-08 [colin]      2.4.0cvs164
9385
9386         * src/folder.c
9387                 Wrong assert, make it an if()
9388         * src/gtk/gtksctree.c
9389                 Fix bug #1013 (expand selected thread 
9390                 tree) - expanding is now recursive
9391
9392 2006-09-07 [wwp]        2.4.0cvs163
9393
9394         * src/prefs_matcher.c
9395                 make better sentences about addressbook matching in the
9396                 matcher prefs. This should make translators' work easier
9397                 too.
9398
9399 2006-09-07 [wwp]        2.4.0cvs162
9400
9401         * src/prefs_filtering.c
9402                 code simplification (get rid of dup var. assignment).
9403
9404 2006-09-07 [wwp]        2.4.0cvs161
9405
9406         * src/summaryview.c
9407                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9408                 <fzzzzz@gmail.com>.
9409
9410 2006-09-07 [paul]       2.4.0cvs160
9411
9412         * src/mimeview.c
9413                 fix compilation warnings
9414                 Thanks to Colin
9415
9416 2006-09-07 [paul]       2.4.0cvs159
9417
9418         * src/mimeview.c
9419                 select the mimepart icon when
9420                 displaying as text
9421                 Thanks to Colin
9422
9423 2006-09-06 [paul]       2.4.0cvs158
9424
9425         * src/prefs_filtering.c
9426                 fix labels and table element spacing
9427                 Patch by Fabien Vantard
9428
9429 2006-09-06 [paul]
9430
9431         2.5.0-rc3 released
9432
9433 2006-09-06 [paul]       2.4.0cvs157
9434
9435         * manual/es/advanced.xml
9436                 fix typo
9437
9438 2006-09-06 [wwp]        2.4.0cvs156
9439
9440         * src/mainwindow.c
9441                 fix an dup launch issue when iconified, thanks to Colin.
9442
9443 2006-09-06 [wwp]        2.4.0cvs155
9444
9445         * src/gtk//gtksctree.h
9446                 oops, forgot that one!
9447
9448 2006-09-06 [wwp]        2.4.0cvs154
9449
9450         * manual/pl/advanced.xml
9451         * manual/advanced.xml
9452         * manual/es/advanced.xml
9453         * manual/fr/advanced.xml
9454         * src/prefs_customheader.c
9455         * src/prefs_filtering_action.c
9456         * src/foldersel.c
9457         * src/prefs_summaries.c
9458         * src/prefs_filtering.c
9459         * src/account.c
9460         * src/compose.c
9461         * src/prefs_summary_column.c
9462         * src/addr_compl.c
9463         * src/prefs_actions.c
9464         * src/prefs_folder_column.c
9465         * src/ssl_manager.c
9466         * src/prefs_template.c
9467         * src/prefs_display_header.c
9468         * src/prefs_common.h
9469         * src/prefs_matcher.c
9470         * src/prefs_common.c
9471         * src/prefs_toolbar.c
9472         * src/summaryview.c
9473         * src/folderview.c
9474         * src/gtk/gtksctree.c
9475         * src/gtk/pluginwindow.c
9476         * src/gtk/progressdialog.c
9477         * src/gtk/prefswindow.c
9478                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9479                 to make its meaning more obvious (all versions of the manual reflect
9480                 the change).
9481                 added an extra hidden option use_stripes_in_summary to allow
9482                 discarding these stripes in mainwindow's folder and message lists;
9483                 en and fr manuals only are OK towards this.
9484
9485 2006-09-06 [colin]      2.4.0cvs153
9486
9487         * src/textview.c
9488                 Hide Sylpheed-Claws' internal queue headers
9489                 when showing all headers. They'll be present
9490                 only in Source window.
9491
9492 2006-09-05 [colin]      2.4.0cvs152
9493
9494         * src/plugins/trayicon/trayicon.c
9495                 Fix crash at exit - we have to disconnect
9496                 our handlers
9497         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9498                 Update eggtrayicon - patch adapted from a
9499                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9500                 on Sylpheed's ML
9501
9502 2006-09-05 [colin]      2.4.0cvs151
9503
9504         * src/mainwindow.c
9505         * src/gtk/logwindow.c
9506                 Fix race condition when something writes
9507                 to the log too soon during init. Thanks
9508                 to Fabien Vantard
9509
9510 2006-09-05 [colin]      2.4.0cvs150
9511
9512         * src/mimeview.c
9513                 Don't select part on right-click either
9514
9515 2006-09-05 [paul]       2.4.0cvs149
9516
9517         * src/mimeview.c
9518                 completion of previous commit
9519                 Thanks to Colin
9520
9521 2006-09-05 [colin]      2.4.0cvs148
9522
9523         * src/mimeview.c
9524                 Don't force selection on middle-click, just open
9525
9526 2006-09-04 [colin]      2.4.0cvs147
9527
9528         * src/mimeview.c
9529                 Looks like gtk_notebook_set_current_page()
9530                 sometimes steals focus, and this annoys us
9531                 in MimeViewers as it renders navigation
9532                 keys useless. Take back focus after switching
9533                 pages.
9534
9535 2006-09-04 [colin]      2.4.0cvs146
9536
9537         * src/messageview.c
9538                 Set stop_loading when clicking on Next
9539                 during load. Don't add a callback to 
9540                 avoid over-complicating things.
9541
9542 2006-09-04 [colin]      2.4.0cvs145
9543
9544         * src/mimeview.c
9545         * src/messageview.c
9546                 Fix multiple loads in separate messageview
9547
9548 2006-09-04 [colin]      2.4.0cvs144
9549
9550         * src/summaryview.c
9551                 Let navigation keys be handled during 
9552                 load
9553
9554 2006-09-04 [colin]      2.4.0cvs143
9555
9556         * src/messageview.c
9557         * src/summaryview.c
9558         * src/textview.c
9559         * src/textview.h
9560                 Make loading of huge mails (lots of text and/or
9561                 images) cancellable, so the GUI doesn't block 
9562
9563 2006-09-04 [colin]      2.4.0cvs142
9564
9565         * src/plugins/trayicon/trayicon.c
9566                 Fix annoyance when removing a folder with 
9567                 unread mails: trayicon didn't update
9568
9569 2006-09-04 [paul]       2.4.0cvs141
9570
9571         * src/gtk/icon_legend.c
9572                 straighten up columns
9573                 Patch by Fabien Vantard
9574
9575 2006-09-04 [wwp]        2.4.0cvs140
9576
9577         * src/prefs_filtering.c
9578                 fix new line's account name in filtering prefs:
9579                 was "All", is now "(New)".
9580
9581 2006-09-04 [paul]       2.4.0cvs139
9582
9583         * tools/make.themes.project
9584                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9585                 instead of homebrewed "make release"
9586
9587 2006-09-03 [colin]      2.4.0cvs138
9588
9589         * src/folderview.c
9590                 Fix bug #1007 (Wrong folder highlighted)
9591
9592 2006-09-03 [colin]      2.4.0cvs137
9593
9594         * src/compose.c
9595                 Don't set Newsgroup: header to a mail folder
9596                 path
9597
9598 2006-09-03 [paul]       2.4.0cvs136
9599
9600         * src/prefs_other.c
9601         * src/prefs_spelling.c
9602                 unify the gui
9603
9604 2006-09-03 [paul]       2.4.0cvs135
9605
9606         * src/prefs_summaries.c
9607                 correct menu item text in prefs_keybind_apply_clicked()
9608
9609 2006-09-03 [paul]       2.4.0cvs134
9610
9611         * manual/advanced.xml
9612                 some improvements to the descriptions
9613         * src/mainwindow.c
9614         * src/messageview.c
9615         * src/summaryview.c
9616         * src/gtk/menu.c
9617                 fix menu sensitivity issues
9618         * src/prefs_message.c
9619                 drop the useless word 'short'
9620         * src/prefs_other.c
9621                 add the word 'lines' indicating log length
9622                 is a measure of lines
9623         * src/textview.c
9624                 fix compilation warnings
9625
9626 2006-09-02 [colin]      2.4.0cvs133
9627
9628         * src/messageview.c
9629                 Display a special return-receipt message
9630                 if the message is from the user
9631         * src/summaryview.c
9632                 Fix missing freeze of the list when marking
9633                 all read and unthreading for exec. Thanks
9634                 to Stephan Sachse.
9635
9636 2006-09-02 [paul]       2.4.0cvs132
9637
9638         * src/mainwindow.c
9639         * src/prefs_message.c
9640         * src/summaryview.c
9641                 fix some english
9642
9643 2006-09-02 [wwp]        2.4.0cvs131
9644
9645         * src/prefs_filtering.c
9646                 added an account name column to the filtering rules
9647                 dialog.
9648
9649 2006-09-02 [colin]      2.4.0cvs130
9650
9651         * src/gtk/logwindow.c
9652         * src/gtk/logwindow.h
9653                 Block scrolling if we're not at the end
9654                 of the log
9655
9656 2006-09-02 [colin]      2.4.0cvs129
9657
9658         * src/folder.c
9659                 Make sure account-specific rules can't
9660                 be used in {pre-,post-,}processing
9661         * src/mainwindow.c
9662         * src/gtk/logwindow.c
9663         * src/gtk/logwindow.h
9664                 Jump to last error when clicking on the
9665                 warning icon
9666
9667 2006-09-02 [colin]      2.4.0cvs128
9668
9669         * src/imap.c
9670         * src/import.c
9671         * src/mainwindow.c
9672         * src/mainwindow.h
9673                 Fix warning icon
9674         * src/inc.c
9675         * src/mbox.c
9676         * src/mbox.h
9677                 Let proc_mbox know its account, for
9678                 account-specific rules
9679
9680 2006-09-01 [colin]      2.4.0cvs127
9681
9682         * src/codeconv.c
9683                 Don't uselessly use iconv to convert from
9684                 us-ascii
9685         * src/alertpanel.c
9686         * src/mainwindow.c
9687         * src/mainwindow.h
9688         * src/inc.c
9689                 Fix certain log cases, disable warning icon
9690                 for now, the correct way to display it when
9691                 necessary and only when necessary is probably
9692                 to do it manually rather than use error logs
9693         * src/etpan/imap-thread.c
9694                 Clean up UID logging a bit
9695         * src/gtk/logwindow.c
9696         * src/gtk/logwindow.h
9697                 Make logging faster when the window's closed
9698
9699 2006-09-01 [wwp]        2.4.0cvs126
9700
9701         * manual/fr/account.xml
9702                 reflect changes to the ref. manual (parts of cvs72):
9703                 fix tabnames and quotes.
9704
9705 2006-09-01 [wwp]        2.4.0cvs125
9706
9707         * manual/fr/plugins.xml
9708                 reflect changes to the reference manual (cvs42):
9709                 update IRC channel info.
9710
9711 2006-09-01 [wwp]        2.4.0cvs124
9712
9713         * commitHelper
9714                 use CVSEDITOR env. var. if set, according to `man cvs`.
9715
9716 2006-09-01 [wwp]        2.4.0cvs123
9717
9718         * manual/advanced.xml
9719                 better sentence again (thanks to Paul).
9720
9721 2006-09-01 [wwp]        2.4.0cvs122
9722
9723         * manual/advanced.xml
9724         fix definition of toolbar_detachable and rework a bit the one of
9725         enable_dotted_lines.
9726
9727 2006-09-01 [mones]      2.4.0cvs121
9728
9729         * manual/advanced.xml
9730                 Document enable_dotted_lines
9731
9732 2006-09-01 [paul]       2.4.0cvs120
9733
9734         * src/folderview.c
9735         * src/folderview.h
9736         * src/imap.c
9737         * src/mainwindow.c
9738         * src/summaryview.c
9739                 obey the 'When entering folder...' option
9740                 when using the /View/Go to/... menu items
9741                 Thanks to Colin
9742
9743 2006-08-31 [colin]      2.4.0cvs119
9744
9745         * src/folderview.c
9746                 Revert 2.4.0cvs116, wrong fix.
9747
9748 2006-08-31 [colin]      2.4.0cvs118
9749
9750         * src/gtk/gtksctree.c
9751                 Better state the various copyrights
9752
9753 2006-08-31 [colin]      2.4.0cvs117
9754
9755         * src/prefs_common.c
9756                 fix enable_dotted_lines
9757
9758 2006-08-31 [colin]      2.4.0cvs116
9759
9760         * src/folderview.c
9761                 Use pref "Always open on select" when going
9762                 to next unread folder
9763         * src/gtk/gtksctree.c
9764                 Fix link failure to _gtk_clist_create_cell_layout
9765                 on certain computers. (Why not mine, I wonder)
9766
9767 2006-08-31 [colin]      2.4.0cvs115
9768
9769         * src/procmsg.c
9770         * src/textview.c
9771         * src/plugins/bogofilter/bogofilter.c
9772         * src/plugins/spamassassin/spamassassin.c
9773                 Requalify some "errors" to warnings
9774         * src/mainwindow.c
9775         * src/mainwindow.h
9776         * src/statusbar.c
9777                 Add an icon in the statusbar to notify
9778                 of errors
9779         * src/gtk/gtksctree.c
9780         * src/folderview.c
9781         * src/summaryview.c
9782                 Make the GtkSCTree look more modern by
9783                 alternating background lines
9784         * src/prefs_common.c
9785         * src/prefs_common.h
9786                 Add a pref to let people have the old
9787                 way if they prefer
9788
9789
9790 2006-08-30 [colin]      2.4.0cvs114
9791
9792         * src/procmsg.c
9793         * src/procmsg.h
9794                 Provide a way to filter a list of
9795                 messages in an optimised manner, and
9796                 add a list-filtering hook
9797         * src/folder.c
9798         * src/inc.c
9799         * src/mbox.c
9800                 Use the list filtering
9801         * src/plugins/bogofilter/bogofilter.c
9802                 Use the list-filtering hook
9803                 Use -b (bulk) mode for more speed
9804                 when learning and filtering
9805         * src/etpan/imap-thread.c
9806                 Make log output shorter in UID SEARCH
9807
9808
9809 2006-08-30 [colin]      2.4.0cvs113
9810
9811         * src/plugins/bogofilter/bogofilter.c
9812                 Really fast mass learning - thanks to David
9813                 Relson for the options explanations :)
9814
9815 2006-08-30 [colin]      2.4.0cvs112
9816
9817         * src/msgcache.c
9818                 Fix compilation on FreeBSD. Thanks
9819                 to Michael Hugues
9820
9821 2006-08-29 [colin]      2.4.0cvs111
9822
9823         * src/folderview.c
9824                 Handle "popup_menu" signal (for popping the 
9825                 menu via the keyboard)
9826         * src/mimeview.c
9827         * src/mimeview.h
9828         * src/summaryview.c
9829         * src/textview.c
9830         * src/gtk/gtkutils.c
9831         * src/gtk/gtkutils.h
9832                 Factorize scrolling code, and add an API 
9833                 for MimeViewers to handle scroll orders
9834
9835 2006-08-29 [wwp]        2.4.0cvs110
9836
9837         * src/plugins//bogofilter/bogofilter.c
9838         * src/plugins//spamassassin/spamassassin.c
9839                 make the bogofilter/spamassassin filtering error dialogs at
9840         incorporation obey to the "don't popup error dialog on
9841         receive error" option. If disabled, feed the log window w/
9842         the error message.
9843
9844 2006-08-29 [paul]
9845
9846         2.5.0-rc2 released
9847
9848 2006-08-29 [paul]       2.4.0cvs109
9849
9850         * Makefile.am
9851                 remove 'make release', it's not needed
9852                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9853
9854 2006-08-29 [paul]       2.4.0cvs108
9855
9856         * src/foldersel.c
9857         * src/summary_search.c
9858         * src/gtk/progressdialog.c
9859         * src/plugins/pgpcore/passphrase.c
9860                 replace deprecated gtk_window_set_policy()
9861
9862 2006-08-29 [colin]      2.4.0cvs107
9863
9864         * src/folder.c
9865                 Fix data loss when copy fails during a move:
9866                 only use fast remove_msgs if everything was
9867                 copied OK; else use slow remove_msg on the
9868                 mails that got copied only.
9869
9870 2006-08-28 [paul]       2.4.0cvs106
9871
9872         * src/mh.c
9873                 revert change in 2.4.0cvs104, it breaks
9874                 stuff
9875
9876 2006-08-28 [paul]       2.4.0cvs105
9877
9878         * src/plugins/spamassassin/spamassassin.c
9879                 english fix
9880
9881 2006-08-28 [paul]       2.4.0cvs104
9882
9883         * src/mh.c
9884                 fix data loss when moving to another
9885                 mailbox fails
9886         * src/prefs_spelling.c
9887                 improve the english
9888         * src/gtk/pluginwindow.c
9889                 improve the layout of the dialog text
9890         All thanks to Colin
9891
9892 2006-08-28 [paul]       2.4.0cvs103
9893
9894         * src/plugins/bogofilter/bogofilter.c
9895         * src/plugins/bogofilter/bogofilter_gtk.c
9896                 fix english up a bit, innit
9897
9898 2006-08-28 [paul]       2.4.0cvs102
9899
9900         * configure.ac
9901         * po/Makefile.in.in
9902         * po/Makevars
9903                 require autoconf 2.60, enabling building
9904                 with gettext 0.15 (gettext 0.14.x build still
9905                 possible). Replace Makefiles with versions
9906                 from gettext 0.15.
9907                 Remove configure options --with-localedir and
9908                 --with-mandir. The options that are provided
9909                 directly by autoconf 2.60 can be used instead:
9910                 --mandir --localedir
9911
9912 2006-08-27 [colin]      2.4.0cvs101
9913
9914         * src/plugins/bogofilter/Makefile.am
9915                 Fix make dist (no README)
9916
9917 2006-08-27 [colin]      2.4.0cvs100
9918
9919         * src/folder.c
9920                 Don't use F_UNKNOWN folders for any default
9921                 outbox/trash/etc
9922         * src/plugins/bogofilter/bogofilter.c
9923         * src/plugins/bogofilter/bogofilter.h
9924         * src/plugins/bogofilter/bogofilter_gtk.c
9925                 Add an option to specify the path to bogofilter
9926                 Use single-quotes to be able to learn in folders
9927                 with spaces in their names
9928                 Verify learning status
9929
9930 2006-08-27 [colin]      2.4.0cvs99
9931
9932         * manual/faq.xml
9933         * manual/plugins.xml
9934                 Document Bogofilter plugin
9935
9936 2006-08-27 [colin]      2.4.0cvs98
9937
9938         * src/compose.c
9939         * src/messageview.c
9940         * src/procmsg.c
9941         * src/procmsg.h
9942                 When possible, copy the queued mail to sent folder
9943                 instead of re-adding. Much faster on IMAP.
9944
9945 2006-08-27 [colin]      2.4.0cvs97
9946
9947         * src/msgcache.c
9948                 Disable mmaped caches - huge metadata loss
9949                 here after a power failure.
9950         * src/summaryview.c
9951                 Add quicksearch timing
9952         * src/common/plugin.c
9953         * src/common/plugin.h
9954                 Implement an interface to tell what plugins
9955                 provide. Prevent loading of similar plugins.
9956         * src/plugins/clamav/clamav_plugin.c
9957         * src/plugins/demo/demo.c
9958         * src/plugins/dillo_viewer/dillo_viewer.c
9959         * src/plugins/pgpcore/plugin.c
9960         * src/plugins/pgpinline/pgpinline.c
9961         * src/plugins/pgpmime/pgpmime.c
9962         * src/plugins/spamassassin/spamassassin.c
9963         * src/plugins/trayicon/trayicon.c
9964                 Implement plugin_provides()
9965
9966 2006-08-27 [colin]      2.4.0cvs96
9967
9968         * configure.ac
9969         * src/plugins/Makefile.am
9970         * src/plugins/bogofilter/.cvsignore
9971         * src/plugins/bogofilter/Makefile.am
9972         * src/plugins/bogofilter/bogofilter.c
9973         * src/plugins/bogofilter/bogofilter.h
9974         * src/plugins/bogofilter/bogofilter_gtk.c
9975                 New Bogofilter plugin, provides filtering and
9976                 learning. Spamassassin will go to extra plugins.
9977
9978 2006-08-26 [mones]      2.4.0cvs95
9979
9980         * manual/handling.xml
9981                 Fix subfolder path in the example (thanks to Paul) 
9982
9983 2006-08-26 [mones]      2.4.0cvs94
9984
9985         * manual/glossary.xml
9986                 2.2. + add ISP to the glossary
9987                 7.5. + Add UIDL to glossary
9988                 7.7. + Add TCP to glossary
9989         * manual/handling.xml
9990                 7.1. + Mentions GNU/Linux distribution, what about the non...
9991                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9992                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9993                 7.4. = Use appropriate quotation for commands
9994                 7.6. = change "" to <quote></quote>
9995         * manual/plugins.xml
9996                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9997         * manual/starting.xml
9998                 2.1. + local mbox file: some examples of mbox file locations...
9999                 Also reformatted files requiring it
10000
10001 2006-08-26 [wwp]        2.4.0cvs93
10002
10003         * src/summary_search.c
10004                 disable find buttons while summary search is running.
10005
10006 2006-08-25 [colin]      2.4.0cvs92
10007
10008         * src/folder.c
10009         * src/folderutils.c
10010         * src/mh.c
10011         * src/procmsg.h
10012         * src/summaryview.c
10013                 Speed up MH moving, and add progressbar
10014                 for MH deletion
10015         * src/msgcache.c
10016                 Write cache files using mmap() too
10017
10018 2006-08-25 [wwp]        2.4.0cvs91
10019
10020         * src/summaryview.c
10021                 switch spam<->ham button when a message has been marked as spam or ham
10022                 and is still selected. Thanks to Colin.
10023
10024 2006-08-25 [paul]       2.4.0cvs90
10025
10026         * src/Makefile.am
10027         * src/stock_pixmap.c
10028         * src/stock_pixmap.h
10029         * src/summaryview.c
10030         * src/gtk/icon_legend.c
10031         * src/pixmaps/copied.xpm
10032         * src/pixmaps/moved.xpm
10033                 add icons for delayed execution marked for
10034                 copying, marked for moving
10035
10036 2006-08-25 [mones]      2.4.0cvs89
10037
10038         * manual/glossary.xml
10039                 Fix the other glossary items:
10040                 5.1. = Inmmediate execution -> <quote>immediate execution...
10041                 5.2. = Fix MBOX capitalization -> Mbox
10042                 5.3. + Improve Plugins def. w/ tech. ref.
10043                 5.4. = Quotation -> replace '>' by <quote>></quote>
10044                 5.5. - SMTP Server. -> remove dot
10045         * po/es.po
10046                 Updated translation
10047
10048 2006-08-25 [mones]      2.4.0cvs88
10049
10050         * manual/ack.xml
10051                 Reformatted, changed email address
10052         * manual/glossary.xml
10053                 Reformatted, fixed MANUAL-TODO items:
10054                 8.2. + add ROT-13 to glossary
10055                 8.4. + add URL to glossary
10056         * manual/es/advanced.xml
10057                 Fixed <literal>s
10058
10059 2006-08-25 [paul]       2.4.0cvs87
10060
10061         * src/gtk/icon_legend.c
10062                 add 'marked for deletion' icon
10063                 arrange icons by containing column
10064                 wrap long label text
10065
10066 2006-08-25 [colin]      2.4.0cvs86
10067
10068         * src/common/utils.c
10069         * src/common/utils.h
10070                 Add the sc_g_*list_bigger functions in
10071                 a place everyone can use it
10072         * src/summaryview.c
10073                 Only freeze/thaw the list when working
10074                 on the selection, if it's bigger than 1
10075         * src/gtk/gtksctree.c
10076                 Only freeze/thaw the list when unselec-
10077                 ting 'all' if ('all' != 1)
10078                 This avoids some flickering
10079
10080 2006-08-24 [colin]      2.4.0cvs85
10081
10082         * src/addressbook.c
10083                 Fix strange list selection
10084                 Fix random seg (Invalid read of freed memory)
10085
10086 2006-08-24 [colin]      2.4.0cvs84
10087
10088         * src/alertpanel.c
10089         * src/gtk/inputdialog.c
10090         * src/plugins/pgpcore/passphrase.c
10091                 Revert minimal width patch of 2.4.0cvs67,
10092                 as it is also a maximal width. Use 
10093                 gtk_window_set_default_size instead.
10094
10095 2006-08-24 [colin]      2.4.0cvs83
10096
10097         * src/msgcache.c
10098                 Write cache/mark to temp files before
10099                 overwriting old ones (avoids metadata
10100                 loss if writing the new files fail).
10101                 Use mmap() to read cache/mark file, as
10102                 this makes cache reading faster. Dis-
10103                 abled for big-endian machines until it
10104                 can be tested. (Big-endian users: set
10105                 msgcache_use_mmap = TRUE in the relevant
10106                 #if).
10107         * src/procmsg.h
10108                 Move rarely used fields of MsgInfo in 
10109                 another structure, which will only be
10110                 allocated if needed. Face, X-Face,
10111                 Return receipt headers and List-*
10112                 headers are moved. Mails having none
10113                 of these occupy 52 bytes less with
10114                 this patch, which makes 2.5MB of RAM
10115                 saved on a 50k folder).
10116         * src/headerview.c
10117         * src/mainwindow.c
10118         * src/messageview.c
10119         * src/partial_download.c
10120         * src/procheader.c
10121         * src/procmsg.c
10122         * src/textview.c
10123                 Follow this structure change.
10124
10125 2006-08-24 [wwp]        2.4.0cvs82
10126
10127         * manual/es/.cvsignore
10128         * manual/es/dist/.cvsignore
10129         * manual/es/dist/html/.cvsignore
10130         * manual/es/dist/pdf/.cvsignore
10131         * manual/es/dist/ps/.cvsignore
10132         * manual/es/dist/txt/.cvsignore
10133                 more (generated) files to ignore.
10134
10135 2006-08-24 [colin]      2.4.0cvs81
10136
10137         * src/folder.c
10138         * src/mh.c
10139                 Fix possible problems with local delivery. Check the folder doesn't
10140                 need scan before setting its mtime when saving cache (which can be
10141                 done long after the folder's been modified by an external process);
10142                 Check that the stored item's mtime didn't change in mh functions.
10143
10144 2006-08-24 [mones]      2.4.0cvs80
10145
10146         * manual/advanced.xml
10147                 Rewrapping, some fixes and MANUAL-TODO items:
10148                 8.1. = change "" to <quote></quote>
10149                 8.3. = quote menu items
10150                 8.5. - deploying -> new user ... ideally a new user (redundant)
10151
10152 2006-08-23 [colin]      2.4.0cvs79
10153
10154         * src/gtk/gtksctree.c
10155                 When selecting or deselecting range, only
10156                 freeze/thaw when selection is bigger than 10
10157
10158 2006-08-23 [colin]      2.4.0cvs78
10159
10160         * src/messageview.c
10161         * src/mimeview.c
10162         * src/mimeview.h
10163         * src/plugins/dillo_viewer/dillo_viewer.c
10164                 Provide an API for MimeViewer plugins to
10165                 return a text selection for replying
10166
10167 2006-08-23 [colin]      2.4.0cvs77
10168
10169         * src/image_viewer.c
10170         * src/textview.c
10171                 Use gtk_pixbuf_new_from_file_at_scale(), which
10172                 is faster than getting the pixbuf then resizing
10173                 it.
10174
10175 2006-08-23 [colin]      2.4.0cvs76
10176
10177         * src/procmime.c
10178                 UTF-8 should be sent Quoted-printable
10179
10180 2006-08-22 [colin]      2.4.0cvs75
10181
10182         * src/mh.c
10183                 Check if scan is required before touching
10184                 the folder (or it'll be required every time)
10185
10186 2006-08-22 [colin]      2.4.0cvs74
10187
10188         * configure.ac
10189                 Require libetpan 0.46 (crasher fix when built
10190                 against gnutls)
10191
10192 2006-08-22 [colin]      2.4.0cvs73
10193
10194         * src/folder.c
10195                 Set folder's mtime after writing its
10196                 cache
10197         * src/folderview.c
10198                 Add some timing
10199         * src/procmsg.c
10200                 Don't do useless stuff if we don't 
10201                 thread by subject
10202         * src/summaryview.c
10203                 Add some timing, don't deselect prior
10204                 to selecting (gtksctree does it itself),
10205                 remove crash avoidance hacks as it's been
10206                 properly fixed since a while
10207         * src/common/utils.c
10208                 Optimize to_human_readable(): _() is slow,
10209                 do it only once, and avoid %f format for KB
10210                 (the most common in a summaryview)
10211         * src/gtk/gtksctree.c
10212                 Don't uselessly freeze/thaw (fixes flicker
10213                 on next unread and friends), reduce number
10214                 of g_list_nth/g_list_position where possible
10215         * src/gtk/gtkutils.c
10216         * src/gtk/gtkutils.h
10217                 Reduce number of g_list_nth/g_list_position
10218                 where possible.
10219                 All of this makes loading as 70k folder 2.1
10220                 seconds instead of 3.2 (with hot FS caches).
10221                 (1.3 seconds without Date and Size columns...)
10222
10223 2006-08-22 [paul]       2.4.0cvs72
10224
10225         wrap documents and do some items from mones' MANUAL-TODO:
10226
10227         * manual/account.xml
10228                 4.1. = fix tabname references to <quote>tabname</quote>
10229                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10230         * manual/faq.xml
10231                 1.1. = mentioned options don't match UI
10232                 Add information about the 'Never send Return Receipts'
10233                 option
10234         * manual/handling.xml
10235                 6.2. = Mentions Extended symbols button, but now is
10236                 named Information
10237                 6.3. = Mentions ... button, which is now Edit
10238
10239 2006-08-22 [colin]      2.4.0cvs71
10240
10241         * src/gtk/pluginwindow.c
10242                 Fix layout in verbose translations (such
10243                 as french)
10244
10245 2006-08-22 [paul]       2.4.0cvs70
10246
10247         * manual/Makefile.am
10248                 build manuals in alphabetical order
10249         * src/addressbook.c
10250         * src/prefs_themes.c
10251                 replace/remove deprecated symbols
10252         * src/gtk/gtkutils.c
10253                 fix a warning
10254         * src/gtk/pluginwindow.c
10255                 replace deprecated symbol
10256                 replace label text and move it
10257         * src/plugins/pgpcore/prefs_gpg.c
10258                 move the 'Generate...' button out of the
10259                 Sign Key frame, replace the English used
10260         * src/plugins/pgpcore/sgpgme.c
10261                 fixes to the English
10262
10263 2006-08-21 [colin]      2.4.0cvs69
10264
10265         * src/plugins/trayicon/trayicon.c
10266                 Add more strings for translation; patch
10267                 by Pawel
10268
10269 2006-08-21 [colin]      2.4.0cvs68
10270
10271         * src/compose.c
10272                 fix replied flag not set after drafting
10273         * src/matcher.c
10274                 fix body quicksearch in non-encoded bodies
10275                 containing '='
10276         * src/msgcache.c
10277                 Get rid of the g_malloc workaround for
10278                 corrupted caches, use g_try_malloc
10279
10280 2006-08-21 [colin]      2.4.0cvs67
10281
10282         * src/alertpanel.c
10283         * src/gtk/inputdialog.c
10284         * src/plugins/pgpcore/passphrase.c
10285                 Set minimal width to 375
10286         * src/mainwindow.c
10287                 Fix switching to offline, asking if it 
10288                 should be overriden for synchronising
10289         * src/mimeview.c
10290                 Don't offer to remember command on Open 
10291                 with for text parts, as the browser or 
10292                 text editor command isn't changed from 
10293                 there
10294
10295 2006-08-20 [paul]       2.4.0cvs66
10296
10297         * po/ko.po
10298         * po/zh_CN.po
10299                 fix plural form errors. revealed by stricter
10300                 checking of gettext 0.15
10301
10302 2006-08-18 [paul]       2.4.0cvs65
10303
10304         * src/stock_pixmap.c
10305                 fix the fix of 2.4.0cvs64
10306                 Thanks to Colin
10307
10308 2006-08-18 [paul]       2.4.0cvs64
10309
10310         * src/stock_pixmap.c
10311                 fix leaks
10312                 Thanks to Colin
10313
10314 2006-08-18 [paul]       2.4.0cvs63
10315
10316         * src/compose.c
10317         * src/procmsg.c
10318                 fix occasional IMAP bug where large msgs
10319                 were left in the queue folder after sending
10320                 Thanks to Colin
10321
10322 2006-08-18 [paul]       2.4.0cvs62
10323
10324         * src/folderview.c
10325                 freeze the summaryview while quicksearch results
10326                 are displayed
10327                 (fixes bug 456 'current message is hidden when the
10328                 view is refreshed and extended search is "unread 
10329                 messages"')
10330                 Thanks to Colin
10331         * src/textview.c
10332                 add missing #include "inputdialog.h"
10333         * src/common/utils.h
10334                 add missing mailcap_update_default() and improve
10335                 readability
10336
10337 2006-08-17 [colin]      2.4.0cvs61
10338
10339         * src/plugins/pgpcore/select-keys.c
10340                 Fix warnings :)
10341
10342 2006-08-17 [colin]      2.4.0cvs60
10343
10344         * src/compose.c
10345                 Don't continue queuing if Cancel is clicked
10346                 in select-keys
10347
10348 2006-08-17 [colin]      2.4.0cvs59
10349
10350         * src/plugins/pgpcore/select-keys.c
10351                 When encrypting, if only one key matches and it 
10352                 matches exactly, automatically use it.
10353
10354 2006-08-17 [colin]      2.4.0cvs58
10355
10356         * src/mimeview.c
10357         * src/prefs_common.c
10358         * src/prefs_common.h
10359         * src/prefs_ext_prog.c
10360         * src/textview.c
10361                 Fix issues with previous patch (text/html)
10362                 Remove outdated prefs
10363
10364 2006-08-17 [colin]      2.4.0cvs57
10365
10366         * src/imap.c
10367                 Add View Log button on auth error
10368         * src/procmsg.c
10369                 Fix encrypted mail marked as new when
10370                 saved in normal folders
10371         * src/plugins/pgpinline/pgpinline.c
10372                 Fix encrypt bug on IMAP
10373         * src/mimeview.c
10374         * src/common/utils.c
10375         * src/common/utils.h
10376         * src/gtk/inputdialog.c
10377         * src/gtk/inputdialog.h
10378                 Get rid of metamail stuff, simplify
10379                 opening, and allow remembering of user's
10380                 choices (by updating ~/.mailcap). There's
10381                 still to drop "Audio player" and "Image
10382                 viewer" preferences.
10383
10384 2006-08-17 [mones]      2.4.0cvs56
10385
10386         * manual/es/sylpheed-claws-manual.xml
10387                 fix DTD path
10388
10389 2006-08-17 [mones]      2.4.0cvs55
10390
10391         * configure.ac
10392         * manual/Makefile.am
10393         * manual/es/Makefile.am
10394         * manual/es/account.xml
10395         * manual/es/ack.xml
10396         * manual/es/addrbook.xml
10397         * manual/es/advanced.xml
10398         * manual/es/faq.xml
10399         * manual/es/glossary.xml
10400         * manual/es/gpl.xml
10401         * manual/es/handling.xml
10402         * manual/es/intro.xml
10403         * manual/es/keyboard.xml
10404         * manual/es/plugins.xml
10405         * manual/es/starting.xml
10406         * manual/es/sylpheed-claws-manual.xml
10407         * manual/es/dist/Makefile.am
10408         * manual/es/dist/html/Makefile.am
10409         * manual/es/dist/pdf/Makefile.am
10410         * manual/es/dist/ps/Makefile.am
10411         * manual/es/dist/txt/Makefile.am
10412                 Spanish translation for the manual
10413
10414 2006-08-16 [colin]      2.4.0cvs54
10415
10416         * src/compose.c
10417         * src/main.c
10418         * src/mainwindow.c
10419                 Fix send button sensitivity at startup
10420                 Set send menu sensitivity (patch by Fabien)
10421         * src/ssl_manager.c
10422                 Enable closing with esc (patch by Fabien)
10423         * src/gtk/foldersort.c
10424                 Enable closing with esc (patch by Fabien)
10425         * src/procmime.c
10426                 Optimisation (no need to copy to tempfile to
10427                 "decode" 7bit and 8bit)
10428         * src/summaryview.c
10429                 Fix cruft in swap_from case
10430         * src/textview.c
10431                 Fix missing last line in some mail cases 
10432                 (Fixes debian #381872)
10433         * src/plugins/pgpcore/prefs_gpg.c
10434         * src/plugins/pgpcore/sgpgme.c
10435         * src/plugins/pgpcore/sgpgme.h
10436                 Don't show "no key found" when user explicitely
10437                 wants to create a key
10438
10439 2006-08-16 [paul]       2.4.0cvs53
10440
10441         * configure.ac
10442         * src/account.c
10443         * src/addressbook.c
10444         * src/headerview.c
10445         * src/prefs_account.c
10446         * src/prefs_message.c
10447         * src/gtk/gtkutils.c
10448                 bump up minimum required versions of GTK+ and
10449                 GLIB to 2.6.0
10450
10451 2006-08-16 [paul]       2.4.0cvs52
10452
10453         * src/toolbar.c
10454                 workaround GTK+ Bug 351600 - 'Can't re-click
10455                 on button after sensitivity update'
10456                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10457                 Thanks to Colin
10458
10459 2006-08-15 [colin]      2.4.0cvs51
10460
10461         * src/plugins/pgpcore/prefs_gpg.c
10462                 Set options sensitivity according to
10463                 key existence
10464         * src/plugins/pgpcore/sgpgme.c
10465                 Allow to create key with no passphrase
10466
10467 2006-08-14 [cleroy]     2.4.0cvs50
10468
10469         * src/gtk/pluginwindow.c
10470                 New layout (maybe to be changed?)
10471         * src/gtk/gtkutils.c
10472                 Fix a bit label_window
10473         * src/plugins/pgpcore/passphrase.c
10474         * src/plugins/pgpcore/passphrase.h
10475         * src/plugins/pgpcore/plugin.c
10476         * src/plugins/pgpcore/prefs_gpg.c
10477         * src/plugins/pgpcore/prefs_gpg.h
10478         * src/plugins/pgpcore/sgpgme.c
10479         * src/plugins/pgpcore/sgpgme.h
10480                 Allow to create a PGP private key via the GUI
10481
10482 2006-08-14 [wwp]        2.4.0cvs49
10483
10484         * src/addressbook_foldersel.c
10485                 fix strict ISO C90 compliance.
10486
10487 2006-08-14 [paul]       2.4.0cvs48
10488
10489         * src/gtk/prefswindow.c
10490                 re-set scrolled window on opening
10491                 Patch by Ticho
10492
10493 2006-08-14 [paul]
10494
10495         2.5.0-rc1 released
10496
10497 2006-08-14 [paul]       2.4.0cvs47
10498
10499         * src/prefs_display_header.c
10500                 re-enable user-defined Displayed Headers
10501
10502 2006-08-14 [paul]       2.4.0cvs46
10503
10504         * src/prefs_account.c
10505                 use GTK_STOCK_EDIT
10506
10507 2006-08-13 [colin]      2.4.0cvs45
10508
10509         * src/common/utils.c
10510                 Fix "a" in quote when the original message is empty,
10511                 by using \0 instead of 'a' to test writability of
10512                 temp files.
10513
10514 2006-08-13 [wwp]        2.4.0cvs44
10515
10516         * src/plugins/spamassassin/spamassassin.c
10517                 fix capitalization of "SpamAssassin" in some debug, log and
10518                 dialog messages.
10519
10520 2006-08-13 [paul]       2.4.0cvs43
10521
10522         * src/editldap.c
10523                 fix overlapping widgets
10524         * src/prefs_account.c
10525                 fix translation of protocol_names[]
10526                 fix label disappearing off the edge of the
10527                 visible area
10528
10529 2006-08-12 [paul]       2.4.0cvs42
10530
10531         * manual/plugins.xml
10532                 update IRC channel info before it gets forgotten
10533                 about
10534
10535 2006-08-11 [colin]      2.4.0cvs41
10536
10537         * src/compose.c
10538         * src/mainwindow.c
10539         * src/mainwindow.h
10540         * src/procmsg.c
10541         * src/procmsg.h
10542         * src/summaryview.c
10543         * src/toolbar.c
10544                 Grey out the Send button if
10545                 - Queue folders are empty, or
10546                 - We're sending already
10547
10548 2006-08-11 [wwp]        2.4.0cvs40
10549
10550         * src/main.c
10551                 fix a logic issue when quitting while a compose window is
10552                 still open, thanks to Colin.
10553
10554 2006-08-10 [colin]      2.4.0cvs39
10555
10556         * src/main.c
10557                 Fix default font size setting after wizard run
10558         * src/imap.c
10559         * src/etpan/imap-thread.c
10560         * src/etpan/imap-thread.h
10561                 Fix bug #999 (Timing out on TSL cert validation 
10562                 dialog makes ugly things happen). Also, STARTTLS
10563                 unconditionnaly if initial capabilities contain
10564                 LOGINDISABLED and STARTTLS.
10565
10566 2006-08-09 [colin]      2.4.0cvs38
10567
10568         * src/mainwindow.c
10569         * src/mainwindow.h
10570                 Fix Tools/Actions sensitivity when there are
10571                 no actions
10572
10573 2006-08-09 [colin]      2.4.0cvs37
10574
10575         * src/prefs_filtering.c
10576                 Warning fix, patch by Paul
10577         * src/messageview.c
10578         * src/prefs_actions.c
10579         * src/prefs_filtering_action.c
10580         * src/prefs_matcher.c
10581                 Uniformisation of "Info ..." to "Info..." (for
10582                 old gtk), patch by Fabien
10583         * src/plugins/clamav/clamav_plugin_gtk.c
10584                 Sensitivity fix by Fabien
10585
10586 2006-08-09 [colin]      2.4.0cvs36
10587
10588         * src/main.c
10589         * src/main.h
10590                 Add a function to know whether we're exiting
10591         * src/plugins/trayicon/trayicon.c
10592                 If exiting, don't do anything. Faster, and
10593                 avoids gtk_main_iteration reentracy causing
10594                 segfaults at exit
10595
10596 2006-08-09 [colin]      2.4.0cvs35
10597
10598         * src/messageview.c
10599         * src/mimeview.c
10600         * src/mimeview.h
10601                 Fix lack of part selection when automatically 
10602                 jumping to a specific part
10603         * src/msgcache.c
10604                 Little optimisation in cache reading
10605
10606 2006-08-09 [colin]      2.4.0cvs34
10607
10608         * src/compose.c
10609                 Fix crash setting the priority on reedit
10610                 (Accessing compose before creating it!)
10611
10612 2006-08-08 [colin]      2.4.0cvs33
10613
10614         * src/procmime.c
10615                 Fix bug #998 (last attachment is not accessible)
10616                 Bad RFC interpretation on multipart close-delimiters
10617         * src/mimeview.c
10618         * src/mimeview.h
10619         * src/gtk/gtkvscrollbutton.c
10620         * src/gtk/gtkvscrollbutton.h
10621                 Make attachments list wheel-scrollable
10622
10623 2006-08-07 [colin]      2.4.0cvs32
10624
10625         * src/gtk/gtkaspell.c
10626                 Fix bug #973 (Unicode punctation characters 
10627                 are not recognized as separators by the
10628                 spell checker); fix unsigned stuff
10629
10630 2006-08-07 [colin]      2.4.0cvs31
10631
10632         * src/compose.c
10633                 Fix bug #956 (DnD text with accents in compose 
10634                 text entry); fix gccc's signed/unsigned fuss
10635
10636 2006-08-06 [colin]      2.4.0cvs30
10637
10638         * src/main.c
10639                 Fix bug #979 (Plugin crashes when exiting 
10640                 sylpheed-claws) : handle exit request only 
10641                 once
10642
10643 2006-08-05 [colin]      2.4.0cvs29
10644
10645         * src/news.c
10646                 Just make sure we have a msgid.
10647
10648 2006-08-05 [colin]      2.4.0cvs28
10649
10650         * src/news.c
10651         * src/summaryview.c
10652                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10653                 by reimplementing it
10654         * src/textview.c
10655                 Fix bug when hiding quotes with level > 3 and quote
10656                 colors are recycled
10657
10658 2006-08-04 [colin]      2.4.0cvs27
10659
10660         * src/compose.c
10661         * src/undo.c
10662         * src/undo.h
10663                 Fix a bit replace-by-pasting undo
10664         * src/mainwindow.c
10665         * src/messageview.c
10666                 Fix Fold quotes menu synchro in
10667                 mainwindow when it changes in 
10668                 messageview
10669         * src/textview.c
10670                 Fix right-click on quotes blocks
10671         * src/common/utils.c
10672                 Verify that the file created by
10673                 my_tmpfile() is writable. Fixes
10674                 bug #988 (very specific filesystem
10675                 issue)
10676         * src/plugins/pgpcore/sgpgme.c
10677                 Fix file descriptor leak
10678         * src/plugins/spamassassin/spamassassin.c
10679                 Warn once if spamd isn't reachable
10680
10681 2006-08-04 [colin]      2.4.0cvs26
10682
10683         * src/toolbar.c
10684                 i18n context patch by Fabien
10685
10686 2006-08-03 [colin]      2.4.0cvs25
10687
10688         * src/mainwindow.c
10689         * src/messageview.c
10690                 Rename "Hide quotes" to "Fold quotes"
10691         * src/textview.c
10692                 Don't use hand cursor on quotes. "all 
10693                 the bonuses of the feature and none of 
10694                 unwelcome side-effects"
10695
10696 2006-08-03 [colin]      2.4.0cvs24
10697
10698         * AUTHORS
10699         * sylpheed-claws.desktop
10700         * src/gtk/authors.h
10701                 Bring the desktop file to XDG compliance
10702                 Patch by Charles A. Edwards
10703
10704 2006-08-03 [colin]      2.4.0cvs23
10705
10706         * src/textview.c
10707                 Fix links offset when they are preceded
10708                 by accentued chars (g_utf8_strlen!)
10709         * src/mainwindow.c
10710                 Fix wrong status when starting offline
10711
10712
10713 2006-08-03 [wwp]        2.4.0cvs22
10714
10715         * src/prefs_common.h
10716                 ask what to do w/ filtering rules that belong to an account when
10717                 applying filtering rules manually from the main window (skip,
10718                 apply regardless of the account, use current account). This dialog
10719                 can be skipped and the last reply used.
10720                 (forgot that file)
10721
10722 2006-08-03 [wwp]        2.4.0cvs21
10723
10724         * src/filtering.c
10725         * src/filtering.h
10726         * src/prefs_common.c
10727         * src/summaryview.c
10728         * src/alertpanel.c
10729         * src/alertpanel.h
10730         * src/messageview.c
10731                 ask what to do w/ filtering rules that belong to an account when
10732                 applying filtering rules manually from the main window (skip,
10733                 apply regardless of the account, use current account). This dialog
10734                 can be skipped and the last reply used.
10735
10736
10737 2006-08-03 [colin]      2.4.0cvs20
10738
10739         * src/textview.c
10740                 Optimize previous patch
10741
10742 2006-08-03 [cleroy]     2.4.0cvs19
10743
10744         * src/textview.c
10745                 Fix quotes getting toggled back when the
10746                 mail has an even number of text parts
10747
10748 2006-08-02 [colin]      2.4.0cvs18
10749
10750         * src/messageview.c
10751                 Add Hide quotes menu
10752
10753 2006-08-02 [colin]      2.4.0cvs17
10754
10755         * src/mainwindow.c
10756         * src/prefs_common.c
10757         * src/textview.c
10758         * src/textview.h
10759         * src/gtk/about.c
10760                 Allow per-level quote hiding,
10761                 Allow toggling quotes by double-clicking them
10762                 Rename RemoteURI to ClickableText to reflect
10763                 the fact it's used for a variety of things
10764
10765 2006-08-02 [wwp]        2.4.0cvs16
10766
10767         * src/mainwindow.c
10768                 fix "View/Hide quotes" menu item status initialization.
10769
10770 2006-08-02 [wwp]        2.4.0cvs15
10771
10772         * src/matcher_parser_parse.y
10773                 remove a debug trace.
10774
10775 2006-08-02 [paul]       2.4.0cvs14
10776
10777         * src/plugins/pgpcore/passphrase.c
10778                 don't set initial dialog size
10779                 make it resizable
10780
10781 2006-08-02 [paul]       2.4.0cvs13
10782
10783         * src/noticeview.c
10784                 remove the rogue '/' character
10785
10786 2006-08-02 [paul]       2.4.0cvs12
10787
10788         * src/noticeview.c
10789                 allow buttons to resize as necessary
10790
10791 2006-08-01 [wwp]        2.4.0cvs11
10792
10793         * src/mbox.c
10794                 fix strict ISO C90 compliance.
10795
10796 2006-08-01 [wwp]        2.4.0cvs10
10797
10798         * tools/update-po
10799                 updated update-po tool to work w/ context-dependent translations.
10800                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10801
10802 2006-08-01 [wwp]        2.4.0cvs9
10803
10804         * src/matcher.c
10805         * src/prefs_filtering.c
10806         * src/prefs_matcher.c
10807                 allow context-dependent translations for "All",
10808                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10809
10810 2006-07-31 [colin]      2.4.0cvs8
10811
10812         * AUTHORS
10813         * src/gtk/authors.h
10814                 Add Rafal to authors
10815
10816 2006-07-31 [colin]      2.4.0cvs7
10817
10818         * src/compose.c
10819         * src/mainwindow.c
10820         * src/messageview.h
10821         * src/prefs_common.c
10822         * src/prefs_common.h
10823         * src/textview.c
10824                 Add 'View/Hide quotes'. Patch based on a patch
10825                 by Rafal Weglarz
10826
10827 2006-07-31 [colin]      2.4.0cvs6
10828
10829         * src/action.c
10830                 Fix problem with "> stuff >" actions
10831
10832 2006-07-31 [paul]       2.4.0cvs5
10833
10834         * po/nb.po
10835                 updated by Geir Helland
10836
10837 2006-07-31 [wwp]        2.4.0cvs4
10838
10839         * src/mainwindow.c
10840         * src/summaryview.c
10841         * src/summaryview.h
10842                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10843                 thanks to Colin.
10844
10845 2006-07-31 [wwp]        2.4.0cvs3
10846
10847         * src/Makefile.am
10848         * src/addr_compl.c
10849         * src/addr_compl.h
10850         * src/addressbook.c
10851         * src/addressbook.h
10852         * src/addressbook_foldersel.c
10853         * src/addressbook_foldersel.h
10854         * src/addrindex.c
10855         * src/addrindex.h
10856         * src/matcher.c
10857         * src/matcher.h
10858         * src/matcher_parser_lex.l
10859         * src/matcher_parser_parse.y
10860         * src/prefs_common.c
10861         * src/prefs_common.h
10862         * src/prefs_filtering.c
10863         * src/prefs_matcher.c
10864         * src/prefs_matcher.h
10865         * src/summaryview.c
10866                 introduce filtering against the address book. It's now possible to add
10867                 matched conditions to determine if any email address in a message matches
10868                 or doesn't match any or all books or folders in the address book.
10869
10870 2006-07-31 [wwp]        2.4.0cvs2
10871
10872         * src/account.c
10873         * src/filtering.c
10874         * src/filtering.h
10875         * src/folder.c
10876         * src/folderview.c
10877         * src/inc.c
10878         * src/mainwindow.c
10879         * src/matcher.c
10880         * src/matcher_parser_lex.l
10881         * src/matcher_parser_parse.y
10882         * src/mbox.c
10883         * src/prefs_filtering.c
10884         * src/prefs_filtering.h
10885         * src/procmsg.c
10886         * src/procmsg.h
10887         * src/summaryview.c
10888                 introduce per-account filtering rules. Each filtering rule can now be assigned
10889                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10890                 when applying filtering rules manually, as all rules will apply - even the ones
10891                 assigned to an account. This issue will be addressed soon.
10892  
10893
10894
10895 2006-07-31 [wwp]        2.4.0cvs1
10896
10897         * src/quote_fmt.c
10898                 make more strings translatable.
10899
10900 2006-07-31 [paul]       2.4.0
10901
10902         2.4.0 released
10903
10904 2006-07-31 [paul]       2.3.1cvs91
10905
10906         * po/ca.po
10907                 updated by Miquel Oliete
10908
10909 2006-07-31 [paul]       2.3.1cvs90
10910
10911         * po/de.po
10912         * po/el.po
10913         * po/fr.po
10914         * po/it.po
10915         * po/pl.po
10916         * po/pt_BR.po
10917         * po/sr.po
10918         * po/zh_CN.po
10919                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10920                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10921                 Aleksandar Urosevic, and Ralgh Young
10922
10923 2006-07-31 [paul]       2.3.1cvs89
10924
10925         * src/account.c
10926         * src/main.c
10927         * src/mainwindow.c
10928         * src/mainwindow.h
10929                 Fix a race condition when, after an SC crash, rescanning
10930                 folders took more than 0.5 seconds
10931                 Thanks to Colin
10932
10933 2006-07-31 [paul]       2.3.1cvs88
10934
10935         * src/folderview.c
10936                 don't translate separator strings
10937
10938 2006-07-30 [mones]      2.3.1cvs87
10939
10940         * doc/man/sylpheed-claws.1
10941                 Fixed non-ASCII chars in Hoa's name
10942         * po/es.po
10943                 Updated for release
10944
10945 2006-07-27 [colin]      2.3.1cvs86
10946
10947         * src/textview.c
10948                 Don't include the leading \n in links
10949                 Patch by Fabien
10950
10951 2006-07-25 [colin]      2.3.1cvs85
10952
10953         * src/mainwindow.c
10954         * src/common/socket.h
10955         * src/etpan/imap-thread.c
10956                 Refresh resolvers before connecting
10957                 to IMAP servers, and after switching
10958                 to online. Thanks to Paul.
10959
10960 2006-07-18 [colin]
10961
10962         * 2.4.0-rc4 released
10963
10964 2006-07-17 [colin]      2.3.1cvs84
10965
10966         * src/inc.c
10967                 Show connection attempt in statusbar before
10968                 connecting (previously first message was
10969                 "Retrieving messages from ..." after the
10970                 connection succeeded.
10971
10972 2006-07-16 [wwp]        2.3.1cvs83
10973
10974         * sylpheed-claws.ico
10975                 Added .ico file (windows multi-size icon file, generated).
10976
10977 2006-07-12 [wwp]        2.3.1cvs82
10978
10979         * src/messageview.c
10980                 remove Message/Re-edit menu entry from messageview window,
10981                 as sent/draft/queued messages are opened in compose window when
10982                 re-edited and it's not possible to re-edit other msgs.
10983
10984 2006-07-12 [paul]       2.3.1cvs81
10985
10986         * AUTHORS
10987         * src/mainwindow.c
10988         * src/gtk/authors.h
10989                 check online state before resetting
10990                 mailcheck timer. Useful if some program
10991                 verifies connection state and updates
10992                 Claws.
10993                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10994
10995 2006-07-12 [paul]       2.3.1cvs80
10996
10997         * sylpheed-claws-128x128.png
10998         * sylpheed-claws-64x64.png
10999         * sylpheed-claws.png
11000         * src/Makefile.am
11001         * src/main.c
11002         * src/prefs_toolbar.c
11003         * src/stock_pixmap.c
11004         * src/stock_pixmap.h
11005         * src/wizard.c
11006         * src/gtk/about.c
11007         * src/gtk/gtkutils.c
11008         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11009         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11010         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11011         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11012         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11013         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11014                 updated and renamed logo/icon files and related
11015                 logo by Jesper Schultz
11016
11017 2006-07-11 [paul]       2.3.1cvs79
11018
11019         * src/main.c
11020                 fix the labels a smidgin
11021
11022 2006-07-09 [colin]      2.3.1cvs78
11023
11024         * src/textview.c
11025                 Show errors in textviewer's command
11026                 Patch by H. Merijn Brand
11027
11028 2006-07-09 [colin]      2.3.1cvs77
11029
11030         * src/compose.c
11031                 Save FMID in drafts too
11032
11033 2006-07-08 [colin]      2.3.1cvs76
11034
11035         * src/compose.c
11036                 Svae RMID in drafted mails too
11037                 Save quote_fmt vars for whole mails,
11038                 don't reset at each quote_fmt_init:
11039                 allows to use the same |i{var} in
11040                 various template fields
11041         * src/prefs_template.c
11042         * src/quote_fmt.h
11043         * src/quote_fmt_parse.y
11044                 Same
11045
11046 2006-07-08 [colin]      2.3.1cvs75
11047
11048         * src/textview.c
11049                 Fix highlighting of attached parts URIs
11050
11051 2006-07-08 [colin]      2.3.1cvs74
11052
11053         * src/main.c
11054                 Prevent bug #981 (sc 2.3.1 segfaults with 
11055                 gtk+ 2.10) from being reported again:
11056                 if Sylpheed-Claws has been compiled against
11057                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11058                 of if Sylpheed-Claws has been compiled against
11059                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11060                 error out.
11061
11062 2006-07-07 [colin]      2.3.1cvs73
11063
11064         * src/prefs_actions.c
11065                 Fix label
11066
11067 2006-07-07 [colin]      2.3.1cvs72
11068
11069         * src/prefs_actions.c
11070                 Fix compile on gtk < 2.8. argh :)
11071
11072 2006-07-07 [paul]       2.3.1cvs71
11073
11074         * src/common/defs.h
11075                 update DONATE_URI
11076
11077 2006-07-07 [colin]      2.3.1cvs70
11078
11079         * po/POTFILES.in
11080         * src/quote_fmt.c
11081         * src/quote_fmt_lex.l
11082         * src/quote_fmt_parse.y
11083                 Add |i{var}, a way to insert user-entered
11084                 text in a template
11085
11086 2006-07-07 [colin]
11087
11088         * 2.4.0-rc3 released
11089
11090 2006-07-07 [colin]      2.3.1cvs69
11091
11092         * src/folder.c
11093                 Don't consider inboxes of UNKNOWN folder 
11094                 classes to be useable as default inboxes
11095
11096 2006-07-07 [paul]       2.3.1cvs68
11097
11098         * src/textview.c
11099                 add missing #include <errno.h>
11100                 Thanks to René J. Blokland
11101
11102 2006-07-07 [paul]       2.3.1cvs67
11103
11104         * src/action.c
11105                 Return now Closes dialog
11106         * src/mimeview.c
11107         * src/mimeview.h
11108         * src/textview.c
11109                 add contextual menu to mime parts listed
11110                 in the textview
11111                 Thanks to Colin
11112         * src/common/utils.c
11113                 reversal: ' is a valid character in URLs
11114
11115 2006-07-06 [colin]      2.3.1cvs66
11116
11117         * src/remotefolder.h
11118                 Forgotten in previous commit
11119
11120 2006-07-06 [colin]      2.3.1cvs65
11121
11122         * src/folder.c
11123                 Set summary update flag whenever
11124                 totals changed
11125         * src/imap.c
11126         * src/prefs_account.c
11127         * src/common/utils.h
11128         * src/etpan/imap-thread.c
11129                 Fix warnings, thanks to Fabien and
11130                 Ricardo
11131
11132 2006-07-06 [wwp]        2.3.1cvs64
11133
11134         * src/gtk/gtkutils.c
11135                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11136
11137 2006-07-06 [wwp]        2.3.1cvs63
11138
11139         * src/account.c
11140         * src/addressbook.c
11141         * src/addressitem.h
11142         * src/folderview.c
11143         * src/mainwindow.c
11144         * src/manual.c
11145         * src/manual.h
11146         * src/message_search.c
11147         * src/prefs_actions.c
11148         * src/prefs_filtering.c
11149         * src/prefs_filtering.h
11150         * src/prefs_template.c
11151         * src/summary_search.c
11152         * src/summaryview.c
11153         * src/gtk/gtkutils.c
11154         * src/gtk/gtkutils.h
11155         * src/gtk/pluginwindow.c
11156                 add help buttons to some dialogs. Clicking such buttons opens a
11157                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11158
11159 2006-07-06 [paul]       2.3.1cvs62
11160
11161         * src/textview.c
11162                 fix attachments contextual menu
11163                 Thanks to Colin
11164
11165 2006-07-05 [colin]      2.3.1cvs61
11166
11167         * src/textview.c
11168         * src/compose.c
11169                 Handle sftp:// links
11170
11171 2006-07-05 [paul]       2.3.1cvs60
11172
11173         * src/gtk/filesel.c
11174                 grab save button by default
11175                 Thanks to Colin
11176
11177 2006-07-05 [wwp]        2.3.1cvs59
11178
11179         * manual/xml2pdf
11180                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11181
11182 2006-07-04 [colin]      2.3.1cvs58
11183
11184         * src/mimeview.c
11185         * src/textview.c
11186                 Use left click to select, middle click to open
11187                 on mimeparts links
11188         * src/common/utils.c
11189                 Fix segfault
11190
11191 2006-07-04 [colin]      2.3.1cvs57
11192
11193         * src/mainwindow.c
11194         * src/news.c
11195                 Warning fixes, thanks to Fabien
11196
11197 2006-07-04 [colin]      2.3.1cvs56
11198
11199         * src/mimeview.c
11200         * src/mimeview.h
11201         * src/textview.c
11202                 Allow parts to be selected via their text label
11203                 in textview
11204
11205 2006-07-04 [colin]      2.3.1cvs55
11206
11207         * src/folderview.c
11208                 Feedback when closing (for big folders)
11209         * src/prefs_actions.c
11210         * src/prefs_filtering.c
11211         * src/prefs_matcher.c
11212         * src/prefs_template.c
11213                 Fix default button when closing without
11214                 having saved
11215
11216 2006-07-04 [colin]      2.3.1cvs54
11217
11218         * src/news.c
11219                 Delete local file on deletion
11220
11221 2006-07-03 [colin]      2.3.1cvs53
11222
11223         * src/folderview.c
11224         * src/main.c
11225                 Don't freeze when rescanning after crash
11226
11227 2006-07-03 [wwp]        2.3.1cvs52
11228
11229         * src/compose.c
11230         * src/privacy.c
11231         * src/privacy.h
11232         * src/plugins/pgpinline/pgpinline.c
11233         * src/plugins/pgpmime/pgpmime.c
11234                 don't report an error when the user cancels the passphrase dialog.
11235
11236 2006-07-02 [colin]      2.3.1cvs51
11237
11238         * src/folderview.c
11239                 Open message when crossing folders with Space,
11240                 goto next unread and friends
11241
11242 2006-07-01 [colin]      2.3.1cvs50
11243
11244         * src/prefs_account.c
11245                 Typographic rules varying from language
11246                 to language (in french "Protocole :"),
11247                 we have to do that :)
11248
11249 2006-07-01 [ticho]      2.3.1cvs49
11250
11251         * src/prefs_account.c
11252                 Only use one temporary gchar* variable in
11253                 prefs_account_protocol_set_optmenu().
11254
11255 2006-07-01 [ticho]      2.3.1cvs48
11256
11257         * src/prefs_account.c
11258         * src/prefs_account.h
11259                 Use GtkLabel for existing account protocol name.
11260                 Created an array for protocol names and populate the
11261                 combobox from it in a for() cycle.
11262
11263 2006-06-30 [colin]      2.3.1cvs47
11264
11265         * src/compose.c
11266                 Block undo when changing signature (by changing
11267                 account)
11268
11269 2006-06-30 [paul]       2.3.1cvs46
11270
11271         * src/send_message.c
11272                 when editing From in the Compose window, use that address
11273                 in the Return-Path: header
11274                 Thanks to Colin
11275
11276 2006-06-30 [colin]      2.3.1cvs45
11277
11278         * src/compose.c
11279                 Fix signature replacement:
11280                 - when no newline before separator
11281                 - when reediting
11282
11283 2006-06-29 [colin]      2.3.1cvs44
11284
11285         * src/folderview.c
11286         * src/folderview.h
11287         * src/mainwindow.c
11288         * src/summaryview.c
11289                 Let 'View/Go to/Next marked' work like
11290                 Next new & Next unread: across folders
11291                 Change the select_on_entry pref to do
11292                 what we want when changing folder
11293         * src/common/utils.c
11294                 Fix single-quoted links 
11295
11296 2006-06-29 [colin]      2.3.1cvs43
11297
11298         * src/gtk/gtkaspell.c
11299                 "Sylpheed" and "Sylpheed-Claws" do exist !
11300
11301 2006-06-29 [colin]      2.3.1cvs42
11302
11303         * src/imap.c
11304                 Forgot to remove debug
11305
11306 2006-06-29 [colin]      2.3.1cvs41
11307
11308         * src/imap.c
11309         * src/imap.h
11310         * src/mainwindow.c
11311                 Disconnect from IMAP servers when going
11312                 offline. Fixes bug #978 (going to offline-mode 
11313                 won't close connections)
11314
11315 2006-06-29 [colin]      2.3.1cvs40
11316
11317         * src/main.c
11318                 Fix transient setting on failing plugins
11319                 Patch by Fabien
11320         * src/plugins/pgpcore/sgpgme.c
11321                 Only warn for OpenPGP. Most people don't
11322                 have CMS available.
11323
11324 2006-06-29 [colin]      2.3.1cvs39
11325
11326         * src/compose.c
11327                 Fix Spelling menu (discrepancy between context menu
11328                 and top menu when folder's dictionary isn't the 
11329                 default one)
11330         * src/plugins/pgpcore/sgpgme.c
11331                 More error reporting about why gpgme can fail
11332
11333 2006-06-29 [wwp]        2.3.1cvs38
11334
11335         * src/mainwindow.c
11336                 honor the display-header-pane setting even when the message view
11337                 is a separate window.
11338
11339 2006-06-29 [wwp]        2.3.1cvs37
11340
11341         * src/prefs_actions.c
11342                 forgot to commit that one (use of GTK_STOCK_INFO).
11343
11344 2006-06-29 [colin]      2.3.1cvs36
11345
11346         * src/imap.c
11347                 Better handling of login errors (ask the password
11348                 again once), alert in case of error. Fix three
11349                 signedness warnings.
11350
11351 2006-06-28 [wwp]        2.3.1cvs35
11352
11353         * src/prefs_template.c
11354         * src/prefs_matcher.c
11355         * src/prefs_filtering_action.c
11356         * src/prefs_quote.c
11357                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11358                 patch by Fabien Vantard, slightly modified.
11359
11360 2006-06-28 [paul]
11361
11362         2.4.0-rc2 released
11363
11364 2006-06-28 [colin]      2.3.1cvs34
11365
11366         * src/prefs_account.c
11367                 Fix bug #977 (Can't add or edit imap accounts)
11368
11369 2006-06-28 [colin]      2.3.1cvs33
11370
11371         * src/mimeview.c
11372                 Fix previous
11373
11374 2006-06-28 [colin]      2.3.1cvs32
11375
11376         * src/mimeview.c
11377                 Save named inlined attachments with "Save all"
11378         * src/main.c
11379         * src/mbox.c
11380         * src/common/plugin.c
11381         * src/common/plugin.h
11382         * src/common/sylpheed.c
11383         * src/common/utils.c
11384         * src/plugins/pgpcore/sylpheed.def
11385         * src/plugins/pgpinline/sylpheed.def
11386         * src/plugins/pgpmime/sylpheed.def
11387                 Win32 compatibility patch, by
11388                 Werner Koch
11389
11390 2006-06-28 [wwp]        2.3.1cvs31
11391
11392         * src/imap.c
11393         * src/prefs_folder_item.c
11394                 less compilation warnings (thanks to Fabien Vantard), less typos.
11395
11396 2006-06-28 [paul]       2.3.1cvs30
11397
11398         * src/gtk/gtkutils.c
11399                 gtk_combo_box_set_focus_on_click() is only
11400                 available since gtk 2.6.0
11401
11402 2006-06-28 [paul]       2.3.1cvs29
11403
11404         * src/prefs_ext_prog.c
11405                 fix engrish and add a tooltip for the
11406                 'command for 'Display as text' option
11407
11408 2006-06-28 [paul]
11409
11410         2.4.0-rc1 released
11411
11412 2006-06-28 [paul]       2.3.1cvs28
11413
11414         * ChangeLog
11415         * tools/Makefile.am
11416                 include textviewer.pl in releases
11417
11418 2006-06-28 [paul]       2.3.1cvs27
11419
11420         * src/prefs_ext_prog.c
11421                 hide Print command option if libgnomeprint
11422                 support is present
11423
11424 2006-06-27 [colin]      2.3.1cvs26
11425
11426         * src/compose.c
11427                 Fix Esc handling in insert/attach dialog
11428                 Don't show this dialog if dragging something
11429                 else than text/uri-list
11430                 Thanks to Fabien Vantard
11431         * tools/textviewer.pl
11432                 Filter script to display stuff as text
11433                 by H. Merijn Brand
11434
11435 2006-06-27 [wwp]        2.3.1cvs25
11436
11437         * src/messageview.c
11438                 use the exact product name (message view title), patch
11439                 by Fabien Vantard.
11440
11441 2006-06-27 [ticho]      2.3.1cvs24
11442
11443         * src/prefs_account.c
11444         * src/prefs_common.c
11445         * src/prefs_common.h
11446         * src/prefs_ext_prog.c
11447         * src/textview.c
11448                 Add a preference (Preferences/External programs)
11449                 to allow "Display as text" to be done via a script
11450                 (patch by H.Merijn Brand).
11451                 Use GtkComboBox for protocol selection in account
11452                 preferences.
11453                 Only include current choice for existing accounts, and
11454                 insensitivize the combobox.
11455
11456 2006-06-27 [paul]       2.3.1cvs23
11457
11458         * src/mbox.c
11459                 fix crasher introduced in cvs21.
11460                 Thanks to Colin
11461
11462 2006-06-26 [colin]      2.3.1cvs22
11463
11464         * src/mbox.c
11465                 Fix double-frees when leaving folders
11466                 after exporting to mbox
11467
11468 2006-06-26 [colin]      2.3.1cvs21
11469
11470         * src/mbox.c
11471                 More feedback (and optimisation)
11472                 on import/export
11473         * src/common/utils.c
11474                 Fix case when looking for mail addresses
11475         * src/gtk/gtkutils.c
11476                 Extra check for (X-)Face
11477
11478 2006-06-25 [ticho]      2.3.1cvs20
11479
11480         * src/compose.c
11481         * src/exphtmldlg.c
11482         * src/gtk/gtkutils.c
11483         * src/gtk/gtkutils.h
11484                 Added second argument to gtkut_sc_combobox_create() to
11485                 control focus-on-click for the widget.
11486                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11487
11488 2006-06-25 [ticho]      2.3.1cvs19
11489
11490         * src/compose.c
11491         * src/gtk/Makefile.am
11492         * src/gtk/combobox.c
11493         * src/gtk/combobox.h
11494         * src/gtk/gtkutils.c
11495         * src/gtk/gtkutils.h
11496                 Use GtkComboBox instead of deprecated GtkOptionMenu
11497                 for account selector in compose window and for encoding
11498                 selector in attachment properties.
11499                 Also factorise working with the new GtkComboBox somewhat.
11500
11501 2006-06-24 [paul]       2.3.1cvs18
11502
11503         * src/prefs_common.c
11504                 use the correct default value
11505
11506 2006-06-24 [paul]       2.3.1cvs17
11507
11508         * src/compose.c
11509         * src/prefs_common.c
11510         * src/prefs_common.h
11511         * src/prefs_compose_writing.c
11512                 enable setting of default action when
11513                 dnd'ing files in the compose window.
11514                 (Collaborative effort with wwp)
11515
11516 2006-06-23 [wwp]        2.3.1cvs16
11517
11518         * src/compose.c
11519                 i18n fix (thanks to Fabien Vantard)
11520
11521 2006-06-22 [colin]      2.3.1cvs15
11522
11523         * src/prefs_customheader.c
11524                 Don't use filters in custom headers' file 
11525                 selector. Remember, extensions mean nothing :)
11526
11527 2006-06-22 [paul]       2.3.1cvs14
11528
11529         * configure.ac
11530                 allow setting of man directory location
11531
11532 2006-06-22 [colin]      2.3.1cvs13
11533
11534         * src/mainwindow.c
11535                 Add 'View/Go to/Next unread folder'.
11536                 I missed that :)
11537
11538 2006-06-22 [colin]      2.3.1cvs12
11539
11540         * src/common/utils.c
11541                 Add some subject prefixes
11542                 Patch by Bjorn T Johansen <btj@havleik.no>
11543
11544 2006-06-22 [colin]      2.3.1cvs11
11545
11546         * manual/advanced.xml
11547                 Forgotten hidden pref
11548
11549 2006-06-21 [paul]       2.3.1cvs10
11550
11551         * src/prefs_account.c
11552                 complete the removal of 'Add date header' option
11553
11554 2006-06-21 [paul]       2.3.1cvs9
11555
11556         * src/account.c
11557         * src/compose.c
11558         * src/prefs_account.c
11559         * src/prefs_account.h
11560                 remove option to add date header - always
11561                 add date header
11562         * src/etpan/imap-thread.c
11563                 fix warnings (Thanks to Colin)
11564
11565 2006-06-21 [wwp]        2.3.1cvs8
11566
11567         * src/folder.c
11568                 set the attachment flag when inline text part are (file)named. This is more convenient
11569                 when receiving (for instance) inline source files or patches sent using thunderbird.
11570
11571 2006-06-21 [paul]       2.3.1cvs7
11572
11573         * src/inc.c
11574                 fix off-by-one count of current msg in
11575                 statusbar filtering progressbar
11576
11577 2006-06-21 [paul]       2.3.1cvs6
11578
11579         * src/folder.c
11580                 Show attachment icon even if the part is 'inline'
11581                 if the following conditions are met:
11582                 - content-type != 'text/plain'
11583                 - content-type != '*/pgp-signature'
11584                 - either 'name' or 'filename' parameter is not NULL
11585                 
11586                 Thanks to Colin
11587
11588 2006-06-21 [paul]       2.3.1cvs5
11589
11590         * src/messageview.c
11591         * src/prefs_common.c
11592         * src/prefs_common.h
11593         * src/prefs_other.c
11594                 add an option to 'Never send Return
11595                 Receipts'
11596                 Thanks to Colin
11597
11598 2006-06-20 [mones]      2.3.1cvs4
11599
11600         * po/es.po
11601                 updated
11602         * src/compose.c
11603                 typo fixed (space after comma)
11604         * tools/make.themes.project
11605                 remove exec mode from tarball files
11606
11607 2006-06-20 [colin]      2.3.1cvs3
11608
11609         * src/news.c
11610         * src/procheader.c
11611         * src/unmime.c
11612                 Better fix for \n's in headers (don't 
11613                 break Received: and others)
11614
11615 2006-06-20 [paul]       2.3.1cvs2
11616
11617         * src/alertpanel.c
11618         * src/textview.c
11619                 improve legibility of phishing attempt
11620                 dialog
11621
11622 2006-06-20 [paul]       2.3.1cvs1
11623
11624         * NEWS
11625         * README
11626         * configure.ac
11627                 Update version number following
11628                 stable release
11629
11630 2006-06-20 [colin]      2.3.0cvs26
11631
11632         * src/compose.c
11633                 When dragging a file to the text of the compose
11634                 window, ask whether we want to insert or attach
11635                 (I know lots of people who do that to attach)
11636
11637 2006-06-20 [colin]      2.3.0cvs25
11638
11639         * src/etpan/imap-thread.c
11640                 Fix threshold (the append command is often > 32 bytes)
11641
11642 2006-06-19 [colin]      2.3.0cvs24
11643
11644         * src/imap.c
11645         * src/etpan/imap-thread.c
11646                 Workaround Rockliffe IMAP server bug: replace
11647                 "x UID SEARCH (ANSWERED UID 1:*)" with
11648                 "x UID SEARCH ANSWERED"
11649                 (Rockliffe doesn't handle the parenthesis)
11650
11651 2006-06-19 [colin]      2.3.0cvs23
11652
11653         * src/compose.c
11654         * src/imap.c
11655         * src/etpan/imap-thread.c
11656                 Probably fix bug #972 (Freezes when adding 
11657                 an attachment to the message)
11658         * src/common/defs.h
11659                 Modernize Firefox cmd
11660
11661
11662 2006-06-18 [colin]      2.3.0cvs22
11663
11664         * src/prefs_customheader.c
11665                 Only allow correct filenames for various
11666                 custom headers
11667
11668 2006-06-18 [colin]      2.3.0cvs21
11669
11670         * src/prefs_customheader.c
11671                 Add a 'From File...' button in custom headers prefs, which
11672                 try to do the right thing: 
11673                 for normal headers, use file as plaintext,
11674                 for X-Face, calls compface,
11675                 for Face, encode to b64.
11676
11677 2006-06-17 [colin]      2.3.0cvs20
11678
11679         * src/mh.c
11680                 Warning fix
11681
11682 2006-06-16 [colin]      2.3.0cvs19
11683
11684         * src/summaryview.c
11685                 Recursive quicksearch: show message list
11686                 in current folder, *then* search children
11687                 in the background.
11688
11689 2006-06-16 [colin]      2.3.0cvs18
11690
11691         * src/main.c
11692                 Instead of ignoring SIGPIPE, save caches
11693                 when getting one. Will fix the fact that
11694                 hot caches are out-of-date when logging 
11695                 out of Xorg.
11696         * src/compose.c
11697         * src/prefs_compose_writing.c
11698                 Only save text (not attachments) when 
11699                 auto-saving to drafts
11700         * src/unmime.c
11701                 Always replace \n, \r and \t with spaces
11702                 in headers
11703         * manual/dist/html/Makefile.am
11704         * manual/dist/pdf/Makefile.am
11705         * manual/dist/ps/Makefile.am
11706         * manual/dist/txt/Makefile.am
11707         * manual/fr/dist/html/Makefile.am
11708         * manual/fr/dist/pdf/Makefile.am
11709         * manual/fr/dist/ps/Makefile.am
11710         * manual/fr/dist/txt/Makefile.am
11711         * manual/pl/dist/html/Makefile.am
11712         * manual/pl/dist/pdf/Makefile.am
11713         * manual/pl/dist/ps/Makefile.am
11714         * manual/pl/dist/txt/Makefile.am
11715                 Fix make clean removing pregenerated manuals
11716
11717
11718 2006-06-16 [colin]      2.3.0cvs17
11719
11720         * src/plugins/pgpcore/sgpgme.c
11721         * src/plugins/pgpmime/pgpmime.c
11722         * src/plugins/pgpinline/pgpinline.c
11723                 Better error reporting in setup_signers.
11724                 Don't fallback to default key if specified
11725                 key isn't found.
11726                 Don't allow signing if more than one secret
11727                 key matches the one specified in prefs.
11728
11729 2006-06-15 [colin]      2.3.0cvs16
11730
11731         * src/folderview.c
11732                 Add "Send queue" in the folder's contextual
11733                 menu
11734         * src/compose.c
11735         * src/messageview.c
11736         * src/privacy.c
11737         * src/privacy.h
11738         * src/procmime.c
11739         * src/procmsg.c
11740         * src/plugins/pgpcore/passphrase.c
11741         * src/plugins/pgpcore/sgpgme.c
11742         * src/plugins/pgpinline/pgpinline.c
11743         * src/plugins/pgpmime/pgpmime.c
11744                 Better error reporting
11745         * src/mbox.c
11746                 Probably fix bug #971 (2.2.3 cannot read mail 
11747                 from local mbox)
11748
11749
11750 2006-06-15 [mones]      2.3.0cvs15
11751
11752         * tools/make.themes.project
11753                 creates the themes project from the web page
11754
11755 2006-06-15 [colin]      2.3.0cvs14
11756
11757         * src/folder.c
11758                 Better fix (avoid losing the folder if scan_tree 
11759                 fails)
11760
11761 2006-06-15 [cleroy]     2.3.0cvs13
11762
11763         * src/folder.c
11764                 Probably fix Bug #969 (crash on rebuilding 
11765                 imap folder)
11766
11767 2006-06-14 [colin]      2.3.0cvs12
11768
11769         * manual/dtd/manual.xsl
11770         * manual/sylpheed-claws-manual.xml
11771         * manual/fr/sylpheed-claws-manual.xml
11772         * manual/pl/sylpheed-claws-manual.xml
11773                 Insert pagebreaks between sections
11774
11775 2006-06-14 [paul]       2.3.0cvs11
11776
11777         * configure.ac
11778                 better fix than 2.3.0cvs10
11779
11780 2006-06-14 [paul]       2.3.0cvs10
11781
11782         * configure.ac
11783                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11784                 (backwards compatible)
11785
11786 2006-06-13 [colin]      2.3.0cvs9
11787
11788         * src/messageview.c
11789                 Fix sending of return receipt with the new queue folders
11790
11791 2006-06-13 [wwp]        2.3.0cvs8
11792
11793         * src/quote_fmt_lex.l
11794                 fix wrong tokens returned in quote_fmt lexer, query not().
11795
11796 2006-06-13 [wwp]        2.3.0cvs7
11797
11798         * src/folder.c
11799         * src/prefs_folder_item.c
11800                 allow changing folder type even when folder is not a top-level one,
11801                 thanks to Colin.
11802
11803 2006-06-12 [colin]      2.3.0cvs6
11804
11805         * src/folderview.c
11806                 Fix double-ask of "Do you want to mark all
11807                 as read"
11808
11809 2006-06-12 [colin]      2.3.0cvs5
11810
11811         * src/compose.c
11812         * src/compose.h
11813         * src/folder.c
11814         * src/folder.h
11815         * src/imap.c
11816         * src/inc.c
11817         * src/main.c
11818         * src/messageview.c
11819         * src/mh.c
11820         * src/prefs_folder_item.c
11821         * src/procheader.c
11822         * src/procmime.c
11823         * src/procmsg.c
11824         * src/procmsg.h
11825         * src/send_message.c
11826         * src/summaryview.c
11827         * src/toolbar.c
11828                 Apply bug #964's patch (Queue and drafts aren't normal)
11829                 The Drafts and Queue folder now contain RFC-822 files,
11830                 allowing to move and copy mails from and to these 
11831                 folders. Moving from Drafts to Queue will prepare the
11832                 mail for sending (PGP signature, encryption, etc).
11833                 This patch also rework sending errors handling to try
11834                 to be more helpful.
11835                 Also, allow redefining folder types via the GUI 
11836                 (Folder type in its Properties)
11837
11838 2006-06-12 [colin]      2.3.0cvs4
11839
11840         * src/summaryview.c
11841         * src/prefs_common.c
11842         * src/prefs_common.h
11843         * src/gedit-print.c
11844                 Allow to define a specific print font - patch
11845                 by Bernhard Walle <bernhard.walle@gmx.de>
11846         * src/prefs_fonts.c
11847         * manual/advanced.xml
11848         * manual/fr/advanced.xml
11849                 Add a hidden pref to allow deletion without
11850                 confirmation
11851
11852 2006-06-12 [wwp]        2.3.0cvs3
11853
11854         * .cvsignore
11855                 more files to ignore.
11856
11857 2006-06-12 [wwp]        2.3.0cvs2
11858
11859         * src/quote_fmt.c
11860         * src/quote_fmt_lex.l
11861         * src/quote_fmt_parse.y
11862                 extend the quote_fmt parser (templates and quotes):
11863                 - allow limited sub-expressions in |p{} and |f{} expressions,
11864                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11865                 - implemented/fixed missing implementation of query_references and show_references,
11866                 - completed, fixed contents and format of the symbols help dialog,
11867                 - fix some compilation warnings.
11868
11869 2006-06-12 [wwp]        2.3.0cvs1
11870
11871         * manual/advanced.xml
11872         * manual/fr/advanced.xml
11873                 updates in the "templates" section of the manual (eng/fr):
11874                  - be more precise (both versions)
11875                  - completed to match the english reference (fr version)
11876                  - touchups (both versions)
11877
11878 2006-06-12 [paul]       2.3.0
11879
11880         2.3.0 released
11881
11882 2006-06-12 [paul]       2.2.3cvs14
11883
11884         * po/ca.po
11885         * po/cs.po
11886         * po/de.po
11887         * po/el.po
11888         * po/fr.po
11889         * po/it.po
11890         * po/pt_BR.po
11891         * po/sr.po
11892         * po/zh_CN.po
11893                 updated by Miquel Oliete, Tim, Stephan Sachse,
11894                 Stavros Giannouris, Fabien Vantard, Andrea
11895                 Spadaccini, Frederico Goncalves Guimaraes,
11896                 Aleksandar Urosevic, and Ralgh Young
11897
11898 2006-06-12 [colin]      2.2.3cvs13
11899
11900         * src/mbox.c
11901                 Add missing header
11902
11903 2006-06-11 [colin]      2.2.3cvs12
11904
11905         * src/msgcache.c
11906                 Verify that g_malloc() succeeded
11907
11908 2006-06-11 [colin]      2.2.3cvs11
11909
11910         * src/wizard.c
11911                 Add Face header to welcome mail
11912
11913 2006-06-10 [colin]      2.2.3cvs10
11914
11915         * src/textview.c
11916                 Revert previous (Forgot it changes the
11917                 margin on the whole mail)
11918
11919 2006-06-10 [colin]      2.2.3cvs9
11920
11921         * src/textview.c
11922                 Don't overlap long headers under (X-)Face
11923
11924 2006-06-10 [mones]      2.2.3cvs8
11925
11926         * manual/xml2pdf
11927                 allow generation of manual on systems lacking saxon binary
11928                 but with java and the saxon library installed
11929
11930         * po/es.po
11931                 updated for release
11932
11933 2006-06-09 [colin]      2.2.3cvs7
11934
11935         * src/summaryview.c
11936                 Fix leak when using Display Sender using Addressbook
11937
11938 2006-06-09 [colin]      2.2.3cvs6
11939
11940         * src/compose.c
11941         * src/folder.c
11942         * src/folderview.c
11943         * src/mimeview.c
11944         * src/summaryview.c
11945                 More leaks fixes
11946
11947 2006-06-09 [paul]       2.2.3cvs5
11948
11949         * AUTHORS
11950         * src/gtk/authors.h
11951         * tools/claws.i18n.status.pl
11952                 updated with new info
11953
11954 2006-06-09 [paul]       2.2.3cvs4
11955
11956         * README
11957                 updated
11958         * manual/ack.xml
11959                 add wwp to authors list
11960         * src/gtk/authors.h
11961                 update mine and Colin's addresses
11962
11963 2006-06-08 [colin]      2.2.3cvs3
11964
11965         * src/etpan/imap-thread.c
11966                 Fix leak on SSL cert check
11967
11968 2006-06-08 [colin]      2.2.3cvs2
11969
11970         * src/common/utils.c
11971                 Fix leak
11972
11973 2006-06-08 [paul]       2.2.3cvs1
11974
11975         * configure.ac
11976                 Update version number following
11977                 stable release
11978
11979 2006-06-07 [colin]      2.2.2cvs3
11980
11981         * src/msgcache.c
11982                 Fix catching cache read errors (guint instead of gint)
11983                 Prevent malloc'ing more than 8MB (means cache corruption)
11984
11985 2006-06-07 [paul]       2.2.2cvs2
11986
11987         * src/exporthtml.c
11988         * src/exportldif.c
11989         * src/mh.c
11990         * src/mutt.c
11991         * src/pine.c
11992         * src/common/utils.c
11993                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11994                 obey $HOME'
11995                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11996                 Thanks to Colin
11997
11998 2006-06-06 [paul]       2.2.2cvs1
11999
12000         * configure.ac
12001                 Update version number following
12002                 stable release
12003
12004 2006-06-06 [paul]       2.2.1cvs6
12005
12006         * src/matcher.c
12007                 fix  implicit declaration of
12008                 sylpheed_do_idle()
12009                 Patch by Fabien Vantard
12010
12011 2006-06-06 [paul]       2.2.1cvs5
12012
12013         * src/matcher.c
12014                 fix age_greater and age_lower so that they
12015                 mean what say and not '...or equal to'
12016                 Thanks to Colin
12017
12018 2006-06-06 [paul]       2.2.1cvs4
12019
12020         * src/textview.c
12021         * src/common/utils.c
12022                 fix URI check
12023                 Thanks to Colin
12024
12025 2006-06-05 [wwp]        2.2.1cvs3
12026
12027         * manual/fr/account.xml
12028                 minor language fixes (thanks to Fabien Vantard).
12029
12030 2006-06-05 [colin]      2.2.1cvs2
12031
12032         * src/prefs_folder_item.c
12033         * src/folderview.c
12034                 Allow recursive setting of properties 
12035                 for whole mailboxes
12036         * src/matcher.c
12037                 Don't freeze on 'test' filtering rule
12038
12039 2006-06-05 [colin]      2.2.1cvs1
12040
12041         * configure.ac
12042                 Update version number following
12043                 stable release
12044
12045 2006-06-04 [wwp]        2.2.0cvs82
12046
12047         * manual/glossary.xml
12048         * manual/account.xml
12049         * manual/fr/glossary.xml
12050         * manual/fr/account.xml
12051                 added glossary section and references/links related to the Face custom header.
12052
12053 2006-06-04 [colin]      2.2.0cvs81
12054
12055         * src/summaryview.c
12056                 Skip to next message on move with no
12057                 immediate execution
12058
12059 2006-06-04 [wwp]        2.2.0cvs80
12060
12061         * manual/xml2pdf
12062                 added sanity checks, exit when needed.
12063
12064 2006-06-03 [paul]       2.2.0cvs79
12065
12066         * src/prefs_receive.c
12067                 page name is now 'Receiving'
12068         * src/prefs_send.c
12069                 page name is now 'Sending'
12070
12071 2006-06-03 [colin]      2.2.0cvs78
12072
12073         * src/plugins/spamassassin/spamassassin_gtk.c
12074                 Autoswitch to Localhost if transport was previously
12075                 disabled. Else people had to check [] Enable, then
12076                 *reselect* transport.
12077
12078 2006-06-03 [colin]      2.2.0cvs77
12079
12080         * src/plugins/pgpinline/pgpinline.c
12081         * src/plugins/pgpmime/pgpmime.c
12082                 Check that gpg_data_release_and_get_mem 
12083                 didn't fail (now, why this happens...)
12084
12085 2006-06-03 [colin]      2.2.0cvs76
12086
12087         * src/mbox.c
12088                 Fix bug #962 (Manual and/or UI should 
12089                 warn about incompatible locking 
12090                 causing dataloss)
12091
12092 2006-06-02 [cleroy]     2.2.0cvs75
12093
12094         * src/filtering.c
12095         * src/folder.c
12096         * src/procmsg.c
12097         * src/summaryview.c
12098                 Fix a few leaks
12099
12100 2006-06-02 [colin]      2.2.0cvs74
12101
12102         * src/main.c
12103                 On exit, free caches after writing them
12104                 Shuts up some valgrind false positives
12105         * src/procmsg.c
12106         * src/send_message.c
12107                 Fix races when reusing existing SMTP connections
12108                 Fix inexistant session timeout
12109         * src/toolbar.c
12110                 Display alertpanel after all queues have
12111                 been processed, not after each
12112
12113 2006-06-02 [wwp]        2.2.0cvs73
12114
12115         * manual/fr/glossary.xml
12116         * manual/fr/ack.xml
12117         * manual/ack.xml
12118                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12119
12120 2006-06-02 [wwp]        2.2.0cvs72
12121
12122         * manual/xml2pdf
12123         * manual/dist/pdf/Makefile.am
12124         * manual/dtd/manual.xsl
12125         * manual/fr/dist/pdf/Makefile.am
12126         * manual/pl/dist/pdf/Makefile.am
12127                 we changed the procedure to generate the .pdf version of the manual.
12128                 The procedure is more modern and the .pdf we get now has a valid index.
12129                 Here are the new pre-requisites:
12130
12131                 - JRE 1.x (1.4 here): there must be one from your distro
12132                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12133                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12134                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12135
12136                 See my posts for further info about the installation of this toolchain:
12137
12138                 Date: Fri, 19 May 2006 19:40:06 +0200
12139                 From: wwp <subscript@free.fr>
12140                 To: sylpheed-claws-devel@lists.sourceforge.net
12141                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12142
12143                 and
12144
12145                 Date: Wed, 24 May 2006 12:58:49 +0200
12146                 From: wwp <subscript@free.fr>
12147                 To: sylpheed-claws-devel@lists.sourceforge.net
12148                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12149
12150 2006-06-01 [colin]      2.2.0cvs71
12151
12152         * src/compose.c
12153                 Better guards against IMAP races
12154         * src/main.c
12155         * src/prefs_common.c
12156         * src/prefs_common.h
12157         * src/common/ssl_certificate.c
12158         * src/etpan/imap-thread.c
12159         * src/etpan/imap-thread.h
12160         * src/gtk/sslcertwindow.c
12161                 New hidden option ssl_skip_cert_check to 
12162                 avoid dups of bug #959 (libetpan linked
12163                 against gnutls and gnutls buggy on 64bit)
12164                 Present expired warning only once per
12165                 session/server.
12166         * manual/advanced.xml
12167         * manual/fr/advanced.xml
12168                 Document new option
12169
12170 2006-06-01 [wwp]        2.2.0cvs70
12171
12172         * src/messageview.c
12173                 fix for bug #961 (return receipt dialog 
12174                 complains incorrectly about return-path 
12175                 email adress being different), thanks 
12176                 to Colin.
12177
12178 2006-05-31 [cleroy]     2.2.0cvs69
12179
12180         * src/common/ssl.c
12181                 Guard against NULLs, although this
12182                 should never be an issue
12183
12184 2006-05-31 [colin]      2.2.0cvs68
12185
12186         * src/filtering.c
12187                 Use g_slist_prepend
12188         * src/imap.c
12189                 Don't remove caches when destroying folder, it
12190                 could (should) be done at exit
12191         * src/inc.c
12192                 free processing cache after incorporation
12193         * src/etpan/imap-thread.c
12194                 Maybe fix bug #959 (Crash on moving to emails 
12195                 to a imap account per ssl with a expired 
12196                 certificate.)
12197
12198 2006-05-30 [colin]      2.2.0cvs67
12199
12200         * src/summaryview.c
12201                 Put back event flush when displaying message
12202                 It avoids reading a bunch of messages just
12203                 by hitting shift-n for too long ;)
12204
12205 2006-05-29 [colin]      2.2.0cvs66
12206
12207         * src/summaryview.c
12208                 Remove useless g_warnings
12209
12210 2006-05-29 [colin]      2.2.0cvs65
12211
12212         * src/imap.c
12213                 Fix g_slist_append()s for performance
12214
12215 2006-05-29 [colin]      2.2.0cvs64
12216
12217         * src/compose.c
12218         * src/common/utils.c
12219                 Fix extraneous tab at start of addresses
12220         * src/mainwindow.c
12221                 Fix warnings (thanks to Fabien)
12222                 Fix crash at exit when composing messages 
12223                 exist
12224         * src/pop.c
12225                 Fix progress bar when deleting expired mails
12226                 Thanks to Hiro
12227         * src/summaryview.c
12228         * src/gtk/gtksctree.c
12229                 Fix re-sorting slowness
12230
12231 2006-05-29 [paul]       2.2.0cvs63
12232
12233         * src/mh.c
12234                 fetch full message when moving mails
12235                 from another mailbox, (fixed data loss
12236                 when filtering from IMAP to MH, introduced
12237                 in 2.2.0cvs57).
12238                 Thanks to Colin
12239
12240 2006-05-29 [mones]      2.2.0cvs62
12241
12242         * src/gtk/gtksctree.c
12243                 Unselect faster (patch by Colin)        
12244
12245 2006-05-26 [colin]      2.2.0cvs61
12246
12247         * src/summaryview.c
12248                 Unplug MSGINFO_UPDATE callback on delete too.
12249
12250 2006-05-26 [colin]      2.2.0cvs60
12251
12252         * src/foldersel.c
12253                 Fix bold in folder selection window with glib2.10
12254                 thanks Hiro
12255
12256 2006-05-26 [colin]      2.2.0cvs59
12257
12258         * src/procheader.c
12259                 Convert date only if necessary (and don't
12260                 try to convert from utf8 to utf8, too)
12261         * src/summaryview.c
12262                 Only set column's text if the column's 
12263                 displayed
12264
12265 2006-05-26 [colin]      2.2.0cvs58
12266
12267         * src/summaryview.c
12268         * src/gtk/gtkutils.c
12269                 Fix useless warning
12270
12271 2006-05-26 [colin]      2.2.0cvs57
12272
12273         * src/mainwindow.c
12274                 Make summaryview selectable as long as 
12275                 no message has focus
12276         * src/mh.c
12277                 Faster deletion (by implementing mh_remove_msgs)
12278                 Faster copy (avoid using mh_fetch_msg just to get
12279                 the filename)
12280                 Faster move (using move_file instead of copy_file
12281                 if MSG_IS_MOVE)
12282                 No progressbar if total number of mails to cp/mv 
12283                 is less than 100
12284         * src/summaryview.c
12285                 Fix removal from subject_table when mail gets moved
12286                 Faster deletion (g_slist_prepend instead of append)
12287         * src/gtk/gtksctree.c
12288                 Remove useless code
12289
12290 2006-05-25 [colin]      2.2.0cvs56
12291
12292         * src/common/ssl_certificate.c
12293                 Fix leak in expired cert check
12294
12295 2006-05-25 [colin]      2.2.0cvs55
12296
12297         * src/mh.c
12298                 Disable flags syncing on .mh_sequences - it
12299                 is buggy and marks mails read under unknown
12300                 conditions.
12301
12302 2006-05-25 [paul]
12303
12304         * 2.3.0-rc4 released
12305
12306 2006-05-24 [colin]      2.2.0cvs54
12307
12308         attention cvs users: if you manage to crash
12309         Sylpheed-Claws while moving, copying or deleting
12310         mails, we *are* interested in stack traces and
12311         valgrind logs. It looks stable, but one never
12312         knows...
12313
12314         * src/folder.c
12315                 Add progressbar for cache updates
12316         * src/folderutils.c
12317                 Optimize Mark all read in the current
12318                 folder
12319         * src/mh.c
12320                 Add progressbar for copy/move
12321         * src/procmsg.c
12322                 Optimize O(n^2) in copy/move
12323         * src/summaryview.c
12324         * src/gtk/gtksctree.c
12325                 Optimize O(n^2) algos
12326         * src/common/timing.h
12327                 Display ms instead of us
12328
12329 2006-05-24 [wwp]        2.2.0cvs53
12330
12331         * manual/fr/advanced.xml
12332                 updates to the French manual.
12333
12334 2006-05-24 [wwp]        2.2.0cvs52
12335
12336         * src/common/utils.c
12337                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12338
12339 2006-05-24 [wwp]        2.2.0cvs51
12340
12341         * src/folderutils.c
12342                 fixed "mark all read" in MH folders (thanks to Colin).
12343
12344 2006-05-24 [paul]       2.2.0cvs50
12345
12346         * doc/man/sylpheed-claws.1
12347                 updated the man page
12348
12349 2006-05-23 [colin]      2.2.0cvs49
12350
12351         * src/folderview.c
12352         * src/imap.c
12353         * src/inc.c
12354         * src/mbox.c
12355         * src/messageview.c
12356         * src/news.c
12357         * src/send_message.c
12358         * src/summaryview.c
12359         * src/gtk/sslcertwindow.c
12360                 alertpanel fixes, by Fabien
12361
12362 2006-05-23 [colin]      2.2.0cvs48
12363
12364         * src/folder.c
12365         * src/folderview.c
12366         * src/msgcache.c
12367         * src/summaryview.c
12368         * src/gtk/gtksctree.c
12369         * src/gtk/gtksctree.h
12370                 More timings
12371                 Fix slow loading problem, which was caused by the
12372                 use of some gtk_ctree funcs and their use of
12373                 g_list_position while gtk_ctree_(un)link'ing.
12374                 Reap more functions from gtkctree.c to be sure we
12375                 use our (fast) version instead of theirs.
12376         * src/mh.c
12377                 Fix copy of unread mails
12378
12379
12380 2006-05-22 [wwp]        2.2.0cvs47
12381
12382         * manual/fr/advanced.xml
12383                 updated.
12384
12385 2006-05-22 [colin]      2.2.0cvs46
12386
12387         * src/filtering.c
12388                 Fix possible infinite loop. 'copy' is not a 
12389                 final action, so when encountering a 'copy',
12390                 we have to check if a previous one was set
12391                 and do it. In the same way, if we encounter
12392                 a 'move' we have to perform a possibly 
12393                 pending 'copy'. This will slow down filtering
12394                 on IMAP if move+copy or multiple copy actions
12395                 are to be done, but handling it via the batch
12396                 would be really too convoluted.
12397
12398 2006-05-22 [wwp]        2.2.0cvs45
12399
12400         * manual/fr/advanced.xml
12401         * manual/fr/faq.xml
12402         * manual/fr/glossary.xml
12403         * manual/fr/handling.xml
12404         * manual/fr/intro.xml
12405         * manual/fr/plugins.xml
12406         * manual/fr/sylpheed-claws-manual.xml
12407                 sync w/ the english manual: updates URIs, documented mailing-list
12408                 support, better explanation about the enabled/disabled feature
12409                 in filtering/processing rules by Paul.
12410
12411 2006-05-21 [colin]      2.2.0cvs44
12412
12413         * src/summaryview.c
12414                 Don't expand after building threads, but during
12415
12416 2006-05-21 [colin]      2.2.0cvs43
12417
12418         * src/procmsg.c
12419         * src/summaryview.c
12420                 More timing possibilities... For next time I have 
12421                 to find out how the hell some 3GHz computer takes
12422                 one minute to open a 30k folder...
12423
12424 2006-05-21 [colin]      2.2.0cvs42
12425
12426         * manual/pl/advanced.xml
12427         * manual/pl/faq.xml
12428         * manual/pl/glossary.xml
12429         * manual/pl/handling.xml
12430         * manual/pl/intro.xml
12431         * manual/pl/plugins.xml
12432         * manual/pl/sylpheed-claws-manual.xml
12433                 Polish manual updated by Pawel
12434
12435 2006-05-20 [colin]
12436
12437         * 2.3.0-rc3 released
12438
12439 2006-05-20 [colin]      2.2.0cvs41
12440
12441         * src/imap.c
12442                 Fix -rc2 problems:
12443                 - remove cache of moved messages from original folder
12444                 - apply new flags to messages even if they aren't appliable
12445                   via IMAP.
12446
12447 2006-05-20 [colin]
12448
12449         * 2.3.0-rc2 released
12450
12451 2006-05-19 [colin]      2.2.0cvs40
12452
12453         * src/imap.c
12454                 Don't issue SELECT in imap_change_flags
12455                 before having checked that we indeed have
12456                 some flags to change. MSG_POSTFILTERED for
12457                 example can't be used on IMAP.
12458                 Fixes bug #955 (copying messages between 
12459                 imap folders is extremely slow), which was
12460                 a regression.
12461
12462 2006-05-19 [colin]      2.2.0cvs39
12463
12464         * src/folder.c
12465         * src/folder.h
12466         * src/folderview.c
12467                 Try to fix bug #830 (Some unread messages 
12468                 get marked read in IMAP inbox):
12469                 - Prevent scanning a folder if it's being 
12470                   opened via the GUI
12471                 - Postpone opening via the GUI of a folder
12472                   currently scanned.
12473
12474
12475 2006-05-19 [wwp]        2.2.0cvs38
12476
12477         * manual/advanced.xml
12478                 fix English+typo (thanks to Paul).
12479
12480 2006-05-19 [wwp]        2.2.0cvs37
12481
12482         * manual/advanced.xml
12483         * manual/fr/advanced.xml
12484         * src/gtk/logwindow.c
12485         * src/prefs_common.c
12486         * src/prefs_common.h
12487                 added hidden prefs to allow customization of colors used in
12488                 protocol log window (useful for dark gtk+ themes).
12489
12490 2006-05-19 [wwp]        2.2.0cvs36
12491
12492         * ChangeLog
12493                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12494
12495 2006-05-19 [paul]       2.2.0cvs35
12496
12497         * src/textview.c
12498                 make Reply-To fully clickable
12499         * src/gtk/logwindow.c
12500                 more colouring (SMTP ESMTP)
12501         Both patches by Pawel Pekala
12502
12503 2006-05-19 [cleroy]     2.2.0cvs34
12504
12505         * src/mh.c
12506                 Don't update flags from current folder
12507                 Probably fixes bug #935 (Read Messages 
12508                 Revert to Being Marked as Unread)
12509
12510 2006-05-18 [colin]      2.2.0cvs33
12511
12512         * src/imap.c
12513                 Warning fix
12514         * src/compose.c
12515         * src/mainwindow.c
12516         * src/summaryview.c
12517         * src/toolbar.c
12518                 Allow replying to multiple emails
12519                 in multiple windows
12520         * src/mimeview.c
12521         * src/etpan/imap-thread.c
12522                 Leak fixes
12523
12524 2006-05-18 [paul]       2.2.0cvs32
12525
12526         * src/summaryview.c
12527                 keep Mailing-List menu refreshed
12528                 Thanks to Colin
12529
12530 2006-05-18 [paul]       2.2.0cvs31
12531
12532         * manual/advanced.xml
12533         * manual/faq.xml
12534         * manual/glossary.xml
12535         * manual/handling.xml
12536         * manual/intro.xml
12537         * manual/plugins.xml
12538         * manual/sylpheed-claws-manual.xml
12539                 update URLs
12540                 add info about mailing-list support
12541                 edit filtering info
12542         * src/wizard.c
12543         * src/common/defs.h
12544         * src/gtk/about.c
12545         * src/plugins/dillo_viewer/README
12546                 update URLs
12547
12548 2006-05-17 [wwp]        2.2.0cvs30
12549
12550         * manual/handling.xml
12551         * manual/fr/handling.xml
12552                 documented the ability to enabled/disable filtering/processing rules.
12553
12554 2006-05-17 [colin]      2.2.0cvs29
12555
12556         * src/main.c
12557                 Don't initialize g_thread subsystem if it's 
12558                 already done (thanks to Hiro)
12559         * src/mimeview.c
12560                 Fix saving of parts when there name can't be
12561                 converted from UTF-8.
12562
12563 2006-05-17 [paul]       2.2.0cvs28
12564
12565         * po/Makefile.in.in
12566                 fix config.status warning with autoconf 2.60
12567
12568 2006-05-17 [paul]       2.2.0cvs27
12569
12570         * po/POTFILES.in
12571                 add src/mbox.c
12572
12573 2006-05-17 [wwp]        2.2.0cvs26
12574
12575         * src/mainwindow.c
12576                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12577
12578 2006-05-17 [wwp]        2.2.0cvs25
12579
12580         * src/plugins/demo/demo.c
12581                 updated product name in plugin demo (many plugins need to be
12582                 sync'ed w/ that change).
12583
12584 2006-05-17 [colin]      2.2.0cvs24
12585
12586         * src/mh.c
12587                 Fix leak
12588
12589 2006-05-16 [colin]      2.2.0cvs23
12590
12591         * src/mainwindow.c
12592                 Stupid me hit again. Fix cvs22.
12593
12594 2006-05-16 [colin]      2.2.0cvs22
12595
12596         * src/mainwindow.c
12597                 Fix bug #922 (sylpheed-claws crashed after 
12598                 pushing on Inbox folder)
12599
12600 2006-05-16 [colin]      2.2.0cvs21
12601
12602         * src/compose.c
12603                 Make From header be copy/paste/select-able
12604
12605 2006-05-16 [wwp]        2.2.0cvs20
12606
12607         * src/export.c
12608         * src/matcher.c
12609         * src/summaryview.c
12610         * src/etpan/imap-thread.c
12611                 fix some compiler warnings (thanks to Colin).
12612
12613 2006-05-16 [wwp]        2.2.0cvs19
12614
12615         * src/action.c
12616         * src/gedit-print.c
12617         * src/inc.c
12618         * src/mainwindow.c
12619         * src/mh.c
12620         * src/statusbar.c
12621         * src/send_message.c
12622         * src/summaryview.c
12623                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12624
12625 2006-05-15 [colin]      2.2.0cvs18
12626
12627         * src/procmsg.c
12628                 Fix automatic rule creation with List-Post
12629
12630 2006-05-15 [paul]       2.2.0cvs17
12631
12632         * tools/filter_conv_new.pl
12633                 updated for rule enabling/disabling
12634                 claws version >= 2.3.x required
12635
12636 2006-05-15 [cleroy]     2.2.0cvs16
12637
12638         * src/main.c
12639                 Revert test
12640
12641 2006-05-15 [cleroy]     2.2.0cvs15
12642
12643         * src/main.c
12644                 test
12645
12646 2006-05-15 [wwp]        2.2.0cvs14
12647
12648         * manual/pl/.cvsignore
12649                 ignore generated files.
12650
12651 2006-05-14 [wwp]        2.3.0-rc1
12652
12653         * 2.3.0-rc1 released
12654
12655 2006-05-13 [wwp]        2.2.0cvs13
12656
12657         * src/filtering.c
12658         * src/filtering.h
12659         * src/matcher.c
12660         * src/matcher_parser_lex.l
12661         * src/matcher_parser_parse.y
12662         * src/prefs_filtering.c
12663                 new feature: provide the ability to disable filtering and processing
12664                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12665                 adaptations.
12666
12667 2006-05-13 [colin]      2.2.0cvs12
12668
12669         * src/compose.c
12670                 Remove useless if (a) b; else b;
12671                 Thanks to wwp
12672
12673 2006-05-13 [wwp]        2.2.0cvs11
12674
12675         * src/export.c
12676         * src/import.c
12677         * src/mainwindow.c
12678         * src/mbox.c
12679         * src/summaryview.c
12680         * src/summaryview.h
12681                 no more silent failures (or at least less ones) when importing
12682                 or exporting from/to mbox. Also start importing/exporting if
12683                 the necessary info is set.
12684
12685 2006-05-13 [wwp]        2.2.0cvs10
12686
12687         * RELEASE_NOTES
12688                 restored up-to-date release notes.
12689
12690 2006-05-13 [paul]       2.2.0cvs9
12691
12692         * po/nl.po
12693         * po/ru.po
12694                 updated by Tim Dijkstra and Pavlo Bohmat
12695
12696 2006-05-12 [colin]      2.2.0cvs8
12697
12698         * src/gtk/quicksearch.c
12699                 Add "k" as shortcut for "colorlabel". Patch
12700                 by ath42@users.sf.net.
12701
12702 2006-05-12 [paul]       2.2.0cvs7
12703
12704         * src/prefs_common.h
12705         * src/prefs_summaries.c
12706         * src/summaryview.c
12707                 when entering a folder also allow
12708                 going directly to first Marked message
12709
12710 2006-05-12 [paul]       2.2.0cvs6
12711
12712         * src/summaryview.c
12713                 always obey 'confirm before marking all
12714                 mails read' option
12715
12716 2006-05-12 [paul]       2.2.0cvs5
12717
12718         * src/textview.c
12719                 make Sender fully clickable
12720
12721 2006-05-12 [colin]      2.2.0cvs4
12722
12723         * src/compose.c
12724         * src/compose.h
12725                 Let From be editable
12726         * src/main.c
12727         * src/mh.c
12728                 Full support of .mh_sequences' Unseen seq
12729
12730 2006-05-12 [colin]      2.2.0cvs3
12731
12732         * src/folder.c
12733         * src/mainwindow.c
12734         * src/mainwindow.h
12735         * src/messageview.c
12736         * src/prefs_spelling.c
12737         * src/procheader.c
12738         * src/procmsg.c
12739         * src/procmsg.h
12740         * src/summaryview.c
12741         * src/toolbar.c
12742         * src/toolbar.h
12743                 Add contextual menu on Compose toolbar
12744                 button. Fixes bug #944 (Automatic
12745                 addresses not applied when changing account
12746                 from compose window)
12747                 add Mailing List support
12748                 based on the old 0.6.5claws25 patch by
12749                 Melvin Hadasht, with finishing touches
12750                 by Colin
12751                 Fix "ignore thread" when mails are threaded by
12752                 subject (and weren't ignored although appearing
12753                 in the thread).
12754                 GUI rework.
12755                 Both patches by Pawel.
12756
12757 2006-05-08 [paul]       2.2.0cvs2
12758
12759         * src/mainwindow.c
12760         * src/mainwindow.h
12761         * src/messageview.c
12762         * src/procheader.c
12763         * src/procmsg.c
12764         * src/procmsg.h
12765         * src/summaryview.c
12766                 add Mailing List support
12767                 based on the old 0.6.5claws25 patch by 
12768                 Melvin Hadasht, with finishing touches
12769                 by Colin
12770
12771 2006-05-08 [colin]      2.2.0cvs1
12772
12773         * src/mainwindow.c
12774         * src/toolbar.c
12775         * src/toolbar.h
12776                 Add contextual menu on Compose toolbar 
12777                 button. Fixes bug #944 (Automatic 
12778                 addresses not applied when changing account 
12779                 from compose window)
12780
12781 2006-05-08 [paul]       2.2.0
12782
12783         2.2.0 released
12784
12785 2006-05-08 [paul]       2.1.1cvs51
12786
12787         * po/cs.po
12788         * po/de.po
12789         * po/en_GB.po
12790         * po/fi.po
12791         * po/fr.po
12792         * po/pt_BR.po
12793         * po/sr.po
12794         * po/zh_CN.po
12795                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12796                 Fabien Vantard, Frederico Goncalves Guimaraes,
12797                 Aleksandar Urosevic, and Ralgh Young
12798
12799 2006-05-12 [colin]      2.1.1cvs50
12800
12801         * po/cs.po
12802         * po/de.po
12803         * po/en_GB.po
12804         * po/es.po
12805         * po/fi.po
12806         * po/fr.po
12807         * po/pt_BR.po
12808         * po/sr.po
12809         * po/zh_CN.po
12810                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12811                 Fabien Vantard, Frederico Goncalves Guimaraes,
12812                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12813
12814 2006-05-05 [colin]      2.1.1cvs49
12815
12816         * manual/Makefile.am
12817         * manual/pl/Makefile.am
12818         * manual/pl/account.xml
12819         * manual/pl/ack.xml
12820         * manual/pl/addrbook.xml
12821         * manual/pl/advanced.xml
12822         * manual/pl/faq.xml
12823         * manual/pl/glossary.xml
12824         * manual/pl/gpl.xml
12825         * manual/pl/handling.xml
12826         * manual/pl/intro.xml
12827         * manual/pl/keyboard.xml
12828         * manual/pl/plugins.xml
12829         * manual/pl/starting.xml
12830         * manual/pl/sylpheed-claws-manual.xml
12831         * manual/pl/dist/.cvsignore
12832         * manual/pl/dist/Makefile.am
12833         * manual/pl/dist/html/.cvsignore
12834         * manual/pl/dist/html/Makefile.am
12835         * manual/pl/dist/pdf/.cvsignore
12836         * manual/pl/dist/pdf/Makefile.am
12837         * manual/pl/dist/ps/.cvsignore
12838         * manual/pl/dist/ps/Makefile.am
12839         * manual/pl/dist/txt/.cvsignore
12840         * manual/pl/dist/txt/Makefile.am
12841                 Add the polish translation of the manual,
12842                 Authored by Pawel Pekala.
12843
12844 2006-05-05 [cleroy]     2.1.1cvs48
12845
12846         * src/main.c
12847                 Re-read matcherrc after loading plugins 
12848                 if some of them add folders.
12849
12850 2006-05-03 [colin]      2.1.1cvs47
12851
12852         * src/imap.c
12853                 I'm idiot
12854
12855 2006-05-03 [colin]      2.1.1cvs46
12856
12857         * src/imap.c
12858                 Be sure to have a session when
12859                 getting separator
12860
12861 2006-05-03 [colin]      2.1.1cvs45
12862
12863         * src/imap.c
12864         * src/imap.h
12865         * src/imap_gtk.c
12866                 Fix preventing renaming with namespace 
12867                 separator.
12868
12869 2006-05-01 [colin]      2.1.1cvs44
12870
12871         * src/action.c
12872                 Don't reload messageview when result of
12873                 action is piped.
12874
12875 2006-04-29 [colin]      2.1.1cvs43
12876
12877         * src/prefs_receive.c
12878         * src/plugins/spamassassin/spamassassin_gtk.c
12879         * src/plugins/clamav/clamav_plugin_gtk.c
12880                 GUI fixes by Pawel
12881
12882 2006-04-29 [colin]      2.1.1cvs42
12883
12884         * src/prefs_compose_writing.c
12885         * src/prefs_quote.c
12886                 Cleanups. Patch by Pawel
12887
12888 2006-04-28 [paul]       2.1.1cvs41
12889
12890         * src/matcher.c
12891                 fix returned quick search results when search
12892                 term contains an underscore.
12893                 Thanks to Colin
12894
12895 2006-04-28 [paul]       2.1.1cvs40
12896
12897         * src/prefs_message.c
12898         * src/prefs_receive.c
12899                 GUI cleanups
12900                 Patches by Pawel Pekala
12901
12902 2006-04-27 [colin]      2.1.1cvs39
12903
12904         * src/wizard.c
12905                 Differentiate subject Welcome from
12906                 window's title Welcome
12907
12908 2006-04-27 [paul]
12909
12910         2.2.0-rc1 released
12911
12912 2006-04-27 [paul]       2.1.1cvs38
12913
12914         * manual/advanced.xml
12915         * manual/fr/advanced.xml
12916                 add info about compose_no_markup hidden pref
12917
12918 2006-04-27 [paul]       2.1.1cvs37
12919
12920         * src/prefs_account.c
12921                 improve privacy labels
12922         * src/prefs_msg_colors.c
12923                 change some strings for translators' convenience
12924         * src/gtk/gtkutils.c
12925                 don't underline the link button text
12926
12927 2006-04-25 [colin]      2.1.1cvs36
12928
12929         * src/folder.c
12930                 Complete 2.1.1cvs33 (once more ;)
12931
12932 2006-04-25 [colin]      2.1.1cvs35
12933
12934         * src/editldap.c
12935                 Fix tooltip
12936
12937 2006-04-25 [cleroy]     2.1.1cvs34
12938
12939         * src/compose.c
12940         * src/gtk/gtkaspell.c
12941                 Fix crash on redirect (related to the return 
12942                 of the aspell menu in compose's toolbar)
12943         * src/prefs_msg_colors.c
12944                 Fix sensitivity widgets
12945         * src/image_viewer.c
12946         * src/gtk/pluginwindow.c
12947         * src/gtk/prefswindow.c
12948                 Change released signals to clicked (Fabien)
12949         * po/POTFILES.in
12950         * src/common/socket.c
12951         * src/plugins/spamassassin/spamassassin.c
12952                 Translate strings (Fabien)
12953
12954 2006-04-25 [paul]       2.1.1cvs33
12955
12956         * src/folder.c
12957         * src/folder.h
12958         * src/folderview.c
12959                 complete the fix of bug #912
12960                 Thanks to Colin
12961
12962 2006-04-25 [colin]      2.1.1cvs32
12963
12964         * src/news.c
12965                 Better progress bar
12966         * src/mimeview.c
12967         * src/summaryview.c
12968         * src/summaryview.h
12969                 Fix focus chain
12970                 Patches by Pawel Pekala
12971
12972 2006-04-24 [colin]      2.1.1cvs31
12973
12974         * src/compose.c
12975                 Fix compilation warnings (Fabien)
12976
12977 2006-04-24 [colin]      2.1.1cvs30
12978
12979         * src/addrindex.c
12980         * src/editldap.c
12981         * src/editldap_basedn.c
12982         * src/editldap_basedn.h
12983         * src/ldapctrl.c
12984         * src/ldapctrl.h
12985         * src/ldapquery.c
12986         * src/ldaputil.c
12987         * src/ldaputil.h
12988                 Fix bug #901 (LDAPS support)
12989
12990 2006-04-24 [colin]      2.1.1cvs29
12991
12992         * src/compose.c
12993                 Fix logic on error with send dialog on
12994         * src/imap.c
12995                 Fix compilation without libetpan, thanks
12996                 to Fabien
12997         * src/summaryview.c
12998                 Fix 'context-menu' key
12999
13000 2006-04-23 [colin]      2.1.1cvs28
13001
13002         * src/folder.c
13003                 Never free current's cache to free up 
13004                 memory. Fixes bug #912 (new count 
13005                 randomly set to message count)
13006
13007 2006-04-23 [colin]      2.1.1cvs27
13008
13009         * src/gtk/quicksearch.c
13010                 And remove printf...
13011
13012 2006-04-23 [colin]      2.1.1cvs26
13013
13014         * src/gtk/quicksearch.c
13015                 Fix replacing in quicksearch, and fix inserting
13016                 in the middle of the string. (introduced at 2.1.0cvs22)
13017
13018 2006-04-23 [colin]      2.1.1cvs25
13019
13020         * src/imap.c
13021                 Make sure uidnext is initialized in get_num_list
13022                 (not for stable, related to 2.1.1cvs8 and friends)
13023
13024 2006-04-23 [colin]      2.1.1cvs24
13025
13026         * src/imap.c
13027                 Output something when login is successful
13028                 too
13029
13030 2006-04-23 [colin]      2.1.1cvs23
13031
13032         * src/etpan/imap-thread.c
13033                 Better logging (line-per-line, hide data in fetch)
13034                 Fix a const warning
13035         * src/gtk/logwindow.c
13036         * src/gtk/logwindow.h
13037                 Better logging (color for input/output)
13038
13039 2006-04-21 [colin]      2.1.1cvs22
13040
13041         * src/gtk/quicksearch.c
13042                 On gtk+-2.8, use stock buttons in quicksearch
13043                 Based on a patch by Fabien and a design by Paul
13044
13045 2006-04-21 [colin]      2.1.1cvs21
13046
13047         * src/folderview.c
13048         * src/mainwindow.c
13049                 Fix occasional flicker in folderview
13050         * src/common/utils.c
13051                 Fix bug #943 (Incorrectly parsed email address 
13052                 list in short headers on message view and in 
13053                 printouts)
13054
13055 2006-04-20 [colin]      2.1.1cvs20
13056
13057         * src/imap.c
13058         * src/imap.h
13059         * src/prefs_account.c
13060                 Add ANONYMOUS auth for IMAP
13061
13062 2006-04-20 [paul]       2.1.1cvs19
13063
13064         * src/main.c
13065                 proper fix for 2.1.1cvs18
13066                 Thanks to Colin
13067
13068 2006-04-20 [paul]       2.1.1cvs18
13069
13070         * src/main.c
13071                 fix build warnings
13072
13073 2006-04-20 [paul]       2.1.1cvs17
13074
13075         * src/gtk/quicksearch.c
13076                 fix standard, non-extended Quick search,
13077                 was broken in 2.1.1cvs15.
13078                 Thanks to Colin.
13079
13080 2006-04-20 [colin]      2.1.1cvs16
13081
13082         * src/prefs_matcher.c
13083                 Fix values when reselecting a ~test
13084                 rule
13085
13086 2006-04-19 [colin]      2.1.1cvs15
13087
13088         * src/compose.c
13089         * src/compose.h
13090         * src/gtk/gtkaspell.c
13091         * src/gtk/gtkaspell.h
13092                 Put back Options menu in Spelling/
13093         * src/gtk/quicksearch.c
13094                 Don't search, and show error, if the
13095                 advanced search has a syntax error
13096
13097 2006-04-18 [colin]      2.1.1cvs14
13098
13099         * src/textview.c
13100                 Fix gdk warnings on set_cursor when textview
13101                 isn't visible
13102
13103 2006-04-18 [colin]      2.1.1cvs13
13104
13105         * src/gtk/gtksctree.c
13106                 Remove seemingly useless refresh that causes
13107                 flicker - watch this commit in case of 
13108                 problems before planned backport to stable
13109
13110 2006-04-18 [colin]      2.1.1cvs12
13111
13112         * src/imap.c
13113                 Factorize get/set_xml code
13114         * src/compose.c
13115         * src/prefs_account.c
13116         * src/prefs_account.h
13117         * src/procmsg.c
13118                 Add Encrypt to self option
13119
13120 2006-04-17 [colin]      2.1.1cvs11
13121
13122         * configure.ac
13123                 Fix search on encrpyt function on dragonfly
13124                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13125
13126 2006-04-17 [colin]      2.1.1cvs10
13127
13128         * src/prefs_account.c
13129                 Be safe by default: remove mails from POP3
13130                 after 7 days, not immediately
13131
13132 2006-04-17 [colin]      2.1.1cvs9
13133
13134         * src/etpan/imap-thread.c
13135                 Fix build on DragonFly - patch by 
13136                 Jonathan Buschmann <jonthn@agmact.com>
13137
13138 2006-04-17 [colin]      2.1.1cvs8
13139
13140         * src/imap.c
13141                 Save uidnext between sessions
13142
13143 2006-04-17 [colin]      2.1.1cvs7
13144
13145         * src/imap.c
13146                 scan is required when uid validity changes
13147
13148 2006-04-17 [colin]      2.1.1cvs6
13149
13150         * src/folderview.c
13151                 Don't scan if not necessary, apart in current
13152                 folder and INBOX to fetch flags.
13153         * src/imap.c
13154                 Scan is necessary if unread count changes
13155
13156 2006-04-17 [colin]      2.1.1cvs5
13157
13158         * src/imap.c
13159                 ...But always fetch ANSWERED and DELETED flags for
13160                 INBOX, as filtering can happen on these flags.
13161
13162 2006-04-17 [colin]      2.1.1cvs4
13163
13164         * src/imap.c
13165                 Don't fetch REPLIED and DELETED flags when synchronising
13166                 flags with a closed folder. We only need UNSEEN and FLAGGED
13167                 to update the folderview.
13168
13169 2006-04-17 [colin]      2.1.1cvs3
13170
13171         * src/imap.c
13172                 Faster flag search when there are new mails 
13173                 in a folder. We can do a full search if the 
13174                 folder contains less messages than the new
13175                 list.
13176
13177 2006-04-17 [colin]      2.1.1cvs2
13178
13179         * po/cs.po
13180         * po/de.po
13181         * po/fr.po
13182         * po/nl.po
13183         * po/pt_BR.po
13184                 Update translations from stable branch
13185
13186 2006-04-17 [colin]      2.1.1cvs1
13187
13188         * configure.ac
13189                 Bump version to follow stable release
13190
13191 2006-04-16 [mones]      2.1.0cvs50
13192
13193         * po/es.po
13194                 Updated for release
13195
13196 2006-04-16 [colin]      2.1.0cvs49
13197
13198         * src/textview.c
13199                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13200                 with gtk < 2.8. Thanks to Fabien Vantard.
13201
13202 2006-04-15 [colin]      2.1.0cvs48
13203
13204         * src/etpan/imap-thread.c
13205                 Fix bug #919 (libetpan: SEGV when connecting 
13206                 using command)
13207
13208 2006-04-14 [colin]      2.1.0cvs47
13209
13210         * src/main.c
13211                 Fix race on --select (should be done better)
13212
13213 2006-04-14 [wwp]        2.1.0cvs46
13214
13215         * src/send_message.c
13216                 enforce a check for domain in account prefs (a sending
13217                 error could be faced if domain was checked but no value set),
13218                 thanks to Colin.
13219
13220 2006-04-14 [colin]      2.1.0cvs45
13221
13222         * src/codeconv.c
13223                 when converting from unknown to unknown, if the
13224                 string is UTF8, don't convert it to the locale
13225                 (which breaks it)
13226
13227 2006-04-14 [colin]      2.1.0cvs44
13228
13229         * src/compose.c
13230                 Don't try to use ASCII for converting headers
13231                 (as done in body)
13232
13233 2006-04-14 [paul]       2.1.0cvs43
13234
13235         * src/crash.c
13236                 add locale/charset info to crash report
13237         * src/gtk/about.c
13238                 add wwp to doc team
13239                 replace 'e-mail' with preferred 'email'
13240         * src/gtk/authors.h
13241                 ensure contributors list is in alphabetical
13242                 order
13243
13244 2006-04-13 [colin]      2.1.0cvs42
13245
13246         * src/textview.c
13247                 Prevent gdk warnings
13248
13249 2006-04-13 [colin]      2.1.0cvs41
13250
13251         * src/common/ssl_certificate.c
13252         * src/common/ssl_certificate.h
13253         * src/gtk/sslcertwindow.c
13254                 Warn on expired certs, and display the expiration date
13255
13256 2006-04-13 [colin]      2.1.0cvs40
13257
13258         * src/plugins/spamassassin/spamassassin_gtk.c
13259                 Fix missing set_text on unix socket
13260
13261 2006-04-13 [wwp]        2.1.0cvs39
13262
13263         * manual/fr/advanced.xml
13264         * manual/fr/glossary.xml
13265                 applied new spam/ham/email lexicon (pourriel, courriel)
13266
13267 2006-04-13 [paul]       2.1.0cvs38
13268
13269         * src/plugins/pgpmime/plugin.c
13270                 remove the mention of S/MIME from the
13271                 description. This is now handled by the
13272                 S/MIME plugin.
13273
13274 2006-04-13 [paul]       2.1.0cvs37
13275
13276         * src/prefs_msg_colors.c
13277                 rework dialog
13278         * src/prefs_folder_item.c
13279         * src/prefs_spelling.c
13280                 add a tooltip to the colour selector buttons
13281
13282 2006-04-13 [wwp]        2.1.0cvs36
13283
13284         * manual/advanced.xml
13285         * manual/glossary.xml
13286         * manual/handling.xml
13287         * manual/keyboard.xml
13288         * manual/plugins.xml
13289         * manual/starting.xml
13290         * manual/fr/account.xml
13291         * manual/fr/ack.xml
13292         * manual/fr/addrbook.xml
13293         * manual/fr/advanced.xml
13294         * manual/fr/faq.xml
13295         * manual/fr/glossary.xml
13296         * manual/fr/gpl.xml
13297         * manual/fr/handling.xml
13298         * manual/fr/intro.xml
13299         * manual/fr/keyboard.xml
13300         * manual/fr/plugins.xml
13301         * manual/fr/starting.xml
13302         * manual/fr/sylpheed-claws-manual.xml
13303                 fixes to the manuals:
13304                  - summaryview -> Message List (same in French)
13305                  - translate key names
13306                  - fix French punctuation, use non-breakable spaces when
13307                    necessary, don't use &thinsp; which is not portable
13308                  - tell what maildir and mbox formats we support
13309
13310 2006-04-12 [wwp]        2.1.0cvs35
13311
13312         * src/prefs_toolbar.c
13313                 unified a replace button more,
13314                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13315
13316 2006-04-12 [wwp]        2.1.0cvs34
13317
13318         * src/prefs_common.c
13319         * src/prefs_msg_colors.c
13320                 make default color labels translatable,
13321                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13322                 thanks to Tim <timbrain@post.cz> for reporting.
13323
13324 2006-04-12 [wwp]        2.1.0cvs33
13325
13326         * manual/glossary.xml
13327         * manual/intro.xml
13328         * manual/plugins.xml
13329         * manual/starting.xml
13330         * manual/sylpheed-claws-manual.xml
13331         * manual/fr/.cvsignore
13332         * manual/fr/account.xml
13333         * manual/fr/ack.xml
13334         * manual/fr/addrbook.xml
13335         * manual/fr/advanced.xml
13336         * manual/fr/faq.xml
13337         * manual/fr/glossary.xml
13338         * manual/fr/handling.xml
13339         * manual/fr/intro.xml
13340         * manual/fr/keyboard.xml
13341         * manual/fr/plugins.xml
13342         * manual/fr/starting.xml
13343         * manual/fr/sylpheed-claws-manual.xml
13344                 various fixes: typos, missing .fr translations, punctuation,
13345                 capitalization, links, accents and some bad French more.
13346
13347 2006-04-12 [wwp]        2.1.0cvs32
13348
13349         * src/prefs_gtk.c
13350                 fix for bug #935: always store prefs files in UTF-8 (thanks
13351                 to Colin).
13352
13353 2006-04-11 [colin]      2.1.0cvs31
13354
13355         * src/compose.c
13356                 Fix inserting files not in utf8 when locale is utf8
13357
13358 2006-04-11 [colin]      2.1.0cvs30
13359
13360         * src/inc.c
13361                 Don't show error dialog when cancelling connection
13362                 Patch by Pawel
13363
13364 2006-04-11 [cleroy]     2.1.0cvs29
13365
13366         * src/compose.c
13367                 Implement multiple quote levels
13368         * src/prefs_common.c
13369                 Change a little bit the quote bgcolor for 2nd level
13370
13371 2006-04-11 [colin]      2.1.0cvs28
13372
13373         * src/gtk/about.c
13374                 Add locale and charset in the label
13375
13376 2006-04-10 [colin]      2.1.0cvs27
13377
13378         * src/compose.c
13379         * src/prefs_common.c
13380         * src/prefs_common.h
13381         * src/prefs_msg_colors.c
13382         * src/textview.c
13383                 Allow optional background color in quotes
13384                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13385                 GTK+-2.8.x feature
13386
13387 2006-04-10 [colin]      2.1.0cvs26
13388
13389         * src/main.c
13390         * src/mainwindow.c
13391         * src/mainwindow.h
13392                 Implement --select
13393
13394 2006-04-10 [colin]      2.1.0cvs25
13395
13396         * manual/plugins.xml
13397         * manual/fr/plugins.xml
13398                 Document libcurl's proxy variables
13399
13400 2006-04-09 [colin]      2.1.0cvs24
13401
13402         * src/prefs_common.c
13403                 gettext() returns statically allocated stuff. We have
13404                 to strdup it in order to be able to free it.
13405
13406 2006-04-09 [colin]      2.1.0cvs23
13407
13408         * AUTHORS
13409         * src/gtk/authors.h
13410                 Add Alexei
13411
13412 2006-04-09 [colin]      2.1.0cvs22
13413
13414         * src/mainwindow.c
13415         * src/gtk/quicksearch.c
13416                 Fix bug #859 (problems with cyrilic input in 
13417                 search panel) - Patch by Alexey Illarionov 
13418                 <littlesavage@rambler.ru>
13419
13420 2006-04-09 [colin]      2.1.0cvs21
13421
13422         * src/prefs_customheader.c
13423                 I prefer removing then freeing rather than the contrary
13424                 (even if it doesn't change anything ;-)
13425         * src/prefs_account.c
13426                 Fix bug #933 (Crash re-entering the custom headers list 
13427                 dialog in accounts prefs)
13428                 The problem happened when cancelling the Account 
13429                 Preferences' dialogs - in which case we didn't do 
13430                 anything to the PrefsAccount * struct. In case of applying,
13431                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13432                 working with in this dialog. The problem is that 
13433                 prefs_customheader.c, working on this tmp_ac_prefs, always
13434                 changes the ->customhdr_list pointer, even when cancelled. 
13435                 So in case of cancelling the prefs_account dialog, we still
13436                 have to update ->customhdr_list in the real account.
13437
13438 2006-04-08 [colin]      2.1.0cvs20
13439
13440         * manual/fr/glossary.xml
13441         * manual/fr/keyboard.xml
13442                 Forgot some headers :)
13443
13444 2006-04-08 [colin]      2.1.0cvs19
13445
13446         * manual/Makefile.am
13447         * manual/fr/Makefile.am
13448         * manual/fr/account.xml
13449         * manual/fr/ack.xml
13450         * manual/fr/addrbook.xml
13451         * manual/fr/advanced.xml
13452         * manual/fr/faq.xml
13453         * manual/fr/glossary.xml
13454         * manual/fr/gpl.xml
13455         * manual/fr/handling.xml
13456         * manual/fr/intro.xml
13457         * manual/fr/keyboard.xml
13458         * manual/fr/plugins.xml
13459         * manual/fr/starting.xml
13460         * manual/fr/sylpheed-claws-manual.xml
13461         * manual/fr/dist/.cvsignore
13462         * manual/fr/dist/Makefile.am
13463         * manual/fr/dist/html/.cvsignore
13464         * manual/fr/dist/html/Makefile.am
13465         * manual/fr/dist/pdf/.cvsignore
13466         * manual/fr/dist/pdf/Makefile.am
13467         * manual/fr/dist/ps/.cvsignore
13468         * manual/fr/dist/ps/Makefile.am
13469         * manual/fr/dist/txt/.cvsignore
13470         * manual/fr/dist/txt/Makefile.am
13471                 Add the french translation of the manual. Thanks to
13472                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13473                 account.xml, ack.xml, addrbook.xml and advanced.xml
13474
13475 2006-04-08 [colin]      2.1.0cvs18
13476
13477         * manual/plugins.xml
13478         * manual/starting.xml
13479                 More fixes
13480
13481 2006-04-07 [colin]      2.1.0cvs17
13482
13483         * manual/faq.xml
13484         * manual/intro.xml
13485         * manual/keyboard.xml
13486                 Little fixes
13487
13488 2006-04-07 [colin]      2.1.0cvs16
13489
13490         * README
13491         * src/compose.c
13492         * src/prefs_common.c
13493         * src/prefs_common.h
13494                 Add hidden compose_no_markup pref
13495
13496 2006-04-07 [wwp]        2.1.0cvs15
13497
13498         * src/summary_search.c
13499         * .cvsignore
13500                 Bugfix: stop button was sticky when searching in an empty folder.
13501                 Applied curly brackets code style to the whole file (summary_search.c).
13502                 More files to ignore.
13503
13504 2006-04-07 [wwp]        2.1.0cvs14
13505
13506         * src/message_search.c
13507         * src/summary_search.c
13508                 changed default button when search bumps at file/folder
13509                 beginning or end, for convenience (thanks to Colin).
13510
13511 2006-04-07 [paul]       2.1.0cvs13
13512
13513         * src/plugins/dillo_viewer/dillo_prefs.c
13514                 avoid future potential for namespace collision
13515                 Patch by Colin
13516
13517 2006-04-06 [wwp]        2.1.0cvs12
13518
13519         * src/summary_search.c
13520                 Unify extended/advanced searches names (and thus factorize labels),
13521                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13522
13523 2006-04-06 [wwp]        2.1.0cvs11
13524
13525         * src/folderview.c
13526         * src/prefs_themes.c
13527         * src/summaryview.c
13528                 Fixed some compilation warnings.
13529
13530 2006-04-06 [colin]      2.1.0cvs10
13531
13532         * manual/advanced.xml
13533                 Document the wizard template and how to deploy
13534                 Sylpheed-Claws effectively
13535
13536 2006-04-06 [colin]      2.1.0cvs9
13537
13538         * src/folderview.c
13539                 gettext patch to tell translators about _("#"),
13540                 by Maxim Britov
13541
13542 2006-04-06 [colin]      2.1.0cvs8
13543
13544         * src/textview.c
13545                 Fix invalid GtkTextBIter after clicking "Display as text"
13546
13547 2006-04-06 [mones]      2.1.0cvs7
13548
13549         * src/addr_compl.c
13550         * src/addrindex.c
13551         * src/addritem.c
13552         * src/codeconv.c
13553         * src/compose.c
13554         * src/filtering.c
13555         * src/folder.c
13556         * src/folder_item_prefs.c
13557         * src/folderview.c
13558         * src/localfolder.c
13559         * src/matcher.c
13560         * src/mimeview.c
13561         * src/prefs_msg_colors.c
13562         * src/prefs_spelling.c
13563         * src/prefs_themes.c
13564         * src/procmime.c
13565         * src/procmsg.c
13566         * src/stock_pixmap.c
13567         * src/summaryview.c
13568         * src/textview.c
13569         * src/toolbar.c
13570         * src/common/mgutils.c
13571         * src/common/prefs.c
13572         * src/common/ssl_certificate.c
13573         * src/gtk/colorlabel.c
13574         * src/gtk/quicksearch.c
13575         * src/plugins/pgpmime/pgpmime.c
13576         * src/plugins/spamassassin/spamassassin.c
13577                 Removed redundant NULL checks for g_free() calls.
13578                 Patch by Pawel Pekala.
13579
13580 2006-04-06 [mones]      2.1.0cvs6
13581
13582         * src/prefs_actions.c
13583         * src/prefs_filtering.c
13584         * src/prefs_filtering_action.c
13585         * src/prefs_matcher.c
13586         * src/prefs_template.c
13587         * src/gtk/gtkutils.c
13588         * src/gtk/gtkutils.h
13589                 Have a nice replace button. Patch by Pawel Pekala
13590
13591 2006-04-06 [colin]      2.1.0cvs5
13592
13593         * src/addressbook.c
13594                 Fix crash with empty columns
13595
13596 2006-04-05 [colin]      2.1.0cvs4
13597
13598         * src/wizard.c
13599         * src/prefs_gtk.c
13600                 Allow wizard customization with pre-filled values
13601
13602 2006-04-05 [colin]      2.1.0cvs3
13603
13604         * src/textview.c
13605         * src/mimeview.c
13606         * src/mimeview.h
13607                 Nicer messages in mimeview
13608
13609 2006-04-05 [colin]      2.1.0cvs2
13610
13611         * src/addressbook.c
13612         * src/prefs_summaries.c
13613                 i18n fix
13614
13615 2006-04-05 [colin]      2.1.0cvs1
13616
13617         * src/plugins/pgpcore/plugin.c
13618         * src/plugins/pgpcore/select-keys.c
13619         * src/plugins/pgpcore/select-keys.h
13620         * src/plugins/pgpcore/sgpgme.c
13621         * src/plugins/pgpcore/sgpgme.h
13622         * src/plugins/pgpinline/pgpinline.c
13623         * src/plugins/pgpinline/plugin.c
13624         * src/plugins/pgpmime/pgpmime.c
13625         * src/plugins/pgpmime/plugin.c
13626                 Factorize and generalize a bit 
13627                 Drop S/MIME signature verification from PGP/MIME
13628                 (adding it as another, more complete plugin)
13629
13630 2006-04-05 [paul]       2.1.0
13631
13632         2.1.0 released
13633
13634 2006-04-05 [paul]       2.0.0cvs186
13635
13636         * manual/advanced.xml
13637                 add info on colour labels
13638
13639 2006-04-05 [paul]       2.0.0cvs185
13640
13641         * po/bg.po
13642         * po/cs.po
13643         * po/de.po
13644         * po/el.po
13645         * po/en_GB.po
13646         * po/fi.po
13647         * po/fr.po
13648         * po/it.po
13649         * po/nl.po
13650         * po/pl.po
13651         * po/pt_BR.po
13652         * po/sr.po
13653         * po/zh_CN.po
13654                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13655                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13656                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13657                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13658         * src/gtk/authors.h
13659         * tools/claws.i18n.status.pl
13660                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13661                 and new Czech translator, Tim <timbrain@post.cz>
13662
13663 2006-04-05 [mones]      2.0.0cvs184
13664
13665         * po/es.po
13666                 Updated translation
13667
13668 2006-04-05 [colin]      2.0.0cvs183
13669
13670         * src/gtk/quicksearch.c
13671                 Fix bug #929 (unnecessary reload in quick search bar)
13672
13673 2006-04-05 [colin]      2.0.0cvs182
13674
13675         * src/compose.c
13676                 Fix crash on Reply with no From:
13677                 Show signature and conversion error on queuing 
13678                 (but not sending)
13679         * src/mainwindow.c
13680         * src/summaryview.c
13681         * src/summaryview.h
13682                 Factorize threading code and make sure msginfo 
13683                 is not null when it comes from a GtkCTreeRow's 
13684                 data
13685         * src/gtk/gtkaspell.c
13686                 Check for necessary things
13687         * src/gtk/gtksctree.c
13688         * src/gtk/gtksctree.h
13689                 Reset anchor if necessary when removing node
13690
13691 2006-03-29 [colin]      2.0.0cvs181
13692
13693         * src/folderview.c
13694                 Warn for disabled IMAP accounts (due to lack of
13695                 libetpan). Breaks string-freeze - sorry - but it
13696                 is kind of important ;)
13697
13698 2006-03-28 [colin]      2.0.0cvs180
13699
13700         * src/gtk/gtkutils.c
13701         * src/gtk/gtkutils.h
13702                 Add a gtkut_get_link_btn() function that
13703                 creates a button which acts like an URI
13704         * src/prefs_themes.c
13705         * src/gtk/about.c
13706                 Use this function (factorizes codes)
13707         * src/common/defs.h
13708         * src/gtk/pluginwindow.c
13709                 Add a "Get more..." in the plugins window
13710
13711 2006-03-28 [colin]      2.0.0cvs179
13712
13713         * src/common/smtp.c
13714         * src/common/passcrypt.c
13715         * src/undo.c
13716                 Warning fixes. Patch by Pawel Pekala
13717
13718 2006-03-27 [colin]      2.0.0cvs178
13719
13720         * src/undo.c
13721                 Fix undoing by blocks with spaces
13722
13723 2006-03-27 [colin]      2.0.0cvs177
13724
13725         * src/textview.c
13726                 Set margin to 3px for headers
13727
13728 2006-03-27 [paul]
13729
13730         2.1.0-rc2 released
13731
13732 2006-03-27 [wwp]        2.0.0cvs176
13733
13734         * src/summaryview.c
13735                 don't reset quicksearch when updating the message list.
13736                 Thanks to Colin.
13737
13738 2006-03-26 [wwp]        2.0.0cvs175
13739
13740         * src/compose.c
13741                 use a unified border width ('other' tab in the compose window,
13742                 patch by Pawel Pekala).
13743
13744
13745 2006-03-26 [wwp]        2.0.0cvs174
13746
13747         * src/common/quoted-printable.c
13748         * src/addressbook.c
13749                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13750
13751 2006-03-26 [colin]      2.0.0cvs173
13752
13753         * src/quote_fmt_parse.y
13754                 Fix non-UTF8 date formats messing up the whole quote a 
13755                 little bit
13756
13757 2006-03-26 [colin]      2.0.0cvs172
13758
13759         * src/procheader.c
13760                 Make sure the date is UTF8 valid, or try to make it
13761                 so. IncrediMail is really IncrediStupid.
13762         * src/compose.c
13763                 Fix possible conversions. 
13764                 
13765
13766 2006-03-26 [colin]      2.0.0cvs171
13767
13768         * src/matcher.c
13769                 Fix corner cases in body search. This is still a
13770                 hack... It seems impossible to make it good and 
13771                 reasonably fast at the same time.
13772
13773 2006-03-26 [colin]      2.0.0cvs170
13774
13775         * src/summaryview.c
13776                 I think I killed the twilight zone bug!
13777                 summary_select_node() flushes GTK events in order
13778                 to be able to center the view. But this also 
13779                 flushes keypresses like Ctrl-Alt-U, so this can
13780                 call summary_show from summary_select_node (itself
13781                 called from summary_show, etc.). And the summaryview
13782                 has to be unlocked in this function. So just locking
13783                 while processing GTK events, and bailing if locked, 
13784                 should fix it.
13785                 Fixes bug #927 (SIGSEGV during Update Summary)
13786
13787 2006-03-25 [colin]      2.0.0cvs169
13788
13789         * src/matcher.c
13790                 Fix search in QP-encoded bodies
13791                 Fix utf-8 searches in bodies encoded in the
13792                 locale's encoding
13793         * src/common/quoted-printable.c
13794         * src/common/quoted-printable.h
13795                 Add a decode function that doesn't overwrite
13796                 the original pointer
13797                 
13798
13799 2006-03-24 [colin]      2.0.0cvs168
13800
13801         * src/action.c
13802         * src/summaryview.c
13803         * src/summaryview.h
13804                 Update message cache after action
13805                 Patch by H. Merijn Brand
13806         * src/prefs_msg_colors.c
13807                 Factorize label 
13808                 Patch by Fabien Vantard
13809         * src/plugins/spamassassin/spamassassin_gtk.c
13810                 Remove useless translation
13811                 Patch by Fabien Vantard
13812
13813 2006-03-23 [colin]      2.0.0cvs167
13814
13815         * src/common/ssl.c
13816                 Let 30 seconds to SSL_connect
13817
13818 2006-03-23 [wwp]        2.0.0cvs166
13819
13820         * src/summaryview.c
13821         * src/gtk/description_window.c
13822                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13823                 and headers are translated; adjust description windows' width to fit their
13824                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13825
13826 2006-03-23 [paul]       2.0.0cvs165
13827
13828         * src/common/utils.c
13829                 fix highlighting of URIs containing "()"
13830                 (2.0.0cvs164's reversal fixed)
13831                 Thanks to Colin.
13832
13833 2006-03-23 [paul]       2.0.0cvs164
13834
13835         * src/common/utils.c
13836                 revert patch, (postponing a fix), at 2.0.0cvs120
13837                 as it breaks more URIs than it fixes.
13838                 Allow '-' to be a terminating character in a URI
13839
13840 2006-03-22 [colin]      2.0.0cvs163
13841
13842         * configure.ac
13843                 Require libetpan 0.45
13844                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13845
13846 2006-03-22 [paul]       2.0.0cvs162
13847
13848         * src/editgroup.c
13849                 replace '<-' and '->' buttons with GTK_STOCK graphical
13850                 buttons
13851         * src/summary_search.c
13852                 don't offer '...' for translation
13853                 add a tooltip to advanced search '...' button
13854         * src/gtk/quicksearch.c
13855                 don't offer '...' for translation
13856
13857 2006-03-21 [colin]      2.0.0cvs161
13858
13859         * src/compose.c
13860                 Fix middle-click pasting (insert at click
13861                 position instead of cursor position, don't
13862                 remove existing selection and allow pasting
13863                 our own selection)
13864         * src/addressbook.c
13865                 "LDAP Server" -> "LDAP servers"
13866
13867 2006-03-21 [wwp]        2.0.0cvs160
13868
13869         * src/etpan/imap-thread.c
13870                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13871
13872 2006-03-20 [colin]      2.0.0cvs159
13873
13874         * src/summaryview.c
13875                 Don't reload summaryview after an execute with no
13876                 move action
13877
13878 2006-03-19 [colin]      2.0.0cvs158
13879
13880         * src/addressbook.c
13881                 and put groups at the top, always
13882
13883 2006-03-19 [colin]      2.0.0cvs157
13884
13885         * src/addressbook.c
13886                 Order groups before names, as previously
13887
13888 2006-03-19 [colin]      2.0.0cvs156
13889
13890         * src/addressbook.c
13891                 - Sort case-unsensitive
13892                 - Put the sort arrow at opening too
13893
13894 2006-03-19 [wwp]        2.0.0cvs155
13895
13896         * src/addressbook.c
13897                 allow sorting by name/email/remarks, ensure that right-pane's contents
13898                 matches the left-pane selection (cleared when appropriate).
13899                 Patch by Pawel Pekala <c0rn@o2.pl>.
13900
13901 2006-03-18 [colin]      2.0.0cvs154
13902
13903         * src/textview.c
13904                 Fix text cursor ;)
13905
13906 2006-03-18 [colin]      2.0.0cvs153
13907
13908         * src/gtk/filesel.c
13909                 Make sure we hide the preview if we didn't get
13910                 a filename
13911
13912 2006-03-18 [colin]      2.0.0cvs152
13913
13914         * src/summaryview.c
13915                 Set cursor to watch for execution (fixes lack
13916                 of watch-cursor when dnd'ing hundreds of mails)
13917         * src/gtk/filesel.c
13918                 Check that mime type is 'image/*' before updating
13919                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13920
13921 2006-03-18 [colin]      2.0.0cvs151
13922
13923         * src/mainwindow.c
13924         * src/textview.c
13925         * src/textview.h
13926                 Put a watch cursor in textview too when the mainwindow's
13927                 cursor in a watch
13928
13929 2006-03-18 [colin]      2.0.0cvs150
13930
13931         * src/folder.c
13932                 Change wrong asserts to simple tests
13933
13934 2006-03-17 [colin]      2.0.0cvs149
13935
13936         * src/mainwindow.c
13937         * src/mainwindow.h
13938         * src/prefs_msg_colors.c
13939         * src/summaryview.c
13940         * src/summaryview.h
13941         * src/gtk/colorlabel.c
13942         * src/gtk/colorlabel.h
13943                 Add a color label menu in the main menubar
13944                 Add (fixed) accels Ctrl-{0-7} to change the color
13945                 They have to be fixed because the menu's dynamic,
13946                 the items are complex widgets, hence we can't use
13947                 a GtkItemFactory.
13948
13949
13950 2006-03-17 [wwp]        2.0.0cvs148
13951
13952         * src/compose.c
13953                 rollback few lines from my previous commit (those lines come from
13954                 a pending patch, accidentally commited, even if neutral as they are
13955                 commented out).
13956
13957 2006-03-17 [wwp]        2.0.0cvs147
13958
13959         * src/compose.c
13960                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13961                 applied code style/indentation to the modified function.
13962
13963 2006-03-17 [wwp]        2.0.0cvs146
13964
13965         * src/procmsg.c
13966         * src/compose.c
13967                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13968
13969 2006-03-17 [paul]
13970
13971         2.1.0-rc1 released
13972
13973 2006-03-17 [paul]       2.0.0cvs145
13974
13975         * src/main.c
13976                 addressbook_read_file() was called twice
13977         * src/textview.c
13978                 X-Mailer highlighting
13979
13980 2006-03-16 [colin]      2.0.0cvs144
13981
13982         * src/sourcewindow.c
13983         * src/sourcewindow.h
13984                 And the last one, in source window.
13985
13986 2006-03-16 [colin]      2.0.0cvs143
13987
13988         * src/compose.c
13989         * src/compose.h
13990                 Fix the same stuff in compose
13991
13992 2006-03-16 [colin]      2.0.0cvs142
13993
13994         * src/messageview.c
13995                 Complete the previous messageview crash fix
13996
13997 2006-03-16 [colin]      2.0.0cvs141
13998
13999         * src/procmsg.h
14000         * src/procmsg.c
14001         * src/folder.c
14002                 Fix POSTPROCESSING hook
14003                 Patch by H. Merijn Brand
14004
14005         * src/procmime.c
14006         * src/procmime.h
14007                 Parse Content-Location
14008
14009         * src/toolbar.c
14010         * src/messageview.c
14011         * src/messageview.h
14012                 Don't crash when a top-level MessageView has
14013                 been closed on us. Same problematic than
14014                 yesterday's quicksearch issue.
14015
14016 2006-03-15 [colin]      2.0.0cvs140
14017
14018         * src/gtk/quicksearch.c
14019                 Fix a bitchy race we didn't think about when we
14020                 added quicksearch cancellation:
14021                 If the search is not on cached fields, for example
14022                 body_part matchcase "stuff"
14023                 the matcher code has to get the whole message. If
14024                 we're on IMAP, that can be slow, and in order to
14025                 be non-blocking, the IMAP code idle loop processes
14026                 gtk events too. So it is possible to cancel a
14027                 quicksearch while the matcher is getting the mail's
14028                 body. After matcher got its body, it will start to
14029                 iterate over the matcher list that the Quicksearch's
14030                 clear_search_cb() just freed via prepare_matcher().
14031                 SIGSEGV ensues.
14032                 The fix consists of guarding the matcherlist_match()
14033                 call with a boolean 'matching'. If we reset the
14034                 quicksearch while matching is TRUE, we don't free
14035                 the matcherlist anymore like we did, but we set
14036                 another new flag, deferred_free, to TRUE. Then,
14037                 in quicksearch_match(), just after returning from
14038                 matcherlist_match() and unsetting the matching flag,
14039                 we check the deferred_free flag and do the
14040                 prepare_matcher() (which does the matcherlist_free)
14041                 for real, so we free the matcherlist once it's not
14042                 used anymore.
14043                 As all of this runs via the glib main loop, we
14044                 luckily don't need a mutex.
14045         * src/summaryview.c
14046                 Also, show progress while searching.
14047
14048
14049 2006-03-14 [colin]      2.0.0cvs139
14050
14051         * src/alertpanel.c
14052                 Make alertpanel_is_open non-static
14053
14054 2006-03-14 [colin]      2.0.0cvs138
14055
14056         * src/prefs_spelling.c
14057                 Cleanups - Fabien Vantard
14058
14059 2006-03-14 [wwp]        2.0.0cvs137
14060
14061         * src/main.c
14062                 code style normalization (curly braces, indentation).
14063
14064 2006-03-14 [wwp]        2.0.0cvs137
14065
14066         * src/main.c
14067                 code style (braces, indentation)
14068
14069 2006-03-12 [paul]       2.0.0cvs136
14070
14071         * src/prefs_common.c
14072                 trans_hdr defaults to FALSE to be RFC-savvy
14073         * src/prefs_summaries.c
14074                 add a tooltip to the trans_hdr option
14075                 
14076
14077 2006-03-12 [paul]       2.0.0cvs135
14078
14079         * src/prefs_matcher.c
14080                 give a little more width to the combos
14081         * src/prefs_display_header.c
14082         * src/textview.c
14083                 translate headers if prefs_common.trans_hdr
14084                 is TRUE
14085
14086         Patches by Pawel Pekala
14087
14088 2006-03-12 [paul]       2.0.0cvs134
14089
14090         * src/plugins/clamav/clamav_plugin.c
14091         * src/plugins/dillo_viewer/dillo_viewer.c
14092         * src/plugins/pgpcore/plugin.c
14093         * src/plugins/pgpinline/plugin.c
14094         * src/plugins/pgpmime/plugin.c
14095         * src/plugins/spamassassin/spamassassin.c
14096                 update/add to descriptions
14097         * src/plugins/spamassassin/spamassassin_gtk.c
14098                 fixes to the english, remove superfluous
14099                 tooltips, clean up a little
14100
14101 2006-03-12 [paul]       2.0.0cvs133
14102
14103         * src/compose.c
14104                 fix Bug 924, 'Account combo box shows up wrong 
14105                 if & is in account name'
14106
14107 2006-03-11 [colin]      2.0.0cvs132
14108
14109         * src/summaryview.c
14110                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14111                 messed up shift-selection because is slows down
14112                 moving around summaryview. thanks -users
14113
14114 2006-03-10 [colin]      2.0.0cvs131
14115
14116         * src/plugins/spamassassin/spamassassin_gtk.c
14117                 Put back Paul's engrish fixes
14118
14119 2006-03-10 [colin]      2.0.0cvs130
14120
14121         * src/plugins/spamassassin/spamassassin.c
14122         * src/plugins/spamassassin/spamassassin.h
14123         * src/plugins/spamassassin/spamassassin_gtk.c
14124                 Cleanup SA prefs page (more)
14125                 Patch by Fabien Vantard
14126
14127 2006-03-10 [paul]       2.0.0cvs129
14128
14129         * src/prefs_msg_colors.c
14130         * src/prefs_spelling.c
14131                 widget sensitivity
14132
14133 2006-03-09 [mones]      2.0.0cvs128
14134
14135         * po/es.po
14136                 Update for next RC
14137
14138 2006-03-09 [wwp]        2.0.0cvs127
14139
14140         * configure.ac
14141                 revert accidental commit (requirement for libetpan 0.43), this time
14142                 not in HEAD.
14143
14144 2006-03-09 [wwp]        2.0.0cvs125
14145
14146         * configure.ac
14147                 revert accidental commit (requirement for libetpan 0.43)
14148
14149 2006-03-09 [paul]       2.0.0cvs126
14150
14151         * src/prefs_receive.c
14152                 remove useless frame
14153                 replace 'incorporation' with 'receiving'
14154         * src/plugins/clamav/clamav_plugin_gtk.c
14155         * src/plugins/spamassassin/spamassassin_gtk.c
14156                 improve widget sensitivity
14157                 fix a bit his engrish
14158
14159 2006-03-09 [wwp]        2.0.0cvs125
14160
14161         * src/addressadd.c
14162         * src/foldersel.c
14163         * src/prefs_common.c
14164         * src/prefs_common.h
14165                 remember some more windows' sizes (add to addressbook and
14166                 select folder).
14167
14168 2006-03-09 [paul]       2.0.0cvs124
14169
14170         * src/plugins/pgpcore/prefs_gpg.c
14171                 normalise construction of dialogue
14172
14173 2006-03-09 [paul]       2.0.0cvs123
14174
14175         * src/plugins/trayicon/Makefile.am
14176                 add missing slash
14177
14178 2006-03-08 [colin]      2.0.0cvs122
14179
14180         * src/plugins/trayicon/Makefile.am
14181                 Fix build in separate dir 
14182                 Patch by Bamanzi <bamanzi@gmail.com>
14183
14184 2006-03-08 [colin]      2.0.0cvs121
14185
14186         * src/procmsg.c
14187                 Batch move and copies from summaryview with delayed execution
14188                 too
14189
14190 2006-03-07 [paul]       2.0.0cvs120
14191
14192         * src/common/utils.c
14193                 fix highlighting of URIs containing "()"
14194                 Patch by Pawel Pekala
14195
14196 2006-03-07 [paul]       2.0.0cvs119
14197
14198         * src/folder.c
14199         * src/folder.h
14200         * src/folderview.c
14201                 immediately do alphabetical resort when
14202                 changing a folder's name
14203                 Patch by Pawel Pekala
14204
14205 2006-03-07 [paul]       2.0.0cvs118
14206
14207         * src/news.c
14208         * src/news_gtk.c
14209                 when unsubscribing a newsgroup, remove the
14210                 folder and msgs in .sylpheed-claws/newscache
14211                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14212
14213 2006-03-07 [paul]       2.0.0cvs117
14214
14215         * src/textview.c
14216                 fix wrong Fake URL Warning
14217                 Thanks to Hiro
14218
14219 2006-03-07 [colin]      2.0.0cvs116
14220
14221         * src/imap.c
14222                 Return immediately when password dialog was
14223                 cancelled
14224         * src/gtk/inputdialog.c
14225                 Allow empty strings for passwords
14226
14227
14228 2006-03-06 [colin]      2.0.0cvs115
14229
14230         * src/imap.c
14231                 Prevent double-timeouts when connection fails
14232
14233 2006-03-06 [colin]
14234
14235         2.0.1-rc1 released
14236
14237 2006-03-06 [colin]      2.0.0cvs114
14238
14239         * src/imap.c
14240                 Refresh session during potentially long
14241                 operations
14242
14243 2006-03-06 [wwp]        2.0.0cvs113
14244
14245         * src/prefs_msg_colors.h
14246                 forgot that one (custom color labels).
14247
14248 2006-03-06 [wwp]        2.0.0cvs112
14249
14250         * src/prefs_common.c
14251         * src/prefs_common.h
14252         * src/prefs_msg_colors.c
14253         * src/summaryview.c
14254         * src/summaryview.h
14255         * src/gtk/colorlabel.c
14256         * src/gtk/colorlabel.h
14257                 colors in messages list are now customizable. Color values and names can
14258                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14259                 Thanks to Paul and Colin for their help with this longstanding patch!
14260
14261 2006-03-06 [wwp]        2.0.0cvs111
14262
14263         * src/textview.c
14264                 don't crash if (x)face is bad.
14265
14266 2006-03-05 [paul]       2.0.0cvs110
14267
14268         * AUTHORS
14269         * configure.ac
14270         * src/Makefile.am
14271         * src/common/Makefile.am
14272         * src/common/utils.h
14273         * src/etpan/imap-thread.c
14274         * src/gtk/authors.h
14275         * src/plugins/clamav/Makefile.am
14276         * src/plugins/demo/Makefile.am
14277         * src/plugins/dillo_viewer/Makefile.am
14278         * src/plugins/pgpcore/Makefile.am
14279         * src/plugins/pgpcore/passphrase.c
14280         * src/plugins/pgpinline/Makefile.am
14281         * src/plugins/pgpmime/Makefile.am
14282         * src/plugins/spamassassin/Makefile.am
14283         * src/plugins/trayicon/Makefile.am
14284                 fix builiding on cygwin
14285                 Patch by Ralgh Young <bamanzi@gmail.com>
14286
14287 2006-03-04 [wwp]        2.0.0cvs109
14288
14289         * manual/keyboard.xml
14290                 fix mixed up/down keys.
14291
14292 2006-03-04 [wwp]        2.0.0cvs108
14293
14294         * README
14295         * INSTALL
14296                 updated links to SpamAssassin.
14297
14298 2006-03-04 [wwp]        2.0.0cvs107
14299
14300         * manual/plugins.xml
14301         * src/plugins/spamassassin/README
14302                 updated SpamAssassin plugin docs to reflect new functional additions
14303                 (also fix/update/documents few technical stuff more, see the README).
14304
14305 2006-03-04 [wwp]        2.0.0cvs106
14306
14307         * src/prefs_message.c
14308                 normalized capitalization of message-prefs paths.
14309
14310 2006-03-04 [wwp]        2.0.0cvs105
14311
14312         * manual/advanced.xml
14313                 typo.
14314
14315 2006-03-03 [colin]      2.0.0cvs104
14316
14317         * src/plugins/clamav/clamav_plugin_gtk.c
14318                 Rework prefs page, patch by Fabien 
14319
14320 2006-03-03 [colin]      2.0.0cvs103
14321
14322         * src/plugins/clamav/clamav_plugin.c
14323                 Set error on all errors
14324
14325 2006-03-03 [colin]      2.0.0cvs102
14326
14327         * src/common/plugin.c
14328                 Initialize error to avoid crashing when a plugin fails
14329                 without setting error
14330
14331 2006-03-02 [wwp]        2.0.0cvs101
14332
14333         * configure.ac
14334                 fixed linker flags for libetpan support on Cygwin
14335                 (thanks to H.Merijn Brand).
14336
14337 2006-03-02 [wwp]        2.0.0cvs100
14338
14339         * src/addressbook.c
14340                 fix some AB error messages: one for punctuation and
14341                 one wrongly duplicate (thanks, maxbritov).
14342
14343 2006-03-02 [wwp]        2.0.0cvs99
14344
14345         * src/plugins/spamassassin/spamassassin.c
14346                 make sync calls to sa-learn/spamc to prevent
14347                 system (whatever local or client/server) overload.
14348
14349 2006-03-02 [colin]      2.0.0cvs98
14350
14351         * src/summaryview.c
14352                 Put the spam icon in the status column instead of the
14353                 mark one
14354
14355 2006-03-01 [colin]      2.0.0cvs97
14356
14357         * src/plugins/spamassassin/spamassassin.c
14358                 Fix segfault (g_file_set_contents fails for some 
14359                 reason and err==0x2f. Can't find out why with
14360                 valgrind, using working function :-)
14361
14362 2006-03-01 [colin]      2.0.0cvs96
14363
14364         * src/inc.c
14365                 Offline overriding: let 'No' be cached only 3 seconds
14366
14367 2006-03-01 [colin]      2.0.0cvs95
14368
14369         * src/addr_compl.c
14370         * src/addrbook.c
14371         * src/addressbook.c
14372         * src/addrindex.c
14373         * src/folder_item_prefs.c
14374         * src/headerview.c
14375         * src/imap.c
14376         * src/inc.c
14377         * src/ldif.c
14378         * src/mainwindow.c
14379         * src/mh.c
14380         * src/msgcache.c
14381         * src/prefs_common.h
14382         * src/prefs_msg_colors.c
14383         * src/procheader.c
14384         * src/procheader.h
14385         * src/procmime.c
14386         * src/procmsg.c
14387         * src/procmsg.h
14388         * src/send_message.h
14389         * src/simple-gettext.c
14390         * src/summaryview.c
14391         * src/summaryview.h
14392         * src/syldap.c
14393         * src/textview.c
14394         * src/undo.c
14395         * src/common/ssl_certificate.c
14396         * src/common/utils.c
14397         * src/gtk/colorsel.c
14398         * src/gtk/gtksctree.c
14399         * src/gtk/gtkshruler.c
14400         * src/plugins/trayicon/trayicon.c
14401                 #if 0 goes to /dev/null
14402
14403 2006-03-01 [colin]      2.0.0cvs94
14404
14405         * src/compose.c
14406         * src/imap.c
14407         * src/inc.c
14408         * src/inc.h
14409         * src/messageview.c
14410         * src/news.c
14411         * src/plugins/spamassassin/spamassassin.c
14412                 Allow to add information in the "working offline"
14413                 window
14414
14415 2006-03-01 [wwp]        2.0.0cvs93
14416
14417         * src/plugins/spamassassin/spamassassin.c
14418                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14419                 'cause it seems that calling `spamc ... < inputfile` with
14420                 g_spawn_(a)sync simply.. erm doesn't work :-).
14421
14422 2006-03-01 [wwp]        2.0.0cvs92
14423
14424         * src/toolbar.c
14425         * src/toolbar.h
14426                 simplify the adding of spam/ham button to the messageview toolbar
14427                 (it gets more clear now that the same button will be "Mark as spam"
14428                 or "Mark as ham" according to the current message status,
14429                 thanks to Colin).
14430
14431 2006-03-01 [wwp]        2.0.0cvs91
14432
14433         * src/messageview.c
14434         * src/procmsg.c
14435         * src/procmsg.h
14436         * src/summaryview.c
14437         * src/plugins/spamassassin/spamassassin.c
14438         * src/plugins/spamassassin/spamassassin.h
14439                 make learner callbacks return a status (0 for ok),
14440                 handle it in main code to avoid setting flags when learning failed,
14441                 don't learn on TCP if offline in spamassassin,
14442                 thanks to Colin.
14443
14444                 
14445
14446 2006-03-01 [wwp]        2.0.0cvs90
14447
14448         * src/compose.c
14449                 some work around the compose window's account menu,
14450                 patch by Fabien Vantard.
14451
14452 2006-03-01 [wwp]        2.0.0cvs89
14453
14454         * src/plugins/spamassassin/spamassassin.c
14455                 fixed bad logics, was using spamc in local mode and sa-learn
14456                 in remote mode (thanks, Colin).
14457
14458 2006-03-01 [wwp]        2.0.0cvs88
14459
14460         * src/plugins/spamassassin/spamassassin.c
14461         * src/plugins/spamassassin/spamassassin.h
14462         * src/plugins/spamassassin/spamassassin_gtk.c
14463                 made processing of emails w/ sa-plugin an option (default is TRUE),
14464                 fixed Engrish some tooltips, capitalization of some debug messages
14465                 and warnings. The spamassassin plugin now provides two separate
14466                 services: process emails upon incorporation and spamd training.
14467                 Both services (un)register independently but use some common
14468                 plugin settings (transport settings, spam storage location).
14469
14470 2006-02-28 [wwp]        2.0.0cvs87
14471
14472         * src/plugins/spamassassin/spamassassin.c
14473                 fix async flag to spamc cmdline execution (batch exec should
14474                 be asynchronous).
14475
14476 2006-02-27 [wwp]        2.0.0cvs86
14477
14478         * src/plugins/spamassassin/spamassassin.c
14479         * src/plugins/spamassassin/spamassassin.h
14480         * src/plugins/spamassassin/spamassassin_gtk.c
14481                 - added the ability to learn a remote spamassassin server (spamd),
14482                 using spamc.
14483                 - added the spamassassin option 'username', that applies to all
14484                 spamassassin operations (filtering, learning, local or remote).
14485                 The default username is the current unix user (if left blank
14486                 from gtk prefs or config file).
14487                 - commented out some unused code (notebook widget), removed unused
14488                 layout (hbox1).
14489                 - make more widgets sensitive to the transport type.
14490
14491 2006-02-27 [colin]      2.0.0cvs85
14492
14493         * src/plugins/spamassassin/spamassassin.c
14494                 Fix sa-learn call when offline
14495
14496 2006-02-27 [colin]      2.0.0cvs84
14497
14498         * configure.ac
14499         * src/Makefile.am
14500         * src/mainwindow.c
14501         * src/mainwindow.h
14502         * src/messageview.c
14503         * src/messageview.h
14504         * src/prefs_toolbar.c
14505         * src/procmsg.c
14506         * src/stock_pixmap.c
14507         * src/stock_pixmap.h
14508         * src/summaryview.c
14509         * src/toolbar.c
14510         * src/toolbar.h
14511         * src/pixmaps/ham_btn.xpm
14512         * src/pixmaps/spam.xpm
14513         * src/pixmaps/spam_btn.xpm
14514         * src/plugins/spamassassin/spamassassin.c
14515                 Add button in toolbar for spam learning
14516                 Fix a few bugs from the last related commit
14517                 Revert 1.9.6cvs23 which messed up shift-selection
14518
14519 2006-02-24 [colin]      2.0.0cvs83
14520
14521         * src/procmsg.c
14522         * src/summaryview.c
14523         * src/summaryview.h
14524         * src/plugins/spamassassin/spamassassin.c
14525         * src/plugins/spamassassin/spamassassin.h
14526         * src/plugins/spamassassin/spamassassin_gtk.c
14527                 Unregister learner when spamassassin is either
14528                 disabled or over tcp
14529
14530 2006-02-24 [colin]      2.0.0cvs82
14531
14532         * src/Makefile.am
14533         * src/mainwindow.c
14534         * src/mainwindow.h
14535         * src/procmsg.c
14536         * src/procmsg.h
14537         * src/stock_pixmap.c
14538         * src/stock_pixmap.h
14539         * src/summaryview.c
14540         * src/summaryview.h
14541         * src/gtk/icon_legend.c
14542         * src/pixmaps/spam.xpm  ** NEW FILE **
14543         * src/plugins/spamassassin/spamassassin.c
14544         * src/plugins/spamassassin/spamassassin_gtk.c
14545                 Add spam learning interface (Mark/Mark as 
14546                 (spam|ham) menus)
14547
14548 2006-02-24 [wwp]        2.0.0cvs81
14549
14550         * src/compose.c
14551         * src/compose.h
14552         * src/filtering.c
14553                 hide compose window when sending message in batch mode
14554                 (filtering: forward and redirect). Also fixed a wrong
14555                 value returned when sending failed, neutral anyway.
14556                 (Colin, me) 
14557
14558 2006-02-24 [wwp]        2.0.0cvs80
14559
14560         * src/mainwindow.c
14561                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14562
14563 2006-02-24 [paul]       2.0.0cvs79
14564
14565         * src/news.c
14566         * src/news.h
14567         * src/news_gtk.c
14568                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14569                 Thanks to Colin
14570
14571 2006-02-23 [colin]      2.0.0cvs78
14572
14573         * src/alertpanel.c
14574                 Change OK to Close in alertpanel with View log
14575                 button; add accel to View log. Patch by Fabien
14576                 Vantard
14577
14578 2006-02-23 [wwp]        2.0.0cvs77
14579
14580         * src/compose.c
14581                 silly me, there were much more tests to perform, since toolbars can
14582                 really have down to 1 element only.
14583
14584 2006-02-23 [wwp]        2.0.0cvs76
14585
14586         * commitHelper
14587                 fixed indentation from my previous commit. Fallback to VISUAL if
14588                 EDITOR is not set (and to vi, at last resort).
14589
14590 2006-02-23 [wwp]        2.0.0cvs75
14591
14592         * commitHelper
14593                 improved error detection (Colin, me).
14594
14595 2006-02-23 [wwp]        2.0.0cvs74
14596
14597         * src/prefs_toolbar.c
14598                 simplify and fix prefs/toolbars layouting. Combos' contents can
14599                 now be really displayed.
14600
14601 2006-02-23 [wwp]        2.0.0cvs73
14602         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14603         be really displayed.
14604
14605 2006-02-22 [wwp]        2.0.0cvs72
14606
14607         * src/compose.c
14608                 fix a typo in my previous commit (sorry!).
14609
14610 2006-02-22 [wwp]        2.0.0cvs71
14611
14612         * src/prefs_toolbar.c
14613                 fix a crash when adding separators to toolbars,
14614                 also fix some separator item information.
14615
14616 2006-02-22 [wwp]        2.0.0cvs70
14617
14618         * src/compose.c
14619                 fix a crash when redirecting (for instance) when compose window's
14620                 toolbar contents has been customized (when some buttons have been
14621                 removed in fact).
14622
14623 2006-02-21 [wwp]        2.0.0cvs69
14624
14625         * src/summaryview.c
14626         * src/gtk/pluginwindow.c
14627         * src/plugins/pgpcore/prefs_gpg.c
14628                 fix some compilation warnings (feat. remains of removed code).
14629
14630 2006-02-21 [wwp]        2.0.0cvs68
14631
14632         * src/gtk/gtkutils.c
14633                 fix two compilation issues, thanks to Stephan Sachse.
14634
14635 2006-02-20 [colin]      2.0.0cvs67
14636
14637         * src/mainwindow.c
14638                 Don't reselect displayed mail on refocus
14639                 This fixes actions misbehaving 
14640
14641 2006-02-20 [wwp]        2.0.0cvs66
14642
14643         * src/summaryview.c
14644         * src/gtk/gtksctree.c
14645         * src/gtk/gtkshruler.c
14646                 changed more runtime typecast checks.
14647
14648 2006-02-20 [wwp]        2.0.0cvs65
14649
14650         * src/summary_search.c
14651                 find all - summaryview refresh issue fixed, thanks to Colin.
14652
14653 2006-02-20 [wwp]        2.0.0cvs64
14654
14655         * src/gtk/gtkutils.c
14656                 better runtime typecast checks.
14657
14658 2006-02-20 [wwp]        2.0.0cvs63
14659
14660         * src/summary_search.c
14661                 enhancements to the summary search:
14662                         - add the ability to stop the running search
14663                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14664                         - don't search if no criteria (From/To/Subject/Body) is set
14665                         - ensure that a busy mouse pointer is always shown when searching,
14666                           show it even a bit earlier
14667
14668 2006-02-19 [colin]      2.0.0cvs62
14669
14670         * src/compose.c
14671         * src/imap.c
14672         * src/etpan/imap-thread.c
14673         * src/etpan/imap-thread.h
14674                 (Future) IMAP speed improvement on sending
14675                 Will require a libetpan update
14676         * src/summaryview.c
14677         * src/gtk/quicksearch.c
14678                 Make quicksearch clearable while running.
14679
14680 2006-02-17 [colin]      2.0.0cvs61
14681
14682         * src/imap.c
14683         * src/etpan/imap-thread.c
14684         * src/etpan/imap-thread.h
14685                 Check for IMAP certificates
14686                 ** Requires libetpan-0.42-cvs4 
14687                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14688
14689 2006-02-17 [colin]      2.0.0cvs60
14690
14691         * src/messageview.c
14692         * src/prefs_common.c
14693         * src/prefs_common.h
14694         * src/prefs_message.c
14695                 Add pref to display HTML-only mails with plugin, 
14696                 if possible (defaulting to FALSE of course).
14697
14698 2006-02-16 [colin]      2.0.0cvs59
14699
14700         * src/main.c
14701         * src/common/plugin.c
14702         * src/common/plugin.h
14703         * src/gtk/pluginwindow.c
14704                 Keep track of requested (but unloaded) plugins
14705                 in some error cases.
14706
14707 2006-02-16 [wwp]        2.0.0cvs58
14708
14709         * src/gtk/gtkaspell.c
14710         * src/gtk/gtkaspell.h
14711         * src/prefs_spelling.c
14712         * src/compose.c
14713         * src/prefs_common.c
14714         * src/prefs_common.h
14715                 implemented new optional spellchecker behaviour: re-check message when
14716                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14717
14718 2006-02-16 [wwp]        2.0.0cvs57
14719
14720         * src/quote_fmt_parse.y
14721                 pclose popen'ed pipe.
14722
14723 2006-02-15 [colin]      2.0.0cvs56
14724
14725         * src/mimeview.c
14726         * src/mimeview.h
14727                 Let MimeViewers know which MimeView they
14728                 depend of.
14729         * src/summaryview.c
14730                 Swap From/To columns in Sent/Queue/Drafts
14731                 folders
14732         * src/etpan/imap-thread.c
14733                 Use mailstream_low_tls_open() for STARTTLS
14734                 instead of mailstream_low_ssl_open()
14735                 ** REQUIRES libetpan 0.42cvs3 **
14736
14737 2006-02-15 [wwp]        2.0.0cvs55
14738
14739         * src/compose.c
14740         * src/compose.h
14741         * src/message_search.c
14742         * src/message_search.h
14743         * src/textview.c
14744         * src/gtk/gtkutils.c
14745         * src/gtk/gtkutils.h
14746                 added the ability to Find text in the compose window (and a bit
14747                 of code factorization).
14748
14749 2006-02-15 [wwp]        2.0.0cvs54
14750
14751         * src/prefs_gtk.c
14752                 yet another one file was missing (fix for some widgets' sensitivity).
14753                 Thanks Colin!
14754
14755 2006-02-15 [wwp]        2.0.0cvs53
14756
14757         * src/prefs_gtk.h
14758                 oops forgot that file (fix for some widgets' sensitivity).
14759
14760 2006-02-15 [wwp]        2.0.0cvs52
14761
14762         * src/summary_search.c
14763                 implemented advanced summary search options (added the ability
14764                 to use matcher conditions in an advanced search mode).
14765
14766 2006-02-15 [wwp]        2.0.0cvs51
14767
14768         * src/plugins/pgpcore/prefs_gpg.c
14769         * src/prefs_account.c
14770                 fix some widget sensitivity, mostly around some labels in
14771                 account prefs.
14772
14773 2006-02-15 [paul]       2.0.0cvs50
14774
14775         * manual/advanced.xml
14776                 improve Templates info
14777                 written by wwp
14778
14779 2006-02-14 [colin]      2.0.0cvs49
14780
14781         * src/pixmaps/address_book.xpm
14782         * src/pixmaps/preferences.xpm
14783         * src/pixmaps/properties.xpm
14784                 Fix pixmap size - patch by Fabien Vantard
14785
14786 2006-02-13 [colin]      2.0.0cvs48
14787
14788         * src/procmime.c
14789                 Add missing fclose()s on error
14790         * src/textview.c
14791                 Remove unused code
14792         * src/common/utils.c
14793                 Fix temp files not being deleted on windows
14794         Patches by Thomas Gilgin
14795
14796 2006-02-13 [colin]      2.0.0cvs47
14797
14798         * src/mainwindow.c
14799                 Fix exit crash
14800
14801 2006-02-13 [wwp]        2.0.0cvs46
14802
14803         * src/plugins/pgpcore/prefs_gpg.c
14804                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14805
14806 2006-02-12 [colin]      2.0.0cvs45
14807
14808         * src/folderview.c
14809         * src/main.c
14810         * src/mainwindow.c
14811                 Fix "stuff" when quitting
14812
14813 2006-02-12 [wwp]        2.0.0cvs44
14814
14815         * src/prefs_themes.c
14816                 fix typos in debug messages.
14817
14818 2006-02-11 [colin]      2.0.0cvs43
14819
14820         * src/summaryview.c
14821                 don't allow drag/drop from ourself
14822
14823 2006-02-10 [wwp]        2.0.0cvs42
14824
14825         * src/exporthtml.c
14826         * src/html.c
14827         * src/html.h
14828         * src/procmime.c
14829         * src/textview.c
14830                 renamed html_ prefixed functions and data structures to avoid
14831                 namespace clashes w/ other software (gtkhtml2 for instance).
14832                 Closes bug #907.
14833
14834
14835 2006-02-09 [colin]      2.0.0cvs41
14836
14837         * src/summaryview.c
14838                 Fix shitty logic messed up. Thanks Ticho for the hint!
14839
14840 2006-02-09 [wwp]        2.0.0cvs40
14841
14842         * src/gtk/about.c
14843         * src/compose.c
14844         * src/prefs_account.c
14845         * src/prefs_gtk.h
14846         * src/editaddress.c
14847                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14848                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14849                 Browse buttons in accounts prefs.
14850
14851 2006-02-09 [colin]      2.0.0cvs39
14852
14853         * src/matcher.c
14854                 Check for pointer before using its members
14855         * src/gtk/gtksourceprintjob.c
14856                 Fix a wrong warning
14857
14858 2006-02-09 [wwp]        2.0.0cvs38
14859
14860         * src/gtk/filesel.c
14861                 fix few compiler warnings (type mismatch).
14862
14863 2006-02-09 [paul]       2.0.0cvs37
14864
14865         * po/fr.po
14866                 updated by Fabien Vantard
14867
14868 2006-02-08 [colin]      2.0.0cvs36
14869
14870         * src/prefs_common.c
14871         * src/common/defs.h
14872         * src/common/plugin.c
14873                 allow windows and linux configurations to coexist
14874                 patch by Thomas Gilgin
14875
14876 2006-02-08 [colin]      2.0.0cvs35
14877
14878         * src/filtering.c
14879         * src/matcher.c
14880         * src/matcher.h
14881         * src/matcher_parser_parse.y
14882         * src/prefs_filtering_action.c
14883         * src/prefs_matcher.c
14884                 Add the "Ignore thread" filtering
14885                 action
14886
14887 2006-02-08 [colin]      2.0.0cvs34
14888
14889         * src/compose.c
14890         * src/procmime.c
14891         * src/procmime.h
14892                 Fix bug #905 (damaged attachment)
14893                 text files with raw \0's aren't really text files
14894         FOR_STABLE
14895
14896 2006-02-08 [colin]      2.0.0cvs33
14897
14898         * src/summaryview.c
14899                 Fix crasher introduced yesterday
14900
14901 2006-02-08 [wwp]        2.0.0cvs32
14902
14903         * src/compose.c
14904         * src/compose.h
14905                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14906
14907 2006-02-08 [wwp]        2.0.0cvs31
14908
14909         * src/prefs_template.c
14910                 templates enhancement: allow address completion for Cc and Bcc fields
14911                 (it was currently possible for the To field only)
14912
14913 2006-02-08 [colin]      2.0.0cvs30
14914
14915         * src/compose.c
14916                 Don't unblock if not blocked
14917         FOR_STABLE
14918
14919 2006-02-07 [colin]      2.0.0cvs29
14920
14921         * src/action.c
14922                 Forgot to refresh summaryview
14923
14924 2006-02-07 [colin]      2.0.0cvs28
14925
14926         * src/action.c
14927                 Freeze/thaw message list and folder list while
14928                 processing %as{} actions 
14929         * src/compose.c
14930                 Fix auto-wrap disabling after a middle-click
14931                 paste - FOR_STABLE
14932
14933 2006-02-07 [paul]       2.0.0cvs27
14934
14935         * src/folder.c
14936                 fix freeing of uninitialised pointers
14937                 Thanks to Colin
14938
14939 2006-02-06 [colin]      2.0.0cvs26
14940
14941         * src/folder.c
14942                 Use g_slist_prepend in potentially big list
14943
14944 2006-02-06 [colin]      2.0.0cvs25
14945
14946         * src/folder.c
14947                 Completely skip processing if it doesn't 
14948                 exist (faster!)
14949
14950 2006-02-06 [colin]      2.0.0cvs24
14951
14952         * src/folder.c
14953         * src/summaryview.c
14954                 Batch filtering in summaryview (from Tools menu)
14955                 and pre/post//-processing too
14956
14957 2006-02-06 [colin]      2.0.0cvs23
14958
14959         * src/procmsg.h
14960         * src/filtering.c
14961                 Use a special field for batch filtering instead
14962                 of stepping on deferred execution's toes
14963
14964 2006-02-06 [colin]      2.0.0cvs22
14965
14966         * src/action.c
14967         * src/filtering.c
14968         * src/filtering.h
14969         * src/folder.c
14970         * src/summaryview.c
14971                 Fix filtering via menus and actions
14972
14973 2006-02-06 [colin]      2.0.0cvs21
14974
14975         * src/imap.c
14976                 Put the added file directly to cache if possible (will work
14977                 with next libetpan)
14978         * src/filtering.c
14979         * src/filtering.h
14980         * src/inc.c
14981         * src/folder.c
14982         * src/mbox.c
14983         * src/procmsg.h
14984                 Move and copy filtered messages by batches instead of one
14985                 by one - faster on IMAP
14986         * src/procmsg.c
14987                 Add a function that'll possibly be useful later
14988
14989 2006-02-06 [colin]      2.0.0cvs20
14990
14991         * src/addressbook.c
14992                 Use internal mime-type instead of text/plain for d'n'd
14993         * src/compose.c
14994                 Allow attaching files from mimeview's icon list via d'n'd
14995         * src/folderview.c
14996         * src/folderview.h
14997                 Use internal mime-type instead of text/plain for d'n'd
14998                 Don't try to selected opened folder if none is
14999                 Factorize d'n'd from other apps code
15000         * src/headerview.c
15001         * src/textview.c
15002         * src/gtk/gtkutils.c
15003         * src/gtk/gtkutils.h
15004                 Factorize Face/X-Face stuff
15005         * src/mimeview.c
15006                 Fix d'n'd to other apps
15007         * src/prefs_message.c
15008                 Let the XFace pref be usable without libcompface as it also
15009                 applies to Face
15010         * src/summaryview.c
15011                 Fix d'n'd to other apps
15012                 Factorize d'n'd from other apps code
15013
15014 2006-02-06 [wwp]        2.0.0cvs19
15015
15016         * po/it.po
15017                 Italian translation fixes by Andrea Spadaccini (no more confusion
15018                 between filtering and processing, and few changes in the About
15019                 dialog).
15020
15021
15022 2006-02-06 [mones]      2.0.0cvs18
15023
15024         * src/gtk/icon_legend.c
15025                 Improved descriptions allowing better translations
15026
15027 2006-02-05 [colin]      2.0.0cvs17
15028
15029         * src/imap.c
15030                 Add the f*cking missing expunge that caused imap_fetch_env
15031                 to fail after an add_msgs ! :-///
15032         * src/etpan/imap-thread.c
15033                 Add a bit of debug
15034         FOR_STABLE
15035
15036 2006-02-05 [colin]      2.0.0cvs16
15037
15038         * src/common/utils.c
15039                 Don't check for return-path (or we can't put
15040                 back non-sent mails)
15041
15042 2006-02-05 [colin]      2.0.0cvs15
15043
15044         * src/textview.c
15045                 Don't try to display Face header in textview
15046                 when teh headerview's active
15047
15048 2006-02-05 [colin]      2.0.0cvs14
15049
15050         * tools/tbird2syl.py
15051         * tools/Makefile.am
15052                 Add script to import Thunderbird mails
15053
15054 2006-02-05 [colin]      2.0.0cvs13
15055
15056         * src/headerview.c
15057         * src/procheader.c
15058         * src/procmsg.c
15059         * src/procmsg.h
15060         * src/textview.c
15061                 Show Face headers - patch partially by Klaus Flittner
15062
15063 2006-02-05 [colin]      2.0.0cvs12
15064
15065         * src/folderview.c
15066         * src/summaryview.c
15067         * src/common/utils.c
15068         * src/common/utils.h
15069                 Let dnd work from mime icons to summaryview
15070                 and to folderview too
15071                 Add a crude test to avoid trying to add files
15072                 drag'n'dropped when they're not mails
15073
15074 2006-02-04 [colin]      2.0.0cvs11
15075
15076         * src/summaryview.c
15077         * src/mimeview.c
15078                 Fix utf8 conversion
15079
15080 2006-02-04 [colin]      2.0.0cvs10
15081
15082         * src/compose.c
15083         * src/folderview.c
15084         * src/mimeview.c
15085         * src/summaryview.c
15086         * src/summaryview.h
15087                 Added various drag and drop capas:
15088                 From                    To
15089                 summaryview             other apps
15090                 mimeview icons          other apps
15091                 other apps              summaryview
15092                 other apps              folderview
15093
15094                 This shouldn't have broken the existing:
15095                 From                    To
15096                 summaryview             folderview
15097                 folderview              folderview
15098                 summaryview             compose's attachments
15099
15100         Tests welcomed.
15101
15102 2006-02-02 [paul]       2.0.0cvs9
15103
15104         * src/mainwindow.c
15105                 move global option 'Set displayed columns...' out
15106                 of folder option grouping.
15107                 fix sensitivity of 'harvest addresses'
15108         FOR_STABLE
15109
15110 2006-02-01 [colin]      2.0.0cvs8
15111
15112         * src/mimeview.c
15113                 Revert the alertpanel patch, it sucks (intrusive
15114                 and gets in the way of "open")
15115
15116 2006-02-01 [colin]      2.0.0cvs7
15117
15118         * src/compose.c
15119         * src/prefs_account.c
15120         * src/prefs_common.c
15121         * src/common/defs.h
15122         * src/common/utils.c
15123         * src/common/utils.h
15124                 Add ability to edit the signature file
15125                 from the account preferences, and use
15126                 a default for the text editor.
15127                 Patch by Fabien Vantard
15128
15129 2006-02-01 [colin]      2.0.0cvs6
15130
15131         * src/mimeview.c
15132                 Try to get mime type by extension if it is
15133                 application/octet-stream
15134                 Display a window with possible choices when
15135                 encountering unknown mime types
15136         * src/gtk/filesel.c
15137         * src/gtk/filesel.h
15138                 Add preview
15139                 Allow multiple selection in filtered filesel
15140                 (patch by Fabien Vantard)
15141         * src/gtk/pluginwindow.c
15142                 Use it (patch by Fabien Vantard)
15143
15144 2006-02-01 [paul]       2.0.0cvs5
15145
15146         * src/jpilot.c
15147                 fix crash on creating jpilot address book
15148                 Thanks to Colin - FOR_STABLE
15149         * src/prefs_summaries.c
15150         * src/prefs_wrapping.c
15151         * src/gtk/icon_legend.c
15152         * src/gtk/quicksearch.c
15153                 string fixes and additions
15154
15155 2006-02-01 [paul]       2.0.0cvs4
15156
15157         * src/compose.c
15158         * src/mainwindow.c
15159         * src/messageview.c
15160         * src/prefs_send.c
15161                 add Arabic encoding option
15162                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15163
15164 2006-01-31 [colin]      2.0.0cvs3
15165
15166         * src/plugins/pgpcore/passphrase.c
15167                 Convert passphrase to locale encoding
15168         * src/compose.c
15169                 Fix drafting on IMAP. Crappy bug sneaked in
15170                 the release :-/
15171         FOR_STABLE
15172
15173 2006-01-30 [paul]       2.0.0cvs2
15174
15175         * src/gtk/icon_legend.c
15176                 show the new entries
15177
15178 2006-01-30 [colin]      2.0.0cvs1
15179
15180         * src/manual.c
15181                 Check for the file to be present before 
15182                 enabling the menu - FOR_STABLE
15183         * src/gtk/icon_legend.c
15184                 Add folders icons (not all of them, there
15185                 are too much, but the most intriguing ones)
15186
15187 2006-01-30 [paul]       2.0.0
15188
15189         version 2.0.0 released
15190
15191 [For previous entries, see ChangeLog.pre2.0.0]