2007-08-25 [paul] 2.10.0cvs173
[claws.git] / ChangeLog
1 2007-08-25 [paul]       2.10.0cvs173
2
3         * src/common/log.c
4                 fix a segfault when refreshing RSSyl feeds
5
6 2007-08-25 [paul]       2.10.0cvs172
7
8         * src/gtk/icon_legend.c
9                 add watchthread.xpm
10
11 2007-08-25 [paul]       2.10.0cvs171
12
13         * src/Makefile.am
14         * src/stock_pixmap.c
15         * src/pixmaps/insert_file.xpm
16                 add a new pixmap instead of re-using
17                 paste.xpm. (easier for icon theme authors)
18
19 2007-08-24 [holger]     2.10.0cvs170
20
21         * src/plugins/trayicon/trayicon.c
22                 The same fix for another hook id.
23
24 2007-08-24 [holger]     2.10.0cvs169
25
26         * src/plugins/trayicon/trayicon.c
27                 Micro-fix: Do the error checking for
28                 the right hook id.
29
30 2007-08-24 [paul]       2.10.0cvs168
31
32         * src/folder.h
33                 fix typo causing compiler warning
34
35 2007-08-24 [paul]       2.10.0cvs167
36
37         * README
38                 put back the correct version of this file also
39
40 2007-08-24 [colin]      2.10.0cvs166
41
42         * src/send_message.c
43                 Use progress bar when sending messages
44
45 2007-08-24 [paul]       2.10.0cvs165
46
47         * Makefile.am
48                 oops! if i'm quick no-one will notice
49                 (put back the proper file)
50
51 2007-08-24 [paul]       2.10.0cvs164
52
53         * AUTHORS
54         * Makefile.am
55         * README
56         * src/gtk/authors.h
57         * tools/Makefile.am
58         * tools/README
59         * tools/mew2claws-mail.pl
60                 add new script that imports a Mew address book
61                 submitted by Jerome Lelong
62
63 2007-08-24 [paul]       2.10.0cvs163
64
65         * manual/plugins.xml
66                 remove the obsolete plugins, add the
67                 missing plugins, including the forthcoming
68                 SpamReport plugin
69
70 2007-08-24 [paul]       2.10.0cvs162
71
72         * manual/advanced.xml
73                 add info about the hidden emphasis_color option
74         * manual/keyboard.xml
75                 correct the info about hotkeys
76                 wrap the long lines
77
78 2007-08-24 [paul]       2.10.0cvs161
79
80         * src/folderview.c
81                 add mnemonic to 'Run procesing rules'
82
83 2007-08-24 [paul]       2.10.0cvs160
84
85         * src/account.c
86         * src/folder.c
87         * src/folder.h
88                 use suitable defaults for outbox,
89                 queue, drafts and trash folders
90
91 2007-08-24 [wwp]        2.10.0cvs159
92
93         * src/folderview.c
94                 Update menu item sensitivity if necessary (or we get a
95                 gtk critical message).
96
97 2007-08-23 [wwp]        2.10.0cvs158
98
99         * src/action.c
100         * src/prefs_actions.c
101                 Allow literal % chars in action commands (use %%).
102                 Add a missing p++ to the action parser in action_get_type(),
103                 which was missing it, even if it was neutral.
104                 Fix a pango markup warning at runtime.
105
106 2007-08-23 [wwp]        2.10.0cvs157
107
108         * src/addressbook.c
109                 Contacts are now locale-aware sorted in the address book
110                 (LC_COLLATE matters here).
111                 Fix missing table initializers.
112
113 2007-08-23 [colin]      2.10.0cvs156
114
115         * src/imap.c
116                 Check scan_required on dest folder when copying
117
118 2007-08-23 [colin]      2.10.0cvs155
119
120         * src/imap.c
121                 Fix scanning when folder was empty
122
123 2007-08-22 [colin]      2.10.0cvs154
124
125         * src/msgcache.c
126                 Don't g_warning when g_try_malloc fails(), or it makes
127                 things worse as g_log() allocates. Fixes bug 1290,
128                 'Claws Mail crashes if too little memory when 
129                 rebuilding folder tree'
130
131 2007-08-22 [colin]      2.10.0cvs153
132
133         * src/inc.c
134                 Fix format string vulnerability, thanks to
135                 Ulf Harnhammar, Secunia Research
136
137 2007-08-22 [colin]      2.10.0cvs152
138
139         * src/ldapserver.c
140                 Set tv_usec too
141
142 2007-08-22 [wwp]        2.10.0cvs151
143
144         * src/ldapquery.c
145                 Few better null-ptr checks.
146
147 2007-08-22 [colin]      2.10.0cvs150
148
149         * src/editldap.c
150         * src/editldap_basedn.c
151         * src/ldapquery.c
152         * src/ldapserver.c
153         * src/ldapserver.h
154         * src/ldapupdate.c
155         * src/ldaputil.c
156         * src/ldaputil.h
157                 Fix ldap timeouts
158
159 2007-08-22 [colin]      2.10.0cvs149
160
161         * src/ldapquery.c
162                 Finish previous fix
163
164 2007-08-22 [colin]      2.10.0cvs148
165
166         * src/ldapquery.c
167                 Fix wrong assertions
168
169 2007-08-22 [colin]      2.10.0cvs147
170
171         * src/ldaputil.c
172                 Fix test (set ldap v3 if bindDN is set or TLS is set)
173
174 2007-08-22 [colin]      2.10.0cvs146
175
176         * src/editldap.c
177         * src/ldaputil.c
178                 Fix wrong "Connected successfully to server". Connection only succeeds if
179                 we can get the base DN.
180
181 2007-08-21 [wwp]        2.10.0cvs145
182
183         * src/browseldap.c
184         * src/editldap.c
185         * src/ldapctrl.c
186         * src/ldapquery.c
187         * src/ldapserver.c
188         * src/ldapupdate.c
189         * src/ldaputil.c
190                 More sanity checks in ldap functions.
191
192 2007-08-21 [wwp]        2.10.0cvs144
193
194         * src/prefs_account.c
195                 Don't return a value in a void function().
196
197 2007-08-21 [paul]       2.10.0cvs143
198
199         * src/messageview.c
200                 add check for ftp: to messageview_list_urls()
201
202 2007-08-21 [colin]      2.10.0cvs142
203
204         * src/editldap.c
205         * src/ldapctrl.c
206         * src/ldapctrl.h
207         * src/ldapquery.c
208         * src/ldapupdate.c
209                 Fix bug 1293, 'LDAP address book not working'
210                 Search only on specified fields, but fetch 
211                 every field possible. People will have to 
212                 reset the searched Attributes in their LDAP
213                 servers properties.
214
215 2007-08-21 [wwp]        2.10.0cvs141
216
217         * src/addr_compl.c
218         * src/addrbook.c
219         * src/addrcache.c
220         * src/addrcindex.c
221         * src/addressbook.c
222         * src/addrindex.c
223         * src/browseldap.c
224         * src/crash.c
225         * src/editaddress_other_attributes_ldap.c
226         * src/exporthtml.c
227         * src/folder.c
228         * src/folderview.c
229         * src/imap.c
230         * src/jpilot.c
231         * src/ldapserver.c
232         * src/ldapupdate.c
233         * src/ldif.c
234         * src/main.c
235         * src/mainwindow.c
236         * src/matcher.c
237         * src/mh.c
238         * src/msgcache.c
239         * src/mutt.c
240         * src/pine.c
241         * src/pop.c
242         * src/prefs_customheader.c
243         * src/prefs_msg_colors.c
244         * src/procmime.c
245         * src/textview.c
246         * src/vcard.c
247         * src/wizard.c
248         * src/common/log.c
249         * src/common/socket.c
250         * src/common/ssl_certificate.c
251         * src/common/utils.c
252         * src/common/utils.h
253         * src/gtk/description_window.c
254         * src/plugins/demo/demo.c
255         * src/plugins/pgpcore/prefs_gpg.c
256         * src/plugins/spamassassin/libspamc.c
257                 Make sure we use glib functions to send text messages (information,
258                 debug, warning, errors) to stdout/stderr - no more direct puts
259                 fputs printf fprintf to stdout/stderr when it can be done using
260                 g_log*() and g_print/g_printerr. Doing this, we make sure every
261                 stdout/stderr message is saved to log in Windows.
262
263
264 2007-08-21 [wwp]        2.10.0cvs140
265
266         * src/main.c
267         * src/common/utils.h
268                 Route glib's stdout/stderr messages to a log file (Windows only),
269                 instead of loosing them.
270
271 2007-08-21 [paul]       2.10.0cvs139
272
273         * src/mainwindow.c
274                 replace deprecated g_strncasecmp()
275         * src/messageview.c
276                 fix 'List URLS'
277
278 2007-08-20 [ticho]      2.10.0cvs138
279
280         * src/account.c
281         * src/prefs_account.h
282                 Copy all account preferences in account_clone() - some
283                 were missing.
284         * src/prefs_account.c
285                 Handle empty privacy system combobox gracefully (warning
286                 instead of a crash).
287
288 2007-08-20 [colin]      2.10.0cvs137
289
290         * src/ldapctrl.c
291                 Fix a leak
292
293 2007-08-20 [paul]       2.10.0cvs136
294
295         * src/browseldap.c
296         * src/editldap.c
297         * src/ldapctrl.c
298         * src/ldapquery.c
299         * src/ldapquery.h
300         * src/ldapserver.c
301         * src/ldaputil.c
302                 add debug_prints
303                 patch by Michael Rasmussen
304
305 2007-08-19 [colin]      2.10.0cvs135
306
307         * src/imap.c
308                 Fix previous commit. Sensitivity update is needed
309                 for "Cancel receiving". However when batching we
310                 don't need to do it for every message flag change,
311                 just once at the start and once at the end.
312
313 2007-08-19 [colin]      2.10.0cvs134
314
315         * src/imap.c
316                 Remove useless menu updates on session lock/unlock
317
318 2007-08-19 [colin]      2.10.0cvs133
319
320         * src/etpan/imap-thread.c
321                 Make all fetch logs less verbose
322
323 2007-08-19 [paul]       2.10.0cvs132
324
325         * src/foldersel.c
326         * src/folderview.c
327         * src/summaryview.c
328                 fix bug 1286, 'Can't move a folder into a "Folders
329                 Only" folder'
330
331 2007-08-18 [ticho]      2.10.0cvs131
332
333         * src/editaddress_other_attributes_ldap.c
334                 Converted option menu for other ldap attributes to GtkComboBox.
335
336 2007-08-18 [colin]      2.10.0cvs130
337
338         * src/compose.c
339         * src/prefs_common.c
340         * src/prefs_common.h
341         * src/prefs_send.c
342         * src/send_message.c
343                 Revert 'send_dialog_mode' meaning to 
344                 'send_dialog_invisible', so that the 
345                 new checkbox doesn't change the 
346                 existing behaviour.
347
348 2007-08-18 [paul]       2.10.0cvs129
349
350         * src/summaryview.c
351                 add missing menu update
352
353 2007-08-17 [colin]      2.10.0cvs128
354
355         * src/folder.c
356                 Set batching after getting flags - maybe fixes
357                 bug 1292, 'CM crashes on writing mail'
358
359 2007-08-16 [ticho]      2.10.0cvs127
360
361         * src/prefs_send.c
362                 Convert two GtkOptionMenu widgets to new GtkComboBox.
363         * src/gtk/combobox.h
364         * src/gtk/gtkutils.c
365                 Allow NULL for GtkComboBox menuitem label, rendering such
366                 items as row separators.
367
368 2007-08-16 [paul]       2.10.0cvs126
369
370         * src/plugins/trayicon/trayicon.c
371                 remove wrongly used gettextisation
372
373 2007-08-15 [ticho]      2.10.0cvs125
374
375         * src/importldif.c
376                 Fixed a runtime warning where an attempt to pack an
377                 already packed GtkLabel was made.
378
379 2007-08-15 [ticho]      2.10.0cvs124
380
381         * src/prefs_compose_writing.c
382                 Convert the insert-or-attach-dragged-files GtkOptionMenu
383                 into GtkComboBox.
384
385 2007-08-14 [ticho]      2.10.0cvs123
386
387         * src/messageview.c
388         * src/gtk/gtkutils.c
389                 Changed return receipt account selector to GtkComboBox.
390                 Fixed a runtime warning where GTK tried to parse
391                 "name <email@address" as a Pango markup in an alertpanel label.
392
393 2007-08-14 [ticho]      2.10.0cvs122
394
395         * src/prefs_logging.c
396                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
397
398 2007-08-14 [wwp]        2.10.0cvs121
399
400         * tools/Makefile.am
401         * tools/README
402         * tools/popfile-link.sh
403                 Added a new tool: POPFile helper, to open
404                 selected messages in POPFile control center,
405                 in order to change the messages' status.
406
407 2007-08-14 [ticho]      2.10.0cvs120
408
409         * src/compose.c
410         * src/prefs_common.c
411         * src/prefs_common.h
412         * src/prefs_send.c
413         * src/send_message.c
414                 Change "Show send dialog" optionmenu to a checkbutton.
415         * src/prefs_receive.c
416                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
417
418 2007-08-13 [wwp]        2.10.0cvs119
419
420         * src/addr_compl.c
421         * src/addressbook.c
422         * src/addrindex.c
423         * src/compose.c
424         * src/filtering.c
425         * src/folderview.c
426         * src/inc.c
427         * src/matcher.c
428         * src/mh.c
429         * src/partial_download.c
430         * src/prefs_gtk.c
431         * src/procmsg.c
432         * src/stock_pixmap.c
433         * src/summaryview.c
434         * src/common/utils.c
435         * src/gtk/gtkaspell.c
436         * src/gtk/menu.c
437                 Make sure we never pass NULL pointers for %s substitutions
438                 (prevent from crashing in Windows).
439
440 2007-08-13 [wwp]        2.10.0cvs118
441
442         * src/msgcache.c
443                 Re-enable mmap_reads in Windows with some missing
444                 CloseHandle of mapping objects, thanks to
445                 Marcus Brinkmann.
446
447 2007-08-13 [paul]       2.10.0cvs117
448
449         * src/common/utils.c
450                 fix bug 1287, 'Compile time problem on Solaris
451                 (nexenta gnu/Solaris) utils.c'
452                 Thanks to Piotr Chrzczonowicz
453
454 2007-08-12 [wwp]        2.10.0cvs116
455
456         * src/plugins/pgpcore/prefs_gpg.c
457                 Don't try to unset a GPG_AGENT_INFO that was not
458                 set (and don't use a NULL string in Windows, it was
459                 crashing with --debug if GPG_AGENT_INFO was not set).
460
461 2007-08-12 [wwp]        2.10.0cvs115
462
463         * src/privacy.h
464                 Make gcc type-check arguments passed to privacy_set_error().
465
466 2007-08-12 [ticho]      2.10.0cvs114
467
468         * src/prefs_folder_item.c
469                 Make sure that folder default account combobox always has some
470                 account preselected.
471         * src/gtk/combobox.c
472                 Handle empty combobox gracefully (warning instead of crash).
473
474 2007-08-12 [ticho]      2.10.0cvs114
475
476         * src/prefs_folder_item.c
477                 Make sure that folder default account combobox is not empty.
478         * src/gtk/combobox.c
479                 Handle empty combobox gracefully (warning instead of crash).
480
481 2007-08-11 [paul]       2.10.0cvs113
482
483         * src/addrgather.c
484         * src/folderview.c
485                 use 'subfolder' instead of 'sub-folder', matching
486                 everywhere else the term is used
487         * src/imap_gtk.c
488                 fix engrish
489
490 2007-08-10 [wwp]        2.10.0cvs112
491
492         * src/msgcache.c
493                 Disable mmap reads in Windows only (at least temporarily), they
494                 prevent from renaming/removing target cache files.
495
496 2007-08-10 [paul]
497
498         3.0.0-rc2 released
499
500 2007-08-10 [wwp]        2.10.0cvs111
501
502         * src/msgcache.c
503                 fix unpredictable crashes in Windows due to broken
504                 cache/mark/tags files writting (file were opened for
505                 writing in text mode).
506
507         * src/recv.c
508                 use gettimeofday() from w32lib.h on Windows.
509
510 2007-08-10 [colin]      2.10.0cvs110
511
512         * src/imap.c
513         * src/etpan/imap-thread.c
514         * src/etpan/imap-thread.h
515                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
516
517 2007-08-09 [colin]      2.10.0cvs109
518
519         * src/editldap.c
520                 Fix port being reset to 636 on SSL
521         * src/folder.c
522                 Fix folder_item_get_msg_num_by_file
523                 on drafts/queue folders
524
525 2007-08-09 [wwp]        2.10.0cvs108
526
527         * src/folder.c
528                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
529                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
530
531
532 2007-08-09 [colin]      2.10.0cvs107
533
534         * src/folderview.c
535         * src/summaryview.c
536         * src/gtk/prefswindow.c
537                 A few Maemo layout fixes
538
539 2007-08-09 [paul]       2.10.0cvs106
540
541         * src/prefs_account.c
542                 remove the hyphen from plug-ins to
543                 match everywhere else
544
545 2007-08-08 [wwp]        2.10.0cvs105
546
547         * src/prefs_folder_item.c
548                 Fix an extraneous stealth ^L char.
549
550 2007-08-08 [wwp]        2.10.0cvs104
551
552         * src/prefs_folder_item.c
553                 Better fix, group variables declarations (USE_ASPELL).
554
555 2007-08-08 [wwp]        2.10.0cvs103
556
557         * src/prefs_folder_item.c
558                 Fix compilation w/ USE_ASPELL set (broken
559                 by 2.10.0cvs102).
560
561 2007-08-08 [ticho]      2.10.0cvs102
562
563         * src/prefs_folder_item.c
564                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
565
566 2007-08-08 [colin]      2.10.0cvs101
567
568         * src/imap.c
569         * src/etpan/imap-thread.c
570         * src/etpan/imap-thread.h
571                 Close selected mailbox before doing
572                 status on it.
573
574 2007-08-08 [colin]      2.10.0cvs100
575
576         * src/html.c
577                 Complete symbol table, thanks to wwp.
578                 Fixes bug 1284, 'The html -> text 
579                 converter ignores entities'
580         * src/msgcache.c
581                 Fix possible fd leak
582
583 2007-08-08 [colin]      2.10.0cvs99
584
585         * src/imap.c
586                 Better way to fetch UIDs on non-UIDPLUS servers
587
588 2007-08-07 [colin]      2.10.0cvs98
589
590         * src/imap.c
591                 fix bug 1275, 'auto-saved draft messages not 
592                 always being removed'; Also, make multiple
593                 copy (in the same account) faster by matching
594                 source/destination message UIDs.
595         * src/messageview.c
596                 Don't try to reshow deleted mail
597         * src/msgcache.c
598                 Fix leak on error path
599
600 2007-08-07 [wwp]        2.10.0cvs97
601
602         * manual/account.xml
603         * manual/advanced.xml
604         * manual/fr/account.xml
605         * manual/fr/advanced.xml
606                 Updated the reference manual and the French translation to
607                 reflect 2.10.0cvs84: enable running folder Processing
608                 rules on demand.
609
610 2007-08-06 [wwp]        2.10.0cvs96
611
612         * src/prefs_common.c
613         * src/prefs_common.h
614         * src/textview.c
615                 Allow changing the emphasis color used to highlight
616                 the newsreader/x-mailer header value when it matches
617                 our preferred mail agent (hidden pref 'emphasis_col' added
618                 to clawsrc).
619
620 2007-08-06 [colin]      2.10.0cvs95
621
622         * src/compose.c
623         * src/compose.h
624                 Re-commit 2.10.0cvs86, with a protection
625                 against Pango bug. Also, try to fix 
626                 bug 1275, 'auto-saved draft messages not 
627                 always being removed'
628
629 2007-08-06 [wwp]        2.10.0cvs94
630
631         * src/gtk/quicksearch.c
632                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
633
634 2007-08-06 [ticho]      2.10.0cvs93
635
636         * src/prefs_account.c
637         * src/gtk/combobox.c
638                 Use GtkComboBox instead of GtkOptionMenu for privacy system
639                 selection in account preferences.
640
641 2007-08-06 [wwp]        2.10.0cvs92
642
643         * src/plugins/pgpcore/plugin.def
644                 Apply one more chunk from gpg4win's 03-w32-port patch.
645
646 2007-08-05 [colin]      2.10.0cvs91
647
648         * src/compose.c
649         * src/compose.h
650                 reverting buggy patch for now
651
652 2007-08-05 [colin]      2.10.0cvs90
653
654         * src/folder.c
655                 Fix slowdown
656
657 2007-08-04 [colin]      2.10.0cvs89
658
659         * src/prefs_summaries.c
660         * src/summary_search.c
661                 Replace deprecated widgets. Patch by
662                 Andrej.
663
664 2007-08-04 [colin]      2.10.0cvs88
665
666         * src/mh.c
667                 Refresh GUI only every 2000 mails on mh_get_last_num
668                 This is fast (readdir) and done only once per 
669                 session/folder
670
671 2007-08-03 [colin]      2.10.0cvs87
672
673         * src/prefs_account.c
674         * src/gtk/combobox.h
675         * src/gtk/gtkutils.c
676                 Fix a deprecated widget. Patch by
677                 Andrej
678
679 2007-08-03 [colin]      2.10.0cvs86
680
681         * src/compose.c
682         * src/compose.h
683                 Make colorisation and wrapping algorithms
684                 faster. Fixes bug 1246, 'compose becomes 
685                 increasingly slow replying to complex emails'
686
687 2007-08-03 [paul]       2.10.0cvs85
688
689         * src/mh.c
690                 keep the window painted
691
692 2007-08-02 [paul]       2.10.0cvs84
693
694         * src/folderview.c
695         * src/mainwindow.c
696         * src/mainwindow.h
697                 enable running folder Processing
698                 rules on demand
699
700 2007-08-02 [paul]       2.10.0cvs83
701
702         * src/textview.c
703                 speed up/clean up rendering of larger
704                 msgs
705                 Thanks to Colin
706
707 2007-08-01 [paul]       2.10.0cvs82
708
709         * src/mainwindow.h
710                 clean up cruft
711         * src/toolbar.c
712                 change default toolbar layout on maemo
713         * src/pixmaps/close.xpm
714                 make the red cross a grey cross
715         * src/pixmaps/jpilot.xpm
716                 make icon smaller so it fits better
717
718 2007-07-31 [paul]       2.10.0cvs81
719
720         * src/setup.c
721         * src/gtk/gtkutils.c
722                 fix crash on maemo on first launch
723
724 2007-07-30 [paul]       2.10.0cvs80
725
726         * src/prefs_matcher.c
727                 specify the units of age and size
728
729 2007-07-30 [paul]       2.10.0cvs79
730
731         * src/main.c
732                 Fix IMAP timeout setting
733
734 2007-07-30 [colin]      2.10.0cvs78
735
736         * src/prefs_account.c
737                 Fix a deprecated widget. Patch by
738                 Andrej
739
740 2007-07-27 [paul]       2.10.0cvs77
741
742         * src/matcher_parser_parse.y
743         * src/prefs_filtering_action.c
744         * src/prefs_matcher.c
745                 these changes forgotten in cvs74's
746                 'watch thread' feature
747
748 2007-07-27 [paul]       2.10.0cvs76
749
750         * src/compose.c
751                 fix potential crasher
752                 thanks to Colin
753
754 2007-07-27 [paul]       2.10.0cvs75
755
756         * src/mainwindow.c
757         * src/manual.c
758         * src/manual.h
759         * src/gtk/gtkutils.c
760                 make mainwindow's /Help/Manual point to the
761                 remote copy if the local copy doesn't exist
762
763 2007-07-27 [paul]       2.10.0cvs74
764
765         * src/Makefile.am
766         * src/filtering.c
767         * src/folder.c
768         * src/mainwindow.c
769         * src/matcher.c
770         * src/matcher.h
771         * src/matcher_parser_parse.y
772         * src/procmsg.c
773         * src/procmsg.h
774         * src/stock_pixmap.c
775         * src/stock_pixmap.h
776         * src/summaryview.c
777         * src/summaryview.h
778         * src/toolbar.c
779         * src/toolbar.h
780         * src/pixmaps/watchthread.xpm
781                 add 'watch thread' feature
782
783 2007-07-27 [paul]       2.10.0cvs73
784
785         * src/prefs_folder_item.c
786                 adjust labels, add tooltips
787
788 2007-07-27 [colin]      2.10.0cvs72
789
790         * src/summaryview.c
791                 Maemo: Remove less used menu items
792
793 2007-07-26 [colin]      2.10.0cvs71
794
795         * src/messageview.c
796                 Maemo: destroy messageview after trashing mail.
797                 Maybe should be done on X11 too
798
799 2007-07-26 [colin]      2.10.0cvs70
800
801         * src/folderview.c
802         * src/mainwindow.c
803         * src/prefs_common.c
804         * src/prefs_common.h
805         * src/summaryview.c
806                 Add View/Show or Hide/Column headers
807
808 2007-07-26 [colin]      2.10.0cvs69
809
810         * src/procmime.c
811                 Fix unwanted output
812
813 2007-07-26 [colin]      2.10.0cvs68
814
815         * src/ldapserver.c
816                 Fix possible crash on cache invalidation
817         * src/compose.c
818         * src/procmime.c
819         * src/procmime.h
820         * src/quote_fmt_parse.y
821                 Make replying to mails with big attachments
822                 much faster. Fixes bug 1224, 'The process of 
823                 Replying to emails with large attachments 
824                 seems unreasonably long...'
825
826 2007-07-26 [colin]      2.10.0cvs67
827
828         * src/mimeview.c
829         * src/matcher.c
830         * src/common/ssl.c
831                 Fix threads use on BSDs
832
833 2007-07-26 [paul]       2.10.0cvs66
834
835         * src/gtk/prefswindow.c
836                 fix account prefs breakage
837                 thanks to Colin
838
839 2007-07-26 [paul]       2.10.0cvs65
840
841         * configure.ac
842                 standardise ./configure --help messages
843
844 2007-07-26 [colin]      2.10.0cvs64
845
846         * src/addressbook.c
847         * src/editaddress.c
848                 Fix two vCard-related crashes
849
850 2007-07-25 [colin]      2.10.0cvs63
851
852         * src/inc.c
853         * src/prefs_common.c
854         * src/prefs_common.h
855         * src/prefs_receive.c
856                 Maemo: Add a better way to notify of
857                 new mails
858         * src/mainwindow.c
859         * src/statusbar.h
860         * src/summaryview.c
861         * src/toolbar.c
862                 Maemo: Various layout fixes
863         * src/gtk/prefswindow.c
864                 Maemo: Better prefs layout
865
866 2007-07-25 [paul]       2.10.0cvs62
867
868         * src/textview.c
869                 fix the layout on maemo
870                 thanks to Colin
871
872 2007-07-25 [iwkse]      2.10.0cvs61
873
874         * src/summaryview.c
875                 add 'o' shortcut on summaryview
876
877 2007-07-25 [iwkse]      2.10.0cvs60
878
879         * src/textview.c
880                 fix o shortcut
881
882 2007-07-24 [colin]      2.10.0cvs59
883
884         * src/mh.c
885                 Fix missing timestamp update on source
886                 folder when moving
887         * src/textview.c
888         * src/textview.h
889                 Better text layout on part's choices
890
891 2007-07-23 [colin]      2.10.0cvs58
892
893         * src/mimeview.c
894         * src/textview.c
895                 Maemo: Automatically choose the correct application
896                 to open parts
897         * src/gtk/quicksearch.c
898                 Make search run on GDK_KP_Enter too
899
900 2007-07-23 [wwp]        2.10.0cvs57
901
902         * src/quote_fmt_lex.l
903                 Revert accidentaly committed lines (account_sig) in
904                 2.10.0cvs56.
905
906 2007-07-23 [wwp]        2.10.0cvs56
907
908         * src/quote_fmt_lex.l
909                 Fix typos around long form expressions in the quote lexer.
910
911 2007-07-23 [paul]
912
913         3.0.0-rc1 released
914
915 2007-07-23 [colin]      2.10.0cvs55
916
917         * src/addr_compl.c
918                 Fix auto-completion on Maemo
919
920 2007-07-23 [colin]      2.10.0cvs54
921
922         * src/statusbar.c
923                 Maemo: Fix sticking statusbars
924
925 2007-07-22 [colin]      2.10.0cvs53
926
927         * src/main.c
928                 Maemo: Fix the strange "top_application" info
929                 at startup. We should do something when 
930                 receiving such a message.
931
932 2007-07-20 [paul]       2.10.0cvs52
933
934         * src/news_gtk.c
935                 add missing #include "statusbar.h"
936
937 2007-07-20 [colin]      2.10.0cvs51
938
939         * src/folder.c
940         * src/folder.h
941         * src/folder_item_prefs.c
942         * src/folder_item_prefs.h
943         * src/folderview.c
944         * src/imap.c
945         * src/imap_gtk.c
946         * src/imap_gtk.h
947         * src/news.c
948         * src/news_gtk.c
949         * src/news_gtk.h
950         * src/prefs_folder_item.c
951                 Implement age-based caching: allow to
952                 specify a threshold for the offline synchronisation
953                 feature, and whether old cached bodies should 
954                 be removed
955         * src/toolbar.c
956         * src/toolbar.h
957                 Fix label/tooltips
958         * src/plugins/dillo_viewer/dillo_viewer.c
959                 Check that Dillo's installed
960
961 2007-07-20 [wwp]        2.10.0cvs50
962
963         * src/mimeview.c
964         * src/stock_pixmap.c
965                 Draw a frame around the selected mimeview part icon (instead of the
966                 shifted 'dancing' icon).
967
968 2007-07-20 [colin]      2.10.0cvs49
969
970         * src/main.c
971                 Unref stuff even on error
972         * src/wizard.c
973                 disconnect signals only at the very
974                 end of the wizard save.
975
976 2007-07-20 [colin]      2.10.0cvs48
977
978         * src/mainwindow.c
979         * src/messageview.c
980         * src/toolbar.c
981         * src/toolbar.h
982                 Fix random crashes while navigating
983                 (GTK_EVENTS_FLUSH)
984
985 2007-07-19 [colin]      2.10.0cvs47
986
987         * configure.ac
988         * src/main.c
989         * src/prefs_common.c
990         * src/prefs_common.h
991         * src/wizard.c
992         * src/common/defs.h
993         * src/common/utils.c
994                 Maemo: add an easy way to store data (mails
995                 and IMAP/NNTP caches) on one of the SD cards,
996                 and protect against unmounts if needed
997
998 2007-07-19 [paul]       2.10.0cvs46
999
1000         * src/Makefile.am
1001         * src/stock_pixmap.c
1002         * src/gtk/about.c
1003         * src/pixmaps/claws-mail_logo-small.xpm
1004                 implement a (slightly) different About
1005                 dialog for maemo and add a small version
1006                 of the logo for it
1007         * src/wizard.c
1008                 use a scrolled window for wizard page 1
1009                 on maemo
1010
1011 2007-07-19 [paul]       2.10.0cvs45
1012
1013         * src/Makefile.am
1014                 too soon for this line
1015
1016 2007-07-19 [paul]       2.10.0cvs44
1017
1018         * src/Makefile.am
1019                 fix build on n800
1020
1021 2007-07-19 [colin]      2.10.0cvs43
1022
1023         * src/wizard.c
1024                 Solve Mail/Mailbox name when specifying
1025                 full /path/to/Mail.
1026
1027 2007-07-18 [colin]      2.10.0cvs42
1028
1029         * src/inc.c
1030         * configure.ac
1031                 Fix build on n770
1032
1033 2007-07-18 [colin]      2.10.0cvs41
1034
1035         * src/inc.c
1036                 Maemo: plug the online/offline system into
1037                 maemo's interfaces to have Claws automatically
1038                 switch according to the system status
1039         * src/statusbar.c
1040                 Maemo: use HildonBanners to display status
1041                 messages. Renders the main statusbar useless.
1042
1043 2007-07-18 [paul]       2.10.0cvs40
1044
1045         * src/filtering.c
1046                 fix screen blanking on moving/copying many msgs
1047         * src/folder.c
1048                 fix processing progressbar and screen blanking
1049                 during processing
1050
1051 2007-07-18 [paul]       2.10.0cvs39
1052
1053         * src/messageview.c
1054                 revert cvs37, breakage on maemo
1055
1056 2007-07-18 [paul]       2.10.0cvs38
1057
1058         * src/gtk/gtkutils.c
1059                 make sure we can still build with older GTK's
1060
1061 2007-07-18 [colin]      2.10.0cvs37
1062
1063         * src/messageview.c
1064                 Only hide the small layout's messageview, instead
1065                 of destroying it when closing
1066         * src/gtk/gtkutils.c
1067                 Use gtk_window_present_with_time to popup windows,
1068                 it seems to make things better with modern WMs
1069                 (actually focusing)
1070
1071 2007-07-17 [colin]      2.10.0cvs36
1072
1073         * src/editaddress.c
1074                 Simplify layout on Maemo
1075         * src/folder.c
1076                 Fix possible crash
1077         * src/prefs_display_header.c
1078                 Remove some headers by default on Maemo
1079
1080 2007-07-17 [paul]       2.10.0cvs35
1081
1082         * src/prefs_common.c
1083         * src/prefs_common.h
1084         * src/prefs_logging.c
1085         * src/common/log.c
1086                 add options to stop/enable writing logs to disc
1087
1088 2007-07-17 [paul]       2.10.0cvs34
1089
1090         * src/edittags.c
1091                 fix some issues with the Apply tags window:
1092                 - set search column (enables autocompl in the treeview)
1093                 - apply tag from "New tag" if it existed
1094                 - clears New tag entry when adding it with the button
1095                 Thanks to Colin
1096
1097 2007-07-17 [paul]       2.10.0cvs33
1098
1099         * src/edittags.c
1100                 fix 'apply tags' dialogue weirdness
1101
1102 2007-07-16 [colin]      2.10.0cvs32
1103
1104         * src/toolbar.c
1105                 Fix double-loading of mails on Maemo
1106
1107 2007-07-16 [colin]      2.10.0cvs31
1108
1109         * src/messageview.c
1110                 Prevent double-loading of the same part under some
1111                 conditions; hide statusbar on Maemo
1112
1113 2007-07-16 [colin]      2.10.0cvs30
1114
1115         * src/edittags.c
1116         * src/edittags.h
1117         * src/mainwindow.c
1118         * src/summaryview.c
1119                 Improve the tag interface - allow
1120                 to set/unset tags from a special
1121                 window.
1122         * src/gtk/gtkvscrollbutton.c
1123         * src/mimeview.c
1124         * src/mimeview.h
1125         * src/stock_pixmap.c
1126                 Fix Mimeview's ugly hacks in the
1127                 icon list. 
1128
1129 2007-07-16 [paul]       2.10.0cvs29
1130
1131         * src/wizard.c
1132                 rework dialog
1133         * src/gtk/icon_legend.c
1134                 put it all in a scrolled window
1135
1136 2007-07-15 [colin]      2.10.0cvs28
1137
1138         * src/mainwindow.c
1139                 Maemo: force layout to be Small screen; the
1140                 others don't make sense
1141
1142 2007-07-14 [colin]      2.10.0cvs27
1143
1144         * src/mimeview.c
1145         * src/gtk/gtkvscrollbutton.c
1146                 Maemo: Fix mimeview's buttons size
1147
1148 2007-07-14 [colin]      2.10.0cvs26
1149
1150         * src/toolbar.c
1151                 Fix the button workaround fix.
1152                 (Use the correct variable)
1153
1154 2007-07-14 [colin]      2.10.0cvs25
1155
1156         * src/mainwindow.c
1157         * src/toolbar.c
1158                 Maemo: put the progress bar in the
1159                 toolbar
1160
1161 2007-07-14 [colin]      2.10.0cvs24
1162
1163         * src/prefs_common.c
1164                 Maemo: hide statusbar by default
1165         * src/Makefile.am
1166         * src/stock_pixmap.c
1167         * src/stock_pixmap.h
1168         * src/toolbar.c
1169         * src/pixmaps/go_folders.xpm
1170                 Maemo: Add a specific icon to go back to
1171                 folder list
1172
1173 2007-07-14 [colin]      2.10.0cvs23
1174
1175         * src/toolbar.c
1176                 Don't set homogeneous finally
1177
1178 2007-07-14 [colin]      2.10.0cvs22
1179
1180         * src/toolbar.c
1181                 Fix button show/hide issues
1182
1183 2007-07-14 [colin]      2.10.0cvs21
1184
1185         * src/toolbar.c
1186                 Fix huge arrows
1187                 Fix button workaround to be able to click
1188                 if mouse was on button when it went un-
1189                 sensitive.
1190                 Revert previous commit, gtk_tool_item_set_homogeneous
1191                 doesn't mean what it seems to mean ;-)
1192
1193 2007-07-14 [paul]       2.10.0cvs20
1194
1195         * src/toolbar.c
1196                 make homogeneous FALSE always
1197
1198 2007-07-13 [colin]      2.10.0cvs19
1199
1200         * src/toolbar.c
1201         * src/toolbar.h
1202                 Rework to fit the non-deprecated API
1203         * src/compose.c
1204         * src/folderview.c
1205         * src/mainwindow.c
1206         * src/messageview.c
1207         * src/summaryview.c
1208                 Maemo layout changes. Better toolbars,
1209                 removal of CTree headers. 
1210
1211 2007-07-13 [paul]       2.10.0cvs18
1212
1213         * src/gtk/colorlabel.c
1214                 fix bug 1261, '[DE] coloring messages in overview 
1215                 keys are not localised'
1216                 the string is now included in claws-mail.pot
1217
1218 2007-07-13 [colin]      2.10.0cvs17
1219
1220         * src/summaryview.c
1221                 Fix bug 1267, 'printing mutliple messages 
1222                 opens one message-dialog after the other'
1223                 Ask for confirmation when printing 10
1224                 messages or more.
1225
1226 2007-07-11 [colin]      2.10.0cvs16
1227
1228         * COPYING
1229         * README
1230         * autogen.sh
1231         * manual/claws-mail-manual.xml
1232         * manual/gpl.xml
1233         * manual/es/claws-mail-manual.xml
1234         * manual/es/gpl.xml
1235         * manual/fr/claws-mail-manual.xml
1236         * manual/fr/gpl.xml
1237         * manual/pl/gpl.xml
1238         * src/account.c
1239         * src/account.h
1240         * src/action.c
1241         * src/action.h
1242         * src/adbookbase.h
1243         * src/addr_compl.c
1244         * src/addr_compl.h
1245         * src/addrbook.c
1246         * src/addrbook.h
1247         * src/addrcache.c
1248         * src/addrcache.h
1249         * src/addrcindex.c
1250         * src/addrcindex.h
1251         * src/addrclip.c
1252         * src/addrclip.h
1253         * src/addrdefs.h
1254         * src/addressadd.c
1255         * src/addressadd.h
1256         * src/addressbook.c
1257         * src/addressbook.h
1258         * src/addressbook_foldersel.c
1259         * src/addressbook_foldersel.h
1260         * src/addressitem.h
1261         * src/addrgather.c
1262         * src/addrgather.h
1263         * src/addrharvest.c
1264         * src/addrharvest.h
1265         * src/addrindex.c
1266         * src/addrindex.h
1267         * src/addritem.c
1268         * src/addritem.h
1269         * src/addrquery.c
1270         * src/addrquery.h
1271         * src/addrselect.c
1272         * src/addrselect.h
1273         * src/alertpanel.c
1274         * src/alertpanel.h
1275         * src/browseldap.c
1276         * src/browseldap.h
1277         * src/codeconv.c
1278         * src/codeconv.h
1279         * src/compose.c
1280         * src/compose.h
1281         * src/crash.c
1282         * src/crash.h
1283         * src/customheader.c
1284         * src/customheader.h
1285         * src/displayheader.c
1286         * src/displayheader.h
1287         * src/editaddress.c
1288         * src/editaddress.h
1289         * src/editaddress_other_attributes_ldap.c
1290         * src/editaddress_other_attributes_ldap.h
1291         * src/editbook.c
1292         * src/editbook.h
1293         * src/editgroup.c
1294         * src/editgroup.h
1295         * src/editjpilot.c
1296         * src/editjpilot.h
1297         * src/editldap.c
1298         * src/editldap.h
1299         * src/editldap_basedn.c
1300         * src/editldap_basedn.h
1301         * src/edittags.c
1302         * src/edittags.h
1303         * src/editvcard.c
1304         * src/editvcard.h
1305         * src/enriched.c
1306         * src/enriched.h
1307         * src/exphtmldlg.c
1308         * src/exphtmldlg.h
1309         * src/expldifdlg.c
1310         * src/expldifdlg.h
1311         * src/export.c
1312         * src/export.h
1313         * src/exporthtml.c
1314         * src/exporthtml.h
1315         * src/exportldif.c
1316         * src/exportldif.h
1317         * src/filtering.c
1318         * src/filtering.h
1319         * src/folder.c
1320         * src/folder.h
1321         * src/folder_item_prefs.c
1322         * src/folder_item_prefs.h
1323         * src/foldersel.c
1324         * src/foldersel.h
1325         * src/folderutils.c
1326         * src/folderutils.h
1327         * src/folderview.c
1328         * src/folderview.h
1329         * src/gedit-print.c
1330         * src/gedit-print.h
1331         * src/grouplistdialog.c
1332         * src/grouplistdialog.h
1333         * src/headerview.c
1334         * src/headerview.h
1335         * src/html.c
1336         * src/html.h
1337         * src/image_viewer.c
1338         * src/image_viewer.h
1339         * src/imap.c
1340         * src/imap.h
1341         * src/imap_gtk.c
1342         * src/imap_gtk.h
1343         * src/import.c
1344         * src/import.h
1345         * src/importldif.c
1346         * src/importldif.h
1347         * src/importmutt.c
1348         * src/importmutt.h
1349         * src/importpine.c
1350         * src/importpine.h
1351         * src/inc.c
1352         * src/inc.h
1353         * src/jpilot.c
1354         * src/jpilot.h
1355         * src/ldapctrl.c
1356         * src/ldapctrl.h
1357         * src/ldaplocate.c
1358         * src/ldaplocate.h
1359         * src/ldapquery.c
1360         * src/ldapquery.h
1361         * src/ldapserver.c
1362         * src/ldapserver.h
1363         * src/ldapupdate.c
1364         * src/ldapupdate.h
1365         * src/ldaputil.c
1366         * src/ldaputil.h
1367         * src/ldif.c
1368         * src/ldif.h
1369         * src/localfolder.c
1370         * src/localfolder.h
1371         * src/main.c
1372         * src/main.h
1373         * src/mainwindow.c
1374         * src/mainwindow.h
1375         * src/manual.c
1376         * src/manual.h
1377         * src/matcher.c
1378         * src/matcher.h
1379         * src/matcher_parser.h
1380         * src/matcher_parser_lex.l
1381         * src/matcher_parser_parse.y
1382         * src/mbox.c
1383         * src/mbox.h
1384         * src/message_search.c
1385         * src/message_search.h
1386         * src/messageview.c
1387         * src/messageview.h
1388         * src/mh.c
1389         * src/mh.h
1390         * src/mh_gtk.c
1391         * src/mh_gtk.h
1392         * src/mimeview.c
1393         * src/mimeview.h
1394         * src/msgcache.c
1395         * src/msgcache.h
1396         * src/mutt.c
1397         * src/mutt.h
1398         * src/news.c
1399         * src/news.h
1400         * src/news_gtk.c
1401         * src/news_gtk.h
1402         * src/noticeview.c
1403         * src/noticeview.h
1404         * src/partial_download.c
1405         * src/partial_download.h
1406         * src/pine.c
1407         * src/pine.h
1408         * src/pop.c
1409         * src/pop.h
1410         * src/prefs_account.c
1411         * src/prefs_account.h
1412         * src/prefs_actions.c
1413         * src/prefs_actions.h
1414         * src/prefs_common.c
1415         * src/prefs_common.h
1416         * src/prefs_compose_writing.c
1417         * src/prefs_compose_writing.h
1418         * src/prefs_customheader.c
1419         * src/prefs_customheader.h
1420         * src/prefs_display_header.c
1421         * src/prefs_display_header.h
1422         * src/prefs_ext_prog.c
1423         * src/prefs_ext_prog.h
1424         * src/prefs_filtering.c
1425         * src/prefs_filtering.h
1426         * src/prefs_filtering_action.c
1427         * src/prefs_filtering_action.h
1428         * src/prefs_folder_column.c
1429         * src/prefs_folder_column.h
1430         * src/prefs_folder_item.c
1431         * src/prefs_folder_item.h
1432         * src/prefs_fonts.c
1433         * src/prefs_fonts.h
1434         * src/prefs_gtk.c
1435         * src/prefs_gtk.h
1436         * src/prefs_image_viewer.c
1437         * src/prefs_image_viewer.h
1438         * src/prefs_logging.c
1439         * src/prefs_logging.h
1440         * src/prefs_matcher.c
1441         * src/prefs_matcher.h
1442         * src/prefs_message.c
1443         * src/prefs_message.h
1444         * src/prefs_msg_colors.c
1445         * src/prefs_msg_colors.h
1446         * src/prefs_other.c
1447         * src/prefs_other.h
1448         * src/prefs_quote.c
1449         * src/prefs_quote.h
1450         * src/prefs_receive.c
1451         * src/prefs_receive.h
1452         * src/prefs_send.c
1453         * src/prefs_send.h
1454         * src/prefs_spelling.c
1455         * src/prefs_spelling.h
1456         * src/prefs_summaries.c
1457         * src/prefs_summaries.h
1458         * src/prefs_summary_column.c
1459         * src/prefs_summary_column.h
1460         * src/prefs_summary_open.c
1461         * src/prefs_summary_open.h
1462         * src/prefs_template.c
1463         * src/prefs_template.h
1464         * src/prefs_themes.c
1465         * src/prefs_themes.h
1466         * src/prefs_toolbar.c
1467         * src/prefs_toolbar.h
1468         * src/prefs_wrapping.c
1469         * src/prefs_wrapping.h
1470         * src/privacy.c
1471         * src/privacy.h
1472         * src/procheader.c
1473         * src/procheader.h
1474         * src/procmime.c
1475         * src/procmime.h
1476         * src/procmsg.c
1477         * src/procmsg.h
1478         * src/quote_fmt.c
1479         * src/quote_fmt_lex.l
1480         * src/quote_fmt_parse.y
1481         * src/recv.c
1482         * src/recv.h
1483         * src/remotefolder.c
1484         * src/remotefolder.h
1485         * src/send_message.c
1486         * src/send_message.h
1487         * src/setup.c
1488         * src/setup.h
1489         * src/simple-gettext.c
1490         * src/sourcewindow.c
1491         * src/sourcewindow.h
1492         * src/ssl_manager.c
1493         * src/ssl_manager.h
1494         * src/statusbar.c
1495         * src/statusbar.h
1496         * src/stock_pixmap.c
1497         * src/stock_pixmap.h
1498         * src/summary_search.c
1499         * src/summary_search.h
1500         * src/summaryview.c
1501         * src/summaryview.h
1502         * src/textview.c
1503         * src/textview.h
1504         * src/toolbar.c
1505         * src/toolbar.h
1506         * src/undo.c
1507         * src/undo.h
1508         * src/unmime.c
1509         * src/unmime.h
1510         * src/uri_opener.c
1511         * src/uri_opener.h
1512         * src/vcard.c
1513         * src/vcard.h
1514         * src/wizard.c
1515         * src/wizard.h
1516         * src/common/base64.c
1517         * src/common/base64.h
1518         * src/common/claws.c
1519         * src/common/claws.h
1520         * src/common/defs.h
1521         * src/common/fnmatch.c
1522         * src/common/fnmatch.h
1523         * src/common/fnmatch_loop.c
1524         * src/common/hooks.c
1525         * src/common/hooks.h
1526         * src/common/log.c
1527         * src/common/log.h
1528         * src/common/md5.c
1529         * src/common/md5.h
1530         * src/common/mgutils.c
1531         * src/common/mgutils.h
1532         * src/common/nntp.c
1533         * src/common/nntp.h
1534         * src/common/passcrypt.c
1535         * src/common/passcrypt.h.in
1536         * src/common/plugin.c
1537         * src/common/plugin.h
1538         * src/common/prefs.c
1539         * src/common/prefs.h
1540         * src/common/progressindicator.c
1541         * src/common/progressindicator.h
1542         * src/common/quoted-printable.c
1543         * src/common/quoted-printable.h
1544         * src/common/session.c
1545         * src/common/session.h
1546         * src/common/smtp.c
1547         * src/common/smtp.h
1548         * src/common/socket.c
1549         * src/common/socket.h
1550         * src/common/ssl.c
1551         * src/common/ssl.h
1552         * src/common/ssl_certificate.c
1553         * src/common/ssl_certificate.h
1554         * src/common/string_match.c
1555         * src/common/string_match.h
1556         * src/common/stringtable.c
1557         * src/common/stringtable.h
1558         * src/common/tags.c
1559         * src/common/tags.h
1560         * src/common/template.c
1561         * src/common/template.h
1562         * src/common/timing.h
1563         * src/common/utils.c
1564         * src/common/utils.h
1565         * src/common/uuencode.c
1566         * src/common/uuencode.h
1567         * src/common/version.h.in
1568         * src/common/w32_dirent.c
1569         * src/common/w32_reg.c
1570         * src/common/w32_signal.c
1571         * src/common/w32_stat.c
1572         * src/common/w32_stdlib.c
1573         * src/common/w32_string.c
1574         * src/common/w32_time.c
1575         * src/common/w32_unistd.c
1576         * src/common/w32_wait.c
1577         * src/common/w32lib.h
1578         * src/common/xml.c
1579         * src/common/xml.h
1580         * src/common/xmlprops.c
1581         * src/common/xmlprops.h
1582         * src/etpan/etpan-errors.h
1583         * src/etpan/etpan-thread-manager-types.h
1584         * src/etpan/etpan-thread-manager.c
1585         * src/etpan/etpan-thread-manager.h
1586         * src/etpan/imap-thread.c
1587         * src/etpan/imap-thread.h
1588         * src/gtk/about.c
1589         * src/gtk/about.h
1590         * src/gtk/colorlabel.c
1591         * src/gtk/colorlabel.h
1592         * src/gtk/colorsel.c
1593         * src/gtk/colorsel.h
1594         * src/gtk/combobox.c
1595         * src/gtk/combobox.h
1596         * src/gtk/description_window.c
1597         * src/gtk/description_window.h
1598         * src/gtk/filesel.c
1599         * src/gtk/filesel.h
1600         * src/gtk/foldersort.c
1601         * src/gtk/foldersort.h
1602         * src/gtk/gtkaspell.c
1603         * src/gtk/gtkaspell.h
1604         * src/gtk/gtksctree.c
1605         * src/gtk/gtkshruler.c
1606         * src/gtk/gtkshruler.h
1607         * src/gtk/gtksourceprintjob.c
1608         * src/gtk/gtksourceprintjob.h
1609         * src/gtk/gtkutils.c
1610         * src/gtk/gtkutils.h
1611         * src/gtk/gtkvscrollbutton.c
1612         * src/gtk/gtkvscrollbutton.h
1613         * src/gtk/icon_legend.c
1614         * src/gtk/icon_legend.h
1615         * src/gtk/inputdialog.c
1616         * src/gtk/inputdialog.h
1617         * src/gtk/logwindow.c
1618         * src/gtk/logwindow.h
1619         * src/gtk/manage_window.c
1620         * src/gtk/manage_window.h
1621         * src/gtk/menu.c
1622         * src/gtk/menu.h
1623         * src/gtk/pluginwindow.c
1624         * src/gtk/pluginwindow.h
1625         * src/gtk/prefswindow.c
1626         * src/gtk/prefswindow.h
1627         * src/gtk/progressdialog.c
1628         * src/gtk/progressdialog.h
1629         * src/gtk/quicksearch.c
1630         * src/gtk/quicksearch.h
1631         * src/gtk/sslcertwindow.c
1632         * src/gtk/sslcertwindow.h
1633         * src/plugins/bogofilter/bogofilter.c
1634         * src/plugins/bogofilter/bogofilter.h
1635         * src/plugins/bogofilter/bogofilter_gtk.c
1636         * src/plugins/clamav/clamav_plugin.c
1637         * src/plugins/clamav/clamav_plugin.h
1638         * src/plugins/clamav/clamav_plugin_gtk.c
1639         * src/plugins/demo/demo.c
1640         * src/plugins/dillo_viewer/dillo_prefs.c
1641         * src/plugins/dillo_viewer/dillo_prefs.h
1642         * src/plugins/dillo_viewer/dillo_viewer.c
1643         * src/plugins/pgpcore/passphrase.c
1644         * src/plugins/pgpcore/passphrase.h
1645         * src/plugins/pgpcore/pgp_viewer.c
1646         * src/plugins/pgpcore/pgp_viewer.h
1647         * src/plugins/pgpcore/plugin.c
1648         * src/plugins/pgpcore/prefs_gpg.c
1649         * src/plugins/pgpcore/prefs_gpg.h
1650         * src/plugins/pgpcore/select-keys.c
1651         * src/plugins/pgpcore/select-keys.h
1652         * src/plugins/pgpcore/sgpgme.c
1653         * src/plugins/pgpcore/sgpgme.h
1654         * src/plugins/pgpinline/pgpinline.c
1655         * src/plugins/pgpinline/pgpinline.h
1656         * src/plugins/pgpinline/plugin.c
1657         * src/plugins/pgpmime/pgpmime.c
1658         * src/plugins/pgpmime/pgpmime.h
1659         * src/plugins/pgpmime/plugin.c
1660         * src/plugins/spamassassin/spamassassin.c
1661         * src/plugins/spamassassin/spamassassin.h
1662         * src/plugins/spamassassin/spamassassin_gtk.c
1663         * src/plugins/trayicon/trayicon.c
1664         * src/plugins/trayicon/trayicon_prefs.c
1665         * src/plugins/trayicon/trayicon_prefs.h
1666         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1667         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1668         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1669         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1670         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1671         * tools/OOo2claws-mail.pl
1672         * tools/README.sylprint
1673         * tools/acroread2claws-mail.pl
1674         * tools/claws-mail-compose-insert-files.pl
1675         * tools/convert_mbox.pl
1676         * tools/filter_conv.pl
1677         * tools/filter_conv_new.pl
1678         * tools/fix_date.sh
1679         * tools/freshmeat_search.pl
1680         * tools/google_search.pl
1681         * tools/kmail-mailbox2claws-mail.pl
1682         * tools/kmail2claws-mail.pl
1683         * tools/kmail2claws-mail_v2.pl
1684         * tools/mairix.sh
1685         * tools/make.themes.project
1686         * tools/multiwebsearch.pl
1687         * tools/nautilus2claws-mail.sh
1688         * tools/outlook2claws-mail.pl
1689         * tools/textviewer.sh
1690         * tools/thunderbird-filters-convertor.pl
1691         * tools/update-po
1692         * tools/uuooffice
1693         * tools/vcard2xml.py
1694         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1695                 Upgrade to GPLv3 or later.
1696
1697 2007-07-10 [wwp]        2.10.0cvs15
1698
1699         * src/main.c
1700                 Fix re-opening of all composing messages that were
1701                 opened when closing the previous instance, thanks
1702                 to Colin.
1703
1704 2007-07-10 [paul]       2.10.0cvs14
1705
1706         * src/editaddress_other_attributes_ldap.c
1707         * src/ldapupdate.c
1708                 fix crash on selecting 'other attributes' combo
1709                 for either a new entry or an old entry with no
1710                 existing attributes.
1711                 fix bug on editing multiple attributes which
1712                 resulted them all having the value of the last
1713                 one changed.
1714                 Thanks to Colin
1715
1716 2007-07-10 [colin]      2.10.0cvs13
1717
1718         * src/editaddress.c
1719         * src/editaddress_other_attributes_ldap.h
1720         * src/ldapupdate.c
1721                 Fix --disable-ldap build
1722
1723 2007-07-09 [colin]      2.10.0cvs12
1724
1725         * src/Makefile.am
1726         * src/addritem.c
1727         * src/addritem.h
1728         * src/editaddress.c
1729         * src/editaddress_other_attributes_ldap.c
1730         * src/editaddress_other_attributes_ldap.h
1731         * src/editldap.c
1732         * src/ldapctrl.c
1733         * src/ldapctrl.h
1734         * src/ldapupdate.c
1735                 Add capability to edit all inetOrgPerson
1736                 attributes on LDAP. Patch by Michael 
1737                 Rasmussen
1738
1739 2007-07-09 [colin]      2.10.0cvs11
1740
1741         * src/Makefile.am
1742         * src/exporthtml.c
1743         * src/mbox.c
1744         * src/msgcache.c
1745         * src/prefs_summaries.c
1746         * src/prefs_themes.c
1747         * src/procheader.c
1748         * src/common/Makefile.am
1749         * src/common/log.c
1750         * src/common/timing.h
1751         * src/common/utils.c
1752         * src/common/utils.h
1753         * src/common/w32_account.c
1754         * src/common/w32lib.h
1755         * src/gtk/Makefile.am
1756         * src/gtk/colorlabel.c
1757         * src/plugins/pgpcore/Makefile.am
1758         * src/plugins/pgpcore/claws.def
1759         * src/plugins/pgpcore/passphrase.c
1760         * src/plugins/pgpcore/pgp_viewer.c
1761         * src/plugins/pgpcore/plugin.def
1762         * src/plugins/pgpcore/sgpgme.c
1763         * src/plugins/pgpinline/Makefile.am
1764         * src/plugins/pgpinline/claws.def
1765         * src/plugins/pgpinline/mypgpcore.def
1766         * src/plugins/pgpinline/plugin.def
1767         * src/plugins/pgpmime/Makefile.am
1768         * src/plugins/pgpmime/claws.def
1769         * src/plugins/pgpmime/mypgpcore.def
1770         * src/plugins/pgpmime/plugin.def
1771                 Commit win32 patch, from Werner Koch and
1772                 Marcus Brinkmann
1773
1774 2007-07-09 [colin]      2.10.0cvs10
1775
1776         * src/prefs_toolbar.c
1777                 Fix crash when no actions exist
1778
1779 2007-07-07 [paul]       2.10.0cvs9
1780
1781         * COPYING
1782         * manual/claws-mail-manual.xml
1783                 update copyright year
1784         * po/fi.po
1785                 updated by Flammie Pirinen
1786
1787 2007-07-05 [wwp]        2.10.0cvs8
1788
1789         * src/plugins/clamav/clamav_plugin_gtk.c
1790                 Make vertical spacing like in other plugin prefs pages.
1791
1792 2007-07-05 [wwp]        2.10.0cvs7
1793
1794         * src/quote_fmt.c
1795                 It's %am that works, not %ae (this doc incoherence has been
1796                 introduced with 2.9.2cvs13).
1797
1798 2007-07-04 [wwp]        2.10.0cvs6
1799
1800         * src/plugins/bogofilter/bogofilter.c
1801                 Gettext-ize an occurrence of "Any" that wasn't.
1802
1803 2007-07-04 [colin]      2.10.0cvs5
1804
1805         * po/POTFILES.in
1806                 Fix untranslated strings; thanks
1807                 to Pader Rezso.
1808
1809 2007-07-03 [colin]      2.10.0cvs4
1810
1811         * src/folder.c
1812         * src/mainwindow.c
1813                 Fix saving of sort mode for tags and
1814                 thread date. Thanks to Pierre Ossman.
1815                 Completes fix for bug 1233
1816
1817 2007-07-03 [paul]       2.10.0cvs3
1818
1819         * src/compose.c
1820                 fix auto-save
1821         * src/summaryview.c
1822                 fix build warnings
1823         Thanks to Colin
1824
1825 2007-07-02 [colin]      2.10.0cvs2
1826
1827         * src/folder.h
1828         * src/mainwindow.c
1829         * src/procmsg.h
1830         * src/summaryview.c
1831                 Add View/Sort/by Thread date
1832                 Fixes bug 1233, 'Capability to sort 
1833                 threads by most recent message'
1834                 Based on a patch by Paul Rolland
1835
1836 2007-07-02 [colin]      2.10.0cvs1
1837
1838         * src/Makefile.am
1839         * src/compose.c
1840         * src/edittags.c
1841         * src/edittags.h
1842         * src/filtering.c
1843         * src/folder.c
1844         * src/folder.h
1845         * src/headerview.c
1846         * src/headerview.h
1847         * src/main.c
1848         * src/mainwindow.c
1849         * src/mainwindow.h
1850         * src/manual.h
1851         * src/matcher.c
1852         * src/matcher.h
1853         * src/matcher_parser_parse.y
1854         * src/mimeview.c
1855         * src/msgcache.c
1856         * src/msgcache.h
1857         * src/prefs_common.c
1858         * src/prefs_common.h
1859         * src/prefs_filtering_action.c
1860         * src/prefs_matcher.c
1861         * src/prefs_summary_column.c
1862         * src/procmsg.c
1863         * src/procmsg.h
1864         * src/quote_fmt.c
1865         * src/quote_fmt_lex.l
1866         * src/quote_fmt_parse.y
1867         * src/summaryview.c
1868         * src/summaryview.h
1869         * src/textview.c
1870         * src/common/Makefile.am
1871         * src/common/defs.h
1872         * src/common/tags.c
1873         * src/common/tags.h
1874         * src/gtk/quicksearch.c
1875         * src/gtk/quicksearch.h
1876                 Add Tags implementation. Tags are arbitrary labels
1877                 that can be applied to messages. It is possible 
1878                 to create, edit, remove tags; apply them to mails;
1879                 filter on tags or tag presence; apply or unset
1880                 tags via filtering actions; reference tags in
1881                 reply templates.
1882
1883 2007-07-02 [paul]       2.10.0
1884
1885         * NEWS
1886         * README
1887         * RELEASE_NOTES
1888                 2.10.0 released
1889
1890 2007-07-02 [paul]       2.9.2cvs78
1891
1892         * po/de.po
1893         * po/en_GB.po
1894         * po/es.po
1895         * po/fr.po
1896         * po/hu.po
1897         * po/pt_BR.po
1898         * po/ru.po
1899         * po/zh_CN.po
1900                 updated by Stephan Sachse, me, Ricardo Mones
1901                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1902                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1903
1904 2007-07-02 [paul]       2.9.2cvs77
1905
1906         * AUTHORS
1907                 updated
1908
1909 2007-06-29 [wwp]        2.9.2cvs76
1910
1911         * src/gtk/headers.h
1912                 Fix a typo (thanks to Ricardo for finding this out).
1913
1914 2007-06-28 [paul]       2.9.2cvs75
1915
1916         * src/folderview.c
1917                 fix build warnings
1918
1919 2007-06-28 [paul]       2.9.2cvs74
1920
1921         * tools/Makefile.am
1922                 fix bug in the autotools build system.
1923                 Files cataloged under EXTRA_DIST were never
1924                 automatically copied to the build tree.
1925                 (fix 'make distcheck')
1926                 Patch by Michael Rasmussen.
1927
1928 2007-06-24 [colin]      2.9.2cvs73
1929
1930         * src/news_gtk.c
1931                 Fix bug 1249, 'Error handling for 
1932                 news errors needs modification'
1933                 Only popup error if the according
1934                 pref in Prefs/Receive is set.
1935
1936 2007-06-21 [colin]      2.9.2cvs72
1937
1938         * src/common/plugin.c
1939         * src/common/plugin.h
1940                 Change plugin API to know whether it's safe to 
1941                 unload plugins or whether we should just hide
1942                 them. Fixes bug 1248, 'Core dumps after 
1943                 unloading plugin and clicking on load plugins'
1944         * src/plugins/bogofilter/bogofilter.c
1945         * src/plugins/clamav/clamav_plugin.c
1946         * src/plugins/demo/demo.c
1947         * src/plugins/dillo_viewer/dillo_viewer.c
1948         * src/plugins/pgpcore/plugin.c
1949         * src/plugins/pgpinline/plugin.c
1950         * src/plugins/pgpmime/plugin.c
1951         * src/plugins/spamassassin/spamassassin.c
1952         * src/plugins/trayicon/trayicon.c
1953                 Update API
1954
1955 2007-06-19 [colin]      2.9.2cvs71
1956
1957         * src/compose.c
1958         * src/messageview.c
1959                 Fix crash mentioned in bug 1246
1960                 Race condition when automatically drafting
1961                 due to insertion on reedit.
1962
1963 2007-06-18 [wwp]        2.9.2cvs70
1964
1965         * src/importldif.c
1966                 LDIF import: use a "Proceed" button to complete
1967                 the process.
1968
1969 2007-06-18 [paul]       2.9.2cvs69
1970
1971         * configure.ac
1972                 use pkgconfig to check for gtk and glib
1973
1974 2007-06-17 [wwp]        2.9.2cvs68
1975
1976         * src/ldif.c
1977         * src/importldif.c
1978                 LDIF import: better error handling, minor code
1979                 and UI cleanup, and renamed the Save button
1980                 to Close, as imported stuff is already saved
1981                 when the Save button is shown.
1982
1983 2007-06-17 [colin]      2.9.2cvs67
1984
1985         * src/prefs_summaries.c
1986         * src/procmsg.c
1987                 Don't set as read when forwarded, only replied to
1988
1989 2007-06-17 [paul]       2.9.2cvs66
1990
1991         * src/alertpanel.c
1992                 add missing #include
1993
1994 2007-06-16 [colin]      2.9.2cvs65
1995
1996         * src/prefs_summaries.c
1997         * src/procmsg.c
1998                 Change the pref "Only mark as read when opened
1999                 in new window" to "..., replied to or forwarded".
2000                 Based on a patch by Paul Rolland.
2001
2002 2007-06-16 [paul]       2.9.2cvs64
2003
2004         * src/gtk/authors.h
2005                 alphabetical order! :)
2006
2007 2007-06-16 [colin]      2.9.2cvs63
2008
2009         * AUTHORS
2010         * src/gtk/authors.h
2011                 Add Michael Rasmussen in authors list
2012
2013 2007-06-16 [colin]      2.9.2cvs62
2014
2015         * src/messageview.c
2016                 Fix messageview_copy_clipboard to take advantage
2017                 of plugins' get_selection.
2018
2019 2007-06-15 [colin]      2.9.2cvs61
2020
2021         * src/action.c
2022         * src/addr_compl.c
2023         * src/addressbook.c
2024         * src/folderview.c
2025         * src/message_search.c
2026         * src/mimeview.c
2027         * src/summary_search.c
2028         * src/summaryview.c
2029         * src/textview.c
2030                 Allow GDK_KP_Enter to do the same as GDK_Return
2031                 Patch by Michael Rasmussen
2032
2033 2007-06-15 [paul]       2.9.2cvs60
2034
2035         * src/compose.c
2036                 fix bug when closing a compose window
2037                 during autosave
2038
2039 2007-06-14 [paul]       2.9.2cvs59
2040
2041         * src/main.c
2042         * src/common/defs.h
2043                 migrate sylpheed config
2044
2045 2007-06-14 [wwp]        2.9.2cvs58
2046
2047         * src/gtk/pluginwindow.c
2048                 Yet another attempt to fix sizing/alignment of the
2049                 button bar in plugins window.
2050
2051 2007-06-12 [colin]      2.9.2cvs57
2052
2053         * po/POTFILES.in
2054         * src/Makefile.am
2055         * src/folderview.c
2056         * src/prefs_common.c
2057         * src/prefs_common.h
2058         * src/prefs_summaries.c
2059         * src/prefs_summary_open.c
2060         * src/prefs_summary_open.h
2061         * src/summaryview.c
2062                 Make "when entering a folder" actions more personalisable
2063
2064 2007-06-12 [wwp]        2.9.2cvs56
2065
2066         * tools/README
2067                 Use short description from Paul (mairix.sh).
2068
2069 2007-06-12 [wwp]        2.9.2cvs55
2070
2071         * tools/README
2072                 Updated info about mairix.sh.
2073
2074 2007-06-11 [paul]       2.9.2cvs54
2075
2076         * src/prefs_logging.c
2077                 rework log window length widgets
2078                 and some sensitivity fixes
2079
2080 2007-06-11 [paul]       2.9.2cvs53
2081
2082         * src/mainwindow.c
2083         * src/prefs_logging.c
2084                 rename 'Protocol Log' to 'Network Log'
2085                 and some function renaming
2086
2087 2007-06-10 [wwp]        2.9.2cvs52
2088
2089         * src/gtk/pluginwindow.c
2090                 Revert 2.9.2cvs51.
2091
2092 2007-06-10 [wwp]        2.9.2cvs51
2093
2094         * src/gtk/pluginwindow.c
2095                 Fix button bar in plugin window, was centered and not
2096                 behaving like other dialogs w/ such button bar.
2097
2098 2007-06-08 [wwp]        2.9.2cvs50
2099
2100         * src/compose.c
2101         * src/compose.h
2102         * src/main.c
2103         * src/mainwindow.c
2104         * src/mainwindow.h
2105                 Provide a way out of automatic draft saving on IMAP, when
2106                 exiting offline.
2107                 Prevent drafting while sending and quitting while sending.
2108                 Thanks for Colin.
2109
2110
2111
2112 2007-06-08 [wwp]        2.9.2cvs49
2113
2114         * src/prefs_account.c
2115         * src/gtk/prefswindow.c
2116         * src/gtk/prefswindow.h
2117                 Activate the Basic page when opening account prefs.
2118
2119 2007-06-08 [wwp]        2.9.2cvs48
2120
2121         * src/common/socket.c
2122                 Don't crash if fork() fails, thanks to Colin.
2123
2124 2007-06-08 [wwp]        2.9.2cvs47
2125
2126         * src/gtk/prefswindow.c
2127                 Wrap some long lines, and reset horizontal scroller's adjusment
2128                 (this was already done, vertically), when changing tab (not page)
2129                 in prefs windows.
2130
2131 2007-06-08 [paul]       2.9.2cvs46
2132
2133         * src/common/utils.c
2134                 use gethostname() instead of uname()
2135                 based on a patch by Michael Hughes
2136                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2137
2138 2007-06-07 [wwp]        2.9.2cvs45
2139
2140         * src/prefs_common.c
2141                 Fix some useless warnings, thanks to Colin.
2142
2143 2007-06-06 [colin]      2.9.2cvs44
2144
2145         * src/ldapupdate.c
2146                 Fix strange allocations. 
2147
2148 2007-06-06 [colin]      2.9.2cvs43
2149
2150         * src/ldapupdate.c
2151                 Patch by Michael Rasmussus to help
2152                 bug 1232
2153
2154 2007-06-05 [wwp]        2.9.2cvs42
2155
2156         * src/prefs_account.c
2157         * src/prefs_folder_item.c
2158         * src/prefs_quote.c
2159         * src/quote_fmt.c
2160         * src/quote_fmt.h
2161                 Per-folder templates can now be applied recursively.
2162                 Always save per-folder templates (formats were erroneously
2163                 saved only if they were enabled).
2164                 Check for validity of quotation marks everywhere there
2165                 are defined.
2166
2167 2007-06-05 [wwp]        2.9.2cvs41
2168
2169         * src/inc.c
2170                 Fix incoming messages from local accounts always getting filtered
2171                 (even if the account prefs say don't), thanks to Colin.
2172
2173 2007-06-05 [wwp]        2.9.2cvs40
2174
2175         * src/compose.c
2176         * src/compose.h
2177                 Use per-folder/per-account quote chars when applying a
2178                 template or inserting text as well. Const'ify some
2179                 vars more.
2180
2181 2007-06-04 [colin]      2.9.2cvs39
2182
2183         * src/compose.c
2184                 More work for wwp :)
2185
2186 2007-06-04 [wwp]        2.9.2cvs38
2187
2188         * src/compose.c
2189                 Same as 2.9.2cvs36 but for forwarding.
2190
2191 2007-06-04 [colin]      2.9.2cvs37
2192
2193         * src/compose.c
2194                 Use original mail file for forward/redirect
2195                 Fixes some forwarded mails to be attached as
2196                 application/octet-stream (when they have binary
2197                 parts), and incidentally fixes bug 848
2198                 'Redirect breaks GnuPG'
2199
2200 2007-06-04 [wwp]        2.9.2cvs36
2201
2202         * src/compose.c
2203                 Fix quote mark mis-initialisation when replying/forwarding
2204                 (introduced w/ 2.9.2cvs20).
2205
2206 2007-06-04 [wwp]        2.9.2cvs35
2207
2208         * src/prefs_compose_writing.c
2209         * src/prefs_quote.c
2210                 Fix a bug where Quotation characters (prefs/compose/writing)
2211                 was cleared (introduced w/ 2.9.2cvs26).
2212
2213 2007-06-04 [wwp]        2.9.2cvs34
2214
2215         * src/prefs_account.c
2216         * src/prefs_account.h
2217                 Better fix for compiling w/o aspell (rollbacks
2218                 2.9.2cvs31).
2219
2220 2007-06-04 [wwp]        2.9.2cvs33
2221
2222         * src/account.c
2223         * src/prefs_account.c
2224         * src/prefs_account.h
2225         * src/procmsg.c
2226                 It's now possible to disable mail filtering plugins
2227                 on a per-account basis.
2228
2229 2007-06-04 [wwp]        2.9.2cvs32
2230
2231         * src/procheader.c
2232         * src/common/utils.c
2233         * src/common/utils.h
2234                 Support CRLF in headers part of messages.
2235                 Support few more date formats (RFC3339 subsets).
2236
2237 2007-06-04 [wwp]        2.9.2cvs31
2238
2239         * src/prefs_account.c
2240                 Fix compiling w/o aspell support.
2241
2242 2007-06-03 [wwp]        2.9.2cvs30
2243
2244         * src/prefs_gtk.c
2245                 Don't decode leading ENV_ and ~ in P_PASSWORD
2246                 values.
2247
2248 2007-06-03 [wwp]        2.9.2cvs29
2249
2250         * src/prefs_gtk.c
2251                 Don't decode leading ENV_ and ~ in P_PASSWORD
2252                 values.
2253
2254 2007-06-03 [wwp]        2.9.2cvs28
2255
2256         * src/prefs_account.c
2257         * src/gtk/prefswindow.c
2258         * src/gtk/prefswindow.h
2259                 Added a way to force preloading of all pages
2260                 (prefswindow).
2261                 Moved tabs to pages in account prefs.
2262
2263 2007-06-02 [colin]      2.9.2cvs27
2264
2265         * src/addressbook.c
2266                 Fix possible crash, fix ldap write bugs
2267         * src/ldapupdate.c
2268                 Fix ldap write bugs - patch by Michael
2269                 Rasmussen
2270         * src/alertpanel.c
2271         * src/alertpanel.h
2272                 Add a hook whenever alertpanel opens/closes
2273
2274 2007-05-31 [wwp]        2.9.2cvs26
2275
2276         * src/prefs_compose_writing.c
2277         * src/prefs_quote.c
2278                 Re-organized writing options a bit:
2279                  - renamed the Quoting page to Templates
2280                  - moved all composing templates to that page
2281                  - moved non-templates options to the Writing one,
2282                    grouped reply-related options, reordered reply and
2283                    forward options.
2284
2285 2007-05-31 [wwp]        2.9.2cvs25
2286
2287         * src/compose.c
2288                 Removed unused code.
2289
2290 2007-05-31 [colin]      2.9.2cvs24
2291
2292         * src/addressbook.c
2293                 Fix missing display name when modifying
2294                 LDAP. Patch by Michael Rasmussen
2295
2296 2007-05-31 [wwp]        2.9.2cvs23
2297
2298         * src/plugins/bogofilter/Makefile.am
2299         * src/plugins/clamav/Makefile.am
2300         * src/plugins/demo/Makefile.am
2301         * src/plugins/dillo_viewer/Makefile.am
2302         * src/plugins/spamassassin/Makefile.am
2303                 Fix building of those plugins in Mac OS X.
2304
2305 2007-05-30 [wwp]        2.9.2cvs22
2306
2307         * src/gtk/quicksearch.c
2308                 Fix missing initialization.
2309
2310 2007-05-30 [wwp]        2.9.2cvs21
2311
2312         * src/procheader.c
2313                 Revert accidental commit (debug outputs).
2314
2315 2007-05-30 [wwp]        2.9.2cvs20
2316
2317         * src/compose.c
2318         * src/folder_item_prefs.c
2319         * src/folder_item_prefs.h
2320         * src/prefs_account.c
2321         * src/prefs_account.h
2322         * src/prefs_folder_item.c
2323         * src/prefs_gtk.c
2324         * src/prefs_gtk.h
2325                 Implemented per-account and per-folder
2326                 compose/reply/forward formats.
2327
2328 2007-05-30 [wwp]        2.9.2cvs19
2329
2330         * src/prefs_compose_writing.c
2331         * src/prefs_quote.c
2332         * src/procheader.c
2333         * src/quote_fmt.c
2334         * src/quote_fmt.h
2335                 Internal API changes (factorize quote format
2336                 prefs and checks).
2337
2338 2007-05-30 [colin]      2.9.2cvs18
2339
2340         * src/compose.c
2341                 Fix race where it's possible to re-click Send
2342                 between end of SMTP session and end of "move to
2343                 sent folder" when sending an email with send
2344                 dialog enabled.
2345
2346 2007-05-30 [colin]      2.9.2cvs17
2347
2348         * src/crash.c
2349                 Ask for backtrace on all threads. Patch by
2350                 Pawel
2351         * src/folderview.c
2352                 Fix stale news statusbar when scanning fails.
2353                 Patch by Pawel
2354         * src/ldapupdate.c
2355                 Fix some LDAP write updates bugs. Patch
2356                 by Michael Rasmussen
2357
2358 2007-05-29 [colin]      2.9.2cvs16
2359
2360         * src/imap.c
2361                 Fix loss of local flags when moving mails
2362                 on IMAP in high-bandwidth mode (UID FETCH)
2363
2364 2007-05-25 [paul]       2.9.2cvs15
2365
2366         * src/common/socket.c
2367                 fix sometimes crasher on cancelling
2368                 message sending
2369
2370 2007-05-25 [colin]      2.9.2cvs14
2371
2372         * src/imap.c
2373                 Fix a memory leak
2374         * src/imap_gtk.c
2375                 Be more helpful in the subscription
2376                 message
2377
2378 2007-05-23 [wwp]        2.9.2cvs13
2379
2380         * src/compose.c
2381         * src/prefs_compose_writing.c
2382         * src/prefs_quote.c
2383         * src/prefs_template.c
2384         * src/prefs_template.h
2385         * src/quote_fmt.c
2386         * src/quote_fmt.h
2387         * src/quote_fmt_lex.l
2388         * src/quote_fmt_parse.y
2389                 Introduced new syntax elements (symbols and commands)
2390                 in templates/quote_fmt. Compatibility w/ old
2391                 symbols is kept.
2392                 Updated and reworked the corresponding Information
2393                 dialog.
2394                 Display the line number in dialogs that talk about
2395                 parser errors (in addition to the error message in
2396                 output).
2397
2398 2007-05-23 [wwp]        2.9.2cvs12
2399
2400         * src/quote_fmt_parse.y
2401                 Fix 2.9.2cvs11, probably a paste accident ;).
2402
2403 2007-05-23 [wwp]        2.9.2cvs11
2404
2405         * src/compose.c
2406         * src/prefs_template.c
2407         * src/quote_fmt.h
2408         * src/quote_fmt_parse.y
2409                 Fix 2.9.2cvs10, which broke --disable-aspell.
2410
2411 2007-05-22 [wwp]        2.9.2cvs10
2412
2413         * src/compose.c
2414         * src/prefs_template.c
2415         * src/quote_fmt.c
2416         * src/quote_fmt.h
2417         * src/quote_fmt_lex.l
2418         * src/quote_fmt_parse.y
2419         * src/gtk/gtkaspell.c
2420         * src/gtk/gtkaspell.h
2421                 Added template/quote format syntactical elements
2422                 to show and query:
2423                         - current dictionary
2424                           %T to show (shows empty if not set or not enabled),
2425                           ?T and !T to check if the default dictionary is
2426                           enabled and set
2427                         - current account's default dictionary
2428                           %aT to show (empty if not set or not enabled),
2429                           ?aT and !aT to check if it's enabled and set
2430                         - name completion for an address, from the address
2431                           book
2432                           %ABf, %ABt, %ABc respectively show the full name got
2433                           from the address book if From, To or Cc match a single
2434                           contact.
2435                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2436                           matches any contact and if the full name is non-empty.
2437                           If From, To or Cc are lists of email addresses, only
2438                           the first address will be checked.
2439                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2440                 that could show a trailing ','.
2441                 Also, template/quote_fmt parser now shows the line number in case
2442                 of parser error.
2443
2444 2007-05-15 [colin]      2.9.2cvs9
2445
2446         * src/main.c
2447         * src/main.h
2448                 Add a public function to know whether Claws
2449                 crashed last time
2450                 Store opened folder when exiting
2451         * src/folder.c
2452         * src/folder.h
2453                 Store last opened message in each FolderItem;
2454                 Reset last seen messages if Claws crashed, so 
2455                 that one can't go in an infinite crash in case 
2456                 a particular mail crashes Claws.
2457         * src/messageview.c
2458         * src/prefs_common.c
2459         * src/prefs_common.h
2460         * src/summaryview.c
2461         * src/prefs_summaries.c
2462                 Add "Select last opened message" when entering
2463                 a folder
2464                 Add "Select last opened folder" at startup.
2465
2466 2007-05-14 [colin]      2.9.2cvs8
2467
2468         * manual/xml2pdf
2469                 Fix bashism, search for xml catalog 
2470                 in /usr/local/share/xml/catalog too
2471                 Patch by Pawel
2472
2473 2007-05-13 [wwp]        2.9.2cvs7
2474
2475         * src/gtk/logwindow.c
2476                 fix raising log windows when they are either minimized or
2477                 in background.
2478
2479 2007-05-11 [colin]      2.9.2cvs6
2480
2481         * src/gtk/filesel.c
2482                 Use Hildon's file chooser on Maemo. Patch
2483                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2484                 'File attachment "manipulation" bugs...'
2485
2486 2007-05-10 [wwp]        2.9.2cvs5
2487
2488         * src/prefs_common.c
2489         * src/prefs_common.h
2490         * src/gtk/quicksearch.c
2491                 Add a quicksearch option to automatically run
2492                 a search selected from the history (this option
2493                 is exclusive towards type-ahead).
2494
2495 2007-05-10 [colin]      2.9.2cvs4
2496
2497         * src/imap.c
2498                 Fix g_warnings, thanks to Brian
2499                 Morrison
2500
2501 2007-05-09 [colin]      2.9.2cvs3
2502
2503         * src/crash.c
2504         * src/exporthtml.c
2505         * src/mbox.c
2506         * src/prefs_summaries.c
2507         * src/procheader.c
2508         * src/common/log.c
2509         * src/common/utils.c
2510         * src/gtk/gtksourceprintjob.c
2511         * src/gtk/sslcertwindow.c
2512                 Use the re-entrant variant of time functions
2513                 Probably fixes bug 1217, 'reentrancy problems 
2514                 with time functions'
2515
2516 2007-05-09 [colin]      2.9.2cvs2
2517
2518         * src/imap.c
2519                 Fix crasher when reconnection fails
2520
2521 2007-05-08 [paul]       2.9.2cvs1
2522
2523         * NEWS
2524         * README
2525         * RELEASE_NOTES
2526         * configure.ac
2527                 bump version number following
2528                 stable release
2529
2530 2007-05-08 [paul]       2.9.1cvs48
2531
2532         * src/plugins/demo/demo.c
2533         * src/plugins/dillo_viewer/dillo_prefs.c
2534         * src/plugins/dillo_viewer/dillo_prefs.h
2535         * src/plugins/dillo_viewer/dillo_viewer.c
2536         * src/plugins/pgpcore/pgp_viewer.c
2537         * src/plugins/pgpcore/pgp_viewer.h
2538         * src/plugins/pgpcore/plugin.c
2539         * src/plugins/pgpcore/prefs_gpg.c
2540         * src/plugins/pgpcore/prefs_gpg.h
2541         * src/plugins/pgpcore/sgpgme.c
2542         * src/plugins/pgpcore/sgpgme.h
2543         * src/plugins/pgpinline/plugin.c
2544         * src/plugins/pgpmime/pgpmime.c
2545         * src/plugins/pgpmime/pgpmime.h
2546         * src/plugins/pgpmime/plugin.c
2547         * src/plugins/spamassassin/spamassassin.c
2548         * src/plugins/spamassassin/spamassassin.h
2549         * src/plugins/spamassassin/spamassassin_gtk.c
2550         * src/plugins/trayicon/README
2551         * tools/README
2552         * tools/README.sylprint
2553         * tools/outlook2claws-mail.pl
2554         * tools/sylprint.pl
2555         * tools/tb2claws-mail
2556         * tools/tbird2claws.py
2557         * tools/update-po
2558         * tools/vcard2xml.py
2559         * tools/kdeservicemenu/README
2560                 cleanups and corrections
2561
2562 2007-05-06 [wwp]        2.9.1cvs47
2563
2564         * tools/uudec
2565                 Fix missing dash to `display` command-line, reported
2566                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2567
2568 2007-05-06 [colin]      2.9.1cvs46
2569
2570         * src/Makefile.am
2571         * src/stock_pixmap.c
2572         * src/stock_pixmap.h
2573         * src/pixmaps/printer.xpm
2574                 Add a printer icon
2575
2576 2007-05-06 [paul]       2.9.1cvs45
2577
2578         * src/compose.c
2579         * src/ldapquery.c
2580         * src/privacy.h
2581         * src/summary_search.c
2582         * src/summaryview.c
2583                 fix build warnings
2584
2585 2007-05-05 [wwp]        2.9.1cvs44
2586
2587         * src/messageview.c
2588         * src/mh.c
2589         * src/prefs_actions.c
2590         * src/prefs_gtk.c
2591         * src/summaryview.c
2592         * src/common/xml.c
2593                 Fix "faild" typos everywhere and capitalization of
2594                 some g_warnings.
2595
2596 2007-05-04 [colin]      2.9.1cvs43
2597
2598         * src/compose.c
2599         * src/privacy.c
2600         * src/privacy.h
2601         * src/plugins/pgpcore/prefs_gpg.c
2602         * src/plugins/pgpcore/prefs_gpg.h
2603         * src/plugins/pgpinline/pgpinline.c
2604         * src/plugins/pgpmime/pgpmime.c
2605                 Add an API to warn about encryption limits,
2606                 and allow to disable these warnings
2607
2608 2007-05-03 [colin]      2.9.1cvs42
2609
2610         * src/summaryview.c
2611         * src/mainwindow.c
2612                 Fix bug 1213, 'Delete more than 
2613                 one thread at once'
2614
2615 2007-05-03 [wwp]        2.9.1cvs41
2616
2617         * src/prefs_common.c
2618         * src/prefs_filtering.c
2619         * src/prefs_template.c
2620         * src/common/template.c
2621         * src/common/template.h
2622         * src/gtk/gtkutils.c
2623         * src/gtk/gtkutils.h
2624                 Templates are no longer automatically sorted
2625                 by name, but can be sorted manually using
2626                 |< < > >| buttons as well as drag'n'drop.
2627
2628 2007-05-03 [wwp]        2.9.1cvs40
2629
2630         * src/plugins/spamassassin/spamassassin.c
2631         * src/plugins/spamassassin/spamassassin.h
2632         * src/plugins/spamassassin/spamassassin_gtk.c
2633         * src/plugins/bogofilter/bogofilter.c
2634         * src/plugins/bogofilter/bogofilter.h
2635         * src/plugins/bogofilter/bogofilter_gtk.c
2636                 Added an option to conditionally mark saved spam
2637                 as read (default is and was to do so).
2638                 Satisfies feature request 1708539 on sf.net tracker.
2639
2640 2007-05-03 [colin]      2.9.1cvs39
2641
2642         * src/inc.c
2643                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2644
2645 2007-05-02 [colin]      2.9.1cvs38
2646
2647         * src/textview.c
2648                 Fix bug 1209, 'Clicking on address 
2649                 in header (mailto uri) selects 
2650                 default account'. Patch adapted from
2651                 G.P. Halkes' patch.
2652
2653 2007-05-02 [colin]      2.9.1cvs37
2654
2655         * src/grouplistdialog.c
2656                 Set cursor to wait cursor while loading
2657                 groups.
2658
2659 2007-05-02 [paul]       2.9.1cvs36
2660
2661         * src/folder.c
2662         * src/common/defs.h
2663                 rename cache and mark files
2664                 (data is preserved)
2665
2666 2007-04-30 [paul]       2.9.1cvs35
2667
2668         * manual/glossary.xml
2669         * manual/plugins.xml
2670                 updates. Patch by Ricardo
2671
2672 2007-04-29 [wwp]        2.9.1cvs34
2673
2674         * src/mainwindow.c
2675         * configure.ac
2676                 Fix few grammatical errors (patch by David Relson < relson at
2677                 osagesoftware dot com >).
2678
2679 2007-04-28 [colin]      2.9.1cvs33
2680
2681         * src/account.c
2682         * src/pop.c
2683         * src/prefs_account.c
2684         * src/prefs_account.h
2685                 Drop the "Download all" preference. It's
2686                 stupidly useless and confuses people from
2687                 time to time.
2688
2689 2007-04-27 [wwp]        2.9.1cvs32
2690
2691         * src/account.c
2692         * src/prefs_account.c
2693         * src/prefs_account.h
2694                 Don't reflect accounts changes to the mainwindow when it's
2695                 not necessary.
2696
2697 2007-04-27 [colin]      2.9.1cvs31
2698
2699         * src/folder.c
2700                 Freeze/thaw when sync'ing flags
2701         * src/imap.c
2702         * src/prefs_account.c
2703         * src/prefs_account.h
2704         * src/etpan/imap-thread.c
2705         * src/etpan/imap-thread.h
2706                 Add a way to use UID FETCH instead
2707                 of searches to fetch message lists
2708                 and flags. More expensive towards
2709                 bandwidth, less expensive towards
2710                 server's CPU. Probably fixes 
2711                 bug 1158, 'Scanning new folders on 
2712                 Exchange 2007 extremely slow'.
2713                 Patch 95% by Hoa.
2714
2715 2007-04-27 [paul]       2.9.1cvs30
2716
2717         * src/mainwindow.c
2718         * src/prefs_logging.c
2719                 improvements to english usage
2720
2721 2007-04-27 [colin]      2.9.1cvs29
2722
2723         * src/imap.c
2724                 Fix build without libetpan (my bad!)
2725
2726 2007-04-26 [colin]      2.9.1cvs28
2727
2728         * src/imap.c
2729         * src/imap.h
2730                 Fix uselessly exported function
2731         * src/textview.c
2732                 Consider "- -- \n" as signature separator
2733                 (that's what signature separators look like
2734                  in PGP/Inline signed mails)
2735
2736 2007-04-26 [colin]      2.9.1cvs27
2737
2738         * configure.ac
2739                 libetpan-0.49 is now required
2740         * src/procmime.c
2741                 Fix double fetching of mails if
2742                 first try failed
2743         * src/imap.c
2744                 Make offline sync faster, by
2745                 remembering last change time, and
2746                 last sync time.
2747
2748 2007-04-26 [hoa]        2.9.1cvs26
2749
2750         * src/imap.c
2751         * src/imap.h
2752         * src/mainwindow.c
2753         * src/toolbar.c
2754         * src/etpan/imap-thread.c
2755         * src/etpan/imap-thread.h
2756                 cancellation of IMAP operations is now allowed.
2757                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2758
2759 2007-04-26 [colin]      2.9.1cvs25
2760
2761         * src/folder.c
2762                 Always fetch body+headers in folders that are
2763                 synched for offline use, if "Synchronise as
2764                 soon as possible" is set.
2765                 Fixes bug 1200, 'Add option to always retrieve full 
2766                 messages'
2767
2768 2007-04-25 [colin]      2.9.1cvs24
2769
2770         * src/compose.c
2771                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2772                 persists...'
2773
2774 2007-04-24 [colin]      2.9.1cvs23
2775
2776         * src/folderview.c
2777                 Fix bug 1195, 'Hardware key navigation' 
2778                 Make GDK_Enter toggle expansion (Maemo)
2779
2780 2007-04-24 [wwp]        2.9.1cvs22
2781
2782         * src/compose.c
2783                 Fix few compiler warnings.
2784
2785 2007-04-24 [paul]       2.9.1cvs21
2786
2787         * src/Makefile.am
2788         * src/stock_pixmap.c
2789         * src/stock_pixmap.h
2790                 complete last commit
2791
2792 2007-04-24 [paul]       2.9.1cvs20
2793
2794         * src/gtk/about.c
2795         * src/pixmaps/active.xpm
2796         * src/pixmaps/checkbox_off.xpm
2797         * src/pixmaps/checkbox_on.xpm
2798         * src/pixmaps/inactive.xpm
2799                 kick out the blobs
2800                 remove transparent border from checkbox icons
2801
2802 2007-04-24 [wwp]        2.9.1cvs19
2803
2804         * src/textview.c
2805         * src/textview.h
2806                 Fix a crash in textview, thanks to Colin.
2807
2808 2007-04-23 [wwp]        2.9.1cvs18
2809
2810         * src/prefs_common.c
2811                 Fix 2.9.1cvs5: no header was being translated at all.
2812
2813 2007-04-23 [colin]      2.9.1cvs17
2814
2815         * src/Makefile.am
2816         * src/stock_pixmap.c
2817         * src/stock_pixmap.h
2818         * src/summaryview.c
2819         * src/summaryview.h
2820         * src/gtk/gtksctree.c
2821         * src/gtk/gtksctree.h
2822         * src/pixmaps/selection.xpm
2823                 Fix bug 1193, 'Need a way to multi-select
2824                 items'. Add a toggle button to the summaryview
2825                 to switch between normal and multiple selection
2826                 (Maemo)
2827
2828 2007-04-23 [colin]      2.9.1cvs16
2829
2830         * src/Makefile.am
2831         * src/stock_pixmap.c
2832         * src/stock_pixmap.h
2833         * src/summaryview.c
2834         * src/summaryview.h
2835         * src/gtk/gtksctree.c
2836         * src/gtk/gtksctree.h
2837         * src/pixmaps/selection.xpm
2838                 Fix bug 1193, 'Need a way to multi-
2839                 select items'
2840                 Add a toggle button in the summaryview
2841                 to enable normal or multiple selection.
2842                 (Maemo)
2843
2844 2007-04-23 [colin]      2.9.1cvs15
2845
2846         * src/compose.c
2847                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2848
2849 2007-04-21 [colin]      2.9.1cvs14
2850
2851         * src/gtk/quicksearch.c
2852                 Fix previous commit (actually use correct
2853                 parameter)
2854
2855 2007-04-21 [colin]      2.9.1cvs13
2856
2857         * src/gtk/quicksearch.c
2858                 Fix changing quicksearch type (after Esc,
2859                 after changing Recursive, ...)
2860
2861 2007-04-20 [wwp]        2.9.1cvs12
2862
2863         * src/gtk/Makefile.am
2864                 Added headers.h (completes 2.9.1cvs5).
2865
2866 2007-04-20 [wwp]        2.9.1cvs11
2867
2868         * src/addressbook.c
2869                 Fix the use of display name in name column,
2870                 it has been overriden w/ the use of nickname
2871                 by 2.9.0cvs3. Now nickname is used (if any)
2872                 in case of LDAP books only.
2873
2874 2007-04-20 [colin]      2.9.1cvs10
2875
2876         * src/mimeview.c
2877         * src/summaryview.c
2878         * src/textview.c
2879                 Add handling of 'a' to loop in a mail's
2880                 mimeparts
2881
2882 2007-04-20 [colin]      2.9.1cvs9
2883
2884         * src/toolbar.c
2885                 Fix bug 1190, 'dir_open' button doesn't work'
2886                 (Maemo)
2887
2888 2007-04-20 [colin]      2.9.1cvs8
2889
2890         * src/folderview.c
2891         * src/mainwindow.c
2892                 Fix bug 1194, 'Hardware keys move from email 
2893                 list to account/directory list, but not back 
2894                 to email list...' (Maemo)
2895
2896 2007-04-20 [colin]      2.9.1cvs7
2897
2898         * src/compose.h
2899                 complete previous commit
2900
2901 2007-04-20 [colin]      2.9.1cvs6
2902
2903         * src/compose.c
2904                 Fix bug 1187, 'Reply-to addressee disappears 
2905                 when reply-to text box is clicked...' (Maemo)
2906
2907 2007-04-20 [wwp]        2.9.1cvs5
2908
2909         * po/POTFILES.in
2910         * src/addressbook.c
2911         * src/compose.c
2912         * src/filtering.c
2913         * src/headerview.c
2914         * src/matcher.c
2915         * src/prefs_common.c
2916         * src/prefs_common.h
2917         * src/prefs_display_header.c
2918         * src/prefs_matcher.c
2919         * src/summaryview.c
2920         * src/gtk/headers.h
2921         * src/gtk/quicksearch.c
2922                 Translate more header names according to the relevant option value,
2923                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2924                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2925                 to prefs_common_translated_header_name().
2926                 Added a headers.h reference file that contains known header names
2927                 (RFC2822 and others) to the translation process' input, so that
2928                 translated header names will still exist even if no occurrence of
2929                 _("headername") is found anymore in the sources.
2930                 Don't translate column name 'Number' following to trans_hdr option
2931                 value as it's not a header name.
2932
2933 2007-04-20 [colin]      2.9.1cvs4
2934
2935         * src/gtk/quicksearch.c
2936         * src/gtk/quicksearch.h
2937                 Add "From, To or Subject" quicksearch
2938                 type. Patch by ulfschaper@users.sf.net
2939
2940 2007-04-20 [colin]      2.9.1cvs3
2941
2942         * src/matcher.c
2943                 Implement proper references filtering condition.
2944                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2945
2946 2007-04-19 [wwp]        2.9.1cvs2
2947
2948         * src/prefs_display_header.c
2949         * src/message_search.c
2950                 Fix few warnings (g_free of const gchar*).
2951
2952 2007-04-19 [paul]       2.9.1cvs1
2953
2954         * NEWS
2955         * README
2956         * RELEASE_NOTES
2957         * configure.ac
2958                 bump version number following
2959                 stable release
2960
2961 2007-04-19 [paul]       2.9.0cvs9
2962
2963         * manual/advanced.xml
2964         * manual/glossary.xml
2965                 fix typos
2966
2967 2007-04-18 [paul]       2.9.0cvs8
2968
2969         * src/pop.c
2970                 fix for CVE-2007-1558 (APOP)
2971                 Thanks to Colin
2972
2973 2007-04-18 [paul]       2.9.0cvs7
2974
2975         * src/messageview.c
2976         * src/mimeview.c
2977         * src/summaryview.c
2978         * src/gtk/filesel.c
2979                 Fix encoding woes wrt saving of
2980                 mails and parts
2981                 Thanks to Colin
2982
2983 2007-04-18 [colin]      2.9.0cvs6
2984
2985         * src/gtk/pluginwindow.c
2986                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2987
2988 2007-04-17 [wwp]        2.9.0cvs5
2989
2990         * src/addressadd.c
2991         * src/addressbook.c
2992         * src/addrindex.c
2993         * src/ldapupdate.c
2994                 Fix --disable-ldap build,
2995                 fix some LDAP annoyances on 
2996                 searches, thanks to Colin.
2997
2998 2007-04-17 [wwp]        2.9.0cvs4
2999
3000         * src/ldapupdate.c
3001                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3002                 like gcc 2.9x. Thanks to Colin.
3003
3004 2007-04-17 [wwp]        2.9.0cvs3
3005
3006         * src/Makefile.am
3007         * src/addressadd.c
3008         * src/addressbook.c
3009         * src/addrindex.c
3010         * src/addritem.c
3011         * src/addritem.h
3012         * src/editaddress.c
3013         * src/ldapctrl.c
3014         * src/ldapctrl.h
3015         * src/ldapquery.c
3016         * src/ldapserver.c
3017         * src/ldapserver.h
3018         * src/ldapupdate.c
3019         * src/ldapupdate.h
3020                 Add LDAP write support. Patch mostly by 
3021                 Michael <mir at datanom dot net>
3022
3023 2007-04-17 [wwp]        2.9.0cvs2
3024
3025         * src/compose.c
3026                 Prepend "Add to address book" to the context menu of compose window's sender and
3027                 recipient fields.
3028
3029 2007-04-16 [paul]       2.9.0cvs1
3030
3031         * src/gtk/authors.h
3032                 add Pader Rezso
3033
3034 2007-04-16 [paul]       2.9.0
3035
3036         * NEWS
3037         * README
3038         * RELEASE_NOTES
3039                 2.9.0 released
3040
3041 2007-04-16 [paul]       2.8.1cvs102
3042
3043         * po/fr.po
3044                 updated by Fabien Vantard
3045
3046 2007-04-16 [paul]       2.8.1cvs101
3047
3048         * po/ca.po
3049         * po/cs.po
3050         * po/de.po
3051         * po/hu.po
3052         * po/pl.po
3053         * po/pt_BR.po
3054         * po/sr.po
3055         * po/zh_CN.po
3056                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3057                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3058                 Aleksandar Urosevic, and Ralgh Young
3059
3060 2007-04-15 [mones]      2.8.1cvs100
3061
3062         * po/es.po
3063                 Updated for release
3064
3065 2007-04-14 [colin]      2.8.1cvs99
3066
3067         * src/message_search.c
3068         * src/prefs_display_header.c
3069         * src/summary_search.c
3070         * src/gtk/combobox.c
3071                 Fix allocations
3072
3073 2007-04-14 [wwp]        2.8.1cvs98
3074
3075         * src/gtk/combobox.c
3076         * src/message_search.c
3077         * src/summary_search.c
3078         * src/prefs_display_header.c
3079                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3080                 returns NULL, get the text value directly from the GtkEntry child.
3081
3082 2007-04-13 [colin]      2.8.1cvs97
3083
3084         * src/gtk/quicksearch.c
3085                 Give the focus back to summaryview when
3086                 emptying the quicksearch with Esc
3087
3088 2007-04-13 [colin]      2.8.1cvs96
3089
3090         * src/message_search.c
3091         * src/prefs_display_header.c
3092         * src/summary_search.c
3093                 Fix possibles crashes when getting text
3094                 from gtk combos
3095
3096 2007-04-13 [colin]      2.8.1cvs95
3097
3098         * src/pop.c
3099                 Add some UIDL debugging
3100
3101 2007-04-12 [colin]      2.8.1cvs94
3102
3103         * src/folder.c
3104                 Force folder scan if necessary after
3105                 copying mails, to be able to reapply
3106                 flags.
3107
3108 2007-04-11 [colin]      2.8.1cvs93
3109
3110         * src/main.c
3111                 don't scan for new mail on startup if --select
3112                 is specified (or race conditions arise). If so,
3113                 do both sequentially.
3114
3115 2007-04-09 [colin]      2.8.1cvs92
3116
3117         * src/common/defs.h
3118                 Use leafpad by default on Maemo. Patch
3119                 by Jean-Luc Biord.
3120
3121 2007-04-06 [colin]      2.8.1cvs91
3122
3123         * src/pixmaps/queue_close.xpm
3124         * src/pixmaps/queue_close_hrm.xpm
3125         * src/pixmaps/queue_close_hrm_mark.xpm
3126         * src/pixmaps/queue_close_mark.xpm
3127         * src/pixmaps/queue_open.xpm
3128         * src/pixmaps/queue_open_hrm.xpm
3129         * src/pixmaps/queue_open_hrm_mark.xpm
3130         * src/pixmaps/queue_open_mark.xpm
3131                 Move the clock one pixel down :)
3132
3133 2007-04-05 [colin]      2.8.1cvs90
3134
3135         * src/mainwindow.c
3136                 Don't sync when switching offline from
3137                 command line - it's usually too late :)
3138
3139 2007-04-05 [paul]       2.8.1cvs89
3140
3141         * src/Makefile.am
3142         * src/stock_pixmap.c
3143         * src/pixmaps/dir_close_hrm.xpm
3144         * src/pixmaps/dir_close_hrm_mark.xpm
3145         * src/pixmaps/drafts_close.xpm
3146         * src/pixmaps/drafts_close_mark.xpm
3147         * src/pixmaps/drafts_open.xpm
3148         * src/pixmaps/drafts_open_mark.xpm
3149         * src/pixmaps/inbox.xpm
3150         * src/pixmaps/inbox_close.xpm
3151         * src/pixmaps/inbox_close_hrm.xpm
3152         * src/pixmaps/inbox_close_hrm_mark.xpm
3153         * src/pixmaps/inbox_close_mark.xpm
3154         * src/pixmaps/inbox_hrm.xpm
3155         * src/pixmaps/inbox_hrm_mark.xpm
3156         * src/pixmaps/inbox_mark.xpm
3157         * src/pixmaps/inbox_open.xpm
3158         * src/pixmaps/inbox_open_hrm.xpm
3159         * src/pixmaps/inbox_open_hrm_mark.xpm
3160         * src/pixmaps/inbox_open_mark.xpm
3161         * src/pixmaps/outbox.xpm
3162         * src/pixmaps/outbox_close.xpm
3163         * src/pixmaps/outbox_close_hrm.xpm
3164         * src/pixmaps/outbox_close_hrm_mark.xpm
3165         * src/pixmaps/outbox_close_mark.xpm
3166         * src/pixmaps/outbox_hrm.xpm
3167         * src/pixmaps/outbox_hrm_mark.xpm
3168         * src/pixmaps/outbox_mark.xpm
3169         * src/pixmaps/outbox_open.xpm
3170         * src/pixmaps/outbox_open_hrm.xpm
3171         * src/pixmaps/outbox_open_hrm_mark.xpm
3172         * src/pixmaps/outbox_open_mark.xpm
3173         * src/pixmaps/queue_close.xpm
3174         * src/pixmaps/queue_close_hrm.xpm
3175         * src/pixmaps/queue_close_hrm_mark.xpm
3176         * src/pixmaps/queue_close_mark.xpm
3177         * src/pixmaps/queue_open.xpm
3178         * src/pixmaps/queue_open_hrm.xpm
3179         * src/pixmaps/queue_open_hrm_mark.xpm
3180         * src/pixmaps/queue_open_mark.xpm
3181                 updated, added and replaced icons
3182                 Icons by Colin
3183
3184 2007-04-04 [colin]      2.8.1cvs88
3185
3186         * src/imap.c
3187                 Fix build without libetpan
3188
3189 2007-04-03 [colin]      2.8.1cvs87
3190
3191         * src/imap.c
3192                 Fix crash with Citadel, and try to make
3193                 things work. this server (and specifically 
3194                 STATUS and APPEND at least) seems broken.
3195
3196 2007-04-03 [colin]      2.8.1cvs86
3197
3198         * src/folderview.c
3199                 Fix icons on folder close
3200
3201 2007-04-03 [colin]      2.8.1cvs85
3202
3203         * src/inc.c
3204                 Fix double-ask of offline override in
3205                 certain cases
3206         * src/imap.c
3207         * src/imap.h
3208         * src/imap_gtk.c
3209                 Much more efficient way to synchronise
3210                 for offline use
3211         * src/etpan/imap-thread.c
3212                 Fix possible segs
3213         * src/folder.c
3214         * src/gtk/quicksearch.c
3215                 Fix some GUI lags
3216
3217 2007-04-03 [paul]       2.8.1cvs84
3218
3219         * src/filtering.c
3220         * src/folder.c
3221         * src/folder.h
3222         * src/prefs_common.c
3223         * src/prefs_common.h
3224         * src/prefs_other.c
3225                 Fix sync being done too late
3226                 Thanks to Colin
3227
3228 2007-04-02 [colin]      2.8.1cvs83
3229
3230         * src/summaryview.c
3231                 Maemo: Put status and quicksearch at the top
3232         * src/plugins/bogofilter/bogofilter.c
3233         * src/plugins/spamassassin/spamassassin.c
3234                 Derive trash from inbox if possible
3235
3236 2007-04-02 [paul]       2.8.1cvs82
3237
3238         * src/plugins/bogofilter/bogofilter_gtk.c
3239                 a few English changes
3240
3241 2007-04-02 [paul]
3242
3243         2.9.0-rc1 released
3244
3245 2007-04-02 [colin]      2.8.1cvs81
3246
3247         * src/image_viewer.c
3248                 Fix transparent images by using
3249                 GtkImage
3250         * src/messageview.c
3251                 Flush events (on new windows) to avoid
3252                 having the textview's image resize fail
3253                 to know the available width
3254
3255 2007-04-01 [colin]      2.8.1cvs80
3256
3257         * src/prefs_account.c
3258                 If no MH mailbox exist, when creating a POP/Local
3259                 account, just create and use the default one 
3260                 instead of bailing with a "Mailbox doesn't exist"
3261                 error
3262
3263 2007-03-31 [colin]      2.8.1cvs79
3264
3265         * src/prefs_account.c
3266                 Create signature file if it doesn't exist
3267                 before editing
3268         * src/prefs_toolbar.c
3269                 Maemo: Move "Use default" on the left so
3270                 that people can find it
3271         * src/common/defs.h
3272                 Maemo: make default editor "Maemopad", 
3273                 default signature file "MyDocs/signature.txt"
3274
3275 2007-03-31 [colin]      2.8.1cvs78
3276
3277         * src/prefs_account.c
3278                 Maemo: rework account prefs so
3279                 that less horizontal scrolling
3280                 is required
3281
3282 2007-03-31 [colin]      2.8.1cvs77
3283
3284         * src/folderview.c
3285         * src/prefs_common.c
3286         * src/prefs_common.h
3287                 Fix bug 1167, 'Allow not displaying zeros 
3288                 in folder list'. Patch by MartinP
3289
3290 2007-03-31 [colin]      2.8.1cvs76
3291
3292         * AUTHORS
3293                 Add Jean-Luc Biord
3294
3295 2007-03-31 [colin]      2.8.1cvs75
3296
3297         * src/imap.c
3298                 Apply patch from bug 1172, direct
3299                 access to the folder's session instead
3300                 of using getter. Patch by MartinP
3301
3302 2007-03-31 [paul]       2.8.1cvs74
3303
3304         * src/gtk/authors.h
3305                 no need to list Fabien twice!
3306
3307 2007-03-31 [colin]      2.8.1cvs73
3308
3309         * src/inc.c
3310                 If we're currently "overriding for %d minutes",
3311                 don't ask
3312
3313 2007-03-31 [colin]      2.8.1cvs72
3314
3315         * src/compose.c
3316         * src/imap.c
3317         * src/inc.c
3318         * src/inc.h
3319         * src/messageview.c
3320         * src/news.c
3321         * src/plugins/spamassassin/spamassassin.c
3322                 Offline override: Add a parameter to allow
3323                 asking even if the override timer is running.
3324                 Allows to ask every time the user makes an
3325                 explicit action needing online access (such
3326                 as Get Mail), and not when the action is 
3327                 implicit (such as opening an IMAP folder)
3328
3329 2007-03-31 [colin]      2.8.1cvs71
3330
3331         * src/inc.c
3332                 Override offline: "No" answer shouldn't
3333                 re-ask after 3 seconds, but 10 minutes. 
3334
3335 2007-03-30 [colin]      2.8.1cvs70
3336
3337         * src/common/socket.c
3338                 Better error reporting on unix socket
3339                 failure (bind usually)
3340         * src/gtk/gtkutils.c
3341         * src/gtk/gtkutils.h
3342                 Label window: add a pulsing progress
3343                 bar to show we're not hung :)
3344         * src/folderview.c
3345         * src/main.c
3346         * src/plugins/pgpcore/sgpgme.c
3347                 Update API
3348
3349 2007-03-30 [colin]      2.8.1cvs69
3350
3351         * src/pop.c
3352         * src/prefs_common.c
3353                 Fix possible trashing of history and uidl
3354                 files on disk full problems
3355
3356 2007-03-30 [paul]       2.8.1cvs68
3357
3358         * src/mainwindow.c
3359         * src/summaryview.c
3360         * src/summaryview.h
3361                 update summary when changing layout type
3362                 (fixes wrong folder icon being displayed)
3363                 Thanks to Colin
3364
3365 2007-03-29 [colin]      2.8.1cvs67
3366
3367         * src/prefs_ext_prog.c
3368                 The browser pref is irrelevant on Maemo
3369
3370 2007-03-29 [colin]      2.8.1cvs66
3371
3372         * src/compose.c
3373         * src/compose.h
3374                 Maemo: dynamically switch headers/text position
3375         * src/prefs_common.c
3376                 Maemo: hide compose's ruler by default
3377         * src/common/socket.c
3378         * src/common/socket.h
3379                 Fix build warning
3380
3381 2007-03-29 [colin]      2.8.1cvs65
3382
3383         * src/common/socket.c
3384         * src/common/socket.h
3385                 Fix build when MAEMO_CFLAGS contains
3386                 _X_OPENSOURCE (resolv.h errors as long
3387                 as we don't add _BSD_SOURCE. Ugly).
3388
3389 2007-03-29 [wwp]        2.8.1cvs64
3390
3391         * src/prefs_logging.c
3392                 Fix sensitivity of clip-log widgets in prefs/logging,
3393                 thanks to Fabien.
3394
3395 2007-03-29 [wwp]        2.8.1cvs63
3396
3397         * po/POTFILES.in
3398                 Updated files list for translations, thanks to Fabien.
3399
3400 2007-03-29 [colin]      2.8.1cvs62
3401
3402         * src/main.c
3403         * src/common/Makefile.am
3404         * src/common/utils.c
3405                 Maybe make URI opening work in Maemo
3406                 Requires testing :)
3407
3408 2007-03-28 [colin]      2.8.1cvs61
3409
3410         * src/folder.c
3411         * src/folder.h
3412         * src/folderview.c
3413                 Add the possibility to sort folders arbitrarily
3414                 (via editing of folderlist.xml only). Patch by
3415                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3416                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3417                 be changed by the user'
3418
3419 2007-03-28 [colin]      2.8.1cvs60
3420
3421         * src/mimeview.c
3422                 Add popup menu for mime icons
3423
3424 2007-03-28 [colin]      2.8.1cvs59
3425
3426         * src/mainwindow.c
3427                 Fix a layout issue when presenting
3428                 mainwindow in Small screen layout
3429         * src/toolbar.c
3430         * src/toolbar.h
3431                 Add a "Go to folder list" button for
3432                 mainwindow, and make it default in
3433                 the Maemo build
3434
3435 2007-03-28 [colin]      2.8.1cvs58
3436
3437         * src/compose.c
3438                 Don't dynamically update title on Maemo
3439                 Patch by Jean-Luc Biord
3440
3441 2007-03-27 [colin]      2.8.1cvs57
3442
3443         * src/compose.c
3444         * src/folderview.c
3445         * src/summaryview.c
3446                 Enable tap-and-hold on Maemo
3447
3448 2007-03-26 [colin]      2.8.1cvs56
3449
3450         * src/compose.c
3451                 More popup-menu (in attachments list)
3452
3453 2007-03-26 [colin]      2.8.1cvs55
3454
3455         * src/compose.c
3456                 Enable popup-menu signal
3457
3458 2007-03-26 [colin]      2.8.1cvs54
3459
3460         * src/plugins/pgpinline/pgpinline.c
3461                 Fix bug 1111, 'PGP/inline plugin hides text 
3462                 around encrypted text block'. Patch based on
3463                 a patch from Michal Cihar.
3464
3465 2007-03-26 [wwp]        2.8.1cvs53
3466
3467         * src/procmsg.c
3468                 Fix getting a false error when sending queued message
3469                 whereas the sending was fine (if there are subfolders
3470                 in the queue folder), thanks to Colin.
3471
3472 2007-03-26 [paul]       2.8.1cvs52
3473
3474         * src/wizard.c
3475                 update FACE header in welcome message
3476
3477 2007-03-25 [colin]      2.8.1cvs51
3478
3479         * src/Makefile.am
3480                 Fix make dist
3481
3482 2007-03-25 [colin]      2.8.1cvs50
3483
3484         * src/main.c
3485                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3486
3487 2007-03-24 [colin]      2.8.1cvs49
3488
3489         * src/main.c
3490                 Fix a few launch problems on Maemo
3491                 Patch by Jean-Luc Biord
3492
3493 2007-03-24 [wwp]        2.8.1cvs48
3494
3495         * src/alertpanel.c
3496         * src/alertpanel.h
3497         * src/messageview.c
3498         * src/summaryview.c
3499                 Fix wrong action performed when closing the
3500                 "ask about account specific filtering rules
3501                 when filtering manually" dialog by pressing Escape.
3502                 Fix wrong order of buttons in the "return receipt
3503                 notification - the message was sent to several of
3504                 your accounts" dialog.
3505
3506 2007-03-24 [paul]       2.8.1cvs47
3507
3508         * src/folderview.c
3509                 an improvement to English usage
3510         * tools/kdeservicemenu/README
3511                 updated Claws url
3512
3513 2007-03-24 [paul]       2.8.1cvs46
3514
3515         * src/Makefile.am
3516         * src/stock_pixmap.c
3517         * src/pixmaps/edit_extern.xpm
3518         * src/pixmaps/mail_sign.xpm
3519                 rescue long lost icons
3520
3521 2007-03-24 [paul]       2.8.1cvs45
3522
3523         * src/toolbar.c
3524                 fix toolbar (broken in 2.8.1cvs42)
3525
3526 2007-03-23 [colin]      2.8.1cvs44
3527
3528         * src/imap.c
3529                 Correctly unsubscribe/resubscribe after
3530                 RENAME
3531
3532 2007-03-23 [colin]      2.8.1cvs43
3533
3534         * src/prefs_common.c
3535                 Maemo: as the platform is light on RAM, allow
3536                 caches to be discarded faster.
3537
3538 2007-03-23 [colin]      2.8.1cvs42
3539
3540         * src/Makefile.am
3541         * src/compose.c
3542         * src/compose.h
3543         * src/stock_pixmap.c
3544         * src/stock_pixmap.h
3545         * src/summaryview.c
3546         * src/summaryview.h
3547         * src/toolbar.c
3548         * src/toolbar.h
3549         * src/pixmaps/open_mail.xpm
3550                 Maemo changes: Add the possibility to have
3551                 "Open Email" and "Close Window" buttons on 
3552                 toolbars (and use them in Maemo's default
3553                 toolbars)
3554
3555 2007-03-23 [wwp]        2.8.1cvs41
3556
3557         * src/action.c
3558                 Reverted that part of the action dialog closure logics, to
3559                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3560                 done later in a different way (or may not).
3561
3562 2007-03-22 [wwp]        2.8.1cvs40
3563
3564         * src/action.c
3565                 Fix sticky action dialog when got no output but action command
3566                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3567
3568 2007-03-22 [colin]      2.8.1cvs39
3569
3570         * src/prefs_filtering.c
3571         * src/gtk/combobox.h
3572                 Fix escaping account names in filtering prefs
3573
3574 2007-03-22 [colin]      2.8.1cvs38
3575
3576         * src/addrindex.c
3577         * src/ldapctrl.h
3578         * src/ldapquery.c
3579                 Add any attribute specified in LDAP servers'
3580                 Search attributes to the Other Attributes tab
3581                 of contacts; Add 'telephoneNumber' in the
3582                 default list.
3583
3584 2007-03-22 [colin]      2.8.1cvs37
3585
3586         * src/folderview.c
3587         * src/folderview.h
3588         * src/mainwindow.c
3589                 Try to prevent race conditions when
3590                 changing the folder list
3591         * src/summaryview.c
3592                 Fix possible red folder icon when
3593                 switching from Small screen layout
3594                 to any other
3595
3596 2007-03-22 [colin]      2.8.1cvs36
3597
3598         * src/mainwindow.c
3599         * src/mainwindow.h
3600         * src/summaryview.c
3601                 Rename "little screen" to "Small screen"
3602         * src/gtk/Makefile.am
3603         * src/common/utils.c
3604         * src/mh.c
3605                 Fix Maemo-related compilation problems
3606
3607 2007-03-21 [colin]      2.8.1cvs35
3608
3609         * configure.ac
3610                 Fix previous commit
3611         * claws-mail.desktop
3612                 Remove .png from the Icon, it's useless
3613
3614 2007-03-21 [colin]      2.8.1cvs34
3615
3616         * configure.ac
3617         * src/Makefile.am
3618                 Add the necessary lib checking for 
3619                 Maemo
3620
3621 2007-03-21 [colin]      2.8.1cvs33
3622
3623         * src/main.c
3624                 Fix unconditional "error happened" when
3625                 sending via command-line. "lol @ myself"
3626
3627 2007-03-21 [colin]      2.8.1cvs32
3628
3629         * claws-mail-40x40.png
3630         * claws-mail-26x26.png
3631         * src/account.c
3632         * src/addressbook.c
3633         * src/compose.c
3634         * src/folderview.c
3635         * src/folderview.h
3636         * src/main.c
3637         * src/mainwindow.c
3638         * src/mainwindow.h
3639         * src/messageview.c
3640         * src/prefs_account.c
3641         * src/prefs_common.c
3642         * src/summary_search.c
3643         * src/summaryview.c
3644         * src/summaryview.h
3645         * src/gtk/authors.h
3646         * src/gtk/gtkutils.c
3647         * src/gtk/gtkutils.h
3648         * src/gtk/logwindow.c
3649         * src/gtk/menu.c
3650         * src/gtk/prefswindow.c
3651                 Add Maemo port (patch mainly by Jean-Luc Biort)
3652                 Add a new 'Little screen' layout to help on such
3653                 platforms (patch by me)
3654                 Make some default preferences different (more
3655                 adapted) on Maemo (patch by me)
3656
3657 2007-03-21 [wwp]        2.8.1cvs31
3658
3659         * src/prefs_logging.c
3660         * src/prefs_logging.h
3661                 Fixed copyright header of newly added files.
3662
3663 2007-03-21 [wwp]        2.8.1cvs30
3664
3665         * src/Makefile.am
3666         * src/filtering.c
3667         * src/filtering.h
3668         * src/folder.c
3669         * src/folderview.c
3670         * src/imap.c
3671         * src/inc.c
3672         * src/main.c
3673         * src/mainwindow.c
3674         * src/mainwindow.h
3675         * src/matcher.c
3676         * src/messageview.c
3677         * src/news.c
3678         * src/pop.c
3679         * src/prefs_common.c
3680         * src/prefs_common.h
3681         * src/prefs_logging.c
3682         * src/prefs_logging.h
3683         * src/prefs_other.c
3684         * src/procmsg.c
3685         * src/send_message.c
3686         * src/summaryview.c
3687         * src/common/log.c
3688         * src/common/log.h
3689         * src/common/nntp.c
3690         * src/common/session.c
3691         * src/common/smtp.c
3692         * src/common/socket.c
3693         * src/etpan/imap-thread.c
3694         * src/gtk/logwindow.c
3695         * src/gtk/logwindow.h
3696         * src/plugins/bogofilter/bogofilter.c
3697         * src/plugins/spamassassin/spamassassin.c
3698                 Added debugging of filtering/processing rules.
3699                 The debug log is here 'Tools/Filtering debug window',
3700                 the options there 'Configuration/Preferences/Other/Logging',
3701                 and the log file is ~/.claws-mail/filtering.log.
3702                 Moved protocol log prefs to 'Other/Logging' as well.
3703                 To support such debugging feature, the existing log API has
3704                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3705                 this impacts many external modules (commits follow).
3706
3707 2007-03-21 [paul]       2.8.1cvs29
3708
3709         * src/etpan/Makefile.am
3710         * src/etpan/imap-thread.c
3711                 add missing #include
3712
3713 2007-03-21 [colin]      2.8.1cvs28
3714
3715         * src/procmime.c
3716                 Fix bug 1157, 'some broken messages confuse 
3717                 mime parser'. Make sure we can't have MimeInfos
3718                 with negative sizes.
3719
3720 2007-03-20 [colin]      2.8.1cvs27
3721
3722         * src/main.c
3723                 Fix missing \0 on buffer
3724
3725 2007-03-20 [colin]      2.8.1cvs26
3726
3727         * src/mh.c
3728                 Use make_dir_hier instead of make_dir 
3729                 to create the MH mailbox
3730
3731 2007-03-20 [colin]      2.8.1cvs25
3732
3733         * src/folder.c
3734         * src/folder.h
3735         * src/prefs_account.c
3736         * src/wizard.c
3737                 Fix default inbox weirdnesses (after wizard,
3738                 if path is Mail, mailbox identifier is #mh/Mailbox,
3739                 and when creating new accounts)
3740
3741 2007-03-20 [colin]      2.8.1cvs24
3742
3743         * src/account.c
3744                 Write folderlist after adding/deleting accounts
3745                 that have folders
3746
3747 2007-03-20 [colin]      2.8.1cvs23
3748
3749         * src/imap.c
3750         * src/remotefolder.h
3751                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3752                 selected while scanning prior to update'
3753
3754 2007-03-17 [paul]       2.8.1cvs22
3755
3756         * src/main.c
3757                 fix a typo, and be a little more verbose.
3758
3759 2007-03-17 [wwp]        2.8.1cvs21
3760
3761         * src/inc.c
3762                 Fix a compiler warning.
3763
3764 2007-03-16 [wwp]        2.8.1cvs20
3765
3766         * tools/Makefile.am
3767         * tools/README
3768                 Updated to deal w/ the new mairix.sh tool.
3769
3770 2007-03-16 [wwp]        2.8.1cvs19
3771
3772         * src/action.c
3773                 Fix logics issues around the action IO dialog:
3774                 - disable entry widget and exec button when
3775                   the exec button is clicked (don't wait for any
3776                   output line) - fix possible disabling/re-enabling/
3777                   re-disabling of those widgets
3778                 - raise an error if executing a %as{} action either
3779                   empty or invalid, instead of failing silently
3780                 - don't close the dialog if the abort button has been
3781                   clicked and if there was no output yet
3782                 - set focus to the abort button when the exec button
3783                   is clicked
3784                 - fix capitalization of a warning message
3785
3786 2007-03-16 [wwp]        2.8.1cvs18
3787
3788         * tools/mairix.sh
3789                 Added a wrapper to mairix to the tools folder.
3790
3791 2007-03-16 [colin]      2.8.1cvs17
3792
3793         * src/messageview.c
3794         * src/mimeview.h
3795                 Allow mimeviewer plugins to print
3796                 their stuff
3797
3798 2007-03-16 [colin]      2.8.1cvs16
3799
3800         * .cvsignore
3801                 Ignore *.patchset
3802
3803 2007-03-15 [colin]      2.8.1cvs15
3804
3805         * src/messageview.c
3806         * src/mimeview.h
3807                 Add a way for mimeviewer plugins to
3808                 implement body search
3809
3810 2007-03-15 [paul]       2.8.1cvs14
3811
3812         * src/prefs_spelling.c
3813                 fix English usage
3814
3815 2007-03-15 [paul]       2.8.1cvs13
3816
3817         * src/common/quoted-printable.c
3818                 fix decoding of quoted-printable parts
3819
3820 2007-03-14 [wwp]        2.8.1cvs12
3821
3822         * src/gtk/logwindow.h
3823                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3824
3825 2007-03-14 [wwp]        2.8.1cvs11
3826
3827         * src/gtk/logwindow.h
3828                 Complete 2.8.1cvs10.
3829
3830 2007-03-14 [colin]      2.8.1cvs10
3831
3832         * src/gtk/logwindow.c
3833                 Probably fix bug 1149, crash on logwindow
3834                 close - at the expense of performance once
3835                 logwin has been opened
3836
3837 2007-03-14 [colin]      2.8.1cvs9
3838
3839         * src/main.c
3840                 If claws-mail is running on another
3841                 display, warn instead of popping it up
3842                 on the other display
3843
3844 2007-03-12 [colin]      2.8.1cvs8
3845
3846         * src/wizard.c
3847                 Fix bug 1145, 'Setting a different name 
3848                 for the Mailbox name isn't reflected in 
3849                 default account settings'. Patch by wwp
3850
3851 2007-03-12 [colin]      2.8.1cvs7
3852
3853         * src/summaryview.c
3854                 Fix bug 1143, 'Add number of messages to be 
3855                 deleted to confirmation dialog'
3856
3857 2007-03-12 [wwp]        2.8.1cvs6
3858
3859         * src/folderview.c
3860         * src/prefs_common.c
3861         * src/prefs_common.h
3862         * src/prefs_summaries.c
3863                 Changed the option that displays unread messages count
3864                 next to the folder name in folder list: it is now
3865                 possible to either display nothing, display the
3866                 unread messages number only or the unread and total messages
3867                 numbers. The patch includes this extra feature as well
3868                 as some minor fixes by rewriting the algo in folderview.c.
3869                 Thanks to Paul for the original idea and implementation, plus
3870                 testing and proof-reading!
3871
3872 2007-03-09 [paul]       2.8.1cvs5
3873
3874         * tools/Makefile.am
3875         * tools/README
3876         * tools/claws-mail-compose-insert-files.pl
3877                 added a script which enables inserting files
3878                 into the message body of a new Claws Mail
3879                 Compose window from the command line. Additionally
3880                 To, Cc, Subject and files to attach to the message
3881                 can be specified.
3882
3883 2007-03-09 [wwp]        2.8.1cvs4
3884
3885         * src/addr_compl.c
3886         * src/addr_compl.h
3887         * src/filtering.c
3888                 Optimize matching of addresses in the addressbook
3889                 (filtering/processing 'found_in_addressbook' condition).
3890
3891 2007-03-07 [wwp]        2.8.1cvs3
3892
3893         * src/quote_fmt.c
3894         * src/quote_fmt_lex.l
3895         * src/quote_fmt_parse.y
3896                 Add a new quote format symbol: %A to insert the
3897                 sender email address (just the address itself).
3898
3899 2007-03-06 [wwp]        2.8.1cvs2
3900
3901         * src/gtk/gtkutils.c
3902         * src/plugins/trayicon/trayicon_prefs.h
3903         * src/plugins/trayicon/trayicon_prefs.c
3904         * src/plugins/trayicon/trayicon.c
3905         * src/mainwindow.h
3906         * src/mainwindow.c
3907                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3908                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3909
3910
3911 2007-03-06 [paul]       2.8.1cvs1
3912
3913         * NEWS
3914         * README
3915         * RELEASE_NOTES
3916         * configure.ac
3917                 bump version number following
3918                 stable release
3919
3920 2007-03-06 [paul]       2.8.0cvs24
3921
3922         * po/cs.po
3923                 corrected by by Tim <timbrain@post.cz>
3924
3925 2007-03-05 [colin]      2.8.0cvs23
3926
3927         * src/Makefile.am
3928         * src/procmime.c
3929                 Fix mime/globs path on NetBSD
3930                 patch by George Michaelson
3931
3932 2007-03-05 [wwp]        2.8.0cvs22
3933
3934         * src/addr_compl.c
3935                 Remove debug statement (accidentally committed w/ cvs14).
3936
3937 2007-03-05 [paul]       2.8.0cvs21
3938
3939         * src/plugins/pgpcore/prefs_gpg.c
3940                 fix compiler warning
3941
3942 2007-03-05 [wwp]        2.8.0cvs20
3943
3944         * src/matcher_parser_parse.y
3945                 Fix mismerge between cvs17 and cvs19.
3946
3947 2007-03-05 [wwp]        2.8.0cvs19
3948
3949         * src/matcher_parser_parse.y
3950         * src/prefs_filtering_action.c
3951         * src/matcher.c
3952         * src/matcher.h
3953         * src/filtering.c
3954         * src/filtering.h
3955                 Add new 'add_to_addressbook' filtering/processing action.
3956
3957 2007-03-05 [wwp]        2.8.0cvs18
3958
3959         * src/filtering.c
3960                 Fix mark_as_ham filtering/processing action: spam flag
3961                 was not unset.
3962
3963 2007-03-04 [colin]      2.8.0cvs17
3964
3965         * src/filtering.c
3966         * src/matcher.c
3967         * src/matcher.h
3968         * src/matcher_parser_parse.y
3969         * src/prefs_filtering_action.c
3970                 Add 'Mark as spam' and 'Mark as ham' filtering
3971                 actions. Fixes bug 1138.
3972
3973 2007-03-04 [colin]      2.8.0cvs16
3974
3975         * src/imap.c
3976                 Fix bug 1140, wrong return value
3977                 without libetpan
3978
3979 2007-03-04 [wwp]        2.8.0cvs15
3980
3981         * src/addr_compl.c
3982                 Rollback cvs14: don't free stuff that is managed in g_list.
3983
3984 2007-03-04 [wwp]        2.8.0cvs14
3985
3986         * src/addr_compl.c
3987                 Fix a leak in address completion code.
3988
3989 2007-03-04 [colin]      2.8.0cvs13
3990
3991         * src/addr_compl.c
3992                 Maybe fix bug 1136, 'Crash in group 
3993                 address completion'
3994
3995 2007-03-04 [iwkse]      2.8.0cvs12
3996
3997         * src/imap.c
3998                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3999
4000 2007-03-03 [colin]      2.8.0cvs11
4001
4002         * src/plugins/pgpinline/pgpinline.c
4003                 Fix off-by-one, fix double-free. Fixes
4004                 bug 1135, 'cm-segfault on decrypting 
4005                 with PGP/inline'
4006
4007 2007-03-03 [colin]      2.8.0cvs10
4008
4009         * configure.ac
4010         * src/main.c
4011         * src/common/plugin.c
4012                 Fix bug 1134, 'Valgrind macros unhandled 
4013                 by Irix's cc'
4014
4015 2007-03-02 [colin]      2.8.0cvs9
4016
4017         * src/mbox.c
4018                 Don't error out on EAGAIN. Fixes 
4019                 bug 1129, '"local mbox file" account 
4020                 isn't retrieving mails'
4021
4022 2007-03-01 [wwp]        2.8.0cvs8
4023
4024         * src/mainwindow.c
4025         * src/gtk/colorlabel.c
4026                 Remove accels for extra color labels until we set better
4027                 and definitive ones.
4028
4029 2007-02-28 [wwp]        2.8.0cvs7
4030
4031         * src/mainwindow.c
4032         * src/matcher_parser_parse.y
4033         * src/prefs_common.c
4034         * src/prefs_msg_colors.c
4035         * src/procmsg.h
4036         * src/gtk/colorlabel.c
4037         * src/gtk/colorlabel.h
4038                 Add more customizable color labels. Cleaned up a bit
4039                 the color label API to avoid duplicate defines of
4040                 the max number of colors.
4041
4042 2007-02-27 [colin]      2.8.0cvs6
4043
4044         * src/mainwindow.c
4045         * src/common/utils.c
4046         * src/common/utils.h
4047                 Fix '+' in mailto URIs for List-* headers
4048
4049 2007-02-27 [colin]      2.8.0cvs5
4050
4051         * src/gtk/gtkutils.c
4052                 Use gtk_window_set_role instead of 
4053                 _set_wmclass
4054
4055 2007-02-27 [colin]      2.8.0cvs4
4056
4057         * src/inc.c
4058                 Fix "After receiving new mail, go to inbox" on IMAP,
4059                 and make it work only on manual reception
4060
4061 2007-02-27 [wwp]        2.8.0cvs3
4062
4063         * src/prefs_filtering.c
4064         * src/prefs_filtering_action.c
4065         * src/prefs_matcher.c
4066                 Update filtering matcher's and action's color label menus
4067                 when re-opening those dialogs (reflect any change to the
4068                 color labels list in the preferences).
4069
4070 2007-02-27 [colin]      2.8.0cvs2
4071
4072         * src/imap.c
4073         * src/etpan/etpan-thread-manager-types.h
4074         * src/etpan/etpan-thread-manager.c
4075         * src/etpan/imap-thread.c
4076                 Log imap ALERTs as errors in the log.
4077
4078 2007-02-26 [paul]       2.8.0cvs1
4079
4080         * tools/claws.i18n.status.pl
4081                 updated
4082
4083 2007-02-26 [paul]       2.7.2cvs75
4084
4085         * po/ca.po
4086         * po/cs.po
4087         * po/de.po
4088         * po/en_GB.po
4089         * po/fi.po
4090         * po/fr.po
4091         * po/hu.po
4092         * po/pl.po
4093         * po/pt_BR.po
4094         * po/sk.po
4095         * po/sr.po
4096         * po/zh_CN.po
4097                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4098                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4099                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4100                 Aleksandar Urosevic, and Ralgh Young
4101
4102 2007-02-25 [mones]      2.7.2cvs74
4103
4104         * po/es.po
4105                 Updated for release
4106
4107 2007-02-25 [colin]      2.7.2cvs73
4108
4109         * src/main.c
4110                 Clearing the list is only useful
4111                 to prevent a valgrind false-positive
4112
4113 2007-02-25 [paul]       2.7.2cvs72
4114
4115         * tools/Makefile.am
4116         * tools/README
4117         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4118         * tools/maildir2claws-mail.pl  **REMOVED**
4119                 renamed the script, fixed a couple bugs
4120
4121 2007-02-23 [colin]      2.7.2cvs71
4122
4123         * src/addressbook.c
4124                 Fix a leak, check for a few improbable nulls
4125
4126 2007-02-23 [colin]      2.7.2cvs70
4127
4128         * src/main.c
4129         * src/main.h
4130         * src/plugins/trayicon/trayicon.c
4131                 Fix blinking mainwin when starting in tray
4132                 (show mainwindow later in the startup process,
4133                  apart if restarting post-crash)
4134
4135 2007-02-23 [colin]      2.7.2cvs69
4136
4137         * src/folderview.c
4138         * src/imap_gtk.c
4139                 Fix crash when unsubscribing the currently
4140                 selected/opened folder
4141
4142 2007-02-23 [colin]      2.7.2cvs68
4143
4144         * src/compose.c
4145                 Fix bug that prevented colorization to
4146                 work without wrap quotation option
4147
4148 2007-02-23 [colin]      2.7.2cvs67
4149
4150         * src/addr_compl.c
4151                 Fix refcounting, start and end completion who
4152                 behaved as if there couldn't be any other current
4153                 user of completion
4154
4155 2007-02-23 [wwp]        2.7.2cvs66
4156
4157         * src/addressbook.c
4158         * src/addrindex.c
4159                 Address completion fixes: fix addressbook_peek_folder_exists() in
4160                 which the algorithm was ridiculously over-obfuscated and broken.
4161                 Fix addrindex_load_completion() as well, to load addresses in
4162                 completion list with regards to what addressbook_peek_folder_exists()
4163                 returns now.
4164
4165 2007-02-23 [wwp]        2.7.2cvs65
4166
4167         * src/addr_compl.c
4168                 Add addresses to completion when they're non-empty (thanks to Colin).
4169
4170 2007-02-23 [paul]       2.7.2cvs64
4171
4172         * src/plugins/pgpcore/passphrase.c
4173                 remove 'const '
4174
4175 2007-02-23 [colin]      2.7.2cvs63
4176
4177         * src/plugins/pgpcore/prefs_gpg.c
4178         * src/plugins/pgpcore/prefs_gpg.h
4179         * src/plugins/pgpcore/sgpgme.c
4180         * src/plugins/pgpinline/pgpinline.c
4181         * src/plugins/pgpmime/pgpmime.c
4182                 Try harder to respect user's choice wrt
4183                 gpg-agent even with gpg2, by unsetting
4184                 GPG_AGENT_INFO when necessary.
4185
4186 2007-02-22 [paul]       2.7.2cvs62
4187
4188         * src/plugins/pgpcore/sgpgme.c
4189         * src/plugins/pgpcore/sgpgme.h
4190         * src/plugins/pgpcore/passphrase.c
4191         * src/plugins/pgpinline/pgpinline.c
4192         * src/plugins/pgpmime/pgpmime.c
4193                 Fix a leak - gpgme_data_release_and_get_mem
4194                 leaks in recent gpgme. Workaround by using
4195                 our own function.
4196
4197 2007-02-22 [paul]       2.7.2cvs61
4198
4199         * src/gtk/quicksearch.c
4200                 Abandon dynamic search when pressing
4201                 Enter
4202
4203 2007-02-21 [colin]      2.7.2cvs60
4204
4205         * src/procmsg.c
4206         * src/plugins/pgpcore/passphrase.c
4207                 Fix little memory leaks
4208         * src/main.c
4209                 Fix false-positive leak at exit
4210         * src/gtk/quicksearch.c
4211                 Fix potentially big leak in recursive
4212                 Quicksearch
4213
4214 2007-02-21 [wwp]        2.7.2cvs59
4215
4216         * src/summaryview.c
4217                 Add missing newline to a debug message.
4218
4219 2007-02-20 [colin]      2.7.2cvs58
4220
4221         * src/Makefile.am
4222         * src/mimeview.c
4223         * src/stock_pixmap.c
4224         * src/stock_pixmap.h
4225         * src/pixmaps/mime_pgpsig.xpm
4226                 Add icon for application/pgp-signature
4227
4228 2007-02-20 [colin]      2.7.2cvs57
4229
4230         * src/Makefile.am
4231         * src/main.c
4232         * src/mimeview.c
4233         * src/stock_pixmap.c
4234         * src/stock_pixmap.h
4235         * src/pixmaps/mime_calendar.xpm
4236         * src/pixmaps/mime_pdf.xpm
4237         * src/pixmaps/mime_ps.xpm
4238                 Add icons for text/calendar, application/pdf
4239                 and application/postscript
4240
4241 2007-02-20 [colin]      2.7.2cvs56
4242
4243         * autogen.sh
4244         * src/matcher_parser_parse.y
4245         * src/matcher_parser_lex.l
4246                 Fix big memory leak in flex, and
4247                 require flex 2.5.31
4248
4249 2007-02-20 [wwp]        2.7.2cvs55
4250
4251         * src/matcher_parser_parse.y
4252                 Fix a duplicate token definition (thanks to iwkse).
4253
4254 2007-02-20 [wwp]        2.7.2cvs54
4255
4256         * src/matcher_parser_lex.l
4257         * src/quote_fmt_lex.l
4258                 Use proper flex options instead of direct use of #define,
4259                 make the flex-generated C lighter.
4260
4261 2007-02-20 [colin]      2.7.2cvs53
4262
4263         * src/summaryview.c
4264                 Grab focus in message list after hiding
4265                 the quicksearch, instead of leaving it
4266                 "somewhere"
4267
4268 2007-02-19 [colin]      2.7.2cvs52
4269
4270         * src/folderview.c
4271                 Fix bug 1033, 'Automatically refresh 
4272                 message list when new messages arrives'
4273                 Looks like folderview->opened can sometimes
4274                 be wrong...
4275
4276 2007-02-19 [paul]       2.7.2cvs51
4277
4278         * tools/Makefile.am
4279         * tools/README
4280         * tools/thunderbird-filters-convertor.pl
4281                 add new script which converts thunderbird filter
4282                 rules to Claws filter rules
4283
4284 2007-02-18 [paul]       2.7.2cvs50
4285
4286         * src/plugins/pgpcore/prefs_gpg.c
4287         * src/plugins/pgpcore/prefs_gpg.h
4288         * src/plugins/pgpcore/sgpgme.c
4289         * src/plugins/pgpinline/pgpinline.c
4290         * src/plugins/pgpmime/pgpmime.c
4291                 improved GUI interoperability with gpg-agent
4292
4293 2007-02-18 [paul]       2.7.2cvs49
4294
4295         * src/prefs_account.c
4296                 Privacy options sensitivity fix
4297
4298 2007-02-17 [colin]      2.7.2cvs48
4299
4300         * src/messageview.c
4301                 Reset icon to warning in the noticeview
4302
4303 2007-02-15 [colin]      2.7.2cvs47
4304
4305         * src/folderview.c
4306                 Fix a manifestation of bug 1033 (summaryview failing
4307                 to update for new mails), which happens after editing
4308                 account preferences or preferences that cause a 
4309                 folderview reload.
4310
4311 2007-02-15 [colin]      2.7.2cvs46
4312
4313         * src/addressbook.c
4314                 Probably fix bug 1123, 'Segmentation 
4315                 fault while opening address book'. I get
4316                 g_warnings if the saved paned position is
4317                 not greater than 0. Also, save position
4318                 when hiding the addressbook instead of
4319                 via signal.
4320
4321 2007-02-14 [colin]      2.7.2cvs45
4322
4323         * src/plugins/pgpcore/prefs_gpg.c
4324         * src/plugins/pgpcore/prefs_gpg.h
4325         * src/plugins/pgpcore/sgpgme.c
4326         * src/plugins/pgpinline/pgpinline.c
4327         * src/plugins/pgpmime/pgpmime.c
4328                 Add an option "Use gpg-agent if available". Fixes
4329                 annoyances with distro-installed gpg-agent, when
4330                 no pinentry program is installed, and the user's 
4331                 at a loss on why "decryption failed". Makes more
4332                 clear why passphrase isn't saved when gpg-agent is
4333                 used. Defaults to true, to avoid changing the 
4334                 current behaviour.
4335
4336 2007-02-14 [wwp]        2.7.2cvs44
4337
4338         * src/matcher_parser_parse.y
4339                 Fix missing line number reset (wrong line number might appear
4340                 when re-loading filtering rules if there's a parser error).
4341
4342 2007-02-13 [colin]      2.7.2cvs43
4343
4344         * src/common/utils.c
4345                 Don't encode ',' in URIs before passing it
4346                 to the browser command-line. It was probably
4347                 done at a time where commas in URIs made
4348                 mozilla -remote 'openurl(%s,new-window)'
4349                 bug.
4350
4351 2007-02-13 [wwp]        2.7.2cvs42
4352
4353         * src/prefs_matcher.c
4354         * src/plugins/bogofilter/bogofilter_gtk.c
4355                 A bit of string factorization around "Select ..." buttons.
4356
4357 2007-02-11 [colin]      2.7.2cvs41
4358
4359         * src/alertpanel.c
4360                 Make sure to escape the title
4361
4362 2007-02-11 [colin]      2.7.2cvs40
4363
4364         * src/codeconv.c
4365                 Recognize .utf8 locales as .UTF-8 ones
4366
4367 2007-02-11 [colin]      2.7.2cvs39
4368
4369         * src/compose.c
4370                 Fix code conversion when dragging a file
4371
4372 2007-02-09 [colin]      2.7.2cvs38
4373
4374         * src/plugins/clamav/clamav_plugin.c
4375                 Complete Paul's patch with conditional
4376                 compilation to avoid breaking compilation
4377                 on old Dapper and Edgy... Maybe other
4378                 distros too.
4379
4380 2007-02-09 [paul]       2.7.2cvs37
4381
4382         * src/plugins/clamav/clamav_plugin.c
4383                 fix for the upstream changes in libclamav
4384
4385 2007-02-09 [paul]       2.7.2cvs36
4386
4387         * src/main.c
4388         * src/mainwindow.c
4389         * src/procmsg.c
4390         * src/procmsg.h
4391                 fix "warn if there are queued messages" (on exit)
4392                 option, which only checked the first mailbox's
4393                 queue
4394                 don't ask before emptying trash if there are no
4395                 messages in trash, also check and empty all trash
4396                 folders
4397         * src/prefs_other.c
4398                 move "Ask before emptying trash" option
4399                 outside of the "On exit" frame as it's
4400                 not only an "On exit" option
4401
4402 2007-02-09 [paul]       2.7.2cvs35
4403
4404         * src/addrgather.c
4405         * src/alertpanel.c
4406         * src/editldap.c
4407         * src/prefs_account.c
4408         * src/prefs_folder_item.c
4409         * src/prefs_gtk.h
4410         * src/prefs_matcher.c
4411         * src/prefs_message.c
4412         * src/prefs_msg_colors.c
4413         * src/prefs_summaries.c
4414         * src/wizard.c
4415         * src/gtk/inputdialog.c
4416         * src/plugins/bogofilter/bogofilter_gtk.c
4417                 pedantic commit: use 'checkbtn' everywhere
4418                 instead of a mixture of 'checkbtn' and 'chkbtn'
4419
4420 2007-02-09 [paul]       2.7.2cvs34
4421
4422         * src/compose.c
4423                 fix default hotkeys
4424         * src/prefs_other.c
4425         * src/prefs_send.c
4426                 move "Never send Return Receipts" from
4427                 prefs_other to prefs_send
4428                 add an option "Ask about account specific
4429                 filtering rules..." to prefs_other
4430         * src/gtk/gtkutils.c
4431                 fix a compiler warning
4432
4433 2007-02-08 [colin]      2.7.2cvs33
4434
4435         * src/plugins/pgpinline/pgpinline.c
4436                 Fix bug 1110, 'pgpmime fails to process 
4437                 encapsulated openpgp mime (rfc 3156, 6.1 
4438                 -> rfc1847)'
4439                 It was due to an interaction between PGP/Mime
4440                 and PGP/Inline plugin. 
4441
4442 2007-02-08 [colin]      2.7.2cvs32
4443
4444         * src/inc.c
4445         * src/mbox.c
4446         * src/mbox.h
4447                 Fix bug 1117, 'fcntl locking code 
4448                 does not work in mbox.c'
4449
4450 2007-02-08 [colin]      2.7.2cvs31
4451
4452         * src/prefs_account.c
4453                 Fix Gentoo bug 165819, 'can't create 
4454                 a "local mbox file" account'. Patch
4455                 by Olivier <castan.o@free.fr>
4456
4457 2007-02-07 [colin]      2.7.2cvs30
4458
4459         * src/ldapquery.c
4460                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4461                 autocompletion was used'
4462
4463 2007-02-07 [paul]       2.7.2cvs29
4464
4465         * src/folder.c
4466                 cut down on unnecessary debug_prints
4467         * src/imap_gtk.c
4468                 fix menu_set_active() on 'Show only
4469                 subscribed folders'
4470
4471 2007-02-07 [paul]       2.7.2cvs28
4472
4473         * src/plugins/clamav/clamav_plugin.c
4474         * src/plugins/clamav/clamav_plugin.h
4475         * src/plugins/clamav/clamav_plugin_gtk.c
4476                 fix copyright header
4477
4478 2007-02-07 [paul]       2.7.2cvs27
4479
4480         * src/procheader.c
4481                 fix bug 1116, 'summary view allow a 
4482                 subject line break'
4483
4484 2007-02-06 [colin]      2.7.2cvs26
4485
4486         * src/summaryview.c
4487                 Fix delete thread
4488
4489 2007-02-05 [fabien]     2.7.2cvs25
4490
4491         * po/POTFILES.in
4492         * src/uri_opener.c
4493                 i18n related - 1 fix and 1 message for translators.
4494
4495 2007-02-05 [colin]      2.7.2cvs24
4496
4497         * src/gtk/quicksearch.c
4498                 Don't reload summary list if quicksearch wasn't
4499                 active on hiding; move currently selected mail in
4500                 the visible area when showing the quicksearch
4501
4502 2007-02-05 [colin]      2.7.2cvs23
4503
4504         * src/folderview.c
4505                 Add debug to try to solve bug 1104
4506
4507 2007-02-05 [paul]       2.7.2cvs22
4508
4509         * src/mainwindow.c
4510                 confirm before emptying trash on exit is
4511                 a Yes or No answer, use Yes or No in the
4512                 dialog
4513
4514 2007-02-04 [colin]      2.7.2cvs21
4515
4516         * src/compose.c
4517         * src/plugins/pgpcore/passphrase.c
4518         * src/plugins/pgpcore/select-keys.c
4519                 Set wmclass on new windows
4520
4521 2007-02-04 [colin]
4522
4523         2.8.0-rc1 released
4524
4525 2007-02-04 [colin]      2.7.2cvs20
4526
4527         * src/compose.c
4528         * src/compose.h
4529                 Auto save drafts on exit, reopen them
4530                 at startup, instead of asking
4531         * src/account.c
4532         * src/addressadd.c
4533         * src/addressbook.c
4534         * src/addressbook_foldersel.c
4535         * src/addrgather.c
4536         * src/crash.c
4537         * src/editaddress.c
4538         * src/editbook.c
4539         * src/editgroup.c
4540         * src/editjpilot.c
4541         * src/editldap.c
4542         * src/editldap_basedn.c
4543         * src/editvcard.c
4544         * src/exphtmldlg.c
4545         * src/expldifdlg.c
4546         * src/export.c
4547         * src/foldersel.c
4548         * src/gedit-print.c
4549         * src/import.c
4550         * src/importldif.c
4551         * src/importmutt.c
4552         * src/importpine.c
4553         * src/main.c
4554         * src/mainwindow.c
4555         * src/message_search.c
4556         * src/messageview.c
4557         * src/prefs_actions.c
4558         * src/prefs_customheader.c
4559         * src/prefs_display_header.c
4560         * src/prefs_filtering.c
4561         * src/prefs_filtering_action.c
4562         * src/prefs_folder_column.c
4563         * src/prefs_gtk.c
4564         * src/prefs_matcher.c
4565         * src/prefs_other.c
4566         * src/prefs_summaries.c
4567         * src/prefs_summary_column.c
4568         * src/prefs_template.c
4569         * src/sourcewindow.c
4570         * src/ssl_manager.c
4571         * src/summary_search.c
4572         * src/uri_opener.c
4573         * src/gtk/about.c
4574         * src/gtk/description_window.c
4575         * src/gtk/foldersort.c
4576         * src/gtk/gtkutils.c
4577         * src/gtk/gtkutils.h
4578         * src/gtk/icon_legend.c
4579         * src/gtk/logwindow.c
4580         * src/gtk/pluginwindow.c
4581         * src/gtk/prefswindow.c
4582                 Give different wmclass to different
4583                 windows - thanks to sed ;)
4584
4585 2007-02-04 [colin]      2.7.2cvs19
4586
4587         * src/main.c
4588                 Revert previous patch, can't reproduce
4589                 it anymore. 
4590
4591 2007-02-03 [colin]      2.7.2cvs18
4592
4593         * src/main.c
4594                 Don't save the mainwindow size and
4595                 position on emergency exit (libSM's
4596                 "die" callback), Xfce seems to make
4597                 the window smaller just before the
4598                 size's saved.
4599
4600 2007-02-03 [colin]      2.7.2cvs17
4601
4602         * src/plugins/bogofilter/bogofilter.c
4603         * src/plugins/bogofilter/bogofilter.h
4604         * src/plugins/bogofilter/bogofilter_gtk.c
4605         * src/plugins/pgpinline/pgpinline.c
4606         * src/plugins/pgpinline/pgpinline.h
4607                 Fix more copyrights
4608
4609 2007-02-03 [colin]      2.7.2cvs16
4610
4611         * src/partial_download.c
4612         * src/partial_download.h
4613         * src/ssl_manager.c
4614         * src/ssl_manager.h
4615         * src/uri_opener.c
4616         * src/uri_opener.h
4617         * src/wizard.c
4618         * src/wizard.h
4619         * src/common/ssl_certificate.c
4620         * src/common/ssl_certificate.h
4621         * src/gtk/quicksearch.c
4622         * src/gtk/quicksearch.h
4623         * src/gtk/sslcertwindow.c
4624         * src/gtk/sslcertwindow.h
4625                 Fix copyright on my files
4626
4627 2007-02-02 [colin]      2.7.2cvs15
4628
4629         * src/Makefile.am
4630         * src/mainwindow.c
4631         * src/messageview.c
4632         * src/messageview.h
4633         * src/textview.c
4634         * src/textview.h
4635         * src/uri_opener.c
4636         * src/uri_opener.h
4637                 Add Tools/List URIs to allow
4638                 opening any URI in the current mail
4639
4640 2007-02-02 [colin]      2.7.2cvs14
4641
4642         * src/common/valgrind.h ** NEW FILE **
4643         * src/common/Makefile.am
4644         * src/common/plugin.c
4645                 Don't dlclose the plugins if we're running
4646                 under valgrind. (doesn't require valgrind
4647                 either at compile time or run time).
4648
4649 2007-02-01 [paul]       2.7.2cvs13
4650
4651         * AUTHORS
4652         * src/gtk/authors.h
4653         * tools/freshmeat_search.pl
4654         * tools/google_search.pl
4655         * tools/multiwebsearch.pl
4656                 add support for non ISO-8859-1 compatible locales
4657                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4658
4659 2007-02-01 [colin]      2.7.2cvs12
4660
4661         * src/prefs_other.c
4662         * src/prefs_summaries.c
4663                 Move keybinding prefs to the Other page
4664
4665 2007-02-01 [wwp]        2.7.2cvs11
4666
4667         * src/plugins/trayicon/trayicon.c
4668                 Fix a raising issue within KDE.
4669
4670 2007-02-01 [colin]      2.7.2cvs10
4671
4672         * src/codeconv.c
4673                 Fix stray quotes in encoded strings
4674         * src/addressadd.c
4675                 Fix wrong call causing g_warnings
4676         * src/textview.c
4677                 Remove useless message
4678
4679 2007-01-31 [wwp]        2.7.2cvs9
4680
4681         * src/plugins/trayicon/trayicon.c
4682                 fix buggy hiding of main window when closing if close-to-tray
4683                 is not set (bad logics  in the trayicon hook code).
4684                 Changed the quit confirmation message too.
4685
4686 2007-01-30 [colin]      2.7.2cvs8
4687
4688         * src/main.c
4689                 Fix hidden mainwindow after clicking on
4690                 the X close button, if compose windows
4691                 exist and the user chooses not to quit
4692
4693 2007-01-30 [colin]      2.7.2cvs7
4694
4695         * src/main.c
4696         * src/compose.c
4697                 Handle local URIs to attach files (file:///...)
4698                 Fixes attaching files from Thunar for example
4699
4700 2007-01-30 [colin]      2.7.2cvs6
4701
4702         * src/prefs_ext_prog.c
4703                 Add 'mousepad' to the list of text editors.
4704                 Mousepad is XFCE's text editor
4705
4706 2007-01-29 [wwp]        2.7.2cvs5
4707
4708         * po/POTFILES.in
4709         * src/plugins/trayicon/trayicon_prefs.c
4710                 trayicon i18n fixes, thanks to Fabien.
4711
4712 2007-01-28 [wwp]        2.7.2cvs4
4713
4714         * src/mainwindow.c
4715         * src/mainwindow.h
4716         * src/plugins/trayicon/trayicon.c
4717         * src/plugins/trayicon/trayicon_prefs.c
4718         * src/plugins/trayicon/trayicon_prefs.h
4719                 Added a new TrayIcon plugin option to close to tray
4720                 (WM's hotkey and [X] button will hide the window instead
4721                 of closing it - closing CM can be done using the tray icon
4722                 menu or the File menu).
4723                 Improved visibility handling in trayicon, clicking the
4724                 trayicon now raise the window to current desktop when it
4725                 was either minimized/shaded/on another desktop.
4726                 Thanks to Paul for testing and fixing a strange behaviour
4727                 in KDE ;-).
4728
4729 2007-01-27 [paul]       2.7.2cvs3
4730
4731         * src/prefs_folder_item.c
4732         * src/prefs_receive.c
4733         * src/plugins/pgpcore/prefs_gpg.c
4734                 use 'start-up' instead of 'startup' in labels
4735
4736 2007-01-26 [wwp]        2.7.2cvs2
4737
4738         * src/plugins/trayicon/Makefile.am
4739         * src/plugins/trayicon/trayicon.c
4740         * src/plugins/trayicon/trayicon_prefs.c
4741         * src/plugins/trayicon/trayicon_prefs.h
4742                 Add a new TrayIcon option to hide the main window at
4743                 start-up.
4744                 Fix trayicon.c copyright header.
4745
4746 2007-01-26 [paul]       2.7.2cvs1
4747
4748         * NEWS
4749         * README
4750         * RELEASE_NOTES
4751         * configure.ac
4752                 bump up version number following
4753                 stable release
4754
4755 2007-01-25 [mones]      2.7.1cvs60
4756
4757         * po/es.po
4758                 updated thousands of strings (well, probably less ;-)
4759
4760 2007-01-25 [colin]      2.7.1cvs59
4761
4762         * src/matcher.c
4763                 Fix 2nd-run loss of matcherrc on new
4764                 configurations. 
4765
4766 2007-01-25 [wwp]        2.7.1cvs58
4767
4768         * src/mimeview.c
4769                 fix handling of empty value in attach_save_directory too, thanks
4770                 to Colin.
4771
4772 2007-01-25 [wwp]        2.7.1cvs57
4773
4774         * src/gtk/filesel.c
4775                 fix handling of empty value in attach_load_directory,
4776                 thanks to Colin.
4777
4778 2007-01-25 [wwp]        2.7.1cvs56
4779
4780         * src/plugins/dillo_viewer/dillo_prefs.h
4781                 fix a typo.
4782
4783 2007-01-25 [colin]      2.7.1cvs55
4784
4785         * src/matcher.c
4786         * src/matcher.h
4787         * src/matcher_parser_parse.y
4788         * src/prefs_matcher.c
4789                 Add matching on the spam flag
4790
4791 2007-01-24 [colin]      2.7.1cvs54
4792
4793         * src/folder.c
4794         * src/common/xml.c
4795         * src/common/xml.h
4796                 Make sure folderlist.xml is correctly
4797                 written before overwriting it.
4798         * src/procmsg.c
4799         * src/procmsg.h
4800         * src/summaryview.c
4801         * src/plugins/bogofilter/bogofilter.c
4802         * src/plugins/bogofilter/bogofilter.h
4803         * src/plugins/bogofilter/bogofilter_gtk.c
4804         * src/plugins/spamassassin/spamassassin.c
4805         * src/plugins/spamassassin/spamassassin.h
4806         * src/plugins/spamassassin/spamassassin_gtk.c
4807                 Move spam to the correct trash folder after
4808                 learning, if spam directory isn't set.
4809
4810 2007-01-23 [paul]       2.7.1cvs53
4811
4812         * src/plugins/bogofilter/bogofilter_gtk.c
4813                 fix sensitivity of "Insert X-Bogosity header"
4814                 option
4815
4816 2007-01-23 [colin]      2.7.1cvs52
4817
4818         * src/toolbar.c
4819                 Translate toolbar items text if
4820                 they're translatable (default)
4821         * src/addrcache.c
4822         * src/addrcache.h
4823         * src/addritem.c
4824         * src/addritem.h
4825         * src/codeconv.c
4826         * src/codeconv.h
4827         * src/jpilot.c
4828         * src/jpilot.h
4829         * src/ldapctrl.c
4830         * src/ldapctrl.h
4831         * src/ldapquery.h
4832         * src/ldif.c
4833         * src/ldif.h
4834         * src/etpan/etpan-thread-manager.c
4835         * src/etpan/etpan-thread-manager.h
4836         * src/gtk/gtkutils.c
4837         * src/gtk/gtkutils.h
4838                 More static functions
4839
4840 2007-01-22 [fabien]     2.7.1cvs51
4841
4842         * src/gtk/gtkutils.c
4843                 gtkut_get_options_frame() : ability to pass
4844                 a 'NULL' value in frame pointer parameter if
4845                 we don't need it.
4846
4847 2007-01-22 [colin]      2.7.1cvs50
4848
4849         * src/procmsg.c
4850         * src/procmsg.h
4851         * src/plugins/bogofilter/bogofilter.c
4852         * src/plugins/bogofilter/bogofilter_gtk.c
4853         * src/plugins/spamassassin/spamassassin.c
4854         * src/plugins/spamassassin/spamassassin_gtk.c
4855                 Allow moving spams to the account's trash
4856                 instead of default one
4857
4858 2007-01-21 [colin]      2.7.1cvs49
4859
4860         * src/ldapquery.c
4861         * src/ldapquery.h
4862                 Revert a static function that shouldn't
4863                 have been
4864
4865 2007-01-21 [colin]      2.7.1cvs48
4866
4867         * src/ldapquery.c
4868         * src/ldapquery.h
4869                 Same
4870
4871 2007-01-21 [colin]      2.7.1cvs47
4872
4873         * src/procmsg.c
4874         * src/procmsg.h
4875                 Same
4876
4877 2007-01-21 [colin]      2.7.1cvs46
4878
4879         * src/common/socket.c
4880         * src/common/socket.h
4881                 Same
4882
4883 2007-01-21 [colin]      2.7.1cvs45
4884
4885         * src/crash.c
4886         * src/exporthtml.c
4887         * src/exporthtml.h
4888         * src/exportldif.c
4889         * src/exportldif.h
4890         * src/folder.c
4891         * src/folder.h
4892         * src/folder_item_prefs.c
4893         * src/folder_item_prefs.h
4894         * src/folderview.c
4895         * src/folderview.h
4896         * src/gedit-print.c
4897         * src/gedit-print.h
4898         * src/main.c
4899         * src/main.h
4900         * src/common/socket.c
4901         * src/common/socket.h
4902         * src/gtk/gtkaspell.c
4903         * src/gtk/gtkaspell.h
4904         * src/gtk/quicksearch.c
4905         * src/gtk/quicksearch.h
4906                 Same
4907
4908 2007-01-21 [colin]      2.7.1cvs44
4909
4910         * src/common/utils.c
4911         * src/common/utils.h
4912         * src/etpan/etpan-thread-manager.c
4913         * src/etpan/etpan-thread-manager.h
4914                 Same (Funny that etpan_thread_unbind
4915                 is called but not etpan_thread_bind)
4916
4917 2007-01-21 [colin]      2.7.1cvs43
4918
4919         * src/addrselect.c
4920         * src/addrselect.h
4921         * src/codeconv.c
4922         * src/codeconv.h
4923         * src/compose.c
4924         * src/compose.h
4925         * src/etpan/Makefile.am
4926         * src/gtk/colorlabel.c
4927         * src/gtk/colorlabel.h
4928         * src/gtk/sslcertwindow.c
4929         * src/gtk/sslcertwindow.h
4930         * src/etpan/etpan-log.c ** REMOVED **
4931         * src/etpan/etpan-log.h ** REMOVED **
4932                 Same
4933
4934 2007-01-20 [colin]      2.7.1cvs42
4935
4936         * src/addritem.c
4937         * src/addritem.h
4938                 Same
4939
4940 2007-01-20 [colin]      2.7.1cvs41
4941
4942         * src/account.c
4943         * src/account.h
4944         * src/addrbook.c
4945         * src/addrbook.h
4946         * src/addrcache.c
4947         * src/addrcache.h
4948         * src/addrclip.c
4949         * src/addrclip.h
4950         * src/addressbook.c
4951         * src/addressbook.h
4952         * src/addrharvest.c
4953         * src/addrharvest.h
4954         * src/addrindex.c
4955         * src/addrindex.h
4956         * src/editaddress.c
4957         * src/editaddress.h
4958                 Make functions that aren't used in other
4959                 files static
4960
4961 2007-01-20 [colin]      2.7.1cvs40
4962
4963         * src/account.c
4964         * src/addrbook.c
4965         * src/addrcache.c
4966         * src/addressbook.c
4967         * src/addrgather.c
4968         * src/addrindex.c
4969         * src/addrquery.c
4970         * src/addrselect.c
4971         * src/browseldap.c
4972         * src/compose.c
4973         * src/editbook.c
4974         * src/editjpilot.c
4975         * src/editldap.c
4976         * src/editldap_basedn.c
4977         * src/editvcard.c
4978         * src/exporthtml.c
4979         * src/exportldif.c
4980         * src/folder.c
4981         * src/folderview.c
4982         * src/image_viewer.c
4983         * src/imap.c
4984         * src/importmutt.c
4985         * src/importpine.c
4986         * src/jpilot.c
4987         * src/ldapquery.c
4988         * src/main.c
4989         * src/mainwindow.c
4990         * src/matcher.c
4991         * src/messageview.c
4992         * src/mh.c
4993         * src/mimeview.c
4994         * src/msgcache.c
4995         * src/mutt.c
4996         * src/news.c
4997         * src/pine.c
4998         * src/prefs_account.c
4999         * src/prefs_common.c
5000         * src/prefs_compose_writing.c
5001         * src/prefs_ext_prog.c
5002         * src/prefs_folder_item.c
5003         * src/prefs_fonts.c
5004         * src/prefs_message.c
5005         * src/prefs_msg_colors.c
5006         * src/prefs_other.c
5007         * src/prefs_quote.c
5008         * src/prefs_receive.c
5009         * src/prefs_send.c
5010         * src/prefs_spelling.c
5011         * src/prefs_summaries.c
5012         * src/prefs_toolbar.c
5013         * src/prefs_wrapping.c
5014         * src/privacy.c
5015         * src/procmime.c
5016         * src/procmsg.c
5017         * src/ssl_manager.c
5018         * src/statusbar.c
5019         * src/summaryview.c
5020         * src/toolbar.c
5021         * src/vcard.c
5022         * src/common/hooks.c
5023         * src/common/log.c
5024         * src/common/passcrypt.c
5025         * src/common/socket.c
5026         * src/common/ssl.c
5027         * src/common/ssl_certificate.c
5028         * src/common/template.c
5029         * src/common/utils.c
5030         * src/etpan/imap-thread.c
5031         * src/gtk/sslcertwindow.c
5032         * src/gtk/sslcertwindow.h
5033                 Make functions that could be static, static
5034
5035 2007-01-20 [colin]      2.7.1cvs39
5036
5037         * src/editldap.c
5038                 Fix tooltip
5039
5040 2007-01-20 [colin]      2.7.1cvs38
5041
5042         * src/ldapquery.c
5043         * src/ldaputil.c
5044         * src/ldaputil.h
5045                 Fix bug 1102, 'claws-mail-2.7.1 
5046                 makes use of deprecated ldap 
5047                 functions'
5048
5049 2007-01-20 [colin]      2.7.1cvs37
5050
5051         * src/mainwindow.c
5052         * src/mainwindow.h
5053         * src/summaryview.c
5054         * src/gtk/quicksearch.c
5055                 Add Wide message list layout
5056
5057 2007-01-19 [fabien]     2.7.1cvs36
5058
5059         * src/textview.c
5060                 make sure a font change is considered in links of
5061                 headerview.
5062
5063 2007-01-19 [colin]      2.7.1cvs35
5064
5065         * src/main.c
5066         * src/mainwindow.c
5067         * src/mainwindow.h
5068         * src/messageview.c
5069         * src/messageview.h
5070         * src/prefs_common.c
5071         * src/prefs_common.h
5072         * src/summaryview.c
5073         * src/summaryview.h
5074         * src/gtk/quicksearch.c
5075         * src/gtk/quicksearch.h
5076                 Drop 'Separate Folder tree' and 'Separate
5077                 Message View'. Put three layouts in place
5078                 of it.
5079
5080 2007-01-19 [paul]       2.7.1cvs34
5081
5082         * src/prefs_msg_colors.c
5083                 more use of Q_ for translators
5084
5085 2007-01-19 [paul]       2.7.1cvs33
5086
5087         * src/imap_gtk.c
5088         * src/prefs_account.c
5089                 a few changes to the English
5090
5091 2007-01-19 [fabien]     2.7.1cvs32
5092
5093         * src/wizard.c
5094                 factorize translatable string
5095
5096 2007-01-18 [colin]      2.7.1cvs31
5097
5098         * src/main.c
5099                 Don't error out on --sync option. Although
5100                 we don't do anything with it, gtk+ handles
5101                 it, and it's useful for debugging X errors
5102
5103 2007-01-18 [fabien]     2.7.1cvs30
5104
5105         * src/prefs_other.c
5106                 ability to apply on the fly the recent added
5107                 'gtk_can_change_accels' pref (no need to restart).
5108
5109 2007-01-18 [fabien]     2.7.1cvs29
5110
5111         * src/plugins/bogofilter/bogofilter_gtk.c
5112         * src/plugins/bogofilter/bogofilter.c
5113         * src/plugins/spamassassin/spamassassin_gtk.c
5114         * src/addr_compl.c
5115         * src/prefs_account.c
5116                 factorize or rewrite some translatable strings.
5117
5118 2007-01-18 [fabien]     2.7.1cvs28
5119
5120         * src/prefs_gtk.h
5121         * src/compose.c
5122                 set a 4pix space between "Subject:" label and subject entry in
5123                 compose window.
5124
5125 2007-01-18 [wwp]        2.7.1cvs27
5126
5127         * src/addressbook.c
5128                 fix conflicting address-copy/paste when focus is set
5129                 to the embedded edit-person form.
5130  
5131
5132 2007-01-18 [wwp]        2.7.1cvs26
5133
5134         * src/addressbook.h
5135                 complete 2.7.1cvs23 (one more file was missing from that
5136                 commit).
5137
5138 2007-01-18 [colin]      2.7.1cvs25
5139
5140         * src/main.c
5141                 Provide a way to migrate without backup
5142                 Re-ask for migration on next start if 
5143                 it has been refused and wizard has been 
5144                 cancelled after.
5145
5146 2007-01-18 [wwp]        2.7.1cvs24
5147
5148         * src/editaddress.c
5149                 complete 2.7.1.cvs23 (file was missing from previous
5150                 commit).
5151
5152 2007-01-18 [wwp]        2.7.1cvs23
5153
5154         * src/addressbook.c
5155                 fix potential crashes in address book's focus_in/out signal handlers,
5156                 force focus to the edit-person form when clicked the Edit menu entry or
5157                 button (this only matters if the edit-person form is embedded to the
5158                 AB window, in that case, focus is not set when browsing the contacts
5159                 list w/ keys or mouse clicks).
5160
5161 2007-01-18 [paul]       2.7.1cvs22
5162
5163         * src/main.c
5164                 add command line options:
5165                 -h for --help
5166                 -q and --quit for --exit
5167                 -v for --version
5168                 print "Unknown option" for unknown options
5169
5170 2007-01-18 [paul]       2.7.1cvs21
5171
5172         * po/ru.po
5173                 updated by Pavlo Bohmat
5174
5175 2007-01-18 [paul]       2.7.1cvs20
5176
5177         * src/mainwindow.c
5178                 fix sensitivity issues of Mark as Spam/Ham
5179
5180 2007-01-17 [fabien]     2.7.1cvs19
5181
5182         * src/prefs_other.c
5183         * src/prefs_common.c
5184         * src/prefs_common.h
5185         * src/main.c
5186                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5187                 control the corresponding gtk property. It could be used to lock
5188                 all shortcuts (avoid to set one of them by inadvertency).
5189
5190 2007-01-17 [colin]      2.7.1cvs18
5191
5192         * src/summaryview.c
5193                 Fix bug 1100, 'Highlighted e-mail data not visible 
5194                 when color label applied.'. Use a weighted average
5195                 between normal selected foreground color and color
5196                 label instead of a simple one (3/1 instead 1/1).
5197
5198 2007-01-17 [colin]      2.7.1cvs17
5199
5200         * src/messageview.c
5201                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5202                 crash' - don't prevent mail switching while loading
5203
5204 2007-01-17 [colin]      2.7.1cvs16
5205
5206         * src/folder.c
5207         * src/folder.h
5208         * src/folderview.c
5209         * src/folderview.h
5210         * src/imap.c
5211         * src/imap.h
5212         * src/imap_gtk.c
5213                 Manage recursive search of unsubscribed folders
5214                 Rescan tree without checking for new messages 
5215                 after subscriptions changed
5216
5217 2007-01-17 [paul]       2.7.1cvs15
5218
5219         * src/prefs_common.c
5220         * src/gtk/pluginwindow.c
5221                 fix bug 1101, '"Load plugin" button is
5222                 accidentally hidden'
5223                 unset (-1) initial width in prefs_common,
5224                 fix overlapping buttons,
5225                 and other cleanups
5226
5227 2007-01-17 [paul]       2.7.1cvs14
5228
5229         * src/procmime.c
5230                 add #include <errno.h>, it's needed
5231                 on some systems
5232
5233 2007-01-17 [paul]       2.7.1cvs13
5234
5235         * src/common/defs.h
5236         * tools/make.themes.project
5237                 rename .sylpheed_themeinfo to .claws_themeinfo
5238                 and use it
5239         * src/etpan/etpan-errors.h
5240         * src/etpan/etpan-log.c
5241         * src/etpan/etpan-log.h
5242         * src/etpan/etpan-thread-manager-types.h
5243         * src/etpan/etpan-thread-manager.c
5244         * src/etpan/etpan-thread-manager.h
5245         * src/etpan/imap-thread.c
5246         * src/etpan/imap-thread.h
5247                 add copyright header
5248
5249 2007-01-17 [colin]      2.7.1cvs12
5250
5251         * src/plugins/pgpcore/select-keys.c
5252         * src/gtk/pluginwindow.c
5253         * src/prefs_account.c
5254                 Fix warnings
5255
5256 2007-01-16 [colin]      2.7.1cvs11
5257
5258         * src/imap.c
5259         * src/imap.h
5260         * src/imap_gtk.c
5261                 Manage subscribing to subfolders when only
5262                 subscribed folders are shown.
5263
5264 2007-01-16 [colin]      2.7.1cvs10
5265
5266         * src/folderview.c
5267                 Fix annoying vscrollbar going back to top
5268                 on Check for new folders
5269
5270 2007-01-16 [colin]      2.7.1cvs9
5271
5272         * src/imap.c
5273                 Remove printf
5274
5275 2007-01-16 [colin]      2.7.1cvs8
5276
5277         * src/filtering.c
5278                 Bigger buffer for errors
5279         * src/imap.c
5280         * src/imap.h
5281         * src/imap_gtk.c
5282         * src/prefs_account.c
5283         * src/prefs_account.h
5284         * src/wizard.c
5285         * src/etpan/imap-thread.c
5286         * src/etpan/imap-thread.h
5287         * manual/handling.xml
5288                 Add subscriptions management. What it changes:
5289                 Creating a folder subscribes to it
5290                 Deleting a folder unsubscribes it
5291                 New contextual menu item allowing to switch between
5292                 All folders and Subscribed folders, subscribe, and
5293                 unsubscribe. "Creating" an existing but unsubscribed
5294                 folder will subscribe it.
5295                 By default for new accounts, only subscribed folders 
5296                 are shown.
5297
5298
5299 2007-01-16 [paul]       2.7.1cvs7
5300
5301         * src/summaryview.c
5302                 Allow folder classes to specify only sort_key or
5303                 sort_type instead of both or none.
5304
5305 2007-01-16 [paul]       2.7.1cvs6
5306
5307         * src/action.c
5308         * src/compose.c
5309         * src/mimeview.c
5310         * src/procmime.c
5311         * src/textview.c
5312                 Save and use errno for procmime_get_part
5313
5314 2007-01-16 [colin]      2.7.1cvs5
5315
5316         * src/imap.c
5317                 Never remove INBOX when scanning for
5318                 new folders. It's a special folder
5319                 that has to exist.
5320
5321 2007-01-15 [colin]      2.7.1cvs4
5322
5323         * src/imap.c
5324                 Fix 'Check for new folders' when IMAP subdirectory
5325                 is set
5326         * src/etpan/imap-thread.c
5327                 Fix build
5328
5329 2007-01-15 [colin]      2.7.1cvs3
5330
5331         * src/etpan/imap-thread.c
5332                 Fix invalid free on command-connection
5333                 error
5334
5335 2007-01-15 [wwp]        2.7.1cvs2
5336
5337         * src/matcher_parser_lex.l
5338         * src/quote_fmt_lex.l
5339         * src/matcher_parser_parse.y
5340                 fix copyright header in lexers and parsers.
5341
5342 2007-01-15 [paul]       2.7.1cvs1
5343
5344         * NEWS
5345         * README
5346         * RELEASE_NOTES
5347         * configure.ac
5348                 bump up version number following
5349                 stable release
5350
5351 2007-01-15 [paul]       2.7.0cvs31
5352
5353         * AUTHORS
5354         * src/gtk/authors.h
5355                 add Fabien to the Team list
5356                 add the recent contributors
5357                 make a few corrections
5358
5359 2007-01-15 [paul]       2.7.0cvs30
5360
5361         * src/mainwindow.c
5362                 fix compiler warning
5363         * src/plugins/pgpcore/prefs_gpg.c
5364         * src/plugins/pgpcore/prefs_gpg.h
5365                 add missing include
5366                 fix copyright header
5367
5368 2007-01-14 [colin]      2.7.0cvs29
5369
5370         * src/gtk/filesel.c
5371                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5372                 two benefits: faster to open, will fix strange
5373                 dbus-related crash. Thanks to Pascal Terjan.
5374
5375 2007-01-14 [colin]      2.7.0cvs28
5376
5377         * src/etpan/imap-thread.c
5378                 Delete the old imap just after allocating
5379                 the new one. Makes sure we don't get the
5380                 same pointer by sheer luck, which feels
5381                 strange in the debug log.
5382
5383 2007-01-14 [colin]      2.7.0cvs27
5384
5385         * src/gtk/inputdialog.c
5386                 Make sure we don't print passwords in
5387                 clear text when in debug mode
5388
5389 2007-01-14 [colin]      2.7.0cvs26
5390
5391         * src/gtk/gtksctree.c
5392                 Fix bug 1098, 'bogus last row display 
5393                 after expanding a thread'. Patch by
5394                 Jindrich Makovicka <makovick@gmail.com>
5395
5396 2007-01-14 [colin]      2.7.0cvs25
5397
5398         * src/etpan/imap-thread.c
5399                 Close socket manually before
5400                 freeing the imap struct
5401
5402 2007-01-14 [colin]      2.7.0cvs24
5403
5404         * src/etpan/imap-thread.c
5405                 Maybe fix new reconnection issues
5406
5407 2007-01-13 [colin]      2.7.0cvs23
5408
5409         * src/summaryview.c
5410                 Freeze/thaw on thread selection
5411
5412 2007-01-13 [paul]       2.7.0cvs22
5413
5414         * src/mainwindow.c
5415         * src/summaryview.c
5416         * src/summaryview.h
5417                 add 'Edit/Delete thread'
5418
5419 2007-01-13 [colin]      2.7.0cvs21
5420
5421         * src/prefs_account.c
5422         * src/prefs_compose_writing.c
5423         * src/prefs_message.c
5424         * src/prefs_msg_colors.c
5425         * src/prefs_other.c
5426         * src/prefs_receive.c
5427         * src/prefs_spelling.c
5428         * src/prefs_summaries.c
5429         * src/prefs_themes.c
5430         * src/gtk/gtkutils.c
5431         * src/gtk/gtkutils.h
5432         * src/plugins/pgpcore/prefs_gpg.c
5433         * src/plugins/spamassassin/spamassassin_gtk.c
5434                 Factorize gtk frame creation
5435                 Patch by Pawel
5436
5437 2007-01-13 [colin]      2.7.0cvs20
5438
5439         * src/message_search.c
5440         * src/summary_search.c
5441                 Fix Enter in search windows
5442         * src/messageview.c
5443                 Fix body search starting at the
5444                 end of the mail (and asking for loop)
5445
5446 2007-01-13 [colin]      2.7.0cvs19
5447
5448         * src/etpan/imap-thread.c
5449                 Make sure we don't free the same imap
5450                 twice
5451
5452 2007-01-13 [colin]      2.7.0cvs18
5453
5454         * commitHelper
5455                 Allow multiple commitHelpers to
5456                 run at once
5457
5458 2007-01-12 [colin]      2.7.0cvs17
5459
5460         * src/etpan/imap-thread.c
5461                 Make sure we get rid of the previous mailimap
5462                 when connecting - just in case disconnect was
5463                 unclean
5464
5465 2007-01-12 [paul]       2.7.0cvs16
5466
5467         * src/compose.c
5468                 Strip S/MIME signatures when re-editing
5469                 S/MIME signed messages.
5470
5471 2007-01-12 [paul]       2.7.0cvs15
5472
5473         * configure.ac
5474         * src/addressbook.c
5475         * src/foldersel.c
5476         * src/folderview.c
5477         * src/main.c
5478                 no need to define CLAWS anymore, remove
5479                 all that stuff
5480
5481 2007-01-12 [paul]       2.7.0cvs14
5482
5483         * src/mimeview.c
5484                 check if the mail's signed as
5485                 it can change the mail structure
5486                 Thanks to Colin
5487
5488 2007-01-12 [paul]       2.7.0cvs13
5489
5490         * src/procmime.c
5491                 fix Forwarding msgs with attachments
5492                 that have dos line endings
5493                 Thanks to Colin
5494
5495 2007-01-12 [wwp]        2.7.0cvs12
5496
5497         * configure.ac
5498                 Revert accidentally committed extra version tag.
5499
5500 2007-01-12 [wwp]        2.7.0cvs11
5501
5502         * src/prefs_account.c
5503                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5504
5505 2007-01-11 [colin]      2.7.0cvs10
5506
5507         * src/imap.c
5508                 move g_warning to debug_print
5509                 it scares people for no reason
5510
5511 2007-01-11 [colin]      2.7.0cvs9
5512
5513         * po/POTFILES.in
5514                 Fix files to translate. Patch by
5515                 Fabien
5516
5517 2007-01-11 [paul]       2.7.0cvs8
5518
5519         * src/imap.c
5520                 Fix recursion when server lists the
5521                 current subfolder in the response
5522         * src/mimeview.c
5523                 Fix updating of icon_list/ctree
5524         * src/plugins/pgpcore/select-keys.c
5525                 Fix a few annoyances when choosing
5526                 keys for the CMS (S/MIME) protocol
5527
5528 2007-01-11 [wwp]        2.7.0cvs7
5529
5530         * src/compose.c
5531         * src/prefs_account.c
5532         * src/prefs_account.h
5533                 Add per-account spellcheck default dictionaries settings.
5534
5535 2007-01-10 [colin]      2.7.0cvs6
5536
5537         * src/prefs_folder_item.c
5538                 Factorize strings - patch by Fabien
5539
5540 2007-01-10 [colin]      2.7.0cvs5
5541
5542         * src/mainwindow.c
5543                 Fix bug 1095, 'Crash while changing folder 
5544                 columns during incorporation'
5545
5546 2007-01-09 [colin]      2.7.0cvs4
5547
5548         * src/gtk/pluginwindow.c
5549                 Set the plugin window transient. Seems
5550                 like some window managers hide it in
5551                 the background after "load plugin"...
5552
5553 2007-01-09 [colin]      2.7.0cvs3
5554
5555         * src/gtk/filesel.c
5556                 Use the same type for alloc and free
5557
5558 2007-01-08 [paul]       2.7.0cvs2
5559
5560         * po/nl.po
5561                 updated by Tim Dijkstra
5562
5563 2007-01-08 [paul]       2.7.0cvs1
5564
5565         * src/prefs_themes.c
5566         * src/common/utils.c
5567                 Fix resource leaks
5568
5569 2007-01-08 [paul]       2.7.0
5570
5571         * NEWS
5572         * README
5573         * RELEASE_NOTES
5574                 2.7.0 released
5575
5576 2007-01-08 [paul]       2.6.1cvs119
5577
5578         * doc/man/claws-mail.1
5579                 another correction
5580
5581 2007-01-08 [paul]       2.6.1cvs118
5582
5583         * doc/man/claws-mail.1
5584                 corrections
5585         * manual/advanced.xml
5586                 improved English usage
5587
5588 2007-01-08 [paul]       2.6.1cvs117
5589
5590         * po/ca.po
5591         * po/de.po
5592         * po/en_GB.po
5593         * po/fi.po
5594         * po/it.po
5595         * po/pt_BR.po
5596         * po/sk.po
5597         * po/sr.po
5598         * po/zh_CN.po
5599                 updated by Miquel Oliete, Stephan Sachse, me,
5600                 Tommi Pirinen, Andrea Spadaccini, Frederico
5601                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5602                 Urosevic, and Ralgh Young
5603
5604 2007-01-07 [mones]      2.6.1cvs116
5605
5606         * manual/es/advanced.xml
5607         * po/es.po
5608                 Synced manual (unhide mark_as_read_delay)
5609                 and updated translation for release
5610
5611 2007-01-07 [paul]       2.6.1cvs115
5612
5613         * src/prefs_matcher.c
5614                 make the hbox content fit better under
5615                 various languages
5616
5617 2007-01-07 [colin]      2.6.1cvs114
5618
5619         * src/messageview.c
5620                 Fix bug 1088, 'Ctrl-h produces repeatable
5621                 crash'
5622
5623 2007-01-06 [colin]      2.6.1cvs113
5624
5625         * src/etpan/imap-thread.c
5626                 Add casts to int to get certs. Fixes
5627                 bug 1064, 'crash @ etpan_certificate_check() 
5628                 when opening an IMAP folder', with latest
5629                 libetpan CVS or >= 0.49
5630         * src/mainwindow.c
5631         * src/mainwindow.h
5632         * src/imap_gtk.c
5633         * src/news_gtk.c
5634         * src/prefs_folder_item.c
5635                 Grey out the "synchronise" menu items if
5636                 there's nothing to synchronise.
5637         * src/plugins/pgpcore/sgpgme.c
5638                 Make an error clearer than "Unknown error"
5639
5640 2007-01-06 [colin]      2.6.1cvs112
5641
5642         * src/messageview.c
5643                 Don't try to show a message if updating
5644                 Maybe fixes bug 1088, 'ctrl-h produces
5645                 repeatable crash'.
5646
5647 2007-01-06 [colin]      2.6.1cvs111
5648
5649         * src/summaryview.c
5650                 Disable Control-Space (handle it as Space).
5651
5652 2007-01-05 [paul]       2.6.1cvs110
5653
5654         * src/imap.c
5655                 Fix bug 934, 'sylpheed claws 2.1 
5656                 doesn't show Exchanges Public Folders'
5657                 Thanks to Hoa and Colin
5658         * src/msgcache.c
5659                 Refuse to allocate more than 2 MB for a 
5660                 single field, it's a good indication of
5661                 cache corruption.
5662
5663 2007-01-05 [colin]      2.6.1cvs109
5664
5665         * src/mainwindow.c
5666                 Allow --select'ing emails by Message-ID too
5667
5668 2007-01-05 [colin]      2.6.1cvs108
5669
5670         * src/common/quoted-printable.c
5671                 Uh! Third fix :)
5672
5673 2007-01-05 [colin]      2.6.1cvs107
5674
5675         * src/common/quoted-printable.c
5676                 Fix previous commit about bug 1089
5677                 Thanks to Ralf
5678
5679 2007-01-05 [colin]      2.6.1cvs106
5680
5681         * src/common/quoted-printable.c
5682                 Fix my previous commit on bug 1089
5683                 - Thanks to Ralf :)
5684
5685 2007-01-04 [colin]      2.6.1cvs105
5686
5687         * src/common/quoted-printable.c
5688                 Fix bug 1089, 'NUL characters in Subject 
5689                 line are misinterpreted'. Not a pain to
5690                 fix in fact.
5691
5692 2007-01-04 [colin]      
5693
5694         2.7.0-rc3 released
5695
5696 2007-01-04 [wwp]        2.6.1cvs104
5697
5698         * src/image_viewer.c
5699                 Force operator precedence (fix a compiler warning).
5700
5701 2007-01-04 [colin]      2.6.1cvs103
5702
5703         * src/image_viewer.c
5704                 Be cautious there too (same fix as the one
5705                 in textview from cvs33)
5706         * src/messageview.c
5707                 Don't use any MimeViewer plugin when showing
5708                 all headers
5709
5710 2007-01-03 [wwp]        2.6.1cvs102
5711
5712         * src/html.c
5713         * src/html.h
5714                 fixed "cent" sign (use the existing ASCII one),
5715                 decode more HTML entities,
5716                 converted table ASCII entries to UTF-8,
5717                 moved a switch() into a hashtable.
5718
5719 2007-01-03 [paul]       2.6.1cvs101
5720
5721         * src/compose.c
5722         * src/messageview.c
5723         * src/procmsg.c
5724         * src/procmsg.h
5725                 When possible, use move_msg instead of
5726                 copy_msg + remove_msg to move sent mail
5727                 from Queue to Sent. 
5728
5729 2007-01-03 [paul]       2.6.1cvs100
5730
5731         * src/html.c
5732                 add more html entity recognition:
5733                 pounds, euros, and cents
5734
5735 2007-01-03 [colin]      2.6.1cvs99
5736
5737         * src/imap_gtk.c
5738                 Don't display an error on NOSELECT
5739                 folders when synchronising
5740
5741 2007-01-03 [paul]       2.6.1cvs98
5742
5743         * tools/maildir2claws-mail.pl
5744                 only substitute 'sent-mail' if it's
5745                 the full directory name
5746
5747 2007-01-03 [paul]       2.6.1cvs97
5748
5749         * ChangeLog
5750         * ChangeLog.pre2.0.0
5751         * Makefile.am
5752                 archive a chunk of ChangeLog in
5753                 ChangeLog.pre2.0.0
5754         * ChangeLog.gtk1
5755         * doc/src/ChangeLog.claws-pre0.8.0
5756                 remove ChangeLog.claws-pre0.8.0, adding
5757                 its contents to ChangeLog.gtk1
5758
5759 2007-01-03 [paul]       2.6.1cvs96
5760
5761         * src/account.c
5762         * src/account.h
5763         * src/action.c
5764         * src/action.h
5765         * src/adbookbase.h
5766         * src/addr_compl.c
5767         * src/addr_compl.h
5768         * src/addrbook.c
5769         * src/addrcache.c
5770         * src/addrcache.h
5771         * src/addrcindex.c
5772         * src/addrcindex.h
5773         * src/addrclip.c
5774         * src/addrclip.h
5775         * src/addrdefs.h
5776         * src/addressadd.c
5777         * src/addressadd.h
5778         * src/addressbook.c
5779         * src/addressbook.h
5780         * src/addressbook_foldersel.c
5781         * src/addressbook_foldersel.h
5782         * src/addrgather.c
5783         * src/addrgather.h
5784         * src/addrharvest.c
5785         * src/addrharvest.h
5786         * src/addrindex.c
5787         * src/addrindex.h
5788         * src/addritem.c
5789         * src/addritem.h
5790         * src/addrquery.c
5791         * src/addrquery.h
5792         * src/addrselect.c
5793         * src/addrselect.h
5794         * src/alertpanel.c
5795         * src/alertpanel.h
5796         * src/browseldap.c
5797         * src/browseldap.h
5798         * src/codeconv.c
5799         * src/codeconv.h
5800         * src/compose.c
5801         * src/compose.h
5802         * src/customheader.c
5803         * src/customheader.h
5804         * src/displayheader.c
5805         * src/displayheader.h
5806         * src/editaddress.c
5807         * src/editaddress.h
5808         * src/editbook.c
5809         * src/editbook.h
5810         * src/editgroup.c
5811         * src/editgroup.h
5812         * src/editjpilot.c
5813         * src/editjpilot.h
5814         * src/editldap.c
5815         * src/editldap.h
5816         * src/editldap_basedn.c
5817         * src/editldap_basedn.h
5818         * src/editvcard.c
5819         * src/editvcard.h
5820         * src/exphtmldlg.c
5821         * src/exphtmldlg.h
5822         * src/expldifdlg.c
5823         * src/expldifdlg.h
5824         * src/export.c
5825         * src/export.h
5826         * src/exporthtml.c
5827         * src/exporthtml.h
5828         * src/exportldif.c
5829         * src/exportldif.h
5830         * src/filtering.c
5831         * src/filtering.h
5832         * src/folder.c
5833         * src/folder.h
5834         * src/folder_item_prefs.c
5835         * src/folder_item_prefs.h
5836         * src/foldersel.c
5837         * src/foldersel.h
5838         * src/folderutils.c
5839         * src/folderutils.h
5840         * src/folderview.c
5841         * src/folderview.h
5842         * src/grouplistdialog.c
5843         * src/grouplistdialog.h
5844         * src/headerview.c
5845         * src/html.c
5846         * src/html.h
5847         * src/image_viewer.c
5848         * src/image_viewer.h
5849         * src/imap.c
5850         * src/imap.h
5851         * src/imap_gtk.c
5852         * src/imap_gtk.h
5853         * src/import.c
5854         * src/import.h
5855         * src/importldif.c
5856         * src/importldif.h
5857         * src/importmutt.c
5858         * src/importmutt.h
5859         * src/importpine.c
5860         * src/importpine.h
5861         * src/inc.c
5862         * src/inc.h
5863         * src/jpilot.c
5864         * src/jpilot.h
5865         * src/ldapctrl.c
5866         * src/ldapctrl.h
5867         * src/ldaplocate.c
5868         * src/ldaplocate.h
5869         * src/ldapquery.c
5870         * src/ldapquery.h
5871         * src/ldapserver.c
5872         * src/ldapserver.h
5873         * src/ldaputil.c
5874         * src/ldaputil.h
5875         * src/ldif.c
5876         * src/ldif.h
5877         * src/main.c
5878         * src/main.h
5879         * src/mainwindow.c
5880         * src/mainwindow.h
5881         * src/manual.c
5882         * src/manual.h
5883         * src/mbox.c
5884         * src/message_search.c
5885         * src/message_search.h
5886         * src/messageview.c
5887         * src/messageview.h
5888         * src/mh.c
5889         * src/mh.h
5890         * src/mh_gtk.c
5891         * src/mh_gtk.h
5892         * src/mimeview.c
5893         * src/mimeview.h
5894         * src/msgcache.c
5895         * src/msgcache.h
5896         * src/mutt.c
5897         * src/mutt.h
5898         * src/news.c
5899         * src/news.h
5900         * src/news_gtk.c
5901         * src/news_gtk.h
5902         * src/partial_download.c
5903         * src/partial_download.h
5904         * src/pine.c
5905         * src/pine.h
5906         * src/pop.c
5907         * src/pop.h
5908         * src/prefs_account.c
5909         * src/prefs_account.h
5910         * src/prefs_actions.c
5911         * src/prefs_actions.h
5912         * src/prefs_common.c
5913         * src/prefs_common.h
5914         * src/prefs_compose_writing.c
5915         * src/prefs_compose_writing.h
5916         * src/prefs_customheader.c
5917         * src/prefs_customheader.h
5918         * src/prefs_display_header.c
5919         * src/prefs_display_header.h
5920         * src/prefs_filtering.c
5921         * src/prefs_filtering.h
5922         * src/prefs_filtering_action.c
5923         * src/prefs_filtering_action.h
5924         * src/prefs_folder_column.c
5925         * src/prefs_folder_column.h
5926         * src/prefs_folder_item.c
5927         * src/prefs_folder_item.h
5928         * src/prefs_fonts.c
5929         * src/prefs_fonts.h
5930         * src/prefs_gtk.c
5931         * src/prefs_gtk.h
5932         * src/prefs_image_viewer.c
5933         * src/prefs_image_viewer.h
5934         * src/prefs_matcher.c
5935         * src/prefs_matcher.h
5936         * src/prefs_message.c
5937         * src/prefs_msg_colors.c
5938         * src/prefs_msg_colors.h
5939         * src/prefs_other.c
5940         * src/prefs_quote.c
5941         * src/prefs_receive.c
5942         * src/prefs_send.c
5943         * src/prefs_spelling.c
5944         * src/prefs_spelling.h
5945         * src/prefs_summaries.c
5946         * src/prefs_summaries.h
5947         * src/prefs_summary_column.c
5948         * src/prefs_summary_column.h
5949         * src/prefs_template.c
5950         * src/prefs_template.h
5951         * src/prefs_themes.c
5952         * src/prefs_themes.h
5953         * src/prefs_toolbar.c
5954         * src/prefs_toolbar.h
5955         * src/prefs_wrapping.c
5956         * src/prefs_wrapping.h
5957         * src/privacy.c
5958         * src/privacy.h
5959         * src/procheader.c
5960         * src/procheader.h
5961         * src/procmime.c
5962         * src/procmime.h
5963         * src/procmsg.c
5964         * src/procmsg.h
5965         * src/quote_fmt.c
5966         * src/quote_fmt_parse.y
5967         * src/recv.c
5968         * src/recv.h
5969         * src/remotefolder.c
5970         * src/remotefolder.h
5971         * src/send_message.c
5972         * src/send_message.h
5973         * src/setup.c
5974         * src/setup.h
5975         * src/sourcewindow.c
5976         * src/sourcewindow.h
5977         * src/ssl_manager.c
5978         * src/ssl_manager.h
5979         * src/statusbar.c
5980         * src/statusbar.h
5981         * src/stock_pixmap.c
5982         * src/stock_pixmap.h
5983         * src/summary_search.c
5984         * src/summary_search.h
5985         * src/summaryview.c
5986         * src/summaryview.h
5987         * src/textview.c
5988         * src/textview.h
5989         * src/toolbar.c
5990         * src/toolbar.h
5991         * src/undo.c
5992         * src/undo.h
5993         * src/unmime.c
5994         * src/unmime.h
5995         * src/vcard.c
5996         * src/vcard.h
5997         * src/wizard.c
5998         * src/wizard.h
5999         * src/common/base64.c
6000         * src/common/base64.h
6001         * src/common/defs.h
6002         * src/common/hooks.c
6003         * src/common/hooks.h
6004         * src/common/log.c
6005         * src/common/log.h
6006         * src/common/mgutils.c
6007         * src/common/mgutils.h
6008         * src/common/nntp.c
6009         * src/common/nntp.h
6010         * src/common/passcrypt.c
6011         * src/common/passcrypt.h.in
6012         * src/common/plugin.c
6013         * src/common/plugin.h
6014         * src/common/prefs.c
6015         * src/common/prefs.h
6016         * src/common/progressindicator.c
6017         * src/common/progressindicator.h
6018         * src/common/quoted-printable.c
6019         * src/common/quoted-printable.h
6020         * src/common/session.c
6021         * src/common/session.h
6022         * src/common/smtp.c
6023         * src/common/smtp.h
6024         * src/common/socket.c
6025         * src/common/socket.h
6026         * src/common/ssl.c
6027         * src/common/ssl.h
6028         * src/common/ssl_certificate.c
6029         * src/common/ssl_certificate.h
6030         * src/common/stringtable.c
6031         * src/common/stringtable.h
6032         * src/common/template.c
6033         * src/common/template.h
6034         * src/common/timing.h
6035         * src/common/utils.c
6036         * src/common/utils.h
6037         * src/common/version.h.in
6038         * src/common/xml.c
6039         * src/common/xml.h
6040         * src/common/xmlprops.c
6041         * src/common/xmlprops.h
6042         * src/gtk/about.c
6043         * src/gtk/colorlabel.c
6044         * src/gtk/colorsel.c
6045         * src/gtk/colorsel.h
6046         * src/gtk/combobox.c
6047         * src/gtk/combobox.h
6048         * src/gtk/description_window.c
6049         * src/gtk/description_window.h
6050         * src/gtk/filesel.c
6051         * src/gtk/filesel.h
6052         * src/gtk/foldersort.c
6053         * src/gtk/foldersort.h
6054         * src/gtk/gtksctree.c
6055         * src/gtk/gtkutils.c
6056         * src/gtk/gtkutils.h
6057         * src/gtk/inputdialog.c
6058         * src/gtk/inputdialog.h
6059         * src/gtk/logwindow.c
6060         * src/gtk/logwindow.h
6061         * src/gtk/manage_window.c
6062         * src/gtk/manage_window.h
6063         * src/gtk/menu.c
6064         * src/gtk/menu.h
6065         * src/gtk/pluginwindow.c
6066         * src/gtk/pluginwindow.h
6067         * src/gtk/prefswindow.c
6068         * src/gtk/prefswindow.h
6069         * src/gtk/progressdialog.c
6070         * src/gtk/progressdialog.h
6071         * src/gtk/sslcertwindow.c
6072         * src/gtk/sslcertwindow.h
6073         * src/plugins/bogofilter/bogofilter.c
6074         * src/plugins/bogofilter/bogofilter.h
6075         * src/plugins/bogofilter/bogofilter_gtk.c
6076         * src/plugins/clamav/clamav_plugin.c
6077         * src/plugins/clamav/clamav_plugin.h
6078         * src/plugins/clamav/clamav_plugin_gtk.c
6079         * src/plugins/demo/demo.c
6080         * src/plugins/dillo_viewer/dillo_prefs.c
6081         * src/plugins/dillo_viewer/dillo_prefs.h
6082         * src/plugins/dillo_viewer/dillo_viewer.c
6083         * src/plugins/pgpcore/passphrase.c
6084         * src/plugins/pgpcore/passphrase.h
6085         * src/plugins/pgpcore/pgp_viewer.c
6086         * src/plugins/pgpcore/pgp_viewer.h
6087         * src/plugins/pgpcore/plugin.c
6088         * src/plugins/pgpcore/select-keys.c
6089         * src/plugins/pgpcore/select-keys.h
6090         * src/plugins/pgpcore/sgpgme.c
6091         * src/plugins/pgpcore/sgpgme.h
6092         * src/plugins/pgpinline/pgpinline.c
6093         * src/plugins/pgpinline/pgpinline.h
6094         * src/plugins/pgpinline/plugin.c
6095         * src/plugins/pgpmime/pgpmime.c
6096         * src/plugins/pgpmime/pgpmime.h
6097         * src/plugins/pgpmime/plugin.c
6098         * src/plugins/spamassassin/spamassassin.c
6099         * src/plugins/spamassassin/spamassassin.h
6100         * src/plugins/spamassassin/spamassassin_gtk.c
6101         * src/plugins/trayicon/trayicon.c
6102                 it's 2007, update the year in the copyright headers
6103
6104 2007-01-03 [paul]       2.6.1cvs95
6105
6106         * src/gtk/about.c
6107                 it is 2007, use it in the copyright string
6108
6109 2007-01-03 [paul]       2.6.1cvs94
6110
6111         * src/html.c
6112                 html entity conversion:
6113                 move &#153; to a more suitable place
6114                 add &bull; and &ndash;
6115                 make sure &mdash; and &#8212; are both
6116                 converted the same
6117
6118 2007-01-02 [colin]      2.6.1cvs93
6119
6120         * src/addrbook.c
6121                 Fix leak
6122         * src/common/plugin.c
6123                 Add comment
6124         * src/etpan/imap-thread.c
6125                 Fix warning
6126
6127 2006-12-31 [paul]       2.6.1cvs92
6128
6129         * src/prefs_summaries.c
6130                 use gtk_button_new_from_stock()
6131
6132 2006-12-30 [colin]      2.6.1cvs91
6133
6134         * src/folder.c
6135         * src/imap_gtk.c
6136         * src/mh_gtk.c
6137                 Don't update filtering and account paths 
6138                 when copying folders
6139
6140 2006-12-30 [colin]      2.6.1cvs90
6141
6142         * src/prefs_compose_writing.c
6143         * src/prefs_quote.c
6144         * src/prefs_template.c
6145                 Use message font for Writing and 
6146                 Quoting prefs, as well as Templates.
6147
6148 2006-12-30 [colin]      2.6.1cvs89
6149
6150         * src/prefs_summaries.c
6151                 Rework GUI; patch by Pawel
6152
6153 2006-12-29 [colin]      2.6.1cvs88
6154
6155         * src/prefs_folder_item.c
6156                 Fix bug 1085, 'Apply to subfolder 
6157                 doesn't work' - I was mistaken saying
6158                 it worked in every case
6159
6160 2006-12-28 [colin]      2.6.1cvs87
6161
6162         * src/gtk/gtkaspell.c
6163                 Don't assert if use_alternate is true
6164                 and alt_dictionary isn't set -- this 
6165                 is what happens on upgrade! Rather,
6166                 do with it.
6167
6168 2006-12-28 [colin]      2.6.1cvs86
6169
6170         * Makefile.am
6171                 Fix desktop/icon simplification
6172
6173 2006-12-28 [colin]      2.6.1cvs85
6174
6175         * Makefile.am
6176                 Make desktop and icon not 
6177                 dependant on the desktop
6178
6179 2006-12-28 [wwp]        2.6.1cvs84
6180
6181         * src/plugins/pgpmime/claws.def
6182                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6183
6184 2006-12-28 [wwp]        2.6.1cvs83
6185
6186         * src/prefs_folder_item.c
6187                 Fix coloring of "simplify subject regexp" (folder prefs),
6188                 which might be left to red whereas the regexp gets empty.
6189
6190 2006-12-28 [wwp]        2.6.1cvs82
6191
6192         * src/prefs_common.c
6193         * src/prefs_common.h
6194         * src/addressbook.c
6195         * src/addressitem.h
6196                 Save addressbook mainwindow's horizontal and vertical splitter position.
6197
6198 2006-12-27 [wwp]        2.6.1cvs81
6199
6200         * src/gtk/gtkaspell.c
6201         * src/gtk/gtkaspell.h
6202         * src/compose.c
6203                 Fix assignment of compose's default and alternate dictionary from
6204                 account or folder settings. Now gtkaspell_change_dict does rotate
6205                 dicts only when it's called from a menu cb.
6206
6207 2006-12-27 [wwp]        2.6.1cvs80
6208
6209         * src/folder_item_prefs.c
6210                 Fix randomly initialized default-alt-dictionary (folder prefs),
6211                 complete 2.6.1cvs72.
6212
6213 2006-12-27 [paul]       2.6.1cvs79
6214
6215         * src/imap_gtk.c
6216         * src/mh_gtk.c
6217                 Add Copy folder in the folder's contextual
6218                 menu
6219
6220 2006-12-27 [wwp]        2.6.1cvs78
6221
6222         * src/imap.c
6223                 Clean up session locking, thanks to Colin.
6224
6225 2006-12-26 [colin]      2.6.1cvs77
6226
6227         * src/statusbar.c
6228                 Revert previous patch
6229
6230 2006-12-26 [colin]      2.6.1cvs76
6231
6232         * src/folder.c
6233         * src/folderview.c
6234         * src/imap.c
6235         * src/statusbar.c
6236         * src/etpan/imap-thread.c
6237                 Fix previous commit warnings
6238                 Make statusbar update every second if total < 20
6239                 Make IMAP APPEND faster by simplifying log              
6240
6241 2006-12-26 [colin]      2.6.1cvs75
6242
6243         * src/folder.c
6244         * src/folder.h
6245         * src/folderview.c
6246         * src/folderview.h
6247         * src/imap_gtk.c
6248         * src/mh_gtk.c
6249                 Make it possible to copy folders accross
6250                 mailboxes (this was an arbitrary limitation).
6251                 Still make it impossible to move folders 
6252                 accross mailboxes.
6253
6254 2006-12-26 [colin]      2.6.1cvs74
6255
6256         * src/etpan/imap-thread.c
6257                 Fix bug 1081, 'claws-mail 
6258                 segfaults when going offline 
6259                 while it transfers mails via 
6260                 imap'
6261
6262 2006-12-26 [colin]      2.6.1cvs73
6263
6264         * src/folder_item_prefs.c
6265                 Don't forget alt dictionary when
6266                 renaming/moving folders
6267
6268 2006-12-26 [wwp]        2.6.1cvs72
6269
6270         * src/folder_item_prefs.c
6271                 Add missing defaults for per-folder alt dict
6272                 (forgotten in 2.6.1cvs61).
6273
6274 2006-12-26 [colin]      2.6.1cvs71
6275
6276         * src/wizard.c
6277                 Add tooltip to state that specifying
6278                 full path to mailbox is possible
6279
6280 2006-12-26 [wwp]        2.6.1cvs70
6281
6282         * src/partial_download.c
6283         * src/gtk/gtkvscrollbutton.c
6284         * src/plugins/pgpinline/plugin.c
6285                 Fix for few compiler warnings that matter.
6286
6287 2006-12-25 [colin]      2.6.1cvs69
6288
6289         * src/partial_download.c
6290                 Fix marking for download or deletion
6291                 when the header isn't the first
6292         * src/gtk/logwindow.c
6293                 Fix start of scrolling
6294
6295 2006-12-23 [paul]       2.6.1cvs68
6296
6297         * src/compose.c
6298                 change last commit to use the 'academic'
6299                 method instead. Thanks to wwp
6300
6301 2006-12-23 [paul]       2.6.1cvs67
6302
6303         * src/compose.c
6304                 don't warn about empty subject when
6305                 redirecting
6306
6307 2006-12-22 [colin]      2.6.1cvs66
6308
6309         * src/summary_search.c
6310                 Fix previous patch
6311
6312 2006-12-22 [colin]      2.6.1cvs65
6313
6314         * src/gtk/gtkutils.c
6315         * src/imap.c
6316         * src/jpilot.c
6317         * src/summary_search.c
6318                 A few warning fixes
6319
6320 2006-12-23 [paul]       
6321
6322         2.7.0-rc2 released
6323
6324 2006-12-22 [colin]      2.6.1cvs64
6325
6326         * src/toolbar.c
6327         * src/toolbar.h
6328                 Add a combo to the learn spam button
6329         * src/plugins/bogofilter/bogofilter.c
6330         * src/plugins/bogofilter/bogofilter_gtk.c
6331         * src/plugins/bogofilter/bogofilter.h
6332                 Allow to store Unsure mails in a specific
6333                 folder to make better teaching easier
6334
6335 2006-12-21 [wwp]        2.6.1cvs63
6336
6337         * src/compose.c
6338         * src/prefs_common.c
6339         * src/prefs_common.h
6340         * src/prefs_spelling.c
6341         * src/gtk/gtkaspell.c
6342         * src/gtk/gtkaspell.h
6343                 Allow spell-checking using both current and alternate dictionaries
6344                 (thanks to Colin).
6345
6346 2006-12-21 [wwp]        2.6.1cvs62
6347
6348         * src/gtk/gtkaspell.c
6349                 Apply recheck_when_changing_dict (highlight all mispelled words)
6350                 when switching to alternate dictionary.
6351
6352 2006-12-21 [wwp]        2.6.1cvs61
6353
6354         * src/compose.c
6355         * src/folder_item_prefs.h
6356         * src/prefs_common.c
6357         * src/prefs_common.h
6358         * src/prefs_folder_item.c
6359         * src/prefs_spelling.c
6360         * src/gtk/gtkaspell.c
6361         * src/gtk/gtkaspell.h
6362                 Add global and per-folder prefs to set the default
6363                 alternate dictionary.
6364
6365 2006-12-21 [colin]      2.6.1cvs60
6366
6367         * src/folder.c
6368                 Look for folders by path in all folders
6369         * src/html.c
6370                 add &mdash;
6371
6372 2006-12-20 [colin]      2.6.1cvs59
6373
6374         * src/gtk/quicksearch.c
6375                 Make sure in_typing is false when clearing
6376
6377 2006-12-20 [wwp]        2.6.1cvs58
6378
6379         * configure.ac
6380                 change manual's target dir to be LFH-compliant (thanks to Colin).
6381
6382 2006-12-20 [wwp]        2.6.1cvs57
6383
6384         * src/prefs_common.c
6385         * src/prefs_summaries.c
6386                 i18n fix and factorize patch, thanks to Fabien.
6387
6388 2006-12-20 [paul]       2.6.1cvs56
6389
6390         * configure.ac
6391                 last of the renaming (??)
6392         * src/main.c
6393                 correct --help info of --status-full
6394         * src/plugins/bogofilter/bogofilter.c
6395                 make FALSE default of whitelist_ab
6396
6397 2006-12-19 [colin]      2.6.1cvs55
6398
6399         * src/jpilot.c
6400                 Same as before, without depending on
6401                 pisock >= 0.12
6402
6403 2006-12-19 [colin]      2.6.1cvs54
6404
6405         * src/jpilot.c
6406                 Fix bug 1059, 'Better jpilot charset 
6407                 handling'. Use libpisync's charset conversion
6408                 if possible
6409
6410 2006-12-19 [colin]      2.6.1cvs53
6411
6412         * po/fr.po
6413                 Updated by Fabien
6414
6415 2006-12-19 [wwp]        2.6.1cvs52
6416
6417         * src/gtk/about.c
6418                 Add missing #include (thanks to Colin).
6419
6420 2006-12-19 [wwp]        2.6.1cvs51
6421
6422         * src/prefs_receive.c
6423                 Better spacing between widgets in prefs.
6424
6425 2006-12-18 [colin]      2.6.1cvs50
6426
6427         * src/imap.c
6428                 Fix failure to get separator on LIST "" ""
6429                 Try LIST "" "INBOX" too.
6430
6431 2006-12-18 [wwp]        2.6.1cvs49
6432
6433         * src/common/session.c
6434                 Fix a compiler warning (thanks to Fabien).
6435
6436 2006-12-18 [wwp]        2.6.1cvs48
6437
6438         * src/compose.c
6439         * src/prefs_quote.c
6440                 Factorize some strings for translation (it's about error
6441                 messages when applying or checking template/quote format).
6442
6443 2006-12-18 [colin]      2.6.1cvs47
6444
6445         * Makefile.am
6446         * src/common/defs.h
6447         * src/gtk/Makefile.am
6448         * src/gtk/about.c
6449                 Add a Release notes tab from the contents of
6450                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6451
6452 2006-12-17 [colin]      2.6.1cvs46
6453
6454         * src/mimeview.c
6455         * src/textview.c
6456         * src/gtk/filesel.c
6457                 Correctly convert from/to UTF8/filename encoding
6458                 when loading and saving files. Probably fixes
6459                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6460                 for a file to attach and is blocked...'
6461
6462 2006-12-17 [colin]      2.6.1cvs45
6463
6464         * src/gtk/logwindow.c
6465                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6466                 IMAP folder and is blocked on main thread': 
6467                 make sure we put utf8 in the log.
6468
6469 2006-12-16 [colin]      2.6.1cvs44
6470
6471         * src/toolbar.c
6472         * src/toolbar.h
6473                 Fix bug 1055, 'Add the 'cancel receive' 
6474                 in the available events for the toolbar buttons'
6475
6476 2006-12-16 [colin]      2.6.1cvs43
6477
6478         * po/POTFILES.in
6479         * src/imap.c
6480         * src/common/nntp.c
6481         * src/common/session.c
6482                 Log error when SSL handshakes fail. 
6483                 Fixes bug 1082, 'incorrect / imprecise 
6484                 error message when imap server provides 
6485                 ssl only through STARTTLS but SSL is 
6486                 selected'
6487
6488 2006-12-15 [wwp]        2.6.1cvs42
6489
6490         * src/plugins/bogofilter/bogofilter_gtk.c
6491                 set proper sensitivity to widgets I've recently added.
6492
6493 2006-12-15 [colin]      
6494
6495         2.7.0-rc1 released
6496
6497 2006-12-15 [wwp]        2.6.1cvs41
6498
6499         * src/plugins/bogofilter/bogofilter.c
6500         * src/plugins/bogofilter/bogofilter.h
6501         * src/plugins/bogofilter/bogofilter_gtk.c
6502                 bogofilter's whitelist can now use a subset of
6503                 the addressbook (either a book, a subfolder of a book,
6504                 or the whole addressbook by using "Any"). Re-used there
6505                 some pref_matcher widgets and mechanisms to match a subset
6506                 of the addressbook.
6507
6508 2006-12-15 [wwp]        2.6.1cvs40
6509
6510         * src/wizard.c
6511         * src/common/plugin.c
6512         * src/common/plugin.h
6513         * src/gtk/about.c
6514         * src/plugins/bogofilter/bogofilter.c
6515         * src/plugins/clamav/clamav_plugin.c
6516         * src/plugins/demo/demo.c
6517         * src/plugins/dillo_viewer/dillo_viewer.c
6518         * src/plugins/pgpcore/plugin.c
6519         * src/plugins/pgpinline/plugin.c
6520         * src/plugins/pgpmime/plugin.c
6521         * src/plugins/spamassassin/spamassassin.c
6522         * src/plugins/trayicon/trayicon.c
6523                 factorize some translatable strings (plugins-related),
6524                 fix missing punctuation in several places,
6525                 remove useless translatable \n in about.c,
6526                 and factorize plugin init code w/ a new function
6527                 check_plugin_version() in common/plugin.c.
6528                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6529
6530 2006-12-15 [wwp]        2.6.1cvs39
6531
6532         * src/plugins/bogofilter/bogofilter.c
6533         * src/plugins/bogofilter/bogofilter_gtk.c
6534                 flag whitelisted spams as spam, but don't filter it to the spam
6535                 folder. Thanks to Colin.
6536
6537 2006-12-15 [ticho]      2.6.1cvs38
6538
6539         * src/plugins/bogofilter/bogofilter.c
6540         * src/plugins/bogofilter/bogofilter.h
6541         * src/plugins/bogofilter/bogofilter_gtk.c
6542                 Add option to whitelist senders found in addressbook. Patch by colin.
6543
6544 2006-12-15 [paul]       2.6.1cvs37
6545
6546         * src/folderview.c
6547                 add missing #include "log.h"
6548
6549 2006-12-15 [paul]       2.6.1cvs36
6550
6551         * src/plugins/bogofilter/bogofilter.c
6552         * src/plugins/bogofilter/bogofilter.h
6553         * src/plugins/bogofilter/bogofilter_gtk.c
6554                 Add an option to allow inserting an
6555                 X-Claws-Bogosity header (on MH folders
6556                 only). Patch by Colin
6557
6558 2006-12-14 [colin]      2.6.1cvs35
6559
6560         * src/main.c
6561                 "Yes" should be the default choice for
6562                 migration configuration
6563
6564 2006-12-14 [paul]       2.6.1cvs34
6565
6566         * src/prefs_summaries.c
6567         * manual/advanced.xml
6568                 Unhide mark_as_read_delay
6569
6570 2006-12-14 [paul]       2.6.1cvs33
6571
6572         * src/messageview.c
6573         * src/messageview.h
6574         * src/mimeview.c
6575         * src/mimeview.h
6576         * src/summaryview.c
6577         * src/textview.c
6578         * src/textview.h
6579                 Fix printing of selection
6580                 Fix printing of message parts
6581                 Fix printing of images
6582         * src/gtk/gtksourceprintjob.c
6583                 Fix page count when there are images
6584
6585 2006-12-14 [wwp]        2.6.1cvs32
6586
6587         * src/mainwindow.c
6588         * src/summaryview.c
6589         * src/summaryview.h
6590         * src/gtk/quicksearch.c
6591                 fix quicksearch 'magnify' button status when QS is closed
6592                 using the Escape key, thanks to Colin.
6593
6594 2006-12-14 [wwp]        2.6.1cvs31
6595
6596         * src/mainwindow.c
6597         * src/summaryview.c
6598         * src/summaryview.h
6599         * src/gtk/quicksearch.c
6600                 fix quicksearch 'magnify' button status when QS is closed
6601                 using the Escape key, thanks to Colin.
6602
6603 2006-12-13 [colin]      2.6.1cvs30
6604
6605         * src/ldapquery.c
6606         * src/ldaputil.c
6607                 Use the binary safe version of ldap_get_values,
6608                 to make sure we manipulate null-terminated 
6609                 strings. Maybe fixes bug 1075, 'claws mail 
6610                 segfault when completing ldap adresses'
6611         * src/syldap.c ** REMOVED **
6612         * src/syldap.h ** REMOVED **
6613                 Remove dead files
6614
6615 2006-12-13 [mones]      2.6.1cvs29
6616
6617         * po/es.po
6618                 Fixed piped strings, fixed click translation
6619
6620 2006-12-13 [paul]       2.6.1cvs28
6621
6622         * src/main.c
6623                 don't translate these strings
6624
6625 2006-12-13 [paul]       2.6.1cvs27
6626
6627         * po/en_GB.po
6628                 updated
6629
6630 2006-12-13 [colin]      2.6.1cvs26
6631
6632         * src/main.c
6633         * src/main.h
6634                 Add claws_is_starting()
6635
6636 2006-12-13 [mones]      2.6.1cvs25
6637
6638         * manual/es/advanced.xml
6639         * po/es.po
6640                 Synced manual and updated translation
6641
6642 2006-12-12 [colin]      2.6.1cvs24
6643
6644         * src/wizard.c
6645                 Add an option to use STARTTLS in the
6646                 welcome wizard. Fixes bug 1080, 
6647                 'Using SSL option in wizard for incoming 
6648                 server does not activate SSL with STARTTLS'
6649
6650 2006-12-12 [colin]      2.6.1cvs23
6651
6652         * src/main.c
6653                 Don't exit when there's an incomplete
6654                 mailbox configured - leaves a chance 
6655                 to fix a failing IMAP account. Exit
6656                 if no mailbox at all is loaded (case
6657                 of missing plugin).
6658                 Completes bug 1077's fix (I was wrong
6659                 in this bug's comment #3).
6660
6661 2006-12-12 [colin]      2.6.1cvs22
6662
6663         * src/gtk/menu.h
6664                 Add another menu data type
6665         * src/prefs_account.c
6666                 Complete the completion of bug 1076
6667                 (doesn't lose the pref on apply)
6668
6669 2006-12-12 [paul]       2.6.1cvs21
6670
6671         * src/prefs_account.c
6672                 complete the fix of bug 1076
6673                 also be more verbose with the text
6674
6675 2006-12-12 [paul]       2.6.1cvs20
6676
6677         * src/gtk/combobox.c
6678                 fix compilation warning
6679
6680 2006-12-11 [colin]      2.6.1cvs19
6681
6682         * src/wizard.c
6683                 Document :port in server entry tooltips
6684
6685 2006-12-11 [colin]      2.6.1cvs18
6686
6687         * src/main.c
6688                 Fix compile
6689
6690 2006-12-11 [colin]      2.6.1cvs17
6691
6692         * src/main.c
6693                 Add failing IMAP as a reason for no
6694                 mailbox
6695
6696 2006-12-11 [colin]      2.6.1cvs16
6697
6698         * src/prefs_account.c
6699                 Check for existence of inbox for local
6700                 accounts too
6701         * src/wizard.c
6702                 Allow setting the port to use for servers
6703                 by using the usual "server.example.com:port"
6704                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6705                 not start when IMAP server is unavailable'
6706
6707 2006-12-11 [colin]      2.6.1cvs15
6708
6709         * src/prefs_account.c
6710                 Prevent use of non-existing default inbox
6711
6712 2006-12-11 [colin]      2.6.1cvs14
6713
6714         * src/prefs_account.c
6715                 Fix sensitivity. Fixes bug 1076, 'privacy 
6716                 options are displayed even when pgp plugin 
6717                 not loaded / available'
6718
6719 2006-12-09 [colin]      2.6.1cvs13
6720
6721         * manual/advanced.xml
6722         * src/prefs_common.c
6723         * src/prefs_common.h
6724         * src/common/ssl_certificate.c
6725                 Add a new hidden preference, 'unsafe_ssl_certs',
6726                 which allows to store multiple certificates per
6727                 server/port. This is disabled by default because
6728                 it's less secure (presenting a new certificate
6729                 instead of a changed one raises less alarms).
6730                 This will cause Claws to ask about an unknown
6731                 certificate for people who have used 2.6.1cvs8
6732                 or greater.
6733
6734 2006-12-09 [colin]      2.6.1cvs12
6735
6736         * src/action.c
6737                 Fix cache updating after action
6738
6739 2006-12-07 [wwp]        2.6.1cvs11
6740
6741         * src/compose.c
6742                 fix email address comparison when replying to all
6743                 (avoid replying to ourselves), thanks to Colin.
6744
6745 2006-12-06 [paul]       2.6.1cvs10
6746
6747         * src/addrharvest.c
6748         * src/editldap.c
6749         * src/expldifdlg.c
6750         * src/news.c
6751         * src/toolbar.c
6752         * src/common/utils.c
6753                 ...and more renaming
6754                 Thanks to Colin
6755
6756 2006-12-06 [paul]       2.6.1cvs9
6757
6758         * src/compose.c
6759         * src/messageview.c
6760         * src/procheader.c
6761         * src/procmime.c
6762         * src/procmsg.c
6763         * src/textview.c
6764                 more renaming
6765                 Thanks to Colin
6766
6767 2006-12-06 [colin]      2.6.1cvs8
6768
6769         * src/ssl_manager.c
6770         * src/common/ssl_certificate.c
6771         * src/common/ssl_certificate.h
6772                 Handle multiple certificates per host/port
6773
6774 2006-12-06 [colin]      2.6.1cvs7
6775
6776         * src/etpan/imap-thread.c
6777                 Fix certificate checking on IMAP
6778
6779 2006-12-06 [colin]      2.6.1cvs6
6780
6781         * src/folderview.c
6782                 Fix bug 1072, 'Claws stops fetching newsgroups 
6783                 from server when newsgroup got deleted': continue
6784                 checking other groups
6785
6786 2006-12-05 [wwp]        2.6.1cvs5
6787
6788         * src/message_search.c
6789         * src/summary_search.c
6790         * src/gtk/combobox.c
6791         * src/gtk/combobox.h
6792         * src/gtk/gtkutils.c
6793         * src/gtk/gtkutils.h
6794                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6795                 behave like w/ old comboboxes (summary and message search only).
6796
6797 2006-12-05 [paul]       2.6.1cvs4
6798
6799         * src/wizard.c
6800                 encode headers
6801                 Thanks to Colin
6802
6803 2006-12-05 [paul]       2.6.1cvs3
6804
6805         * tools/README
6806         * tools/textviewer.pl
6807                 script updated and description added
6808
6809 2006-12-04 [colin]      2.6.1cvs2
6810
6811         * src/compose.c
6812                 Run pre-send hook only when checking
6813                 everything
6814
6815 2006-12-04 [paul]       2.6.1cvs1
6816
6817         * NEWS
6818         * README
6819         * RELEASE_NOTES
6820         * configure.ac
6821         * tools/README
6822                 bump up version number following stable release
6823
6824 2006-12-04 [paul]       2.6.0cvs83
6825
6826         * README
6827                 updates and corrections
6828
6829 2006-12-04 [colin]      2.6.0cvs82
6830
6831         * src/common/utils.c
6832                 Probably fix bug 1066, 'Incorrect mailbox 
6833                 size displayed'
6834
6835 2006-12-04 [colin]      2.6.0cvs81
6836
6837         * src/common/utils.c
6838                 Trim tabs from mailcap file too.
6839
6840 2006-12-02 [paul]       2.6.0cvs80
6841
6842         * src/exphtmldlg.c
6843                 fix broken GUI under certain languages
6844         * src/expldifdlg.c
6845                 put the Cancel button to the right
6846
6847 2006-12-01 [paul]       2.6.0cvs79
6848
6849         * tools/Makefile.am
6850                 remove reference to removed file
6851
6852 2006-12-01 [wwp]        2.6.0cvs78
6853
6854         * src/addressbook.c
6855         * src/editaddress.c
6856                 remove forgotten debug statements.
6857
6858 2006-12-01 [wwp]        2.6.0cvs77
6859
6860         * manual/advanced.xml
6861         * manual/fr/advanced.xml
6862         * src/addressbook.c
6863         * src/addressbook.h
6864         * src/addressitem.h
6865         * src/editaddress.c
6866         * src/editaddress.h
6867         * src/prefs_common.c
6868         * src/prefs_common.h
6869         * src/gtk/gtkutils.c
6870         * src/gtk/gtkutils.h
6871                 add a hidden option to allow embedding the editaddress (edit contact details)
6872                 dialog into the addressbook's window. This doesn't change the default
6873                 behaviour.
6874
6875 2006-12-01 [wwp]        2.6.0cvs76
6876
6877         * src/message_search.c
6878         * src/summary_search.c
6879                 fix more focus issues (don't set focus to combobox's entry widget when
6880                 entry's value changed, if entry widget has focus already).
6881
6882 2006-12-01 [wwp]        2.6.0cvs75
6883
6884         * src/gtk/quicksearch.c
6885                 revert last changes to the quicksearch gtk_combo_box, this needs more
6886                 tuning and testing.
6887
6888 2006-12-01 [paul]       2.6.0cvs74
6889
6890         * tools/kdeservicemenu/README
6891         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6892         * tools/kdeservicemenu/install.sh
6893         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6894         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6895                 simplify this stuff, and in so doing,
6896                 fix it. (possibly re-extend it again at
6897                 a later date)
6898
6899 2006-12-01 [wwp]        2.6.0cvs73
6900
6901         * src/gtk/quicksearch.c
6902                 adapt quicksearch code to use modern gtk_combo_box'es.
6903
6904 2006-12-01 [wwp]        2.6.0cvs72
6905
6906         * src/common/defs.h
6907         * src/prefs_common.c
6908         * src/prefs_common.h
6909         * src/message_search.c
6910         * src/summary_search.c
6911         * src/gtk/combobox.c
6912         * src/gtk/combobox.h
6913                 add history combos to all message and summary search fields.
6914
6915 2006-12-01 [wwp]        2.6.0cvs71
6916
6917         * src/summaryview.c
6918                 As the list may change while the mark as read delay
6919                 runs, we can't rely on the 'row' pointer, which can
6920                 be invalid when the timeout is called. As the mark
6921                 as read is only done if the message is still selected,
6922                 use summaryview->selected instead. Thanks to Colin.
6923
6924 2006-11-30 [paul]       2.6.0cvs70
6925
6926         * src/textview.c
6927                 give emphasis to "Sylpheed-Claws"
6928                 as well as "Claws Mail"
6929
6930 2006-11-30 [colin]      2.6.0cvs69
6931
6932         * src/wizard.c
6933                 Put the SSL checkboxes in the receiving
6934                 and sending server pages.
6935
6936 2006-11-29 [colin]      2.6.0cvs68
6937
6938         * src/gtk/gtkutils.c
6939         * src/gtk/gtkvscrollbutton.c
6940                 Revert some deprecated fixes - they seem to
6941                 deprecate stuff as soon as a new one gets out.
6942                 g_object_ref_sink needed glib-2.10.
6943
6944 2006-11-29 [colin]      2.6.0cvs67
6945
6946         * src/common/utils.c
6947                 Create .mailcap if it doesn't exist
6948
6949 2006-11-29 [colin]      2.6.0cvs66
6950
6951         * src/compose.c
6952                 Followup to cvs60: use original list
6953                 of recipients if replying to a mail
6954                 in Sent Drafts or Queue.
6955
6956 2006-11-27 [paul]       2.6.0cvs65
6957
6958         * src/image_viewer.c
6959                 revert the last change for now (it's broken)
6960
6961 2006-11-27 [paul]       2.6.0cvs64
6962
6963         * Makefile.am
6964         * configure.ac
6965         * m4/aclocal-include.m4
6966         * m4/check-type.m4
6967         * src/Makefile.am
6968         * src/addr_compl.c
6969         * src/compose.c
6970         * src/crash.c
6971         * src/export.c
6972         * src/exporthtml.c
6973         * src/exportldif.c
6974         * src/imap.c
6975         * src/import.c
6976         * src/main.c
6977         * src/main.h
6978         * src/matcher.c
6979         * src/mimeview.c
6980         * src/procmsg.c
6981         * src/textview.c
6982         * src/common/Makefile.am
6983         * src/common/claws.c
6984         * src/common/claws.h
6985         * src/common/ssl.c
6986         * src/common/sylpheed.c
6987         * src/common/sylpheed.h
6988         * src/etpan/Makefile.am
6989         * src/gtk/Makefile.am
6990         * src/gtk/claws-marshal.list
6991         * src/gtk/filesel.c
6992         * src/gtk/gtksctree.c
6993         * src/gtk/quicksearch.c
6994         * src/gtk/sylpheed-marshal.list
6995         * src/plugins/bogofilter/bogofilter.c
6996         * src/plugins/bogofilter/bogofilter_gtk.c
6997         * src/plugins/clamav/clamav_plugin.c
6998         * src/plugins/clamav/clamav_plugin_gtk.c
6999         * src/plugins/demo/demo.c
7000         * src/plugins/dillo_viewer/dillo_viewer.c
7001         * src/plugins/pgpcore/Makefile.am
7002         * src/plugins/pgpcore/claws.def
7003         * src/plugins/pgpcore/pgp_viewer.c
7004         * src/plugins/pgpcore/plugin.c
7005         * src/plugins/pgpcore/sylpheed.def
7006         * src/plugins/pgpinline/Makefile.am
7007         * src/plugins/pgpinline/claws.def
7008         * src/plugins/pgpinline/plugin.c
7009         * src/plugins/pgpinline/sylpheed.def
7010         * src/plugins/pgpmime/Makefile.am
7011         * src/plugins/pgpmime/claws.def
7012         * src/plugins/pgpmime/plugin.c
7013         * src/plugins/pgpmime/sylpheed.def
7014         * src/plugins/spamassassin/spamassassin.c
7015         * src/plugins/spamassassin/spamassassin_gtk.c
7016         * src/plugins/trayicon/trayicon.c
7017                 yet more renaming
7018                 remove deprecated gtk_tooltips_set_delay()
7019
7020 2006-11-26 [paul]       2.6.0cvs63
7021
7022         * src/expldifdlg.c
7023         * src/folderview.c
7024         * src/image_viewer.c
7025         * src/mainwindow.c
7026         * src/gtk/gtkutils.c
7027         * src/gtk/gtkvscrollbutton.c
7028         * src/gtk/prefswindow.c
7029         * src/plugins/pgpcore/prefs_gpg.c
7030                 replace more deprecated GTK+ functions
7031
7032 2006-11-26 [paul]       2.6.0cvs62
7033
7034         * src/addr_compl.c
7035         * src/addressbook.c
7036         * src/browseldap.c
7037                 replace deprecated gtk_idle_... functions
7038
7039 2006-11-26 [paul]       2.6.0cvs61
7040
7041         * src/compose.c
7042         * src/folderview.c
7043         * src/inc.c
7044         * src/summaryview.c
7045         * src/gtk/gtkvscrollbutton.c
7046         * src/gtk/quicksearch.c
7047         * src/plugins/pgpcore/passphrase.c
7048                 replace deprecated gtk_timeout_add and
7049                 gtk_timeout_remove
7050
7051 2006-11-26 [paul]       2.6.0cvs60
7052
7053         * src/compose.c
7054                 fix bug that caused the wrong recipient
7055                 to be selected when replying to a msg
7056                 which is From one of our accounts to
7057                 another of our accounts
7058
7059 2006-11-25 [paul]       2.6.0cvs59
7060
7061         * src/summaryview.c
7062                 don't change the From column title to
7063                 To if the To column is visible
7064
7065 2006-11-24 [paul]       2.6.0cvs58
7066
7067         * src/compose.c
7068                 fix bug 1069, 'Sent mails disappear, BCC
7069                 or locking problem?'
7070
7071 2006-11-21 [wwp]        2.6.0cvs57
7072
7073         * src/compose.c
7074                 fix spelling menu when replying (same as 2.3.1cvs39):
7075                 discrepancy between context menu and top menu when
7076                 folder's dictionary isn't the default one.
7077
7078 2006-11-19 [paul]       2.6.0cvs56
7079
7080         * src/summaryview.c
7081                 obey always_show_msg option when
7082                 marking as spam
7083         * src/plugins/bogofilter/bogofilter.c
7084                 fix typo
7085
7086 2006-11-18 [paul]       2.6.0cvs55
7087
7088         * AUTHORS
7089         * README
7090         * debian/copyright
7091         * manual/ack.xml
7092         * manual/es/ack.xml
7093         * manual/fr/ack.xml
7094         * manual/pl/ack.xml
7095         * src/gtk/authors.h
7096         * src/gtk/icon_legend.c
7097         * src/gtk/icon_legend.h
7098         * tools/OOo2claws-mail.pl
7099         * tools/README
7100         * tools/acroread2claws-mail.pl
7101         * tools/claws.i18n.status.pl
7102         * tools/filter_conv.pl
7103         * tools/filter_conv_new.pl
7104         * tools/freshmeat_search.pl
7105         * tools/google_search.pl
7106         * tools/kmail2claws-mail.pl
7107         * tools/kmail2claws-mail_v2.pl
7108         * tools/maildir2claws-mail.pl
7109         * tools/make.themes.project
7110         * tools/multiwebsearch.pl
7111         * tools/outlook2claws-mail.pl
7112         * tools/tb2claws-mail
7113         * tools/kdeservicemenu/README
7114         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7115                 update mine and wwp's email addresses in
7116                 several places
7117                 Patch by wwp
7118         * src/prefs_compose_writing.c
7119                 set sensitivity on 'new message format' frame
7120
7121 2006-11-17 [paul]       2.6.0cvs54
7122
7123         * src/gtk/about.c
7124                 more reworking of the GUI
7125                 Patch by Fabien Vantard
7126
7127 2006-11-16 [paul]       2.6.0cvs53
7128
7129         * src/gtk/about.c
7130                 set a minimum size for the window, allow
7131                 it to automatically expand as necessary
7132
7133 2006-11-16 [wwp]        2.6.0cvs52
7134
7135         * src/gtk/about.c
7136                 better wrap of copyright info on some systems.
7137
7138 2006-11-16 [paul]       2.6.0cvs51
7139
7140         * src/gtk/about.c
7141                 move the tech info from the upper panel
7142                 to the Info tab
7143                 use a gtk_text_view for the features tab
7144
7145 2006-11-16 [paul]       2.6.0cvs50
7146
7147         * po/Makevars
7148                 update my email address
7149         * src/addressbook.c
7150         * src/compose.c
7151         * src/imap_gtk.c
7152         * src/mh_gtk.c
7153         * src/news_gtk.c
7154         * src/summaryview.c
7155         * src/plugins/trayicon/trayicon.c
7156                 don't offer simple menu separators
7157                 for translation
7158         * src/folderview.c
7159                 add separator between 'mark all read'
7160                 and 'search folder'
7161
7162 2006-11-15 [wwp]        2.6.0cvs49
7163
7164         * src/gtk/authors.h
7165                 updated manuals authors.
7166
7167 2006-11-14 [paul]       2.6.0cvs48
7168
7169         * src/compose.c
7170                 Fix Options/Reply mode after draft save
7171
7172 2006-11-14 [paul]       2.6.0cvs47
7173
7174         * src/Makefile.am
7175                 Fix make DESTDIR=...
7176         * src/mbox.c
7177                 Optimise speed
7178         * src/plugins/pgpinline/pgpinline.c
7179                 Probably fix bug 1061
7180
7181 2006-11-14 [paul]       2.6.0cvs46
7182
7183         * po/Makevars
7184                 enable Q_ macro
7185         * src/Makefile.am
7186         * src/stock_pixmap.c
7187         * src/stock_pixmap.h
7188         * src/gtk/about.c
7189         * src/pixmaps/active.xpm
7190         * src/pixmaps/inactive.xpm
7191                 add a new page, 'Features', to the About dialog
7192                 showing which features are compiled in and which
7193                 are not
7194
7195 2006-11-14 [paul]       2.6.0cvs45
7196
7197         * po/ru.po
7198                 updated by Pavlo Bohmat
7199
7200 2006-11-14 [colin]      2.6.0cvs44
7201
7202         * src/compose.c
7203         * src/inc.c
7204         * src/messageview.c
7205         * src/news.c
7206         * src/pop.c
7207         * src/procmsg.c
7208         * src/gtk/gtkaspell.c
7209                 Fix 64-bit-related warnings
7210         * src/ssl_manager.c
7211                 Fix possible infinite loop
7212         * src/plugins/pgpcore/sgpgme.c
7213                 Remove useless check
7214
7215 2006-11-13 [colin]      2.6.0cvs43
7216
7217         * src/gtk/Makefile.am
7218                 authors.h isn't generated
7219
7220 2006-11-13 [colin]      2.6.0cvs42
7221
7222         * src/plugins/pgpinline/pgpinline.c
7223         * src/plugins/pgpmime/pgpmime.c
7224                 Very probably fix bug 1061, 'crash on 
7225                 opening signed email'. Another cast
7226                 problem
7227
7228 2006-11-13 [colin]      2.6.0cvs41
7229
7230         * src/plugins/pgpcore/sgpgme.c
7231                 Maybe fix bug 1061, 'crash on opening 
7232                 signed email'
7233
7234 2006-11-13 [wwp]        2.6.0cvs40
7235
7236         * src/plugins/pgpinline/pgpinline.c
7237                 fix candidate for bug #1057, thanks to Colin.
7238
7239 2006-11-13 [wwp]        2.6.0cvs39
7240
7241         * src/compose.c
7242         * src/quote_fmt_parse.y
7243                 fix bug 1052: current parser buffer was not always 
7244                 allocated, ptr to this buffer could be returned as 
7245                 NULL whereas no parser error has occurred. in 
7246                 consequence, defining a template body as "%d" 
7247                 (w/o the quotes) for the first time of the instance 
7248                 of claws-mail, was reporting a parser error. make 
7249                 sure that the buffer is always allocated, even to 
7250                 an empty string.
7251                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7252                 unescaping of the fmt string was always done 
7253                 whereas it must be done *only* when receiving 
7254                 quote format strings issued from the prefs 
7255                 (compose new message, reply, forward, redirect 
7256                 formats), *not* when applying templates.  in 
7257                 consequences, applying templates w/ sequences 
7258                 like \\|p{echo} were failing. make sure that 
7259                 unescaping is done only when necessary.
7260
7261 2006-11-12 [colin]      2.6.0cvs38
7262
7263         * po/de.po
7264                 Fix typo (s/KB/MB)
7265
7266 2006-11-12 [colin]      2.6.0cvs37
7267
7268         * src/plugins/pgpinline/pgpinline.c
7269         * src/plugins/pgpmime/pgpmime.c
7270                 Release GPG context at the latest 
7271                 possible moment. Maybe fixes 
7272                 bug 1057, 'crash on sending signed 
7273                 message to a newsgroup'
7274                 
7275
7276 2006-11-12 [colin]      2.6.0cvs36
7277
7278         * src/plugins/pgpcore/sgpgme.c
7279                 Tell a bit more when gpg's status doesn't
7280                 contain any signature
7281
7282 2006-11-12 [colin]      2.6.0cvs35
7283
7284         * src/compose.c
7285                 Fix bug 1060, 'compilation error with 
7286                 Irix's cc'
7287
7288 2006-11-12 [paul]       2.6.0cvs34
7289
7290         * doc/man/claws-mail.1
7291         * src/prefs_gtk.c
7292         * src/plugins/clamav/README
7293         * src/plugins/spamassassin/README
7294         * tools/README
7295         * tools/freshmeat_search.pl
7296         * tools/google_search.pl
7297         * tools/multiwebsearch.pl
7298                 more renaming
7299         * src/plugins/trayicon/trayicon.c
7300                 fix compiliation warning
7301
7302 2006-11-11 [colin]      2.6.0cvs33
7303
7304         * src/folderview.c
7305                 Forbid drag and drop from/to different
7306                 folders of type F_UNKNOWN
7307
7308 2006-11-11 [colin]      2.6.0cvs32
7309
7310         * src/plugins/pgpinline/pgpinline.c
7311                 Fix typo in previous commit:
7312                 - gpgme_new(&ctx);
7313                 + if ((err = gpgme_new(&data->ctx)) ...)
7314
7315 2006-11-11 [colin]      2.6.0cvs31
7316
7317         * src/plugins/pgpinline/pgpinline.c
7318         * src/plugins/pgpmime/pgpmime.c
7319                 Check success after calling gpgme_new
7320                 Maybe fixes bug 1057, 'crash on sending 
7321                 signed message to a newsgroup'
7322
7323 2006-11-11 [colin]      2.6.0cvs30
7324
7325         * src/undo.c
7326                 init undostruct to 0s (from
7327                 valgrind log of bug 1057)
7328
7329 2006-11-10 [colin]      2.6.0cvs29
7330
7331         * src/mainwindow.c
7332                 Set cursor to wait before filtering
7333                 duplicates in all folders
7334         * src/plugins/bogofilter/bogofilter.c
7335         * src/plugins/bogofilter/bogofilter.h
7336         * src/plugins/bogofilter/bogofilter_gtk.c
7337                 Completely thread away the bogofilter
7338                 filtering
7339
7340 2006-11-10 [mones]      2.6.0cvs28
7341
7342         * src/compose.c
7343         * src/compose.h
7344                 added COMPOSE_CHECK_BEFORE_SEND hook
7345
7346 2006-11-10 [paul]       2.6.0cvs27
7347
7348         * src/crash.c
7349                 more renaming
7350                 add libSM to get_compiled_in_features()
7351         * src/main.c
7352                 more renaming
7353
7354 2006-11-10 [colin]      2.6.0cvs26
7355
7356         * src/etpan/imap-thread.c
7357                 Add a reference to libetpan's sasl engine
7358                 so that sasl_done() doesn't get called by
7359                 libetpan, and doesn't break openssl.
7360                 Should fix bug 1053, 'SC fails to reestablish 
7361                 a secure connection'
7362                 Patch by Hoa
7363
7364 2006-11-10 [colin]      2.6.0cvs25
7365
7366         * manual/addrbook.xml
7367         * manual/advanced.xml
7368         * manual/faq.xml
7369         * manual/intro.xml
7370                 Some more renaming
7371
7372 2006-11-09 [colin]      2.6.0cvs24
7373
7374         * src/plugins/bogofilter/bogofilter_gtk.c
7375                 Add comment about annoyance
7376
7377 2006-11-09 [colin]      2.6.0cvs23
7378
7379         * src/plugins/bogofilter/bogofilter.c
7380         * src/plugins/bogofilter/bogofilter_gtk.c
7381                 Prepare things needed to thread bogofilter
7382                 filtering: separate bogo stuff and possible GUI
7383                 stuff. 
7384
7385 2006-11-09 [colin]      2.6.0cvs22
7386
7387         * src/account.c
7388         * src/compose.c
7389                 Search for one of our accounts in Delivered-To
7390                 (helps for auto-account selection when 
7391                  replying/forwarding)
7392         * src/folderview.c
7393         * src/mainwindow.c
7394         * src/mainwindow.h
7395         * src/plugins/trayicon/trayicon.c
7396                 Allow opening a new mail with any account from
7397                 the contextual menu
7398
7399 2006-11-09 [wwp]        2.6.0cvs21
7400
7401         * src/compose.c
7402         * src/prefs_common.c
7403         * src/prefs_common.h
7404         * src/prefs_compose_writing.c
7405                 add a compose new message format (in prefs/compose/writing), it's a
7406                 simple subject+body template to use when opening a new composition
7407                 window. It's similar to the existent reply and forward formats.
7408
7409                 enhanced the template/format % symbols substitution mechanism to
7410                 use current composition window information when % are used in
7411                 the compose new message format or in templates applied to new
7412                 messages (there were useless in that situations before). When
7413                 applied to new messages, %d corresponds to the system time/date.
7414
7415 2006-11-09 [paul]       2.6.0cvs20
7416
7417         * src/gtk/authors.h
7418                 fix last commit
7419
7420 2006-11-09 [paul]       2.6.0cvs19
7421
7422         * src/gtk/authors.h
7423                 keep tje alphabetical order
7424
7425 2006-11-08 [colin]      2.6.0cvs18
7426
7427         * src/etpan/imap-thread.c
7428                 Fix bug 1054, 'Slowness logging big 
7429                 data chunks'
7430
7431 2006-11-08 [paul]       2.6.0cvs17
7432
7433         * tools/Makefile.am
7434                 fix the renaming
7435
7436 2006-11-08 [paul]       2.6.0cvs16
7437
7438         * src/common/defs.h
7439                 update BUGZILLA_URI
7440
7441 2006-11-08 [paul]       2.6.0cvs15
7442
7443         * tools/Makefile.am
7444         * tools/OOo2claws-mail.pl
7445         * tools/OOo2sylpheed.pl
7446         * tools/README
7447         * tools/acroread2claws-mail.pl
7448         * tools/acroread2sylpheed.pl
7449         * tools/kmail2claws-mail.pl
7450         * tools/kmail2claws-mail_v2.pl
7451         * tools/kmail2sylpheed.pl
7452         * tools/kmail2sylpheed_v2.pl
7453         * tools/maildir2claws-mail.pl
7454         * tools/maildir2sylpheed.pl
7455         * tools/nautilus2claws-mail.sh
7456         * tools/nautilus2sylpheed.sh
7457         * tools/outlook2claws-mail.pl
7458         * tools/outlook2sylpheed.pl
7459         * tools/tb2claws-mail
7460         * tools/tb2sylpheed
7461         * tools/tbird2claws.py
7462         * tools/tbird2syl.py
7463         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7464         * tools/kdeservicemenu/install.sh
7465         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7466         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7467         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7468         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7469         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7470                 renamed (removed, added) tools files
7471
7472 2006-11-08 [paul]       2.6.0cvs14
7473
7474         * src/main.c
7475         * src/common/defs.h
7476                 Migrate sylpheedrc to clawsrc, and fix the standard
7477                 plugins path in the process
7478
7479 2006-11-07 [colin]      2.6.0cvs13
7480
7481         * src/Makefile.am
7482                 Symlink sylpheed-claws relative to 
7483                 claws-mail
7484
7485 2006-11-07 [colin]      2.6.0cvs12
7486
7487         * src/compose.c
7488                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7489
7490 2006-11-07 [paul]       2.6.0cvs11
7491
7492         * src/gtk/about.c
7493                 Fix a missed occurence of
7494                 Sylpheed-Claws
7495
7496 2006-11-07 [paul]       2.6.0cvs10
7497
7498         * src/Makefile.am
7499                 Fix symlink installation
7500
7501 2006-11-07 [paul]       2.6.0cvs9
7502
7503         * src/Makefile.am
7504                 Symlink claws-mail to sylpheed-claws
7505         * src/common/utils.c
7506                 Fix migrating symlinks
7507         * src/etpan/imap-thread.c
7508                 check certificate only when there's
7509                 no error
7510
7511 2006-11-07 [paul]       2.6.0cvs8
7512
7513         * Makefile.am
7514                 Fix icon breakages with Gtk, which needs a 
7515                 cache updated to see them.
7516
7517 2006-11-07 [paul]       2.6.0cvs7
7518
7519         * .cvsignore
7520         * AUTHORS
7521         * COPYING
7522         * INSTALL
7523         * Makefile.am
7524         * NEWS
7525         * README
7526         * RELEASE_NOTES
7527         * autogen.sh
7528         * claws-mail-128x128.png
7529         * claws-mail-64x64.png
7530         * claws-mail.ico
7531         * claws-mail.pc.in
7532         * claws-mail.png
7533         * configure.ac
7534         * sylpheed-claws-128x128.png
7535         * sylpheed-claws-64x64.png
7536         * sylpheed-claws.desktop
7537         * sylpheed-claws.ico
7538         * sylpheed-claws.pc.in
7539         * sylpheed-claws.png
7540         * debian/README.Debian
7541         * debian/changelog
7542         * debian/claws-mail.desktop
7543         * debian/claws-mail.menu
7544         * debian/claws-mail.postinst.debhelper
7545         * debian/claws-mail.postrm.debhelper
7546         * debian/control
7547         * debian/copyright
7548         * debian/files
7549         * debian/rules
7550         * debian/sylpheed-claws.desktop
7551         * debian/sylpheed-claws.menu
7552         * debian/sylpheed-claws.postinst.debhelper
7553         * debian/sylpheed-claws.postrm.debhelper
7554         * doc/man/Makefile.am
7555         * doc/man/claws-mail.1
7556         * doc/man/sylpheed-claws.1
7557         * doc/src/ChangeLog.claws-pre0.8.0
7558         * manual/Makefile.am
7559         * manual/account.xml
7560         * manual/ack.xml
7561         * manual/addrbook.xml
7562         * manual/advanced.xml
7563         * manual/claws-mail-manual.xml
7564         * manual/faq.xml
7565         * manual/glossary.xml
7566         * manual/handling.xml
7567         * manual/intro.xml
7568         * manual/keyboard.xml
7569         * manual/plugins.xml
7570         * manual/starting.xml
7571         * manual/sylpheed-claws-manual.xml
7572         * manual/xml2pdf
7573         * manual/dist/.cvsignore
7574         * manual/dist/html/.cvsignore
7575         * manual/dist/html/Makefile.am
7576         * manual/dist/pdf/.cvsignore
7577         * manual/dist/pdf/Makefile.am
7578         * manual/dist/ps/.cvsignore
7579         * manual/dist/ps/Makefile.am
7580         * manual/dist/txt/.cvsignore
7581         * manual/dist/txt/Makefile.am
7582         * manual/es/Makefile.am
7583         * manual/es/advanced.xml
7584         * manual/es/claws-mail-manual.xml
7585         * manual/es/faq.xml
7586         * manual/es/glossary.xml
7587         * manual/es/handling.xml
7588         * manual/es/intro.xml
7589         * manual/es/plugins.xml
7590         * manual/es/sylpheed-claws-manual.xml
7591         * manual/es/dist/.cvsignore
7592         * manual/es/dist/html/.cvsignore
7593         * manual/es/dist/html/Makefile.am
7594         * manual/es/dist/pdf/.cvsignore
7595         * manual/es/dist/pdf/Makefile.am
7596         * manual/es/dist/ps/.cvsignore
7597         * manual/es/dist/ps/Makefile.am
7598         * manual/es/dist/txt/.cvsignore
7599         * manual/es/dist/txt/Makefile.am
7600         * manual/fr/Makefile.am
7601         * manual/fr/account.xml
7602         * manual/fr/ack.xml
7603         * manual/fr/addrbook.xml
7604         * manual/fr/advanced.xml
7605         * manual/fr/claws-mail-manual.xml
7606         * manual/fr/faq.xml
7607         * manual/fr/glossary.xml
7608         * manual/fr/handling.xml
7609         * manual/fr/intro.xml
7610         * manual/fr/keyboard.xml
7611         * manual/fr/plugins.xml
7612         * manual/fr/starting.xml
7613         * manual/fr/sylpheed-claws-manual.xml
7614         * manual/fr/dist/.cvsignore
7615         * manual/fr/dist/html/.cvsignore
7616         * manual/fr/dist/html/Makefile.am
7617         * manual/fr/dist/pdf/.cvsignore
7618         * manual/fr/dist/pdf/Makefile.am
7619         * manual/fr/dist/ps/.cvsignore
7620         * manual/fr/dist/ps/Makefile.am
7621         * manual/fr/dist/txt/.cvsignore
7622         * manual/fr/dist/txt/Makefile.am
7623         * manual/pl/Makefile.am
7624         * manual/pl/account.xml
7625         * manual/pl/ack.xml
7626         * manual/pl/addrbook.xml
7627         * manual/pl/advanced.xml
7628         * manual/pl/claws-mail-manual.xml
7629         * manual/pl/faq.xml
7630         * manual/pl/glossary.xml
7631         * manual/pl/handling.xml
7632         * manual/pl/intro.xml
7633         * manual/pl/keyboard.xml
7634         * manual/pl/plugins.xml
7635         * manual/pl/starting.xml
7636         * manual/pl/sylpheed-claws-manual.xml
7637         * manual/pl/dist/.cvsignore
7638         * manual/pl/dist/html/.cvsignore
7639         * manual/pl/dist/html/Makefile.am
7640         * manual/pl/dist/pdf/.cvsignore
7641         * manual/pl/dist/pdf/Makefile.am
7642         * manual/pl/dist/ps/.cvsignore
7643         * manual/pl/dist/ps/Makefile.am
7644         * manual/pl/dist/txt/.cvsignore
7645         * manual/pl/dist/txt/Makefile.am
7646         * po/.cvsignore
7647         * po/Makevars
7648         * src/.cvsignore
7649         * src/Makefile.am
7650         * src/account.c
7651         * src/account.h
7652         * src/action.c
7653         * src/action.h
7654         * src/adbookbase.h
7655         * src/addr_compl.c
7656         * src/addr_compl.h
7657         * src/addrbook.c
7658         * src/addrcache.c
7659         * src/addrcache.h
7660         * src/addrcindex.c
7661         * src/addrcindex.h
7662         * src/addrclip.c
7663         * src/addrclip.h
7664         * src/addrdefs.h
7665         * src/addressadd.c
7666         * src/addressadd.h
7667         * src/addressbook.c
7668         * src/addressbook.h
7669         * src/addressbook_foldersel.c
7670         * src/addressbook_foldersel.h
7671         * src/addrgather.c
7672         * src/addrgather.h
7673         * src/addrharvest.c
7674         * src/addrharvest.h
7675         * src/addrindex.c
7676         * src/addrindex.h
7677         * src/addritem.c
7678         * src/addritem.h
7679         * src/addrquery.c
7680         * src/addrquery.h
7681         * src/addrselect.c
7682         * src/addrselect.h
7683         * src/alertpanel.c
7684         * src/alertpanel.h
7685         * src/browseldap.c
7686         * src/browseldap.h
7687         * src/codeconv.c
7688         * src/codeconv.h
7689         * src/compose.c
7690         * src/crash.c
7691         * src/crash.h
7692         * src/customheader.c
7693         * src/customheader.h
7694         * src/displayheader.c
7695         * src/displayheader.h
7696         * src/editaddress.c
7697         * src/editaddress.h
7698         * src/editbook.c
7699         * src/editbook.h
7700         * src/editgroup.c
7701         * src/editgroup.h
7702         * src/editjpilot.c
7703         * src/editjpilot.h
7704         * src/editldap.c
7705         * src/editldap.h
7706         * src/editldap_basedn.c
7707         * src/editldap_basedn.h
7708         * src/editvcard.c
7709         * src/editvcard.h
7710         * src/exphtmldlg.c
7711         * src/exphtmldlg.h
7712         * src/expldifdlg.c
7713         * src/expldifdlg.h
7714         * src/export.c
7715         * src/exporthtml.c
7716         * src/exporthtml.h
7717         * src/exportldif.c
7718         * src/exportldif.h
7719         * src/filtering.c
7720         * src/filtering.h
7721         * src/folder.c
7722         * src/folder.h
7723         * src/folder_item_prefs.c
7724         * src/folder_item_prefs.h
7725         * src/foldersel.c
7726         * src/foldersel.h
7727         * src/folderutils.c
7728         * src/folderutils.h
7729         * src/folderview.c
7730         * src/folderview.h
7731         * src/grouplistdialog.c
7732         * src/grouplistdialog.h
7733         * src/html.c
7734         * src/html.h
7735         * src/image_viewer.c
7736         * src/image_viewer.h
7737         * src/imap.c
7738         * src/imap.h
7739         * src/imap_gtk.c
7740         * src/imap_gtk.h
7741         * src/import.c
7742         * src/import.h
7743         * src/importldif.c
7744         * src/importldif.h
7745         * src/importmutt.c
7746         * src/importmutt.h
7747         * src/importpine.c
7748         * src/importpine.h
7749         * src/inc.c
7750         * src/inc.h
7751         * src/jpilot.c
7752         * src/jpilot.h
7753         * src/ldapctrl.c
7754         * src/ldapctrl.h
7755         * src/ldaplocate.c
7756         * src/ldaplocate.h
7757         * src/ldapquery.c
7758         * src/ldapquery.h
7759         * src/ldapserver.c
7760         * src/ldapserver.h
7761         * src/ldaputil.c
7762         * src/ldaputil.h
7763         * src/ldif.c
7764         * src/ldif.h
7765         * src/localfolder.c
7766         * src/localfolder.h
7767         * src/main.c
7768         * src/main.h
7769         * src/mainwindow.c
7770         * src/mainwindow.h
7771         * src/manual.c
7772         * src/manual.h
7773         * src/matcher.c
7774         * src/matcher.h
7775         * src/matcher_parser.h
7776         * src/matcher_parser_lex.l
7777         * src/matcher_parser_parse.y
7778         * src/mbox.c
7779         * src/mbox.h
7780         * src/message_search.c
7781         * src/message_search.h
7782         * src/messageview.c
7783         * src/messageview.h
7784         * src/mh.c
7785         * src/mh.h
7786         * src/mh_gtk.c
7787         * src/mh_gtk.h
7788         * src/mimeview.c
7789         * src/mimeview.h
7790         * src/msgcache.c
7791         * src/msgcache.h
7792         * src/mutt.c
7793         * src/mutt.h
7794         * src/news.c
7795         * src/news.h
7796         * src/news_gtk.c
7797         * src/news_gtk.h
7798         * src/noticeview.c
7799         * src/noticeview.h
7800         * src/partial_download.c
7801         * src/partial_download.h
7802         * src/pine.c
7803         * src/pine.h
7804         * src/pop.c
7805         * src/pop.h
7806         * src/prefs_account.c
7807         * src/prefs_account.h
7808         * src/prefs_actions.c
7809         * src/prefs_actions.h
7810         * src/prefs_common.c
7811         * src/prefs_common.h
7812         * src/prefs_compose_writing.c
7813         * src/prefs_compose_writing.h
7814         * src/prefs_customheader.c
7815         * src/prefs_customheader.h
7816         * src/prefs_display_header.c
7817         * src/prefs_display_header.h
7818         * src/prefs_ext_prog.c
7819         * src/prefs_ext_prog.h
7820         * src/prefs_filtering.c
7821         * src/prefs_folder_column.c
7822         * src/prefs_folder_column.h
7823         * src/prefs_folder_item.c
7824         * src/prefs_folder_item.h
7825         * src/prefs_fonts.c
7826         * src/prefs_fonts.h
7827         * src/prefs_gtk.c
7828         * src/prefs_gtk.h
7829         * src/prefs_image_viewer.c
7830         * src/prefs_image_viewer.h
7831         * src/prefs_matcher.c
7832         * src/prefs_matcher.h
7833         * src/prefs_message.c
7834         * src/prefs_message.h
7835         * src/prefs_msg_colors.c
7836         * src/prefs_msg_colors.h
7837         * src/prefs_other.c
7838         * src/prefs_other.h
7839         * src/prefs_quote.c
7840         * src/prefs_quote.h
7841         * src/prefs_receive.c
7842         * src/prefs_receive.h
7843         * src/prefs_send.c
7844         * src/prefs_send.h
7845         * src/prefs_spelling.c
7846         * src/prefs_spelling.h
7847         * src/prefs_summaries.c
7848         * src/prefs_summaries.h
7849         * src/prefs_summary_column.c
7850         * src/prefs_summary_column.h
7851         * src/prefs_template.c
7852         * src/prefs_template.h
7853         * src/prefs_themes.c
7854         * src/prefs_themes.h
7855         * src/prefs_toolbar.c
7856         * src/prefs_toolbar.h
7857         * src/prefs_wrapping.c
7858         * src/prefs_wrapping.h
7859         * src/privacy.c
7860         * src/privacy.h
7861         * src/procheader.c
7862         * src/procheader.h
7863         * src/procmime.c
7864         * src/procmime.h
7865         * src/procmsg.c
7866         * src/procmsg.h
7867         * src/quote_fmt.c
7868         * src/quote_fmt_parse.y
7869         * src/recv.c
7870         * src/recv.h
7871         * src/remotefolder.c
7872         * src/remotefolder.h
7873         * src/send_message.c
7874         * src/send_message.h
7875         * src/setup.c
7876         * src/setup.h
7877         * src/sourcewindow.c
7878         * src/sourcewindow.h
7879         * src/ssl_manager.c
7880         * src/ssl_manager.h
7881         * src/statusbar.c
7882         * src/statusbar.h
7883         * src/stock_pixmap.c
7884         * src/stock_pixmap.h
7885         * src/summary_search.c
7886         * src/summary_search.h
7887         * src/summaryview.c
7888         * src/summaryview.h
7889         * src/syldap.c
7890         * src/syldap.h
7891         * src/textview.c
7892         * src/textview.h
7893         * src/toolbar.c
7894         * src/toolbar.h
7895         * src/undo.c
7896         * src/undo.h
7897         * src/unmime.c
7898         * src/unmime.h
7899         * src/vcard.c
7900         * src/vcard.h
7901         * src/wizard.c
7902         * src/wizard.h
7903         * src/common/base64.c
7904         * src/common/base64.h
7905         * src/common/defs.h
7906         * src/common/hooks.c
7907         * src/common/hooks.h
7908         * src/common/log.c
7909         * src/common/log.h
7910         * src/common/mgutils.c
7911         * src/common/mgutils.h
7912         * src/common/nntp.c
7913         * src/common/nntp.h
7914         * src/common/passcrypt.c
7915         * src/common/passcrypt.h.in
7916         * src/common/plugin.c
7917         * src/common/plugin.h
7918         * src/common/prefs.c
7919         * src/common/prefs.h
7920         * src/common/progressindicator.c
7921         * src/common/progressindicator.h
7922         * src/common/quoted-printable.c
7923         * src/common/quoted-printable.h
7924         * src/common/session.c
7925         * src/common/session.h
7926         * src/common/smtp.c
7927         * src/common/smtp.h
7928         * src/common/socket.c
7929         * src/common/socket.h
7930         * src/common/ssl.c
7931         * src/common/ssl.h
7932         * src/common/stringtable.c
7933         * src/common/stringtable.h
7934         * src/common/sylpheed.c
7935         * src/common/sylpheed.h
7936         * src/common/template.c
7937         * src/common/template.h
7938         * src/common/timing.h
7939         * src/common/utils.c
7940         * src/common/utils.h
7941         * src/common/version.h.in
7942         * src/common/xml.c
7943         * src/common/xml.h
7944         * src/common/xmlprops.c
7945         * src/common/xmlprops.h
7946         * src/gtk/about.c
7947         * src/gtk/colorlabel.c
7948         * src/gtk/colorlabel.h
7949         * src/gtk/colorsel.c
7950         * src/gtk/colorsel.h
7951         * src/gtk/combobox.c
7952         * src/gtk/combobox.h
7953         * src/gtk/description_window.c
7954         * src/gtk/description_window.h
7955         * src/gtk/filesel.c
7956         * src/gtk/filesel.h
7957         * src/gtk/foldersort.c
7958         * src/gtk/foldersort.h
7959         * src/gtk/gtkaspell.c
7960         * src/gtk/gtkaspell.h
7961         * src/gtk/gtksctree.c
7962         * src/gtk/gtkshruler.c
7963         * src/gtk/gtkshruler.h
7964         * src/gtk/gtkutils.c
7965         * src/gtk/gtkutils.h
7966         * src/gtk/icon_legend.c
7967         * src/gtk/icon_legend.h
7968         * src/gtk/logwindow.c
7969         * src/gtk/logwindow.h
7970         * src/gtk/manage_window.c
7971         * src/gtk/manage_window.h
7972         * src/gtk/pluginwindow.c
7973         * src/gtk/pluginwindow.h
7974         * src/gtk/prefswindow.c
7975         * src/gtk/prefswindow.h
7976         * src/gtk/quicksearch.c
7977         * src/gtk/quicksearch.h
7978         * src/pixmaps/claws-mail.xpm
7979         * src/pixmaps/claws-mail_icon.xpm
7980         * src/pixmaps/claws-mail_logo.xpm
7981         * src/pixmaps/sylpheed-claws.xpm
7982         * src/pixmaps/sylpheed-claws_icon.xpm
7983         * src/pixmaps/sylpheed-claws_logo.xpm
7984         * src/plugins/bogofilter/Makefile.am
7985         * src/plugins/bogofilter/bogofilter.c
7986         * src/plugins/bogofilter/bogofilter.h
7987         * src/plugins/bogofilter/bogofilter_gtk.c
7988         * src/plugins/clamav/Makefile.am
7989         * src/plugins/clamav/clamav_plugin.c
7990         * src/plugins/clamav/clamav_plugin.h
7991         * src/plugins/clamav/clamav_plugin_gtk.c
7992         * src/plugins/demo/Makefile.am
7993         * src/plugins/demo/demo.c
7994         * src/plugins/dillo_viewer/Makefile.am
7995         * src/plugins/dillo_viewer/README
7996         * src/plugins/dillo_viewer/dillo_prefs.c
7997         * src/plugins/dillo_viewer/dillo_prefs.h
7998         * src/plugins/dillo_viewer/dillo_viewer.c
7999         * src/plugins/pgpcore/Makefile.am
8000         * src/plugins/pgpcore/passphrase.c
8001         * src/plugins/pgpcore/passphrase.h
8002         * src/plugins/pgpcore/pgp_viewer.c
8003         * src/plugins/pgpcore/pgp_viewer.h
8004         * src/plugins/pgpcore/plugin.c
8005         * src/plugins/pgpcore/prefs_gpg.c
8006         * src/plugins/pgpcore/prefs_gpg.h
8007         * src/plugins/pgpcore/select-keys.c
8008         * src/plugins/pgpcore/select-keys.h
8009         * src/plugins/pgpcore/sgpgme.c
8010         * src/plugins/pgpcore/sgpgme.h
8011         * src/plugins/pgpcore/sylpheed.def
8012         * src/plugins/pgpcore/version.rc
8013         * src/plugins/pgpinline/Makefile.am
8014         * src/plugins/pgpinline/pgpinline.c
8015         * src/plugins/pgpinline/pgpinline.h
8016         * src/plugins/pgpinline/plugin.c
8017         * src/plugins/pgpinline/sylpheed.def
8018         * src/plugins/pgpinline/version.rc
8019         * src/plugins/pgpmime/Makefile.am
8020         * src/plugins/pgpmime/pgpmime.c
8021         * src/plugins/pgpmime/pgpmime.h
8022         * src/plugins/pgpmime/plugin.c
8023         * src/plugins/pgpmime/sylpheed.def
8024         * src/plugins/pgpmime/version.rc
8025         * src/plugins/spamassassin/Makefile.am
8026         * src/plugins/spamassassin/README
8027         * src/plugins/spamassassin/spamassassin.c
8028         * src/plugins/spamassassin/spamassassin.h
8029         * src/plugins/spamassassin/spamassassin_gtk.c
8030         * src/plugins/trayicon/Makefile.am
8031         * src/plugins/trayicon/trayicon.c
8032         * tools/OOo2sylpheed.pl
8033         * tools/README
8034         * tools/README.sylprint
8035         * tools/acroread2sylpheed.pl
8036         * tools/claws.i18n.status.pl
8037         * tools/filter_conv.pl
8038         * tools/filter_conv_new.pl
8039         * tools/freshmeat_search.pl
8040         * tools/google_search.pl
8041         * tools/kmail2sylpheed.pl
8042         * tools/kmail2sylpheed_v2.pl
8043         * tools/make.themes.project
8044         * tools/multiwebsearch.pl
8045         * tools/nautilus2sylpheed.sh
8046         * tools/outlook2sylpheed.pl
8047         * tools/sylprint.pl
8048         * tools/sylprint.rc
8049         * tools/tb2sylpheed
8050         * tools/textviewer.sh
8051         * tools/vcard2xml.py
8052         * tools/kdeservicemenu/README
8053         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8054         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8055         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8056                 Change name to Claws Mail. Announce to follow...
8057
8058 2006-11-06 [wwp]        2.6.0cvs6
8059
8060         * src/prefs_template.c
8061                 unify messages related to quote format/template errors (fix
8062                 capitalization), again.
8063
8064 2006-11-06 [wwp]        2.6.0cvs5
8065
8066         * src/prefs_quote.c
8067                 unify messages related to quote format/template errors.
8068
8069 2006-11-06 [wwp]        2.6.0cvs4
8070
8071         * src/prefs_msg_colors.c
8072                 more uses of Q_ macro for contextual translations, thanks
8073                 to Fabien (fzzzzz).
8074
8075 2006-11-06 [wwp]        2.6.0cvs3
8076
8077         * src/compose.c
8078         * src/common/utils.c
8079         * src/common/utils.h
8080                 show an alertpanel to make sure users are aware that sensitive
8081                 files are attached (it's file blacklist-based). This will fix
8082                 interaction w/ GoogleEarth for instance, thanks to Colin.
8083
8084 2006-11-06 [wwp]        2.6.0cvs2
8085
8086         * src/prefs_quote.c
8087         * src/prefs_template.c
8088         * src/prefs_template.h
8089                 check quote format when applying/closing prefs. For now this only
8090                 shows up an error dialog box, not preventing the user from using
8091                 a broken quote (reply, forwards) format.
8092
8093 2006-11-06 [wwp]        2.6.0cvs1
8094
8095         * src/prefs_template.c
8096                 fix missing checks of some template fields.
8097
8098 2006-11-06 [paul]       2.6.0
8099
8100         * NEWS
8101         * README
8102         * RELEASE_NOTES
8103                 2.6.0 released
8104
8105 2006-11-06 [paul]       2.5.6cvs22
8106
8107         * manual/advanced.xml
8108         * manual/es/advanced.xml
8109                 put 'respect_flowed_format' info in the correct
8110                 place
8111
8112 2006-11-06 [mones]      2.5.6cvs21
8113
8114         * po/es.po
8115                 Minor fixes for release
8116
8117 2006-11-06 [paul]       2.5.6cvs20
8118
8119         * po/cs.po
8120         * po/de.po
8121         * po/fr.po
8122         * po/it.po
8123         * po/nl.po
8124         * po/pt_BR.po
8125         * po/sk.po
8126         * po/sv.po
8127         * po/zh_CN.po
8128                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8129                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8130                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8131                 Young
8132
8133 2006-11-02 [colin]      2.5.6cvs19
8134
8135         * src/imap.c
8136         * src/imap.h
8137         * src/prefs_account.c
8138         * src/etpan/imap-thread.c
8139                 Add GSSAPI support - fixes Debian bug #383274
8140
8141 2006-11-01 [colin]      2.5.6cvs18
8142
8143         * src/jpilot.c
8144                 Handle libpisock12 support. Probably
8145                 fixes bug 1046, 'jpilot AddressDB.pdb 
8146                 import fail'
8147
8148 2006-11-01 [colin]      2.5.6cvs17
8149
8150         * src/folderutils.c
8151                 debug_print() folderutils_mark_all_read()
8152
8153 2006-11-01 [colin]      2.5.6cvs16
8154
8155         * COPYING
8156                 Add missed files to the Apache exception
8157
8158 2006-10-31 [colin]      2.5.6cvs15
8159
8160         * src/folder.c
8161         * src/folder.h
8162                 Add a copy_private_data() func to FolderClasses
8163                 Doesn't break the feature freeze, because we 
8164                 won't use it (right now) in the core.
8165
8166 2006-10-31 [colin]      2.5.6cvs14
8167
8168         * COPYING
8169                 Allow linking with the Apache licensed files in
8170                 src/plugins/spamassassin. Hopefully fixes 
8171                 bug 1048, 'Spamassassin plugin license problem'
8172
8173 2006-10-31 [wwp]        2.5.6cvs13
8174
8175         * src/compose.c
8176                 fix and optimize trimming of leading linefeeds in body loop.
8177
8178 2006-10-31 [colin]      2.5.6cvs12
8179
8180         * src/etpan/imap-thread.c
8181         * src/imap.c
8182                 Make really sure to have NULL sets in case
8183                 of error
8184
8185 2006-10-30 [wwp]        2.5.6cvs11
8186
8187         * src/prefs_common.c
8188         * src/prefs_common.h
8189         * src/compose.c
8190                 fix broken storage of quote format template when it contains \-escape
8191                 sequences. The application of such sequences is also fixed now (\t
8192                 in quote format will be a real tab instead of a 't', for instance).
8193
8194 2006-10-27 [colin]      2.5.6cvs10
8195
8196         * src/compose.c
8197                 Probably fix bug 1045, 'sylpheed-claws 
8198                 doesn't remove the mail from the IMAP 
8199                 Queue folder after sending'. From
8200                 2.5.6cvs3-stable
8201
8202 2006-10-27 [colin]      2.5.6cvs9
8203
8204         * configure.ac
8205                 Require libetpan-0.48. I'm so annoying,
8206                 I know ;-)
8207
8208 2006-10-27 [colin]      2.5.6cvs8
8209
8210         * src/folder.c
8211         * src/imap.c
8212                 Probably fix bug 1044, 'sylpheed-claws 
8213                 segfaults while moving mails' - Fix relation
8214                 usage when moving to an IMAP mailbox from another
8215                 mailbox
8216
8217 2006-10-26 [paul]       2.5.6cvs7
8218
8219         * src/gtk/about.c
8220                 add libSM to compiled-in features
8221                 list
8222
8223 2006-10-24 [colin]      2.5.6cvs6
8224
8225         * src/textview.c
8226         * src/gtk/gtkutils.c
8227                 Fix crash when printing emails with an
8228                 xface
8229
8230 2006-10-24 [mones]      2.5.6cvs5
8231
8232         * manual/es/advanced.xml
8233                 Synchronize hidden option respect_flowed_format
8234         * po/es.po
8235                 Updated translation
8236
8237 2006-10-21 [paul]       2.5.6cvs4
8238
8239         * src/gtk/authors.h
8240         * src/plugins/pgpcore/pgp_viewer.c
8241         * src/plugins/pgpcore/sgpgme.c
8242                 fix building on BSDs
8243                 Thanks to Michael Hughes
8244                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8245
8246 2006-10-20 [colin]      2.5.6cvs3
8247
8248         * configure.ac
8249                 Bump up libetpan requirement
8250                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8251         * src/common/utils.c
8252         * src/common/utils.h
8253                 Add convenience get_file_mtime()
8254         * src/imap.c
8255         * src/etpan/imap-thread.c
8256         * src/etpan/imap-thread.h
8257                 Implement UIDPLUS support if the server
8258                 supports it - faster sending in this case
8259
8260 2006-10-19 [colin]      2.5.6cvs2
8261
8262         * src/gtk/quicksearch.c
8263                 Fix emptying in type-ahead+extended mode
8264         * src/mainwindow.c
8265         * src/mainwindow.h
8266                 Add a hook for offline state change
8267         * src/plugins/trayicon/trayicon.c
8268                 Use it to display offline icons
8269         * src/plugins/trayicon/Makefile.am
8270         * src/plugins/trayicon/newmail.offline.xpm
8271         * src/plugins/trayicon/newmarkedmail.offline.xpm
8272         * src/plugins/trayicon/nomail.offline.xpm
8273         * src/plugins/trayicon/unreadmail.offline.xpm
8274         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8275                 Add the icons
8276
8277 2006-10-12 [paul]       2.5.6cvs1
8278
8279         * NEWS
8280         * README
8281         * configure.ac
8282                 Update version number following
8283                 stable release
8284
8285 2006-10-19 [colin]      2.5.5cvs18
8286
8287         * manual/handling.xml
8288                 Add type-ahead search
8289
8290 2006-10-18 [colin]      2.5.5cvs17
8291
8292         * src/gtk/quicksearch.c
8293                 Remove "save to history only if there's
8294                 no syntax error", it breaks for some 
8295                 reason which I'll investigate later.
8296
8297 2006-10-18 [colin]      2.5.5cvs16
8298
8299         * src/prefs_common.c
8300         * src/prefs_common.h
8301         * src/summaryview.c
8302         * src/gtk/quicksearch.c
8303         * src/gtk/quicksearch.h
8304                 Add a type-ahead option for fast searches
8305                 Patch by Fabien Vantard
8306
8307 2006-10-18 [colin]      2.5.5cvs15
8308
8309         * src/compose.c
8310         * src/compose.h
8311                 Add Options/Reply mode/ menu to be able to
8312                 change the recipients of a reply on the fly
8313
8314 2006-10-18 [colin]      2.5.5cvs14
8315
8316         * src/compose.c
8317                 Fix redirecting of our own sent mails
8318
8319 2006-10-17 [wwp]        2.5.5cvs13
8320
8321         * src/send_message.c
8322                 Fix duplicate error messages when sending, and missing
8323                 newline in such error messages.
8324
8325 2006-10-17 [colin]      2.5.5cvs12
8326
8327         * src/compose.c
8328                 Compare addresses case-insensitive
8329
8330 2006-10-17 [colin]      2.5.5cvs11
8331
8332         * src/plugins/pgpcore/sgpgme.c
8333                 Fix return status
8334
8335 2006-10-17 [colin]      2.5.5cvs10
8336
8337         * src/plugins/pgpcore/pgp_viewer.c
8338                 Fix return status
8339
8340 2006-10-17 [colin]      2.5.5cvs9
8341
8342         * src/quote_fmt.c
8343                 Fix a typo (thanks to Fabien)
8344
8345 2006-10-16 [colin]      2.5.5cvs8
8346
8347         * src/textview.c
8348                 Fix problem with quote-folding when emails
8349                 don't convert cleanly to UTF-8
8350
8351 2006-10-14 [colin]      2.5.5cvs7
8352
8353         * src/prefs_template.c
8354                 Reset fields when reopening
8355                 the window
8356
8357 2006-10-13 [paul]       2.5.5cvs6
8358
8359         * manual/advanced.xml
8360         * src/prefs_message.c
8361                 make 'respect_flowed_format' a hidden
8362                 option, and add a manual entry for it
8363                 Thanks to Colin
8364
8365 2006-10-12 [colin]      2.5.5cvs5
8366
8367         * src/codeconv.c
8368                 Revert part of 2.5.2cvs21:
8369                 Don't optimise by reusing the 
8370                 last iconv converter if possible:
8371                 it seems slightly broken in a 
8372                 very hard way to reproduce
8373
8374 2006-10-12 [colin]      2.5.5cvs4
8375
8376         * src/prefs_common.c
8377         * src/prefs_common.h
8378         * src/prefs_message.c
8379         * src/procmime.c
8380                 Fix bug 1035, 'Incorrect handling 
8381                 of flowed lines'. We now optionnaly
8382                 handle this format (preference is in
8383                 Message View/Text options section)
8384
8385 2006-10-12 [colin]      2.5.5cvs3
8386
8387         * po/POTFILES.in
8388                 Add new file
8389         * src/plugins/pgpcore/pgp_viewer.c
8390         * src/plugins/pgpcore/sgpgme.c
8391                 Don't try to import without asking
8392
8393 2006-10-12 [colin]      2.5.5cvs2
8394
8395         * src/compose.c
8396                 Fix bug 1036, 'Forwarding a mutlipart
8397                 mail with a "text/html" block to ms
8398                 outlook users leeds to freeze of
8399                 outlook'. Poor outlook users...
8400
8401 2006-10-12 [paul]       2.5.5cvs1
8402
8403         * NEWS
8404         * README
8405         * configure.ac
8406                 Update version number following
8407                 stable release
8408
8409 2006-10-11 [paul]       2.5.4cvs1
8410
8411         * NEWS
8412         * README
8413         * configure.ac
8414                 Update version number following
8415                 stable release
8416
8417 2006-10-11 [paul]       2.5.3cvs32
8418
8419         * src/textview.c
8420                 fix bug 1032, 'Segmentation fault when showing
8421                 message' (bug in quote folding)
8422                 Thanks to Colin
8423
8424 2006-10-10 [colin]      2.5.3cvs31
8425
8426         * src/quote_fmt.c
8427                 Rephrase english a bit
8428
8429 2006-10-10 [colin]      2.5.3cvs30
8430
8431         * src/prefs_compose_writing.c
8432                 Stop making the page larger than the window
8433
8434 2006-10-10 [wwp]        2.5.3cvs29
8435
8436         * src/compose.c
8437         * src/prefs_template.c
8438         * src/quote_fmt.c
8439         * src/quote_fmt.h
8440         * src/quote_fmt_lex.l
8441         * src/quote_fmt_parse.y
8442                 Extend the quote parser a bit: allow to get access to
8443                 basic (composing) account info.
8444
8445 2006-10-10 [colin]      2.5.3cvs28
8446
8447         * src/procheader.c
8448                 Fix this \t problem in subject
8449
8450 2006-10-09 [colin]      2.5.3cvs27
8451
8452         * src/main.c
8453         * src/prefs_gtk.c
8454                 Prepare cache a bit later
8455                 If section already exists, skip the new one 
8456                 (as previously); avoid writing the same block
8457                 twice - if we find a second block with the 
8458                 same id, skip it.
8459         * src/plugins/pgpcore/pgp_viewer.c
8460                 Set cursor to busy when retrieving a key
8461         * src/plugins/pgpcore/sgpgme.c
8462                 allow 5 seconds for gpg to export the key
8463                 
8464
8465 2006-10-09 [colin]      2.5.3cvs26
8466
8467         * configure.ac
8468         * src/msgcache.c
8469         * src/prefs_gtk.c
8470                 Check for existence of fgets_unlocked
8471                 and fwrite_unlocked
8472
8473 2006-10-09 [paul]       2.5.3cvs25
8474
8475         * src/prefs_summaries.c
8476                 replace strftime() with fast_strftime() and in
8477                 the consequence fix the bug in the display of
8478                 AM/PM in the 'Example' string
8479
8480 2006-10-09 [ticho]      2.5.3cvs24
8481
8482         * po/sk.po
8483                 Updated (and fixed up somewhat) Slovak translation.
8484
8485 2006-10-08 [colin]      2.5.3cvs23
8486
8487         * src/prefs_folder_item.c
8488                 Explain why prefs in the top-level folder
8489                 aren't retained, but are still useful
8490
8491 2006-10-08 [colin]      2.5.3cvs22
8492
8493         * src/prefs_gtk.c
8494                 Don't cache anything if caching fails
8495
8496 2006-10-08 [colin]      2.5.3cvs21
8497
8498         * src/common/utils.c
8499                 always include gi18n.h
8500
8501 2006-10-07 [colin]      2.5.3cvs20
8502
8503         * src/plugins/pgpcore/pgp_viewer.c
8504                 Kill gpg after 5 seconds wait
8505
8506 2006-10-07 [colin]      2.5.3cvs19
8507
8508         * src/plugins/pgpcore/pgp_viewer.c
8509         * src/plugins/pgpcore/pgp_viewer.h
8510                 Fix copyright
8511
8512 2006-10-07 [colin]      2.5.3cvs18
8513
8514         * src/plugins/pgpcore/pgp_viewer.c
8515         * src/plugins/pgpcore/pgp_viewer.h
8516                 Actually add the files to CVS
8517
8518 2006-10-07 [colin]      2.5.3cvs17
8519
8520         * src/plugins/pgpcore/sgpgme.c
8521                 Be sure not to crash on 'application/pgp-signature' that
8522                 are not application/pgp-signatures
8523
8524 2006-10-07 [colin]      2.5.3cvs16
8525
8526         * src/textview.c
8527         * src/textview.h
8528                 Make a bit more of the API available
8529         * src/plugins/pgpcore/Makefile.am
8530         * src/plugins/pgpcore/plugin.c
8531         * src/plugins/pgpcore/sgpgme.c
8532                 Add basic key import/export
8533
8534 2006-10-07 [colin]      2.5.3cvs15
8535
8536         * src/folderview.c
8537         * src/imap.c
8538         * src/prefs_account.c
8539         * src/wizard.c
8540                 Warn users *everywhere* if libetpan's not
8541                 linked in
8542
8543 2006-10-06 [mones]      2.5.3cvs14
8544
8545         * po/de.po
8546         * po/es.po
8547                 updated by Stephan Sachse and me
8548
8549 2006-10-06 [colin]      2.5.3cvs13
8550
8551         * src/main.c
8552         * src/common/sylpheed.c
8553                 Don't load common plugins if --exit is passed
8554         * src/prefs_gtk.c
8555         * src/prefs_gtk.h
8556                 Implement a cache to avoid reading the same
8557                 files over and over again at startup
8558
8559 2006-10-06 [colin]      2.5.3cvs12
8560
8561         * src/summaryview.c
8562         * src/gtk/quicksearch.c
8563                 Update display every 5k mails on fast searches
8564
8565 2006-10-06 [colin]      2.5.3cvs11
8566
8567         * src/textview.c
8568                 Don't do quote folding on HTML or ERTF.
8569                 May fix the Cygwin issues if they were
8570                 happening with HTML mails?
8571
8572 2006-10-05 [colin]      2.5.3cvs10
8573
8574         * src/prefs_gtk.c
8575                 Oops, forgot one
8576
8577 2006-10-05 [colin]      2.5.3cvs9
8578
8579         * src/prefs_gtk.c
8580                 Use unlocked_stdio here too
8581
8582 2006-10-05 [colin]      2.5.3cvs8
8583
8584         * src/folderview.c
8585                 Fix go to next * after preferences apply
8586         * src/msgcache.c
8587                 Do the fd lock/unlock ourselves instead of
8588                 letting the libc do it at each write 
8589
8590 2006-10-05 [colin]      2.5.3cvs7
8591
8592         * src/common/utils.c
8593                 Faster division, thanks to Jean Diraison
8594
8595 2006-10-05 [paul]       2.5.3cvs6
8596
8597         * src/common/utils.c
8598                 fix building with --disable-nls
8599
8600 2006-10-04 [colin]      2.5.3cvs5
8601
8602         * src/folder.c
8603                 Maybe fix a segfault
8604
8605 2006-10-04 [wwp]        2.5.3cvs4
8606
8607         * src/prefs_folder_item.c
8608                 Fine-tune layouts in folder item prefs. Suggested by
8609                 Fabien Vantard <fzzzzz@gmail.com>.
8610
8611 2006-10-04 [wwp]        2.5.3cvs3
8612
8613         * src/prefs_folder_item.c
8614                 Kill the clandestine passengers. You didn't see anything.
8615
8616 2006-10-04 [wwp]        2.5.3cvs2
8617
8618         * src/prefs_folder_item.c
8619                 Add a way to test the subject simplify regexp in
8620                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8621                 w/ few layout changes.
8622
8623 2006-20-04 [paul]       2.5.3cvs1
8624
8625         * NEWS
8626         * README
8627         * configure.ac
8628                 Update version number following
8629                 stable release
8630
8631 2006-10-04 [colin]      2.5.2cvs42
8632
8633         * src/folder.c
8634         * src/folder.h
8635         * src/summaryview.c
8636                 Provide a way for folder classes to set their sort
8637                 type and key
8638
8639 2006-10-03 [colin]      2.5.2cvs41
8640
8641         * src/mh.c
8642                 Don't use strlen() to know if the
8643                 string's empty
8644
8645 2006-10-03 [colin]      2.5.2cvs40
8646
8647         * src/mh.c
8648                 Fix "check for new folders" with accentued folders
8649
8650 2006-10-03 [ticho]      2.5.2cvs39
8651
8652         * src/filtering.c
8653         * src/folder.c
8654         * src/inc.c
8655         * src/mbox.c
8656                 Colin's fix for "copy" filtering rules.
8657
8658 2006-10-02 [colin]      2.5.2cvs38
8659
8660         * src/folderview.c
8661                 Fix for double-click too
8662
8663 2006-10-02 [colin]      2.5.2cvs37
8664
8665         * src/folderview.c
8666                 correct fix for cvs36
8667
8668 2006-10-02 [colin]      2.5.2cvs36
8669
8670         * src/folderview.c
8671                 Fix 'goto next unread' after collapsing/expanding 
8672                 a node.
8673
8674 2006-10-02 [colin]      2.5.2cvs35
8675
8676         * src/summaryview.c
8677                 Fix double freeze/thaw
8678         * src/common/utils.c
8679         * src/common/utils.h
8680                 Reimplement strftime
8681         * src/procheader.c
8682                 Use it
8683
8684
8685 2006-10-02 [colin]      2.5.2cvs34
8686
8687         * src/mh.c
8688                 Time mh_write_sequences() - it's fast
8689         * src/summaryview.c
8690                 Init a variable to shut up gcc
8691
8692 2006-10-01 [colin]      2.5.2cvs33
8693
8694         * src/folder.c
8695         * src/mh.c
8696         * src/mh.h
8697         * src/msgcache.c
8698                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8699                 Add fsync but disable it, it's slow as hell
8700
8701 2006-10-01 [colin]      2.5.2cvs32
8702
8703         * src/mh.c
8704         * src/msgcache.c
8705                 fflush() caches and mh_sequences before
8706                 fclose()ing
8707
8708 2006-10-01 [colin]      2.5.2cvs31
8709
8710         * src/msgcache.c
8711                 Don't ftruncate when not using mmap
8712
8713 2006-09-30 [colin]      2.5.2cvs30
8714
8715         * src/main.c
8716                 Write folder list *after* saving caches
8717
8718 2006-09-30 [colin]      2.5.2cvs29
8719
8720         * src/folder.c
8721         * src/mh.c
8722                 Debug forced mtime changes
8723
8724 2006-09-30 [colin]      2.5.2cvs28
8725
8726         * src/folder.c
8727         * src/main.c
8728                 Remove useless debug_print()s (code
8729                 well-tested)
8730
8731 2006-09-30 [colin]      2.5.2cvs27
8732
8733         * src/mh.c
8734                 Do stuff faster when writing mh_sequences
8735
8736 2006-09-30 [colin]      2.5.2cvs26
8737
8738         * src/mh.c
8739                 Don't let the writing of .mh_sequences, which
8740                 can change the folder's mtime, let us think
8741                 we need to scan.
8742
8743 2006-09-30 [colin]      2.5.2cvs25
8744
8745         * src/folder.c
8746                 Move a debug_print where it belongs 
8747                 (processing)
8748         * src/summaryview.c
8749                 Don't mess with a huge slow subject
8750                 table if we're not threading by
8751                 subject
8752
8753 2006-09-30 [colin]      2.5.2cvs24
8754
8755         * src/msgcache.c
8756                 Reenable mmaped reads (*not* writes!)
8757         * src/procmsg.c
8758                 Don't destroy and recreate hashtables just
8759                 for fun
8760         * src/common/utils.c
8761                 Remove useless reply prefixes (it's case
8762                 unsensitive)
8763
8764 2006-09-30 [wwp]        2.5.2cvs23
8765
8766         * tools/fix_date.sh
8767                 Fixed a minor bug in date value extraction, added a switch
8768                 to replace non RFC-compliant Date: value, added a switch
8769                 to use strict RFC matching patterns for dates.
8770
8771 2006-09-29 [colin]      2.5.2cvs22
8772
8773         * src/matcher_parser.h
8774         * src/matcher_parser_parse.y
8775         * src/prefs_filtering.c
8776         * src/statusbar.c
8777         * src/summary_search.c
8778         * src/summaryview.c
8779         * src/gtk/quicksearch.c
8780         * src/gtk/quicksearch.h
8781                 Optimise searches by setting different
8782                 refresh intervals (depending if the 
8783                 search is fast or not)
8784
8785 2006-09-29 [colin]      2.5.2cvs21
8786
8787         * src/codeconv.c
8788                 Optimise by reusing the last iconv converter
8789                 if possible
8790         * src/textview.c
8791                 Optimise a bit (the foldable quotes feature
8792                 still has an awful O(n^2) algo
8793
8794 2006-09-29 [colin]      2.5.2cvs20
8795
8796         * src/gtk/gtksctree.c
8797         * src/gtk/gtksctree.h
8798                 Optimise de-selection via up/down or
8799                 another key
8800
8801 2006-09-28 [colin]      2.5.2cvs19
8802
8803         * src/action.c
8804         * src/compose.c
8805         * src/folderview.c
8806         * src/mainwindow.c
8807         * src/messageview.c
8808         * src/summary_search.c
8809         * src/toolbar.c
8810                 Avoid using summaryview->ctree directly
8811
8812 2006-09-28 [colin]      2.5.2cvs18
8813
8814         * src/summaryview.c
8815         * src/summaryview.h
8816                 Add helpers to freeze/thaw/grab_focus
8817                 Factorize calls to freeze/thaw/grab_focus
8818                 
8819
8820 2006-09-28 [colin]      2.5.2cvs17
8821
8822         * src/main.c
8823                 More guards for the session management
8824
8825 2006-09-28 [colin]      2.5.2cvs16
8826
8827         * src/folderview.c
8828         * src/gtk/gtksctree.c
8829         * src/gtk/gtksctree.h
8830                 Make expanding not recursive in folderview
8831
8832 2006-09-28 [colin]      2.5.2cvs15
8833
8834         * src/addressbook.c
8835                 If nothing is selected in the list (right part)
8836                 and a group is selected in the tree (left part),
8837                 mail this group.
8838
8839 2006-09-28 [colin]      2.5.2cvs14
8840
8841         * src/Makefile.am
8842                 Actually use SM_LIBS
8843
8844 2006-09-28 [ticho]      2.5.2cvs13
8845
8846         * src/export.c
8847         * src/messageview.c
8848         * src/mimeview.c
8849         * src/news.c
8850         * src/pop.c
8851         * src/prefs_themes.c
8852         * src/procmsg.c
8853                 Small i18n string optimization.
8854         * src/send_message.c
8855         * src/summaryview.c
8856         * src/common/session.c
8857         * src/common/smtp.c
8858         * src/common/ssl_certificate.c
8859         * src/common/utils.c
8860                 Use "Couldn't" instead of "Can't" in UI messages,
8861                 where appropriate.
8862
8863 2006-09-28 [colin]      2.5.2cvs12
8864
8865         * configure.ac
8866                 Possibly fix link errors
8867
8868 2006-09-27 [wwp]        2.5.2cvs11
8869
8870         * src/gtk/authors.h
8871         * doc/man/sylpheed-claws.1
8872         * manual/ack.xml
8873         * manual/es/ack.xml
8874         * manual/fr/ack.xml
8875         * manual/pl/ack.xml
8876                 Updated authors info (me, myself and I).
8877
8878 2006-09-27 [colin]      2.5.2cvs10
8879
8880         * src/addressbook.c
8881                 Remove useless printf
8882
8883 2006-09-27 [wwp]        2.5.2cvs9
8884
8885         * src/editgroup.c
8886         * src/send_message.c
8887         * src/inc.c
8888         * src/prefs_common.c
8889         * src/prefs_common.h
8890         * src/gtk/progressdialog.c
8891                 remember more windows' sizes (send dialog, received dialog,
8892                 edit group in addressbook).
8893
8894 2006-09-27 [colin]      2.5.2cvs8
8895
8896         * configure.ac
8897         * src/main.c
8898         * src/mainwindow.h
8899                 Use libSM to communicate with the session
8900                 manager, so that we can know when the 
8901                 session ends, save our caches, and draft
8902                 our compose windows.
8903
8904 2006-09-27 [colin]      2.5.2cvs7
8905
8906         * src/addressbook.c
8907                 Fix issues:
8908                 o Allow Book and Group creation from the tree's
8909                   contextual menu
8910                 o Do not actually delete the contacts when 
8911                   deleting groups from the tree (duh!)
8912
8913 2006-09-27 [colin]      2.5.2cvs6
8914
8915         * src/compose.c
8916         * src/compose.h
8917         * src/mainwindow.c
8918         * src/textview.c
8919         * src/toolbar.c
8920                 o Allow passing an email address to 
8921                   compose_new_with_folderitem
8922                 o Update callers
8923                 o Use current folderitem when clicking
8924                   on a TextView mailto: link
8925                 o Fix a possible leak in TextView
8926
8927 2006-09-27 [colin]      2.5.2cvs5
8928
8929         * src/html.c
8930                 Use UTF-8 chars to replace HTML entities
8931
8932 2006-09-27 [colin]      2.5.2cvs4
8933
8934         * AUTHORS
8935         * src/prefs_account.c
8936         * src/gtk/authors.h
8937                 Fix bug #1024 (Array index out of
8938                 range in sylpheed-claws-2.5.2)
8939                 Patch by Ales Nosek <anosek@suse.cz>
8940
8941 2006-09-27 [colin]      2.5.2cvs3
8942
8943         * src/addr_compl.c
8944                 Actually do the test
8945
8946 2006-09-27 [colin]      2.5.2cvs2
8947
8948         * src/addr_compl.c
8949         * src/addr_compl.h
8950                 Allow completing with comma (in certain cases: vCalendar
8951                 for example doesn't support that)
8952                 Patch by Fabien Vantard
8953
8954 2006-09-26 [colin]      2.5.2cvs1
8955
8956         * src/Makefile.am
8957         * src/addr_compl.c
8958         * src/addr_compl.h
8959         * src/addrbook.c
8960         * src/addrbook.h
8961         * src/addressbook.c
8962         * src/addrindex.c
8963         * src/addrindex.h
8964         * src/compose.c
8965         * src/prefs_common.c
8966         * src/prefs_filtering_action.c
8967         * src/prefs_folder_item.c
8968         * src/prefs_template.c
8969         * src/stock_pixmap.c
8970         * src/stock_pixmap.h
8971         * src/pixmaps/addr_one.xpm
8972         * src/pixmaps/addr_two.xpm
8973                 Add auto-completion on groups
8974
8975 2006-09-26 [colin]      2.5.2
8976
8977         * NEWS
8978         * README
8979         * RELEASE_NOTES
8980                 2.5.2 released
8981
8982 2006-09-26 [colin]      2.5.1cvs5
8983
8984         * src/matcher.c
8985                 Fix condition
8986
8987 2006-09-26 [colin]      2.5.1cvs4
8988
8989         * src/mbox.c
8990                 Revert cvs1 (useless as the message is printed 
8991                 every 500 mails)
8992
8993 2006-09-26 [colin]      2.5.1cvs3
8994
8995         * src/partial_download.c
8996                 Fix crasher found by Alexsandar Urosevic
8997
8998 2006-09-26 [colin]      2.5.1cvs2
8999
9000         * src/summaryview.c
9001                 Fix bug #1023 (Sylpheed deletes too much messages)
9002
9003 2006-09-26 [ticho]      2.5.1cvs1
9004
9005         * src/mbox.c
9006                 Make use of gettext's multiple plurals for statusbar
9007                 progress message.
9008
9009 2006-09-25 [paul]       2.5.1
9010
9011         * NEWS
9012         * README
9013         * RELEASE_NOTES
9014                 2.5.1 released
9015
9016 2006-09-25 [colin]      2.5.0cvs3
9017
9018         * src/plugins/bogofilter/bogofilter.c
9019         * src/plugins/clamav/clamav_plugin.c
9020         * src/plugins/spamassassin/spamassassin.c
9021                 BogoFilter, Spamassassin: Fix double hook registering after
9022                 visiting preferences
9023                 Spamassassin, Clamav: Just set the mails to move instead of
9024                 doing the move - caller will move the things at once.
9025
9026 2006-09-25 [colin]      2.5.0cvs2
9027
9028         * src/imap.c
9029         * src/etpan/imap-thread.c
9030                 Use UID SEARCH ALL instead of UID 1:*
9031                 (braindead servers can't figure out that's
9032                 the same...)
9033
9034 2006-09-25 [wwp]        2.5.0cvs1
9035
9036         * src/message_search.c
9037                 Added the ability to stop a running search (in message body).
9038
9039 2006-09-25 [paul]       2.5.0
9040
9041         * NEWS
9042         * README
9043         * RELEASE_NOTES
9044                 2.5.0 released
9045
9046 2006-09-25 [paul]       2.4.0cvs214
9047
9048         * po/cs.po
9049         * po/de.po
9050         * po/fi.po
9051         * po/fr.po
9052         * po/nl.po
9053         * po/pt_BR.po
9054         * po/sk.po
9055         * po/sr.po
9056         * po/zh_CN.po
9057                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9058                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9059                 Ticho, Aleksander Urosevic, Ralgh Young
9060
9061 2006-09-24 [mones]      2.4.0cvs213
9062
9063         * po/es.po
9064                 Updated for release
9065
9066 2006-09-23 [colin]      2.4.0cvs212
9067
9068         * src/gtk/inputdialog.c
9069                 Fix [ ] remember this appearing in normal
9070                 input dialogs after it's been used by
9071                 mimeview.
9072         * src/folder.c
9073         * src/folderview.c
9074         * src/msgcache.c
9075         * src/procmsg.c
9076         * src/summaryview.c
9077         * src/textview.c
9078         * src/common/timing.h
9079                 Enable timings in debug mode and make it
9080                 look prettier.
9081
9082 2006-09-22 [colin]      2.4.0cvs211
9083
9084         * README
9085                 Revert test change
9086         * commitHelper
9087                 ping the correct URI
9088
9089 2006-09-22 [colin]      2.4.0cvs210
9090
9091         * README
9092                 Let's see if bug #1022 is fixed
9093
9094 2006-09-21 [colin]      2.4.0cvs209
9095
9096         * src/wizard.c
9097         * src/common/plugin.c
9098                 Prepare infra to load predefined plugins when
9099                 no configuration existed. Don't actually load
9100                 anything yet (feat. freeze)
9101
9102 2006-09-21 [wwp]        2.4.0cvs208
9103
9104         * manual/fr/faq.xml
9105                 Partial sync w/ 2.4.0cvs72:
9106                 wrap file and minor updates.
9107
9108 2006-09-21 [wwp]        2.4.0cvs207
9109
9110         * tools/fix_date.sh
9111                 several fixes and enhancements. A new --force switch has been
9112                 added to prevent overriding by default Date: header when
9113                 already existing.
9114
9115 2006-09-21 [paul]       2.4.0cvs206
9116
9117         * src/common/utils.c
9118                 add Chinese UTF8 Re prefix
9119
9120 2006-09-21 [wwp]        2.4.0cvs205
9121
9122         * tools/Makefile.am
9123                 Fics alfabettical order.
9124
9125 2006-09-21 [wwp]        2.4.0cvs204
9126
9127         * tools/fix_date.sh
9128         * tools/Makefile.am
9129                 Added an action tool to fix missing Date field in emails.
9130                 Updated Makefile.am to reflect those last two additions.
9131
9132 2006-09-21 [wwp]        2.4.0cvs203
9133
9134         * tools/uuooffice
9135                 Added a action tool to open uuencoded docs w/
9136                 OpenOffice (based on uudec method).
9137
9138 2006-09-21 [colin]      2.4.0cvs202
9139
9140         * src/compose.c
9141         * src/textview.c
9142                 Workaround possible GTK crash: remove selection 
9143                 clipboard before destroying widget, or GTK+-2.10
9144                 dies. Thanks to Hiro.
9145
9146 2006-09-20 [colin]      2.4.0cvs201
9147
9148         * src/compose.c
9149                 Fix free-after-use in some cases (when 
9150                 procmime_encode_content() frees mimeinfo->data.mem
9151                 and turns it to a temp file)
9152
9153 2006-09-20 [colin]      2.4.0cvs200
9154
9155         * src/folderview.c
9156         * src/summaryview.c
9157         * src/gtk/gtksctree.c
9158         * src/gtk/gtksctree.h
9159                 Add tooltips in the folderview and summaryview
9160                 (Doesn't break string freeze as they already
9161                 exist)
9162         * src/toolbar.c
9163                 Put the spam button in the default configuration
9164                 if compiled with bogo plugin too
9165
9166 2006-09-19 [colin]      2.4.0cvs199
9167
9168         * src/summaryview.c
9169         * src/summaryview.h
9170                 Update folder name label on folder rename
9171         * src/prefs_matcher.c
9172         * src/gtk/logwindow.h
9173                 Fix warnings
9174                 Patches by Fabien
9175
9176 2006-09-19 [wwp]        2.4.0cvs198
9177
9178         * src/summary_search.c
9179                 fix can't click forward/backward buttons in the
9180                 search messages.
9181
9182 2006-09-18 [paul]       2.4.0cvs197
9183
9184         * src/wizard.c
9185                 add missing bracket, capitalise the A of
9186                 'SpamAssassin'
9187
9188 2006-09-18 [paul]       2.4.0cvs196
9189
9190         * src/compose.c
9191                 fix bug 1012 'crashed upon sending mail
9192                 from compose window'
9193                 Thanks to Colin
9194
9195 2006-09-16 [colin]      2.4.0cvs195
9196
9197         * src/folderview.c
9198                 Fix "real-time" sorting by freezing/thawing
9199
9200 2006-09-16 [colin]      2.4.0cvs194
9201
9202         * manual/faq.xml
9203                 Fix the anti-spam entry a bit
9204
9205 2006-09-16 [colin]      2.4.0cvs193
9206
9207         * src/wizard.c
9208                 Make sure reviewers have no excuse when stating
9209                 Sylpheed-Claws doesn't have antispam capabilities.
9210
9211 2006-09-16 [colin]      2.4.0cvs192
9212
9213         * src/main.c
9214                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9215                 as if the SIGPIPE comes from etpan's thread we could
9216                 trigger a GUI update from this thread.
9217
9218 2006-09-16 [colin]      2.4.0cvs191
9219
9220         * src/summaryview.c
9221                 Init all members of the struct
9222
9223 2006-09-16 [paul]       2.4.0cvs190
9224
9225         * src/account.c
9226                 improvements to the English
9227
9228 2006-09-15 [colin]      2.4.0cvs189
9229
9230         * src/summaryview.c
9231                 HIG order on dialog
9232
9233 2006-09-14 [colin]      2.4.0cvs188
9234
9235         * src/common/socket.c
9236         * src/common/socket.h
9237         * src/common/ssl.c
9238         * src/common/ssl_certificate.c
9239         * src/common/ssl_certificate.h
9240         * src/etpan/imap-thread.c
9241                 the get_fqdn() call done to get canonical name when
9242                 checking an SSL certificate is blocking, which is
9243                 sad as we just did a non-blocking lookup to connect.
9244                 Fix that by letting the fqdn available to the SockInfo,
9245                 and use that in ssl_certificate_check(). For IMAP,
9246                 we don't do it as the lookup's done by libetpan, but
9247                 it's less annoying as IMAP connections as much more
9248                 rare than POP3 connections.
9249
9250 2006-09-14 [paul]       2.4.0cvs187
9251
9252         * manual/advanced.xml
9253                 improvements to the English,
9254                 properly place the new hidden options
9255                 within the alphabetical order
9256         * src/gtk/pluginwindow.c
9257                 improvements to the English
9258
9259 2006-09-14 [colin]      2.4.0cvs186
9260
9261         * src/prefs_common.c
9262         * src/prefs_common.h
9263         * src/gtk/gtksctree.c
9264         * manual/advanced.xml
9265                 New hidden pref, stripes_color_offset, to change
9266                 the value added/substracted to normal bgcolor to
9267                 create the stripes in summaries
9268
9269 2006-09-13 [colin]      2.4.0cvs185
9270
9271         * src/gedit-print.c
9272         * src/messageview.c
9273         * src/messageview.h
9274         * src/summaryview.c
9275         * src/textview.c
9276                 Fix misc. printing issues: 
9277                 - Bad font for linkified headers
9278                 - Different font if the mail was displayed or not
9279                 - Factorize the thing
9280
9281 2006-09-13 [colin]      2.4.0cvs184
9282
9283         * src/common/ssl_certificate.c
9284                 Only get FQDN once when checking certificate
9285
9286 2006-09-13 [colin]      2.4.0cvs183
9287
9288         * src/account.c
9289         * src/gtk/pluginwindow.c
9290                 Misc. GUI fixes by Fabien
9291
9292 2006-09-13 [wwp]        2.4.0cvs182
9293
9294         * configure.ac
9295         * src/common/utils.h
9296         * src/common/utils.c
9297                 get rid of unused wide-char functions.
9298
9299 2006-09-13 [wwp]        2.4.0cvs181
9300
9301         * src/plugins/pgpinline/sylpheed.def
9302         * src/textview.c
9303                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9304                 add privacy_reset_error to the .def file,
9305                 do not fork for an external textviewer.
9306
9307 2006-09-13 [wwp]        2.4.0cvs180
9308
9309         * src/prefs_common.c
9310                 fix broken font entry in prefs (patch issued by the gpg4win team,
9311                 probably by Marcus Brinkmann <marcus@g10code.de>).
9312
9313 2006-09-13 [colin]      2.4.0cvs179
9314
9315         * src/folder.h
9316                 Fix a warning in summaryview.c
9317         * src/mainwindow.c
9318         * src/summaryview.c
9319         * src/summaryview.h
9320                 Add missing Mark/* elements in the
9321                 main menu
9322
9323 2006-09-12 [colin]      2.4.0cvs178
9324
9325         * src/prefs_actions.c
9326         * src/prefs_filtering_action.c
9327         * src/prefs_matcher.c
9328                 Use (New) instead of New everywhere
9329
9330 2006-09-12 [wwp]        2.4.0cvs177
9331
9332         * manual/fr/addrbook.xml
9333         * manual/fr/handling.xml
9334                 updated some quotes in the fr manual to match the fr translation.
9335
9336 2006-09-12 [wwp]        2.4.0cvs176
9337
9338         * src/prefs_matcher.c
9339                 don't store translated string elements in matcher expressions.
9340                 Also fixed a misused of Q_().
9341
9342 2006-09-11 [wwp]        2.4.0cvs175
9343
9344         * src/plugins//bogofilter/bogofilter.c
9345         * src/plugins//clamav/clamav_plugin.c
9346         * src/plugins//demo/demo.c
9347         * src/plugins//dillo_viewer/dillo_viewer.c
9348         * src/plugins//pgpcore/plugin.c
9349         * src/plugins//pgpinline/plugin.c
9350         * src/plugins//pgpmime/plugin.c
9351         * src/plugins//spamassassin/spamassassin.c
9352                 gettext-ize more strings (mostly plugin error messages).
9353
9354 2006-09-11 [colin]      2.4.0cvs174
9355
9356         * src/alertpanel.c
9357                 Make maximum buffer size bigger to avoid
9358                 truncating translated messages. Patch by
9359                 Fabien
9360
9361 2006-09-11 [colin]      2.4.0cvs173
9362
9363         * src/etpan/imap-thread.c
9364                 Fix compilation on OpenBSD, thanks to 
9365                 Landry
9366
9367 2006-09-10 [wwp]        2.4.0cvs172
9368
9369         * manual/account.xml
9370         * manual/addrbook.xml
9371         * manual/handling.xml
9372         * manual/es/handling.xml
9373         * manual/fr/account.xml
9374         * manual/fr/addrbook.xml
9375         * manual/fr/handling.xml
9376                 documented addressbook matching (condition configuration):
9377                   addrbook.xml, en fr
9378                 documented per-account filtering rules (handling/filtering
9379                   section, account section):
9380                   account.xml, handling.xml, en fr
9381                 slightly updated the handling/searching section to tell few
9382                   words about the extended search ability:
9383                   handling.xml, en fr
9384                 added missing <quote></quotes> to Quick Search:
9385                   handling.xml, en fr es
9386                 fixed a typo (auomatically):
9387                   handling.xml, en
9388                 changes revisited by Paul.
9389
9390 2006-09-10 [paul]       2.4.0cvs171
9391
9392         * src/prefs_actions.c
9393         * src/prefs_filtering.c
9394         * src/prefs_template.c
9395                 adjustments to the gui
9396                 Patch by Fabien Vantard (slightly modified)
9397
9398 2006-09-10 [colin]      2.4.0cvs170
9399
9400         * src/summaryview.c
9401                 Check folderitem/summaryview consistency
9402                 (basically automates Update summary). Fixes
9403                 #1011 (wrong (negative) count on unread 
9404                 messages)
9405
9406 2006-09-10 [colin]      2.4.0cvs169
9407
9408         * src/gtk/gtksctree.c
9409                 Fix recursive expansion via mouse
9410         * src/plugins/bogofilter/bogofilter.c
9411                 Use normal filtering way of moving
9412                 messages (batching), possibly fixing
9413                 bug #1015 (Bogofilter plugin doubles 
9414                 new messages)
9415
9416 2006-09-09 [wwp]        2.4.0cvs168
9417
9418         * src/prefs_filtering.c
9419                 better place for this fix.
9420
9421 2006-09-09 [wwp]        2.4.0cvs167
9422
9423         * src/prefs_filtering.c
9424                 fix a minor bug when the enabled status of a filtering/processing
9425                 rule always got set to TRUE when replacing this rule. That still
9426                 make sense when adding a new rule, but now when replacing, we
9427                 don't override the value of 'enabled'.
9428                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9429                 to prefs_filtering_list_view_get_info() as this function not only
9430                 returns the name, but also the account_id and the enabled status.
9431
9432 2006-09-09 [mones]      2.4.0cvs166
9433
9434         * manual/glossary.xml
9435         * manual/plugins.xml
9436                 Minor format corrections
9437         * manual/gpl.xml
9438                 Fix misplaced NO WARRANTY section
9439         * manual/es/advanced.xml
9440         * manual/es/faq.xml
9441         * manual/es/glossary.xml
9442         * manual/es/gpl.xml
9443         * manual/es/handling.xml
9444         * manual/es/plugins.xml
9445         * manual/es/starting.xml
9446                 Incorporate changes from English version
9447         * manual/fr/ack.xml
9448         * manual/pl/ack.xml
9449         * manual/es/ack.xml
9450                 Fix address, (add translation credits in es version)
9451         * po/es.po
9452                 Updated translation
9453
9454 2006-09-09 [wwp]        2.4.0cvs165
9455
9456         * src/prefs_filtering.c
9457                 fix a crash when opening filtering prefs, if matcherrc file contains
9458                 broken data (non-existing account id, which is theoretically not
9459                 possible).
9460
9461 2006-09-08 [colin]      2.4.0cvs164
9462
9463         * src/folder.c
9464                 Wrong assert, make it an if()
9465         * src/gtk/gtksctree.c
9466                 Fix bug #1013 (expand selected thread 
9467                 tree) - expanding is now recursive
9468
9469 2006-09-07 [wwp]        2.4.0cvs163
9470
9471         * src/prefs_matcher.c
9472                 make better sentences about addressbook matching in the
9473                 matcher prefs. This should make translators' work easier
9474                 too.
9475
9476 2006-09-07 [wwp]        2.4.0cvs162
9477
9478         * src/prefs_filtering.c
9479                 code simplification (get rid of dup var. assignment).
9480
9481 2006-09-07 [wwp]        2.4.0cvs161
9482
9483         * src/summaryview.c
9484                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9485                 <fzzzzz@gmail.com>.
9486
9487 2006-09-07 [paul]       2.4.0cvs160
9488
9489         * src/mimeview.c
9490                 fix compilation warnings
9491                 Thanks to Colin
9492
9493 2006-09-07 [paul]       2.4.0cvs159
9494
9495         * src/mimeview.c
9496                 select the mimepart icon when
9497                 displaying as text
9498                 Thanks to Colin
9499
9500 2006-09-06 [paul]       2.4.0cvs158
9501
9502         * src/prefs_filtering.c
9503                 fix labels and table element spacing
9504                 Patch by Fabien Vantard
9505
9506 2006-09-06 [paul]
9507
9508         2.5.0-rc3 released
9509
9510 2006-09-06 [paul]       2.4.0cvs157
9511
9512         * manual/es/advanced.xml
9513                 fix typo
9514
9515 2006-09-06 [wwp]        2.4.0cvs156
9516
9517         * src/mainwindow.c
9518                 fix an dup launch issue when iconified, thanks to Colin.
9519
9520 2006-09-06 [wwp]        2.4.0cvs155
9521
9522         * src/gtk//gtksctree.h
9523                 oops, forgot that one!
9524
9525 2006-09-06 [wwp]        2.4.0cvs154
9526
9527         * manual/pl/advanced.xml
9528         * manual/advanced.xml
9529         * manual/es/advanced.xml
9530         * manual/fr/advanced.xml
9531         * src/prefs_customheader.c
9532         * src/prefs_filtering_action.c
9533         * src/foldersel.c
9534         * src/prefs_summaries.c
9535         * src/prefs_filtering.c
9536         * src/account.c
9537         * src/compose.c
9538         * src/prefs_summary_column.c
9539         * src/addr_compl.c
9540         * src/prefs_actions.c
9541         * src/prefs_folder_column.c
9542         * src/ssl_manager.c
9543         * src/prefs_template.c
9544         * src/prefs_display_header.c
9545         * src/prefs_common.h
9546         * src/prefs_matcher.c
9547         * src/prefs_common.c
9548         * src/prefs_toolbar.c
9549         * src/summaryview.c
9550         * src/folderview.c
9551         * src/gtk/gtksctree.c
9552         * src/gtk/pluginwindow.c
9553         * src/gtk/progressdialog.c
9554         * src/gtk/prefswindow.c
9555                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9556                 to make its meaning more obvious (all versions of the manual reflect
9557                 the change).
9558                 added an extra hidden option use_stripes_in_summary to allow
9559                 discarding these stripes in mainwindow's folder and message lists;
9560                 en and fr manuals only are OK towards this.
9561
9562 2006-09-06 [colin]      2.4.0cvs153
9563
9564         * src/textview.c
9565                 Hide Sylpheed-Claws' internal queue headers
9566                 when showing all headers. They'll be present
9567                 only in Source window.
9568
9569 2006-09-05 [colin]      2.4.0cvs152
9570
9571         * src/plugins/trayicon/trayicon.c
9572                 Fix crash at exit - we have to disconnect
9573                 our handlers
9574         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9575                 Update eggtrayicon - patch adapted from a
9576                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9577                 on Sylpheed's ML
9578
9579 2006-09-05 [colin]      2.4.0cvs151
9580
9581         * src/mainwindow.c
9582         * src/gtk/logwindow.c
9583                 Fix race condition when something writes
9584                 to the log too soon during init. Thanks
9585                 to Fabien Vantard
9586
9587 2006-09-05 [colin]      2.4.0cvs150
9588
9589         * src/mimeview.c
9590                 Don't select part on right-click either
9591
9592 2006-09-05 [paul]       2.4.0cvs149
9593
9594         * src/mimeview.c
9595                 completion of previous commit
9596                 Thanks to Colin
9597
9598 2006-09-05 [colin]      2.4.0cvs148
9599
9600         * src/mimeview.c
9601                 Don't force selection on middle-click, just open
9602
9603 2006-09-04 [colin]      2.4.0cvs147
9604
9605         * src/mimeview.c
9606                 Looks like gtk_notebook_set_current_page()
9607                 sometimes steals focus, and this annoys us
9608                 in MimeViewers as it renders navigation
9609                 keys useless. Take back focus after switching
9610                 pages.
9611
9612 2006-09-04 [colin]      2.4.0cvs146
9613
9614         * src/messageview.c
9615                 Set stop_loading when clicking on Next
9616                 during load. Don't add a callback to 
9617                 avoid over-complicating things.
9618
9619 2006-09-04 [colin]      2.4.0cvs145
9620
9621         * src/mimeview.c
9622         * src/messageview.c
9623                 Fix multiple loads in separate messageview
9624
9625 2006-09-04 [colin]      2.4.0cvs144
9626
9627         * src/summaryview.c
9628                 Let navigation keys be handled during 
9629                 load
9630
9631 2006-09-04 [colin]      2.4.0cvs143
9632
9633         * src/messageview.c
9634         * src/summaryview.c
9635         * src/textview.c
9636         * src/textview.h
9637                 Make loading of huge mails (lots of text and/or
9638                 images) cancellable, so the GUI doesn't block 
9639
9640 2006-09-04 [colin]      2.4.0cvs142
9641
9642         * src/plugins/trayicon/trayicon.c
9643                 Fix annoyance when removing a folder with 
9644                 unread mails: trayicon didn't update
9645
9646 2006-09-04 [paul]       2.4.0cvs141
9647
9648         * src/gtk/icon_legend.c
9649                 straighten up columns
9650                 Patch by Fabien Vantard
9651
9652 2006-09-04 [wwp]        2.4.0cvs140
9653
9654         * src/prefs_filtering.c
9655                 fix new line's account name in filtering prefs:
9656                 was "All", is now "(New)".
9657
9658 2006-09-04 [paul]       2.4.0cvs139
9659
9660         * tools/make.themes.project
9661                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9662                 instead of homebrewed "make release"
9663
9664 2006-09-03 [colin]      2.4.0cvs138
9665
9666         * src/folderview.c
9667                 Fix bug #1007 (Wrong folder highlighted)
9668
9669 2006-09-03 [colin]      2.4.0cvs137
9670
9671         * src/compose.c
9672                 Don't set Newsgroup: header to a mail folder
9673                 path
9674
9675 2006-09-03 [paul]       2.4.0cvs136
9676
9677         * src/prefs_other.c
9678         * src/prefs_spelling.c
9679                 unify the gui
9680
9681 2006-09-03 [paul]       2.4.0cvs135
9682
9683         * src/prefs_summaries.c
9684                 correct menu item text in prefs_keybind_apply_clicked()
9685
9686 2006-09-03 [paul]       2.4.0cvs134
9687
9688         * manual/advanced.xml
9689                 some improvements to the descriptions
9690         * src/mainwindow.c
9691         * src/messageview.c
9692         * src/summaryview.c
9693         * src/gtk/menu.c
9694                 fix menu sensitivity issues
9695         * src/prefs_message.c
9696                 drop the useless word 'short'
9697         * src/prefs_other.c
9698                 add the word 'lines' indicating log length
9699                 is a measure of lines
9700         * src/textview.c
9701                 fix compilation warnings
9702
9703 2006-09-02 [colin]      2.4.0cvs133
9704
9705         * src/messageview.c
9706                 Display a special return-receipt message
9707                 if the message is from the user
9708         * src/summaryview.c
9709                 Fix missing freeze of the list when marking
9710                 all read and unthreading for exec. Thanks
9711                 to Stephan Sachse.
9712
9713 2006-09-02 [paul]       2.4.0cvs132
9714
9715         * src/mainwindow.c
9716         * src/prefs_message.c
9717         * src/summaryview.c
9718                 fix some english
9719
9720 2006-09-02 [wwp]        2.4.0cvs131
9721
9722         * src/prefs_filtering.c
9723                 added an account name column to the filtering rules
9724                 dialog.
9725
9726 2006-09-02 [colin]      2.4.0cvs130
9727
9728         * src/gtk/logwindow.c
9729         * src/gtk/logwindow.h
9730                 Block scrolling if we're not at the end
9731                 of the log
9732
9733 2006-09-02 [colin]      2.4.0cvs129
9734
9735         * src/folder.c
9736                 Make sure account-specific rules can't
9737                 be used in {pre-,post-,}processing
9738         * src/mainwindow.c
9739         * src/gtk/logwindow.c
9740         * src/gtk/logwindow.h
9741                 Jump to last error when clicking on the
9742                 warning icon
9743
9744 2006-09-02 [colin]      2.4.0cvs128
9745
9746         * src/imap.c
9747         * src/import.c
9748         * src/mainwindow.c
9749         * src/mainwindow.h
9750                 Fix warning icon
9751         * src/inc.c
9752         * src/mbox.c
9753         * src/mbox.h
9754                 Let proc_mbox know its account, for
9755                 account-specific rules
9756
9757 2006-09-01 [colin]      2.4.0cvs127
9758
9759         * src/codeconv.c
9760                 Don't uselessly use iconv to convert from
9761                 us-ascii
9762         * src/alertpanel.c
9763         * src/mainwindow.c
9764         * src/mainwindow.h
9765         * src/inc.c
9766                 Fix certain log cases, disable warning icon
9767                 for now, the correct way to display it when
9768                 necessary and only when necessary is probably
9769                 to do it manually rather than use error logs
9770         * src/etpan/imap-thread.c
9771                 Clean up UID logging a bit
9772         * src/gtk/logwindow.c
9773         * src/gtk/logwindow.h
9774                 Make logging faster when the window's closed
9775
9776 2006-09-01 [wwp]        2.4.0cvs126
9777
9778         * manual/fr/account.xml
9779                 reflect changes to the ref. manual (parts of cvs72):
9780                 fix tabnames and quotes.
9781
9782 2006-09-01 [wwp]        2.4.0cvs125
9783
9784         * manual/fr/plugins.xml
9785                 reflect changes to the reference manual (cvs42):
9786                 update IRC channel info.
9787
9788 2006-09-01 [wwp]        2.4.0cvs124
9789
9790         * commitHelper
9791                 use CVSEDITOR env. var. if set, according to `man cvs`.
9792
9793 2006-09-01 [wwp]        2.4.0cvs123
9794
9795         * manual/advanced.xml
9796                 better sentence again (thanks to Paul).
9797
9798 2006-09-01 [wwp]        2.4.0cvs122
9799
9800         * manual/advanced.xml
9801         fix definition of toolbar_detachable and rework a bit the one of
9802         enable_dotted_lines.
9803
9804 2006-09-01 [mones]      2.4.0cvs121
9805
9806         * manual/advanced.xml
9807                 Document enable_dotted_lines
9808
9809 2006-09-01 [paul]       2.4.0cvs120
9810
9811         * src/folderview.c
9812         * src/folderview.h
9813         * src/imap.c
9814         * src/mainwindow.c
9815         * src/summaryview.c
9816                 obey the 'When entering folder...' option
9817                 when using the /View/Go to/... menu items
9818                 Thanks to Colin
9819
9820 2006-08-31 [colin]      2.4.0cvs119
9821
9822         * src/folderview.c
9823                 Revert 2.4.0cvs116, wrong fix.
9824
9825 2006-08-31 [colin]      2.4.0cvs118
9826
9827         * src/gtk/gtksctree.c
9828                 Better state the various copyrights
9829
9830 2006-08-31 [colin]      2.4.0cvs117
9831
9832         * src/prefs_common.c
9833                 fix enable_dotted_lines
9834
9835 2006-08-31 [colin]      2.4.0cvs116
9836
9837         * src/folderview.c
9838                 Use pref "Always open on select" when going
9839                 to next unread folder
9840         * src/gtk/gtksctree.c
9841                 Fix link failure to _gtk_clist_create_cell_layout
9842                 on certain computers. (Why not mine, I wonder)
9843
9844 2006-08-31 [colin]      2.4.0cvs115
9845
9846         * src/procmsg.c
9847         * src/textview.c
9848         * src/plugins/bogofilter/bogofilter.c
9849         * src/plugins/spamassassin/spamassassin.c
9850                 Requalify some "errors" to warnings
9851         * src/mainwindow.c
9852         * src/mainwindow.h
9853         * src/statusbar.c
9854                 Add an icon in the statusbar to notify
9855                 of errors
9856         * src/gtk/gtksctree.c
9857         * src/folderview.c
9858         * src/summaryview.c
9859                 Make the GtkSCTree look more modern by
9860                 alternating background lines
9861         * src/prefs_common.c
9862         * src/prefs_common.h
9863                 Add a pref to let people have the old
9864                 way if they prefer
9865
9866
9867 2006-08-30 [colin]      2.4.0cvs114
9868
9869         * src/procmsg.c
9870         * src/procmsg.h
9871                 Provide a way to filter a list of
9872                 messages in an optimised manner, and
9873                 add a list-filtering hook
9874         * src/folder.c
9875         * src/inc.c
9876         * src/mbox.c
9877                 Use the list filtering
9878         * src/plugins/bogofilter/bogofilter.c
9879                 Use the list-filtering hook
9880                 Use -b (bulk) mode for more speed
9881                 when learning and filtering
9882         * src/etpan/imap-thread.c
9883                 Make log output shorter in UID SEARCH
9884
9885
9886 2006-08-30 [colin]      2.4.0cvs113
9887
9888         * src/plugins/bogofilter/bogofilter.c
9889                 Really fast mass learning - thanks to David
9890                 Relson for the options explanations :)
9891
9892 2006-08-30 [colin]      2.4.0cvs112
9893
9894         * src/msgcache.c
9895                 Fix compilation on FreeBSD. Thanks
9896                 to Michael Hugues
9897
9898 2006-08-29 [colin]      2.4.0cvs111
9899
9900         * src/folderview.c
9901                 Handle "popup_menu" signal (for popping the 
9902                 menu via the keyboard)
9903         * src/mimeview.c
9904         * src/mimeview.h
9905         * src/summaryview.c
9906         * src/textview.c
9907         * src/gtk/gtkutils.c
9908         * src/gtk/gtkutils.h
9909                 Factorize scrolling code, and add an API 
9910                 for MimeViewers to handle scroll orders
9911
9912 2006-08-29 [wwp]        2.4.0cvs110
9913
9914         * src/plugins//bogofilter/bogofilter.c
9915         * src/plugins//spamassassin/spamassassin.c
9916                 make the bogofilter/spamassassin filtering error dialogs at
9917         incorporation obey to the "don't popup error dialog on
9918         receive error" option. If disabled, feed the log window w/
9919         the error message.
9920
9921 2006-08-29 [paul]
9922
9923         2.5.0-rc2 released
9924
9925 2006-08-29 [paul]       2.4.0cvs109
9926
9927         * Makefile.am
9928                 remove 'make release', it's not needed
9929                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9930
9931 2006-08-29 [paul]       2.4.0cvs108
9932
9933         * src/foldersel.c
9934         * src/summary_search.c
9935         * src/gtk/progressdialog.c
9936         * src/plugins/pgpcore/passphrase.c
9937                 replace deprecated gtk_window_set_policy()
9938
9939 2006-08-29 [colin]      2.4.0cvs107
9940
9941         * src/folder.c
9942                 Fix data loss when copy fails during a move:
9943                 only use fast remove_msgs if everything was
9944                 copied OK; else use slow remove_msg on the
9945                 mails that got copied only.
9946
9947 2006-08-28 [paul]       2.4.0cvs106
9948
9949         * src/mh.c
9950                 revert change in 2.4.0cvs104, it breaks
9951                 stuff
9952
9953 2006-08-28 [paul]       2.4.0cvs105
9954
9955         * src/plugins/spamassassin/spamassassin.c
9956                 english fix
9957
9958 2006-08-28 [paul]       2.4.0cvs104
9959
9960         * src/mh.c
9961                 fix data loss when moving to another
9962                 mailbox fails
9963         * src/prefs_spelling.c
9964                 improve the english
9965         * src/gtk/pluginwindow.c
9966                 improve the layout of the dialog text
9967         All thanks to Colin
9968
9969 2006-08-28 [paul]       2.4.0cvs103
9970
9971         * src/plugins/bogofilter/bogofilter.c
9972         * src/plugins/bogofilter/bogofilter_gtk.c
9973                 fix english up a bit, innit
9974
9975 2006-08-28 [paul]       2.4.0cvs102
9976
9977         * configure.ac
9978         * po/Makefile.in.in
9979         * po/Makevars
9980                 require autoconf 2.60, enabling building
9981                 with gettext 0.15 (gettext 0.14.x build still
9982                 possible). Replace Makefiles with versions
9983                 from gettext 0.15.
9984                 Remove configure options --with-localedir and
9985                 --with-mandir. The options that are provided
9986                 directly by autoconf 2.60 can be used instead:
9987                 --mandir --localedir
9988
9989 2006-08-27 [colin]      2.4.0cvs101
9990
9991         * src/plugins/bogofilter/Makefile.am
9992                 Fix make dist (no README)
9993
9994 2006-08-27 [colin]      2.4.0cvs100
9995
9996         * src/folder.c
9997                 Don't use F_UNKNOWN folders for any default
9998                 outbox/trash/etc
9999         * src/plugins/bogofilter/bogofilter.c
10000         * src/plugins/bogofilter/bogofilter.h
10001         * src/plugins/bogofilter/bogofilter_gtk.c
10002                 Add an option to specify the path to bogofilter
10003                 Use single-quotes to be able to learn in folders
10004                 with spaces in their names
10005                 Verify learning status
10006
10007 2006-08-27 [colin]      2.4.0cvs99
10008
10009         * manual/faq.xml
10010         * manual/plugins.xml
10011                 Document Bogofilter plugin
10012
10013 2006-08-27 [colin]      2.4.0cvs98
10014
10015         * src/compose.c
10016         * src/messageview.c
10017         * src/procmsg.c
10018         * src/procmsg.h
10019                 When possible, copy the queued mail to sent folder
10020                 instead of re-adding. Much faster on IMAP.
10021
10022 2006-08-27 [colin]      2.4.0cvs97
10023
10024         * src/msgcache.c
10025                 Disable mmaped caches - huge metadata loss
10026                 here after a power failure.
10027         * src/summaryview.c
10028                 Add quicksearch timing
10029         * src/common/plugin.c
10030         * src/common/plugin.h
10031                 Implement an interface to tell what plugins
10032                 provide. Prevent loading of similar plugins.
10033         * src/plugins/clamav/clamav_plugin.c
10034         * src/plugins/demo/demo.c
10035         * src/plugins/dillo_viewer/dillo_viewer.c
10036         * src/plugins/pgpcore/plugin.c
10037         * src/plugins/pgpinline/pgpinline.c
10038         * src/plugins/pgpmime/pgpmime.c
10039         * src/plugins/spamassassin/spamassassin.c
10040         * src/plugins/trayicon/trayicon.c
10041                 Implement plugin_provides()
10042
10043 2006-08-27 [colin]      2.4.0cvs96
10044
10045         * configure.ac
10046         * src/plugins/Makefile.am
10047         * src/plugins/bogofilter/.cvsignore
10048         * src/plugins/bogofilter/Makefile.am
10049         * src/plugins/bogofilter/bogofilter.c
10050         * src/plugins/bogofilter/bogofilter.h
10051         * src/plugins/bogofilter/bogofilter_gtk.c
10052                 New Bogofilter plugin, provides filtering and
10053                 learning. Spamassassin will go to extra plugins.
10054
10055 2006-08-26 [mones]      2.4.0cvs95
10056
10057         * manual/handling.xml
10058                 Fix subfolder path in the example (thanks to Paul) 
10059
10060 2006-08-26 [mones]      2.4.0cvs94
10061
10062         * manual/glossary.xml
10063                 2.2. + add ISP to the glossary
10064                 7.5. + Add UIDL to glossary
10065                 7.7. + Add TCP to glossary
10066         * manual/handling.xml
10067                 7.1. + Mentions GNU/Linux distribution, what about the non...
10068                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10069                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10070                 7.4. = Use appropriate quotation for commands
10071                 7.6. = change "" to <quote></quote>
10072         * manual/plugins.xml
10073                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10074         * manual/starting.xml
10075                 2.1. + local mbox file: some examples of mbox file locations...
10076                 Also reformatted files requiring it
10077
10078 2006-08-26 [wwp]        2.4.0cvs93
10079
10080         * src/summary_search.c
10081                 disable find buttons while summary search is running.
10082
10083 2006-08-25 [colin]      2.4.0cvs92
10084
10085         * src/folder.c
10086         * src/folderutils.c
10087         * src/mh.c
10088         * src/procmsg.h
10089         * src/summaryview.c
10090                 Speed up MH moving, and add progressbar
10091                 for MH deletion
10092         * src/msgcache.c
10093                 Write cache files using mmap() too
10094
10095 2006-08-25 [wwp]        2.4.0cvs91
10096
10097         * src/summaryview.c
10098                 switch spam<->ham button when a message has been marked as spam or ham
10099                 and is still selected. Thanks to Colin.
10100
10101 2006-08-25 [paul]       2.4.0cvs90
10102
10103         * src/Makefile.am
10104         * src/stock_pixmap.c
10105         * src/stock_pixmap.h
10106         * src/summaryview.c
10107         * src/gtk/icon_legend.c
10108         * src/pixmaps/copied.xpm
10109         * src/pixmaps/moved.xpm
10110                 add icons for delayed execution marked for
10111                 copying, marked for moving
10112
10113 2006-08-25 [mones]      2.4.0cvs89
10114
10115         * manual/glossary.xml
10116                 Fix the other glossary items:
10117                 5.1. = Inmmediate execution -> <quote>immediate execution...
10118                 5.2. = Fix MBOX capitalization -> Mbox
10119                 5.3. + Improve Plugins def. w/ tech. ref.
10120                 5.4. = Quotation -> replace '>' by <quote>></quote>
10121                 5.5. - SMTP Server. -> remove dot
10122         * po/es.po
10123                 Updated translation
10124
10125 2006-08-25 [mones]      2.4.0cvs88
10126
10127         * manual/ack.xml
10128                 Reformatted, changed email address
10129         * manual/glossary.xml
10130                 Reformatted, fixed MANUAL-TODO items:
10131                 8.2. + add ROT-13 to glossary
10132                 8.4. + add URL to glossary
10133         * manual/es/advanced.xml
10134                 Fixed <literal>s
10135
10136 2006-08-25 [paul]       2.4.0cvs87
10137
10138         * src/gtk/icon_legend.c
10139                 add 'marked for deletion' icon
10140                 arrange icons by containing column
10141                 wrap long label text
10142
10143 2006-08-25 [colin]      2.4.0cvs86
10144
10145         * src/common/utils.c
10146         * src/common/utils.h
10147                 Add the sc_g_*list_bigger functions in
10148                 a place everyone can use it
10149         * src/summaryview.c
10150                 Only freeze/thaw the list when working
10151                 on the selection, if it's bigger than 1
10152         * src/gtk/gtksctree.c
10153                 Only freeze/thaw the list when unselec-
10154                 ting 'all' if ('all' != 1)
10155                 This avoids some flickering
10156
10157 2006-08-24 [colin]      2.4.0cvs85
10158
10159         * src/addressbook.c
10160                 Fix strange list selection
10161                 Fix random seg (Invalid read of freed memory)
10162
10163 2006-08-24 [colin]      2.4.0cvs84
10164
10165         * src/alertpanel.c
10166         * src/gtk/inputdialog.c
10167         * src/plugins/pgpcore/passphrase.c
10168                 Revert minimal width patch of 2.4.0cvs67,
10169                 as it is also a maximal width. Use 
10170                 gtk_window_set_default_size instead.
10171
10172 2006-08-24 [colin]      2.4.0cvs83
10173
10174         * src/msgcache.c
10175                 Write cache/mark to temp files before
10176                 overwriting old ones (avoids metadata
10177                 loss if writing the new files fail).
10178                 Use mmap() to read cache/mark file, as
10179                 this makes cache reading faster. Dis-
10180                 abled for big-endian machines until it
10181                 can be tested. (Big-endian users: set
10182                 msgcache_use_mmap = TRUE in the relevant
10183                 #if).
10184         * src/procmsg.h
10185                 Move rarely used fields of MsgInfo in 
10186                 another structure, which will only be
10187                 allocated if needed. Face, X-Face,
10188                 Return receipt headers and List-*
10189                 headers are moved. Mails having none
10190                 of these occupy 52 bytes less with
10191                 this patch, which makes 2.5MB of RAM
10192                 saved on a 50k folder).
10193         * src/headerview.c
10194         * src/mainwindow.c
10195         * src/messageview.c
10196         * src/partial_download.c
10197         * src/procheader.c
10198         * src/procmsg.c
10199         * src/textview.c
10200                 Follow this structure change.
10201
10202 2006-08-24 [wwp]        2.4.0cvs82
10203
10204         * manual/es/.cvsignore
10205         * manual/es/dist/.cvsignore
10206         * manual/es/dist/html/.cvsignore
10207         * manual/es/dist/pdf/.cvsignore
10208         * manual/es/dist/ps/.cvsignore
10209         * manual/es/dist/txt/.cvsignore
10210                 more (generated) files to ignore.
10211
10212 2006-08-24 [colin]      2.4.0cvs81
10213
10214         * src/folder.c
10215         * src/mh.c
10216                 Fix possible problems with local delivery. Check the folder doesn't
10217                 need scan before setting its mtime when saving cache (which can be
10218                 done long after the folder's been modified by an external process);
10219                 Check that the stored item's mtime didn't change in mh functions.
10220
10221 2006-08-24 [mones]      2.4.0cvs80
10222
10223         * manual/advanced.xml
10224                 Rewrapping, some fixes and MANUAL-TODO items:
10225                 8.1. = change "" to <quote></quote>
10226                 8.3. = quote menu items
10227                 8.5. - deploying -> new user ... ideally a new user (redundant)
10228
10229 2006-08-23 [colin]      2.4.0cvs79
10230
10231         * src/gtk/gtksctree.c
10232                 When selecting or deselecting range, only
10233                 freeze/thaw when selection is bigger than 10
10234
10235 2006-08-23 [colin]      2.4.0cvs78
10236
10237         * src/messageview.c
10238         * src/mimeview.c
10239         * src/mimeview.h
10240         * src/plugins/dillo_viewer/dillo_viewer.c
10241                 Provide an API for MimeViewer plugins to
10242                 return a text selection for replying
10243
10244 2006-08-23 [colin]      2.4.0cvs77
10245
10246         * src/image_viewer.c
10247         * src/textview.c
10248                 Use gtk_pixbuf_new_from_file_at_scale(), which
10249                 is faster than getting the pixbuf then resizing
10250                 it.
10251
10252 2006-08-23 [colin]      2.4.0cvs76
10253
10254         * src/procmime.c
10255                 UTF-8 should be sent Quoted-printable
10256
10257 2006-08-22 [colin]      2.4.0cvs75
10258
10259         * src/mh.c
10260                 Check if scan is required before touching
10261                 the folder (or it'll be required every time)
10262
10263 2006-08-22 [colin]      2.4.0cvs74
10264
10265         * configure.ac
10266                 Require libetpan 0.46 (crasher fix when built
10267                 against gnutls)
10268
10269 2006-08-22 [colin]      2.4.0cvs73
10270
10271         * src/folder.c
10272                 Set folder's mtime after writing its
10273                 cache
10274         * src/folderview.c
10275                 Add some timing
10276         * src/procmsg.c
10277                 Don't do useless stuff if we don't 
10278                 thread by subject
10279         * src/summaryview.c
10280                 Add some timing, don't deselect prior
10281                 to selecting (gtksctree does it itself),
10282                 remove crash avoidance hacks as it's been
10283                 properly fixed since a while
10284         * src/common/utils.c
10285                 Optimize to_human_readable(): _() is slow,
10286                 do it only once, and avoid %f format for KB
10287                 (the most common in a summaryview)
10288         * src/gtk/gtksctree.c
10289                 Don't uselessly freeze/thaw (fixes flicker
10290                 on next unread and friends), reduce number
10291                 of g_list_nth/g_list_position where possible
10292         * src/gtk/gtkutils.c
10293         * src/gtk/gtkutils.h
10294                 Reduce number of g_list_nth/g_list_position
10295                 where possible.
10296                 All of this makes loading as 70k folder 2.1
10297                 seconds instead of 3.2 (with hot FS caches).
10298                 (1.3 seconds without Date and Size columns...)
10299
10300 2006-08-22 [paul]       2.4.0cvs72
10301
10302         wrap documents and do some items from mones' MANUAL-TODO:
10303
10304         * manual/account.xml
10305                 4.1. = fix tabname references to <quote>tabname</quote>
10306                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10307         * manual/faq.xml
10308                 1.1. = mentioned options don't match UI
10309                 Add information about the 'Never send Return Receipts'
10310                 option
10311         * manual/handling.xml
10312                 6.2. = Mentions Extended symbols button, but now is
10313                 named Information
10314                 6.3. = Mentions ... button, which is now Edit
10315
10316 2006-08-22 [colin]      2.4.0cvs71
10317
10318         * src/gtk/pluginwindow.c
10319                 Fix layout in verbose translations (such
10320                 as french)
10321
10322 2006-08-22 [paul]       2.4.0cvs70
10323
10324         * manual/Makefile.am
10325                 build manuals in alphabetical order
10326         * src/addressbook.c
10327         * src/prefs_themes.c
10328                 replace/remove deprecated symbols
10329         * src/gtk/gtkutils.c
10330                 fix a warning
10331         * src/gtk/pluginwindow.c
10332                 replace deprecated symbol
10333                 replace label text and move it
10334         * src/plugins/pgpcore/prefs_gpg.c
10335                 move the 'Generate...' button out of the
10336                 Sign Key frame, replace the English used
10337         * src/plugins/pgpcore/sgpgme.c
10338                 fixes to the English
10339
10340 2006-08-21 [colin]      2.4.0cvs69
10341
10342         * src/plugins/trayicon/trayicon.c
10343                 Add more strings for translation; patch
10344                 by Pawel
10345
10346 2006-08-21 [colin]      2.4.0cvs68
10347
10348         * src/compose.c
10349                 fix replied flag not set after drafting
10350         * src/matcher.c
10351                 fix body quicksearch in non-encoded bodies
10352                 containing '='
10353         * src/msgcache.c
10354                 Get rid of the g_malloc workaround for
10355                 corrupted caches, use g_try_malloc
10356
10357 2006-08-21 [colin]      2.4.0cvs67
10358
10359         * src/alertpanel.c
10360         * src/gtk/inputdialog.c
10361         * src/plugins/pgpcore/passphrase.c
10362                 Set minimal width to 375
10363         * src/mainwindow.c
10364                 Fix switching to offline, asking if it 
10365                 should be overriden for synchronising
10366         * src/mimeview.c
10367                 Don't offer to remember command on Open 
10368                 with for text parts, as the browser or 
10369                 text editor command isn't changed from 
10370                 there
10371
10372 2006-08-20 [paul]       2.4.0cvs66
10373
10374         * po/ko.po
10375         * po/zh_CN.po
10376                 fix plural form errors. revealed by stricter
10377                 checking of gettext 0.15
10378
10379 2006-08-18 [paul]       2.4.0cvs65
10380
10381         * src/stock_pixmap.c
10382                 fix the fix of 2.4.0cvs64
10383                 Thanks to Colin
10384
10385 2006-08-18 [paul]       2.4.0cvs64
10386
10387         * src/stock_pixmap.c
10388                 fix leaks
10389                 Thanks to Colin
10390
10391 2006-08-18 [paul]       2.4.0cvs63
10392
10393         * src/compose.c
10394         * src/procmsg.c
10395                 fix occasional IMAP bug where large msgs
10396                 were left in the queue folder after sending
10397                 Thanks to Colin
10398
10399 2006-08-18 [paul]       2.4.0cvs62
10400
10401         * src/folderview.c
10402                 freeze the summaryview while quicksearch results
10403                 are displayed
10404                 (fixes bug 456 'current message is hidden when the
10405                 view is refreshed and extended search is "unread 
10406                 messages"')
10407                 Thanks to Colin
10408         * src/textview.c
10409                 add missing #include "inputdialog.h"
10410         * src/common/utils.h
10411                 add missing mailcap_update_default() and improve
10412                 readability
10413
10414 2006-08-17 [colin]      2.4.0cvs61
10415
10416         * src/plugins/pgpcore/select-keys.c
10417                 Fix warnings :)
10418
10419 2006-08-17 [colin]      2.4.0cvs60
10420
10421         * src/compose.c
10422                 Don't continue queuing if Cancel is clicked
10423                 in select-keys
10424
10425 2006-08-17 [colin]      2.4.0cvs59
10426
10427         * src/plugins/pgpcore/select-keys.c
10428                 When encrypting, if only one key matches and it 
10429                 matches exactly, automatically use it.
10430
10431 2006-08-17 [colin]      2.4.0cvs58
10432
10433         * src/mimeview.c
10434         * src/prefs_common.c
10435         * src/prefs_common.h
10436         * src/prefs_ext_prog.c
10437         * src/textview.c
10438                 Fix issues with previous patch (text/html)
10439                 Remove outdated prefs
10440
10441 2006-08-17 [colin]      2.4.0cvs57
10442
10443         * src/imap.c
10444                 Add View Log button on auth error
10445         * src/procmsg.c
10446                 Fix encrypted mail marked as new when
10447                 saved in normal folders
10448         * src/plugins/pgpinline/pgpinline.c
10449                 Fix encrypt bug on IMAP
10450         * src/mimeview.c
10451         * src/common/utils.c
10452         * src/common/utils.h
10453         * src/gtk/inputdialog.c
10454         * src/gtk/inputdialog.h
10455                 Get rid of metamail stuff, simplify
10456                 opening, and allow remembering of user's
10457                 choices (by updating ~/.mailcap). There's
10458                 still to drop "Audio player" and "Image
10459                 viewer" preferences.
10460
10461 2006-08-17 [mones]      2.4.0cvs56
10462
10463         * manual/es/sylpheed-claws-manual.xml
10464                 fix DTD path
10465
10466 2006-08-17 [mones]      2.4.0cvs55
10467
10468         * configure.ac
10469         * manual/Makefile.am
10470         * manual/es/Makefile.am
10471         * manual/es/account.xml
10472         * manual/es/ack.xml
10473         * manual/es/addrbook.xml
10474         * manual/es/advanced.xml
10475         * manual/es/faq.xml
10476         * manual/es/glossary.xml
10477         * manual/es/gpl.xml
10478         * manual/es/handling.xml
10479         * manual/es/intro.xml
10480         * manual/es/keyboard.xml
10481         * manual/es/plugins.xml
10482         * manual/es/starting.xml
10483         * manual/es/sylpheed-claws-manual.xml
10484         * manual/es/dist/Makefile.am
10485         * manual/es/dist/html/Makefile.am
10486         * manual/es/dist/pdf/Makefile.am
10487         * manual/es/dist/ps/Makefile.am
10488         * manual/es/dist/txt/Makefile.am
10489                 Spanish translation for the manual
10490
10491 2006-08-16 [colin]      2.4.0cvs54
10492
10493         * src/compose.c
10494         * src/main.c
10495         * src/mainwindow.c
10496                 Fix send button sensitivity at startup
10497                 Set send menu sensitivity (patch by Fabien)
10498         * src/ssl_manager.c
10499                 Enable closing with esc (patch by Fabien)
10500         * src/gtk/foldersort.c
10501                 Enable closing with esc (patch by Fabien)
10502         * src/procmime.c
10503                 Optimisation (no need to copy to tempfile to
10504                 "decode" 7bit and 8bit)
10505         * src/summaryview.c
10506                 Fix cruft in swap_from case
10507         * src/textview.c
10508                 Fix missing last line in some mail cases 
10509                 (Fixes debian #381872)
10510         * src/plugins/pgpcore/prefs_gpg.c
10511         * src/plugins/pgpcore/sgpgme.c
10512         * src/plugins/pgpcore/sgpgme.h
10513                 Don't show "no key found" when user explicitely
10514                 wants to create a key
10515
10516 2006-08-16 [paul]       2.4.0cvs53
10517
10518         * configure.ac
10519         * src/account.c
10520         * src/addressbook.c
10521         * src/headerview.c
10522         * src/prefs_account.c
10523         * src/prefs_message.c
10524         * src/gtk/gtkutils.c
10525                 bump up minimum required versions of GTK+ and
10526                 GLIB to 2.6.0
10527
10528 2006-08-16 [paul]       2.4.0cvs52
10529
10530         * src/toolbar.c
10531                 workaround GTK+ Bug 351600 - 'Can't re-click
10532                 on button after sensitivity update'
10533                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10534                 Thanks to Colin
10535
10536 2006-08-15 [colin]      2.4.0cvs51
10537
10538         * src/plugins/pgpcore/prefs_gpg.c
10539                 Set options sensitivity according to
10540                 key existence
10541         * src/plugins/pgpcore/sgpgme.c
10542                 Allow to create key with no passphrase
10543
10544 2006-08-14 [cleroy]     2.4.0cvs50
10545
10546         * src/gtk/pluginwindow.c
10547                 New layout (maybe to be changed?)
10548         * src/gtk/gtkutils.c
10549                 Fix a bit label_window
10550         * src/plugins/pgpcore/passphrase.c
10551         * src/plugins/pgpcore/passphrase.h
10552         * src/plugins/pgpcore/plugin.c
10553         * src/plugins/pgpcore/prefs_gpg.c
10554         * src/plugins/pgpcore/prefs_gpg.h
10555         * src/plugins/pgpcore/sgpgme.c
10556         * src/plugins/pgpcore/sgpgme.h
10557                 Allow to create a PGP private key via the GUI
10558
10559 2006-08-14 [wwp]        2.4.0cvs49
10560
10561         * src/addressbook_foldersel.c
10562                 fix strict ISO C90 compliance.
10563
10564 2006-08-14 [paul]       2.4.0cvs48
10565
10566         * src/gtk/prefswindow.c
10567                 re-set scrolled window on opening
10568                 Patch by Ticho
10569
10570 2006-08-14 [paul]
10571
10572         2.5.0-rc1 released
10573
10574 2006-08-14 [paul]       2.4.0cvs47
10575
10576         * src/prefs_display_header.c
10577                 re-enable user-defined Displayed Headers
10578
10579 2006-08-14 [paul]       2.4.0cvs46
10580
10581         * src/prefs_account.c
10582                 use GTK_STOCK_EDIT
10583
10584 2006-08-13 [colin]      2.4.0cvs45
10585
10586         * src/common/utils.c
10587                 Fix "a" in quote when the original message is empty,
10588                 by using \0 instead of 'a' to test writability of
10589                 temp files.
10590
10591 2006-08-13 [wwp]        2.4.0cvs44
10592
10593         * src/plugins/spamassassin/spamassassin.c
10594                 fix capitalization of "SpamAssassin" in some debug, log and
10595                 dialog messages.
10596
10597 2006-08-13 [paul]       2.4.0cvs43
10598
10599         * src/editldap.c
10600                 fix overlapping widgets
10601         * src/prefs_account.c
10602                 fix translation of protocol_names[]
10603                 fix label disappearing off the edge of the
10604                 visible area
10605
10606 2006-08-12 [paul]       2.4.0cvs42
10607
10608         * manual/plugins.xml
10609                 update IRC channel info before it gets forgotten
10610                 about
10611
10612 2006-08-11 [colin]      2.4.0cvs41
10613
10614         * src/compose.c
10615         * src/mainwindow.c
10616         * src/mainwindow.h
10617         * src/procmsg.c
10618         * src/procmsg.h
10619         * src/summaryview.c
10620         * src/toolbar.c
10621                 Grey out the Send button if
10622                 - Queue folders are empty, or
10623                 - We're sending already
10624
10625 2006-08-11 [wwp]        2.4.0cvs40
10626
10627         * src/main.c
10628                 fix a logic issue when quitting while a compose window is
10629                 still open, thanks to Colin.
10630
10631 2006-08-10 [colin]      2.4.0cvs39
10632
10633         * src/main.c
10634                 Fix default font size setting after wizard run
10635         * src/imap.c
10636         * src/etpan/imap-thread.c
10637         * src/etpan/imap-thread.h
10638                 Fix bug #999 (Timing out on TSL cert validation 
10639                 dialog makes ugly things happen). Also, STARTTLS
10640                 unconditionnaly if initial capabilities contain
10641                 LOGINDISABLED and STARTTLS.
10642
10643 2006-08-09 [colin]      2.4.0cvs38
10644
10645         * src/mainwindow.c
10646         * src/mainwindow.h
10647                 Fix Tools/Actions sensitivity when there are
10648                 no actions
10649
10650 2006-08-09 [colin]      2.4.0cvs37
10651
10652         * src/prefs_filtering.c
10653                 Warning fix, patch by Paul
10654         * src/messageview.c
10655         * src/prefs_actions.c
10656         * src/prefs_filtering_action.c
10657         * src/prefs_matcher.c
10658                 Uniformisation of "Info ..." to "Info..." (for
10659                 old gtk), patch by Fabien
10660         * src/plugins/clamav/clamav_plugin_gtk.c
10661                 Sensitivity fix by Fabien
10662
10663 2006-08-09 [colin]      2.4.0cvs36
10664
10665         * src/main.c
10666         * src/main.h
10667                 Add a function to know whether we're exiting
10668         * src/plugins/trayicon/trayicon.c
10669                 If exiting, don't do anything. Faster, and
10670                 avoids gtk_main_iteration reentracy causing
10671                 segfaults at exit
10672
10673 2006-08-09 [colin]      2.4.0cvs35
10674
10675         * src/messageview.c
10676         * src/mimeview.c
10677         * src/mimeview.h
10678                 Fix lack of part selection when automatically 
10679                 jumping to a specific part
10680         * src/msgcache.c
10681                 Little optimisation in cache reading
10682
10683 2006-08-09 [colin]      2.4.0cvs34
10684
10685         * src/compose.c
10686                 Fix crash setting the priority on reedit
10687                 (Accessing compose before creating it!)
10688
10689 2006-08-08 [colin]      2.4.0cvs33
10690
10691         * src/procmime.c
10692                 Fix bug #998 (last attachment is not accessible)
10693                 Bad RFC interpretation on multipart close-delimiters
10694         * src/mimeview.c
10695         * src/mimeview.h
10696         * src/gtk/gtkvscrollbutton.c
10697         * src/gtk/gtkvscrollbutton.h
10698                 Make attachments list wheel-scrollable
10699
10700 2006-08-07 [colin]      2.4.0cvs32
10701
10702         * src/gtk/gtkaspell.c
10703                 Fix bug #973 (Unicode punctation characters 
10704                 are not recognized as separators by the
10705                 spell checker); fix unsigned stuff
10706
10707 2006-08-07 [colin]      2.4.0cvs31
10708
10709         * src/compose.c
10710                 Fix bug #956 (DnD text with accents in compose 
10711                 text entry); fix gccc's signed/unsigned fuss
10712
10713 2006-08-06 [colin]      2.4.0cvs30
10714
10715         * src/main.c
10716                 Fix bug #979 (Plugin crashes when exiting 
10717                 sylpheed-claws) : handle exit request only 
10718                 once
10719
10720 2006-08-05 [colin]      2.4.0cvs29
10721
10722         * src/news.c
10723                 Just make sure we have a msgid.
10724
10725 2006-08-05 [colin]      2.4.0cvs28
10726
10727         * src/news.c
10728         * src/summaryview.c
10729                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10730                 by reimplementing it
10731         * src/textview.c
10732                 Fix bug when hiding quotes with level > 3 and quote
10733                 colors are recycled
10734
10735 2006-08-04 [colin]      2.4.0cvs27
10736
10737         * src/compose.c
10738         * src/undo.c
10739         * src/undo.h
10740                 Fix a bit replace-by-pasting undo
10741         * src/mainwindow.c
10742         * src/messageview.c
10743                 Fix Fold quotes menu synchro in
10744                 mainwindow when it changes in 
10745                 messageview
10746         * src/textview.c
10747                 Fix right-click on quotes blocks
10748         * src/common/utils.c
10749                 Verify that the file created by
10750                 my_tmpfile() is writable. Fixes
10751                 bug #988 (very specific filesystem
10752                 issue)
10753         * src/plugins/pgpcore/sgpgme.c
10754                 Fix file descriptor leak
10755         * src/plugins/spamassassin/spamassassin.c
10756                 Warn once if spamd isn't reachable
10757
10758 2006-08-04 [colin]      2.4.0cvs26
10759
10760         * src/toolbar.c
10761                 i18n context patch by Fabien
10762
10763 2006-08-03 [colin]      2.4.0cvs25
10764
10765         * src/mainwindow.c
10766         * src/messageview.c
10767                 Rename "Hide quotes" to "Fold quotes"
10768         * src/textview.c
10769                 Don't use hand cursor on quotes. "all 
10770                 the bonuses of the feature and none of 
10771                 unwelcome side-effects"
10772
10773 2006-08-03 [colin]      2.4.0cvs24
10774
10775         * AUTHORS
10776         * sylpheed-claws.desktop
10777         * src/gtk/authors.h
10778                 Bring the desktop file to XDG compliance
10779                 Patch by Charles A. Edwards
10780
10781 2006-08-03 [colin]      2.4.0cvs23
10782
10783         * src/textview.c
10784                 Fix links offset when they are preceded
10785                 by accentued chars (g_utf8_strlen!)
10786         * src/mainwindow.c
10787                 Fix wrong status when starting offline
10788
10789
10790 2006-08-03 [wwp]        2.4.0cvs22
10791
10792         * src/prefs_common.h
10793                 ask what to do w/ filtering rules that belong to an account when
10794                 applying filtering rules manually from the main window (skip,
10795                 apply regardless of the account, use current account). This dialog
10796                 can be skipped and the last reply used.
10797                 (forgot that file)
10798
10799 2006-08-03 [wwp]        2.4.0cvs21
10800
10801         * src/filtering.c
10802         * src/filtering.h
10803         * src/prefs_common.c
10804         * src/summaryview.c
10805         * src/alertpanel.c
10806         * src/alertpanel.h
10807         * src/messageview.c
10808                 ask what to do w/ filtering rules that belong to an account when
10809                 applying filtering rules manually from the main window (skip,
10810                 apply regardless of the account, use current account). This dialog
10811                 can be skipped and the last reply used.
10812
10813
10814 2006-08-03 [colin]      2.4.0cvs20
10815
10816         * src/textview.c
10817                 Optimize previous patch
10818
10819 2006-08-03 [cleroy]     2.4.0cvs19
10820
10821         * src/textview.c
10822                 Fix quotes getting toggled back when the
10823                 mail has an even number of text parts
10824
10825 2006-08-02 [colin]      2.4.0cvs18
10826
10827         * src/messageview.c
10828                 Add Hide quotes menu
10829
10830 2006-08-02 [colin]      2.4.0cvs17
10831
10832         * src/mainwindow.c
10833         * src/prefs_common.c
10834         * src/textview.c
10835         * src/textview.h
10836         * src/gtk/about.c
10837                 Allow per-level quote hiding,
10838                 Allow toggling quotes by double-clicking them
10839                 Rename RemoteURI to ClickableText to reflect
10840                 the fact it's used for a variety of things
10841
10842 2006-08-02 [wwp]        2.4.0cvs16
10843
10844         * src/mainwindow.c
10845                 fix "View/Hide quotes" menu item status initialization.
10846
10847 2006-08-02 [wwp]        2.4.0cvs15
10848
10849         * src/matcher_parser_parse.y
10850                 remove a debug trace.
10851
10852 2006-08-02 [paul]       2.4.0cvs14
10853
10854         * src/plugins/pgpcore/passphrase.c
10855                 don't set initial dialog size
10856                 make it resizable
10857
10858 2006-08-02 [paul]       2.4.0cvs13
10859
10860         * src/noticeview.c
10861                 remove the rogue '/' character
10862
10863 2006-08-02 [paul]       2.4.0cvs12
10864
10865         * src/noticeview.c
10866                 allow buttons to resize as necessary
10867
10868 2006-08-01 [wwp]        2.4.0cvs11
10869
10870         * src/mbox.c
10871                 fix strict ISO C90 compliance.
10872
10873 2006-08-01 [wwp]        2.4.0cvs10
10874
10875         * tools/update-po
10876                 updated update-po tool to work w/ context-dependent translations.
10877                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10878
10879 2006-08-01 [wwp]        2.4.0cvs9
10880
10881         * src/matcher.c
10882         * src/prefs_filtering.c
10883         * src/prefs_matcher.c
10884                 allow context-dependent translations for "All",
10885                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10886
10887 2006-07-31 [colin]      2.4.0cvs8
10888
10889         * AUTHORS
10890         * src/gtk/authors.h
10891                 Add Rafal to authors
10892
10893 2006-07-31 [colin]      2.4.0cvs7
10894
10895         * src/compose.c
10896         * src/mainwindow.c
10897         * src/messageview.h
10898         * src/prefs_common.c
10899         * src/prefs_common.h
10900         * src/textview.c
10901                 Add 'View/Hide quotes'. Patch based on a patch
10902                 by Rafal Weglarz
10903
10904 2006-07-31 [colin]      2.4.0cvs6
10905
10906         * src/action.c
10907                 Fix problem with "> stuff >" actions
10908
10909 2006-07-31 [paul]       2.4.0cvs5
10910
10911         * po/nb.po
10912                 updated by Geir Helland
10913
10914 2006-07-31 [wwp]        2.4.0cvs4
10915
10916         * src/mainwindow.c
10917         * src/summaryview.c
10918         * src/summaryview.h
10919                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10920                 thanks to Colin.
10921
10922 2006-07-31 [wwp]        2.4.0cvs3
10923
10924         * src/Makefile.am
10925         * src/addr_compl.c
10926         * src/addr_compl.h
10927         * src/addressbook.c
10928         * src/addressbook.h
10929         * src/addressbook_foldersel.c
10930         * src/addressbook_foldersel.h
10931         * src/addrindex.c
10932         * src/addrindex.h
10933         * src/matcher.c
10934         * src/matcher.h
10935         * src/matcher_parser_lex.l
10936         * src/matcher_parser_parse.y
10937         * src/prefs_common.c
10938         * src/prefs_common.h
10939         * src/prefs_filtering.c
10940         * src/prefs_matcher.c
10941         * src/prefs_matcher.h
10942         * src/summaryview.c
10943                 introduce filtering against the address book. It's now possible to add
10944                 matched conditions to determine if any email address in a message matches
10945                 or doesn't match any or all books or folders in the address book.
10946
10947 2006-07-31 [wwp]        2.4.0cvs2
10948
10949         * src/account.c
10950         * src/filtering.c
10951         * src/filtering.h
10952         * src/folder.c
10953         * src/folderview.c
10954         * src/inc.c
10955         * src/mainwindow.c
10956         * src/matcher.c
10957         * src/matcher_parser_lex.l
10958         * src/matcher_parser_parse.y
10959         * src/mbox.c
10960         * src/prefs_filtering.c
10961         * src/prefs_filtering.h
10962         * src/procmsg.c
10963         * src/procmsg.h
10964         * src/summaryview.c
10965                 introduce per-account filtering rules. Each filtering rule can now be assigned
10966                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10967                 when applying filtering rules manually, as all rules will apply - even the ones
10968                 assigned to an account. This issue will be addressed soon.
10969  
10970
10971
10972 2006-07-31 [wwp]        2.4.0cvs1
10973
10974         * src/quote_fmt.c
10975                 make more strings translatable.
10976
10977 2006-07-31 [paul]       2.4.0
10978
10979         2.4.0 released
10980
10981 2006-07-31 [paul]       2.3.1cvs91
10982
10983         * po/ca.po
10984                 updated by Miquel Oliete
10985
10986 2006-07-31 [paul]       2.3.1cvs90
10987
10988         * po/de.po
10989         * po/el.po
10990         * po/fr.po
10991         * po/it.po
10992         * po/pl.po
10993         * po/pt_BR.po
10994         * po/sr.po
10995         * po/zh_CN.po
10996                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10997                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10998                 Aleksandar Urosevic, and Ralgh Young
10999
11000 2006-07-31 [paul]       2.3.1cvs89
11001
11002         * src/account.c
11003         * src/main.c
11004         * src/mainwindow.c
11005         * src/mainwindow.h
11006                 Fix a race condition when, after an SC crash, rescanning
11007                 folders took more than 0.5 seconds
11008                 Thanks to Colin
11009
11010 2006-07-31 [paul]       2.3.1cvs88
11011
11012         * src/folderview.c
11013                 don't translate separator strings
11014
11015 2006-07-30 [mones]      2.3.1cvs87
11016
11017         * doc/man/sylpheed-claws.1
11018                 Fixed non-ASCII chars in Hoa's name
11019         * po/es.po
11020                 Updated for release
11021
11022 2006-07-27 [colin]      2.3.1cvs86
11023
11024         * src/textview.c
11025                 Don't include the leading \n in links
11026                 Patch by Fabien
11027
11028 2006-07-25 [colin]      2.3.1cvs85
11029
11030         * src/mainwindow.c
11031         * src/common/socket.h
11032         * src/etpan/imap-thread.c
11033                 Refresh resolvers before connecting
11034                 to IMAP servers, and after switching
11035                 to online. Thanks to Paul.
11036
11037 2006-07-18 [colin]
11038
11039         * 2.4.0-rc4 released
11040
11041 2006-07-17 [colin]      2.3.1cvs84
11042
11043         * src/inc.c
11044                 Show connection attempt in statusbar before
11045                 connecting (previously first message was
11046                 "Retrieving messages from ..." after the
11047                 connection succeeded.
11048
11049 2006-07-16 [wwp]        2.3.1cvs83
11050
11051         * sylpheed-claws.ico
11052                 Added .ico file (windows multi-size icon file, generated).
11053
11054 2006-07-12 [wwp]        2.3.1cvs82
11055
11056         * src/messageview.c
11057                 remove Message/Re-edit menu entry from messageview window,
11058                 as sent/draft/queued messages are opened in compose window when
11059                 re-edited and it's not possible to re-edit other msgs.
11060
11061 2006-07-12 [paul]       2.3.1cvs81
11062
11063         * AUTHORS
11064         * src/mainwindow.c
11065         * src/gtk/authors.h
11066                 check online state before resetting
11067                 mailcheck timer. Useful if some program
11068                 verifies connection state and updates
11069                 Claws.
11070                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11071
11072 2006-07-12 [paul]       2.3.1cvs80
11073
11074         * sylpheed-claws-128x128.png
11075         * sylpheed-claws-64x64.png
11076         * sylpheed-claws.png
11077         * src/Makefile.am
11078         * src/main.c
11079         * src/prefs_toolbar.c
11080         * src/stock_pixmap.c
11081         * src/stock_pixmap.h
11082         * src/wizard.c
11083         * src/gtk/about.c
11084         * src/gtk/gtkutils.c
11085         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11086         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11087         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11088         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11089         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11090         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11091                 updated and renamed logo/icon files and related
11092                 logo by Jesper Schultz
11093
11094 2006-07-11 [paul]       2.3.1cvs79
11095
11096         * src/main.c
11097                 fix the labels a smidgin
11098
11099 2006-07-09 [colin]      2.3.1cvs78
11100
11101         * src/textview.c
11102                 Show errors in textviewer's command
11103                 Patch by H. Merijn Brand
11104
11105 2006-07-09 [colin]      2.3.1cvs77
11106
11107         * src/compose.c
11108                 Save FMID in drafts too
11109
11110 2006-07-08 [colin]      2.3.1cvs76
11111
11112         * src/compose.c
11113                 Svae RMID in drafted mails too
11114                 Save quote_fmt vars for whole mails,
11115                 don't reset at each quote_fmt_init:
11116                 allows to use the same |i{var} in
11117                 various template fields
11118         * src/prefs_template.c
11119         * src/quote_fmt.h
11120         * src/quote_fmt_parse.y
11121                 Same
11122
11123 2006-07-08 [colin]      2.3.1cvs75
11124
11125         * src/textview.c
11126                 Fix highlighting of attached parts URIs
11127
11128 2006-07-08 [colin]      2.3.1cvs74
11129
11130         * src/main.c
11131                 Prevent bug #981 (sc 2.3.1 segfaults with 
11132                 gtk+ 2.10) from being reported again:
11133                 if Sylpheed-Claws has been compiled against
11134                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11135                 of if Sylpheed-Claws has been compiled against
11136                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11137                 error out.
11138
11139 2006-07-07 [colin]      2.3.1cvs73
11140
11141         * src/prefs_actions.c
11142                 Fix label
11143
11144 2006-07-07 [colin]      2.3.1cvs72
11145
11146         * src/prefs_actions.c
11147                 Fix compile on gtk < 2.8. argh :)
11148
11149 2006-07-07 [paul]       2.3.1cvs71
11150
11151         * src/common/defs.h
11152                 update DONATE_URI
11153
11154 2006-07-07 [colin]      2.3.1cvs70
11155
11156         * po/POTFILES.in
11157         * src/quote_fmt.c
11158         * src/quote_fmt_lex.l
11159         * src/quote_fmt_parse.y
11160                 Add |i{var}, a way to insert user-entered
11161                 text in a template
11162
11163 2006-07-07 [colin]
11164
11165         * 2.4.0-rc3 released
11166
11167 2006-07-07 [colin]      2.3.1cvs69
11168
11169         * src/folder.c
11170                 Don't consider inboxes of UNKNOWN folder 
11171                 classes to be useable as default inboxes
11172
11173 2006-07-07 [paul]       2.3.1cvs68
11174
11175         * src/textview.c
11176                 add missing #include <errno.h>
11177                 Thanks to René J. Blokland
11178
11179 2006-07-07 [paul]       2.3.1cvs67
11180
11181         * src/action.c
11182                 Return now Closes dialog
11183         * src/mimeview.c
11184         * src/mimeview.h
11185         * src/textview.c
11186                 add contextual menu to mime parts listed
11187                 in the textview
11188                 Thanks to Colin
11189         * src/common/utils.c
11190                 reversal: ' is a valid character in URLs
11191
11192 2006-07-06 [colin]      2.3.1cvs66
11193
11194         * src/remotefolder.h
11195                 Forgotten in previous commit
11196
11197 2006-07-06 [colin]      2.3.1cvs65
11198
11199         * src/folder.c
11200                 Set summary update flag whenever
11201                 totals changed
11202         * src/imap.c
11203         * src/prefs_account.c
11204         * src/common/utils.h
11205         * src/etpan/imap-thread.c
11206                 Fix warnings, thanks to Fabien and
11207                 Ricardo
11208
11209 2006-07-06 [wwp]        2.3.1cvs64
11210
11211         * src/gtk/gtkutils.c
11212                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11213
11214 2006-07-06 [wwp]        2.3.1cvs63
11215
11216         * src/account.c
11217         * src/addressbook.c
11218         * src/addressitem.h
11219         * src/folderview.c
11220         * src/mainwindow.c
11221         * src/manual.c
11222         * src/manual.h
11223         * src/message_search.c
11224         * src/prefs_actions.c
11225         * src/prefs_filtering.c
11226         * src/prefs_filtering.h
11227         * src/prefs_template.c
11228         * src/summary_search.c
11229         * src/summaryview.c
11230         * src/gtk/gtkutils.c
11231         * src/gtk/gtkutils.h
11232         * src/gtk/pluginwindow.c
11233                 add help buttons to some dialogs. Clicking such buttons opens a
11234                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11235
11236 2006-07-06 [paul]       2.3.1cvs62
11237
11238         * src/textview.c
11239                 fix attachments contextual menu
11240                 Thanks to Colin
11241
11242 2006-07-05 [colin]      2.3.1cvs61
11243
11244         * src/textview.c
11245         * src/compose.c
11246                 Handle sftp:// links
11247
11248 2006-07-05 [paul]       2.3.1cvs60
11249
11250         * src/gtk/filesel.c
11251                 grab save button by default
11252                 Thanks to Colin
11253
11254 2006-07-05 [wwp]        2.3.1cvs59
11255
11256         * manual/xml2pdf
11257                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11258
11259 2006-07-04 [colin]      2.3.1cvs58
11260
11261         * src/mimeview.c
11262         * src/textview.c
11263                 Use left click to select, middle click to open
11264                 on mimeparts links
11265         * src/common/utils.c
11266                 Fix segfault
11267
11268 2006-07-04 [colin]      2.3.1cvs57
11269
11270         * src/mainwindow.c
11271         * src/news.c
11272                 Warning fixes, thanks to Fabien
11273
11274 2006-07-04 [colin]      2.3.1cvs56
11275
11276         * src/mimeview.c
11277         * src/mimeview.h
11278         * src/textview.c
11279                 Allow parts to be selected via their text label
11280                 in textview
11281
11282 2006-07-04 [colin]      2.3.1cvs55
11283
11284         * src/folderview.c
11285                 Feedback when closing (for big folders)
11286         * src/prefs_actions.c
11287         * src/prefs_filtering.c
11288         * src/prefs_matcher.c
11289         * src/prefs_template.c
11290                 Fix default button when closing without
11291                 having saved
11292
11293 2006-07-04 [colin]      2.3.1cvs54
11294
11295         * src/news.c
11296                 Delete local file on deletion
11297
11298 2006-07-03 [colin]      2.3.1cvs53
11299
11300         * src/folderview.c
11301         * src/main.c
11302                 Don't freeze when rescanning after crash
11303
11304 2006-07-03 [wwp]        2.3.1cvs52
11305
11306         * src/compose.c
11307         * src/privacy.c
11308         * src/privacy.h
11309         * src/plugins/pgpinline/pgpinline.c
11310         * src/plugins/pgpmime/pgpmime.c
11311                 don't report an error when the user cancels the passphrase dialog.
11312
11313 2006-07-02 [colin]      2.3.1cvs51
11314
11315         * src/folderview.c
11316                 Open message when crossing folders with Space,
11317                 goto next unread and friends
11318
11319 2006-07-01 [colin]      2.3.1cvs50
11320
11321         * src/prefs_account.c
11322                 Typographic rules varying from language
11323                 to language (in french "Protocole :"),
11324                 we have to do that :)
11325
11326 2006-07-01 [ticho]      2.3.1cvs49
11327
11328         * src/prefs_account.c
11329                 Only use one temporary gchar* variable in
11330                 prefs_account_protocol_set_optmenu().
11331
11332 2006-07-01 [ticho]      2.3.1cvs48
11333
11334         * src/prefs_account.c
11335         * src/prefs_account.h
11336                 Use GtkLabel for existing account protocol name.
11337                 Created an array for protocol names and populate the
11338                 combobox from it in a for() cycle.
11339
11340 2006-06-30 [colin]      2.3.1cvs47
11341
11342         * src/compose.c
11343                 Block undo when changing signature (by changing
11344                 account)
11345
11346 2006-06-30 [paul]       2.3.1cvs46
11347
11348         * src/send_message.c
11349                 when editing From in the Compose window, use that address
11350                 in the Return-Path: header
11351                 Thanks to Colin
11352
11353 2006-06-30 [colin]      2.3.1cvs45
11354
11355         * src/compose.c
11356                 Fix signature replacement:
11357                 - when no newline before separator
11358                 - when reediting
11359
11360 2006-06-29 [colin]      2.3.1cvs44
11361
11362         * src/folderview.c
11363         * src/folderview.h
11364         * src/mainwindow.c
11365         * src/summaryview.c
11366                 Let 'View/Go to/Next marked' work like
11367                 Next new & Next unread: across folders
11368                 Change the select_on_entry pref to do
11369                 what we want when changing folder
11370         * src/common/utils.c
11371                 Fix single-quoted links 
11372
11373 2006-06-29 [colin]      2.3.1cvs43
11374
11375         * src/gtk/gtkaspell.c
11376                 "Sylpheed" and "Sylpheed-Claws" do exist !
11377
11378 2006-06-29 [colin]      2.3.1cvs42
11379
11380         * src/imap.c
11381                 Forgot to remove debug
11382
11383 2006-06-29 [colin]      2.3.1cvs41
11384
11385         * src/imap.c
11386         * src/imap.h
11387         * src/mainwindow.c
11388                 Disconnect from IMAP servers when going
11389                 offline. Fixes bug #978 (going to offline-mode 
11390                 won't close connections)
11391
11392 2006-06-29 [colin]      2.3.1cvs40
11393
11394         * src/main.c
11395                 Fix transient setting on failing plugins
11396                 Patch by Fabien
11397         * src/plugins/pgpcore/sgpgme.c
11398                 Only warn for OpenPGP. Most people don't
11399                 have CMS available.
11400
11401 2006-06-29 [colin]      2.3.1cvs39
11402
11403         * src/compose.c
11404                 Fix Spelling menu (discrepancy between context menu
11405                 and top menu when folder's dictionary isn't the 
11406                 default one)
11407         * src/plugins/pgpcore/sgpgme.c
11408                 More error reporting about why gpgme can fail
11409
11410 2006-06-29 [wwp]        2.3.1cvs38
11411
11412         * src/mainwindow.c
11413                 honor the display-header-pane setting even when the message view
11414                 is a separate window.
11415
11416 2006-06-29 [wwp]        2.3.1cvs37
11417
11418         * src/prefs_actions.c
11419                 forgot to commit that one (use of GTK_STOCK_INFO).
11420
11421 2006-06-29 [colin]      2.3.1cvs36
11422
11423         * src/imap.c
11424                 Better handling of login errors (ask the password
11425                 again once), alert in case of error. Fix three
11426                 signedness warnings.
11427
11428 2006-06-28 [wwp]        2.3.1cvs35
11429
11430         * src/prefs_template.c
11431         * src/prefs_matcher.c
11432         * src/prefs_filtering_action.c
11433         * src/prefs_quote.c
11434                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11435                 patch by Fabien Vantard, slightly modified.
11436
11437 2006-06-28 [paul]
11438
11439         2.4.0-rc2 released
11440
11441 2006-06-28 [colin]      2.3.1cvs34
11442
11443         * src/prefs_account.c
11444                 Fix bug #977 (Can't add or edit imap accounts)
11445
11446 2006-06-28 [colin]      2.3.1cvs33
11447
11448         * src/mimeview.c
11449                 Fix previous
11450
11451 2006-06-28 [colin]      2.3.1cvs32
11452
11453         * src/mimeview.c
11454                 Save named inlined attachments with "Save all"
11455         * src/main.c
11456         * src/mbox.c
11457         * src/common/plugin.c
11458         * src/common/plugin.h
11459         * src/common/sylpheed.c
11460         * src/common/utils.c
11461         * src/plugins/pgpcore/sylpheed.def
11462         * src/plugins/pgpinline/sylpheed.def
11463         * src/plugins/pgpmime/sylpheed.def
11464                 Win32 compatibility patch, by
11465                 Werner Koch
11466
11467 2006-06-28 [wwp]        2.3.1cvs31
11468
11469         * src/imap.c
11470         * src/prefs_folder_item.c
11471                 less compilation warnings (thanks to Fabien Vantard), less typos.
11472
11473 2006-06-28 [paul]       2.3.1cvs30
11474
11475         * src/gtk/gtkutils.c
11476                 gtk_combo_box_set_focus_on_click() is only
11477                 available since gtk 2.6.0
11478
11479 2006-06-28 [paul]       2.3.1cvs29
11480
11481         * src/prefs_ext_prog.c
11482                 fix engrish and add a tooltip for the
11483                 'command for 'Display as text' option
11484
11485 2006-06-28 [paul]
11486
11487         2.4.0-rc1 released
11488
11489 2006-06-28 [paul]       2.3.1cvs28
11490
11491         * ChangeLog
11492         * tools/Makefile.am
11493                 include textviewer.pl in releases
11494
11495 2006-06-28 [paul]       2.3.1cvs27
11496
11497         * src/prefs_ext_prog.c
11498                 hide Print command option if libgnomeprint
11499                 support is present
11500
11501 2006-06-27 [colin]      2.3.1cvs26
11502
11503         * src/compose.c
11504                 Fix Esc handling in insert/attach dialog
11505                 Don't show this dialog if dragging something
11506                 else than text/uri-list
11507                 Thanks to Fabien Vantard
11508         * tools/textviewer.pl
11509                 Filter script to display stuff as text
11510                 by H. Merijn Brand
11511
11512 2006-06-27 [wwp]        2.3.1cvs25
11513
11514         * src/messageview.c
11515                 use the exact product name (message view title), patch
11516                 by Fabien Vantard.
11517
11518 2006-06-27 [ticho]      2.3.1cvs24
11519
11520         * src/prefs_account.c
11521         * src/prefs_common.c
11522         * src/prefs_common.h
11523         * src/prefs_ext_prog.c
11524         * src/textview.c
11525                 Add a preference (Preferences/External programs)
11526                 to allow "Display as text" to be done via a script
11527                 (patch by H.Merijn Brand).
11528                 Use GtkComboBox for protocol selection in account
11529                 preferences.
11530                 Only include current choice for existing accounts, and
11531                 insensitivize the combobox.
11532
11533 2006-06-27 [paul]       2.3.1cvs23
11534
11535         * src/mbox.c
11536                 fix crasher introduced in cvs21.
11537                 Thanks to Colin
11538
11539 2006-06-26 [colin]      2.3.1cvs22
11540
11541         * src/mbox.c
11542                 Fix double-frees when leaving folders
11543                 after exporting to mbox
11544
11545 2006-06-26 [colin]      2.3.1cvs21
11546
11547         * src/mbox.c
11548                 More feedback (and optimisation)
11549                 on import/export
11550         * src/common/utils.c
11551                 Fix case when looking for mail addresses
11552         * src/gtk/gtkutils.c
11553                 Extra check for (X-)Face
11554
11555 2006-06-25 [ticho]      2.3.1cvs20
11556
11557         * src/compose.c
11558         * src/exphtmldlg.c
11559         * src/gtk/gtkutils.c
11560         * src/gtk/gtkutils.h
11561                 Added second argument to gtkut_sc_combobox_create() to
11562                 control focus-on-click for the widget.
11563                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11564
11565 2006-06-25 [ticho]      2.3.1cvs19
11566
11567         * src/compose.c
11568         * src/gtk/Makefile.am
11569         * src/gtk/combobox.c
11570         * src/gtk/combobox.h
11571         * src/gtk/gtkutils.c
11572         * src/gtk/gtkutils.h
11573                 Use GtkComboBox instead of deprecated GtkOptionMenu
11574                 for account selector in compose window and for encoding
11575                 selector in attachment properties.
11576                 Also factorise working with the new GtkComboBox somewhat.
11577
11578 2006-06-24 [paul]       2.3.1cvs18
11579
11580         * src/prefs_common.c
11581                 use the correct default value
11582
11583 2006-06-24 [paul]       2.3.1cvs17
11584
11585         * src/compose.c
11586         * src/prefs_common.c
11587         * src/prefs_common.h
11588         * src/prefs_compose_writing.c
11589                 enable setting of default action when
11590                 dnd'ing files in the compose window.
11591                 (Collaborative effort with wwp)
11592
11593 2006-06-23 [wwp]        2.3.1cvs16
11594
11595         * src/compose.c
11596                 i18n fix (thanks to Fabien Vantard)
11597
11598 2006-06-22 [colin]      2.3.1cvs15
11599
11600         * src/prefs_customheader.c
11601                 Don't use filters in custom headers' file 
11602                 selector. Remember, extensions mean nothing :)
11603
11604 2006-06-22 [paul]       2.3.1cvs14
11605
11606         * configure.ac
11607                 allow setting of man directory location
11608
11609 2006-06-22 [colin]      2.3.1cvs13
11610
11611         * src/mainwindow.c
11612                 Add 'View/Go to/Next unread folder'.
11613                 I missed that :)
11614
11615 2006-06-22 [colin]      2.3.1cvs12
11616
11617         * src/common/utils.c
11618                 Add some subject prefixes
11619                 Patch by Bjorn T Johansen <btj@havleik.no>
11620
11621 2006-06-22 [colin]      2.3.1cvs11
11622
11623         * manual/advanced.xml
11624                 Forgotten hidden pref
11625
11626 2006-06-21 [paul]       2.3.1cvs10
11627
11628         * src/prefs_account.c
11629                 complete the removal of 'Add date header' option
11630
11631 2006-06-21 [paul]       2.3.1cvs9
11632
11633         * src/account.c
11634         * src/compose.c
11635         * src/prefs_account.c
11636         * src/prefs_account.h
11637                 remove option to add date header - always
11638                 add date header
11639         * src/etpan/imap-thread.c
11640                 fix warnings (Thanks to Colin)
11641
11642 2006-06-21 [wwp]        2.3.1cvs8
11643
11644         * src/folder.c
11645                 set the attachment flag when inline text part are (file)named. This is more convenient
11646                 when receiving (for instance) inline source files or patches sent using thunderbird.
11647
11648 2006-06-21 [paul]       2.3.1cvs7
11649
11650         * src/inc.c
11651                 fix off-by-one count of current msg in
11652                 statusbar filtering progressbar
11653
11654 2006-06-21 [paul]       2.3.1cvs6
11655
11656         * src/folder.c
11657                 Show attachment icon even if the part is 'inline'
11658                 if the following conditions are met:
11659                 - content-type != 'text/plain'
11660                 - content-type != '*/pgp-signature'
11661                 - either 'name' or 'filename' parameter is not NULL
11662                 
11663                 Thanks to Colin
11664
11665 2006-06-21 [paul]       2.3.1cvs5
11666
11667         * src/messageview.c
11668         * src/prefs_common.c
11669         * src/prefs_common.h
11670         * src/prefs_other.c
11671                 add an option to 'Never send Return
11672                 Receipts'
11673                 Thanks to Colin
11674
11675 2006-06-20 [mones]      2.3.1cvs4
11676
11677         * po/es.po
11678                 updated
11679         * src/compose.c
11680                 typo fixed (space after comma)
11681         * tools/make.themes.project
11682                 remove exec mode from tarball files
11683
11684 2006-06-20 [colin]      2.3.1cvs3
11685
11686         * src/news.c
11687         * src/procheader.c
11688         * src/unmime.c
11689                 Better fix for \n's in headers (don't 
11690                 break Received: and others)
11691
11692 2006-06-20 [paul]       2.3.1cvs2
11693
11694         * src/alertpanel.c
11695         * src/textview.c
11696                 improve legibility of phishing attempt
11697                 dialog
11698
11699 2006-06-20 [paul]       2.3.1cvs1
11700
11701         * NEWS
11702         * README
11703         * configure.ac
11704                 Update version number following
11705                 stable release
11706
11707 2006-06-20 [colin]      2.3.0cvs26
11708
11709         * src/compose.c
11710                 When dragging a file to the text of the compose
11711                 window, ask whether we want to insert or attach
11712                 (I know lots of people who do that to attach)
11713
11714 2006-06-20 [colin]      2.3.0cvs25
11715
11716         * src/etpan/imap-thread.c
11717                 Fix threshold (the append command is often > 32 bytes)
11718
11719 2006-06-19 [colin]      2.3.0cvs24
11720
11721         * src/imap.c
11722         * src/etpan/imap-thread.c
11723                 Workaround Rockliffe IMAP server bug: replace
11724                 "x UID SEARCH (ANSWERED UID 1:*)" with
11725                 "x UID SEARCH ANSWERED"
11726                 (Rockliffe doesn't handle the parenthesis)
11727
11728 2006-06-19 [colin]      2.3.0cvs23
11729
11730         * src/compose.c
11731         * src/imap.c
11732         * src/etpan/imap-thread.c
11733                 Probably fix bug #972 (Freezes when adding 
11734                 an attachment to the message)
11735         * src/common/defs.h
11736                 Modernize Firefox cmd
11737
11738
11739 2006-06-18 [colin]      2.3.0cvs22
11740
11741         * src/prefs_customheader.c
11742                 Only allow correct filenames for various
11743                 custom headers
11744
11745 2006-06-18 [colin]      2.3.0cvs21
11746
11747         * src/prefs_customheader.c
11748                 Add a 'From File...' button in custom headers prefs, which
11749                 try to do the right thing: 
11750                 for normal headers, use file as plaintext,
11751                 for X-Face, calls compface,
11752                 for Face, encode to b64.
11753
11754 2006-06-17 [colin]      2.3.0cvs20
11755
11756         * src/mh.c
11757                 Warning fix
11758
11759 2006-06-16 [colin]      2.3.0cvs19
11760
11761         * src/summaryview.c
11762                 Recursive quicksearch: show message list
11763                 in current folder, *then* search children
11764                 in the background.
11765
11766 2006-06-16 [colin]      2.3.0cvs18
11767
11768         * src/main.c
11769                 Instead of ignoring SIGPIPE, save caches
11770                 when getting one. Will fix the fact that
11771                 hot caches are out-of-date when logging 
11772                 out of Xorg.
11773         * src/compose.c
11774         * src/prefs_compose_writing.c
11775                 Only save text (not attachments) when 
11776                 auto-saving to drafts
11777         * src/unmime.c
11778                 Always replace \n, \r and \t with spaces
11779                 in headers
11780         * manual/dist/html/Makefile.am
11781         * manual/dist/pdf/Makefile.am
11782         * manual/dist/ps/Makefile.am
11783         * manual/dist/txt/Makefile.am
11784         * manual/fr/dist/html/Makefile.am
11785         * manual/fr/dist/pdf/Makefile.am
11786         * manual/fr/dist/ps/Makefile.am
11787         * manual/fr/dist/txt/Makefile.am
11788         * manual/pl/dist/html/Makefile.am
11789         * manual/pl/dist/pdf/Makefile.am
11790         * manual/pl/dist/ps/Makefile.am
11791         * manual/pl/dist/txt/Makefile.am
11792                 Fix make clean removing pregenerated manuals
11793
11794
11795 2006-06-16 [colin]      2.3.0cvs17
11796
11797         * src/plugins/pgpcore/sgpgme.c
11798         * src/plugins/pgpmime/pgpmime.c
11799         * src/plugins/pgpinline/pgpinline.c
11800                 Better error reporting in setup_signers.
11801                 Don't fallback to default key if specified
11802                 key isn't found.
11803                 Don't allow signing if more than one secret
11804                 key matches the one specified in prefs.
11805
11806 2006-06-15 [colin]      2.3.0cvs16
11807
11808         * src/folderview.c
11809                 Add "Send queue" in the folder's contextual
11810                 menu
11811         * src/compose.c
11812         * src/messageview.c
11813         * src/privacy.c
11814         * src/privacy.h
11815         * src/procmime.c
11816         * src/procmsg.c
11817         * src/plugins/pgpcore/passphrase.c
11818         * src/plugins/pgpcore/sgpgme.c
11819         * src/plugins/pgpinline/pgpinline.c
11820         * src/plugins/pgpmime/pgpmime.c
11821                 Better error reporting
11822         * src/mbox.c
11823                 Probably fix bug #971 (2.2.3 cannot read mail 
11824                 from local mbox)
11825
11826
11827 2006-06-15 [mones]      2.3.0cvs15
11828
11829         * tools/make.themes.project
11830                 creates the themes project from the web page
11831
11832 2006-06-15 [colin]      2.3.0cvs14
11833
11834         * src/folder.c
11835                 Better fix (avoid losing the folder if scan_tree 
11836                 fails)
11837
11838 2006-06-15 [cleroy]     2.3.0cvs13
11839
11840         * src/folder.c
11841                 Probably fix Bug #969 (crash on rebuilding 
11842                 imap folder)
11843
11844 2006-06-14 [colin]      2.3.0cvs12
11845
11846         * manual/dtd/manual.xsl
11847         * manual/sylpheed-claws-manual.xml
11848         * manual/fr/sylpheed-claws-manual.xml
11849         * manual/pl/sylpheed-claws-manual.xml
11850                 Insert pagebreaks between sections
11851
11852 2006-06-14 [paul]       2.3.0cvs11
11853
11854         * configure.ac
11855                 better fix than 2.3.0cvs10
11856
11857 2006-06-14 [paul]       2.3.0cvs10
11858
11859         * configure.ac
11860                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11861                 (backwards compatible)
11862
11863 2006-06-13 [colin]      2.3.0cvs9
11864
11865         * src/messageview.c
11866                 Fix sending of return receipt with the new queue folders
11867
11868 2006-06-13 [wwp]        2.3.0cvs8
11869
11870         * src/quote_fmt_lex.l
11871                 fix wrong tokens returned in quote_fmt lexer, query not().
11872
11873 2006-06-13 [wwp]        2.3.0cvs7
11874
11875         * src/folder.c
11876         * src/prefs_folder_item.c
11877                 allow changing folder type even when folder is not a top-level one,
11878                 thanks to Colin.
11879
11880 2006-06-12 [colin]      2.3.0cvs6
11881
11882         * src/folderview.c
11883                 Fix double-ask of "Do you want to mark all
11884                 as read"
11885
11886 2006-06-12 [colin]      2.3.0cvs5
11887
11888         * src/compose.c
11889         * src/compose.h
11890         * src/folder.c
11891         * src/folder.h
11892         * src/imap.c
11893         * src/inc.c
11894         * src/main.c
11895         * src/messageview.c
11896         * src/mh.c
11897         * src/prefs_folder_item.c
11898         * src/procheader.c
11899         * src/procmime.c
11900         * src/procmsg.c
11901         * src/procmsg.h
11902         * src/send_message.c
11903         * src/summaryview.c
11904         * src/toolbar.c
11905                 Apply bug #964's patch (Queue and drafts aren't normal)
11906                 The Drafts and Queue folder now contain RFC-822 files,
11907                 allowing to move and copy mails from and to these 
11908                 folders. Moving from Drafts to Queue will prepare the
11909                 mail for sending (PGP signature, encryption, etc).
11910                 This patch also rework sending errors handling to try
11911                 to be more helpful.
11912                 Also, allow redefining folder types via the GUI 
11913                 (Folder type in its Properties)
11914
11915 2006-06-12 [colin]      2.3.0cvs4
11916
11917         * src/summaryview.c
11918         * src/prefs_common.c
11919         * src/prefs_common.h
11920         * src/gedit-print.c
11921                 Allow to define a specific print font - patch
11922                 by Bernhard Walle <bernhard.walle@gmx.de>
11923         * src/prefs_fonts.c
11924         * manual/advanced.xml
11925         * manual/fr/advanced.xml
11926                 Add a hidden pref to allow deletion without
11927                 confirmation
11928
11929 2006-06-12 [wwp]        2.3.0cvs3
11930
11931         * .cvsignore
11932                 more files to ignore.
11933
11934 2006-06-12 [wwp]        2.3.0cvs2
11935
11936         * src/quote_fmt.c
11937         * src/quote_fmt_lex.l
11938         * src/quote_fmt_parse.y
11939                 extend the quote_fmt parser (templates and quotes):
11940                 - allow limited sub-expressions in |p{} and |f{} expressions,
11941                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11942                 - implemented/fixed missing implementation of query_references and show_references,
11943                 - completed, fixed contents and format of the symbols help dialog,
11944                 - fix some compilation warnings.
11945
11946 2006-06-12 [wwp]        2.3.0cvs1
11947
11948         * manual/advanced.xml
11949         * manual/fr/advanced.xml
11950                 updates in the "templates" section of the manual (eng/fr):
11951                  - be more precise (both versions)
11952                  - completed to match the english reference (fr version)
11953                  - touchups (both versions)
11954
11955 2006-06-12 [paul]       2.3.0
11956
11957         2.3.0 released
11958
11959 2006-06-12 [paul]       2.2.3cvs14
11960
11961         * po/ca.po
11962         * po/cs.po
11963         * po/de.po
11964         * po/el.po
11965         * po/fr.po
11966         * po/it.po
11967         * po/pt_BR.po
11968         * po/sr.po
11969         * po/zh_CN.po
11970                 updated by Miquel Oliete, Tim, Stephan Sachse,
11971                 Stavros Giannouris, Fabien Vantard, Andrea
11972                 Spadaccini, Frederico Goncalves Guimaraes,
11973                 Aleksandar Urosevic, and Ralgh Young
11974
11975 2006-06-12 [colin]      2.2.3cvs13
11976
11977         * src/mbox.c
11978                 Add missing header
11979
11980 2006-06-11 [colin]      2.2.3cvs12
11981
11982         * src/msgcache.c
11983                 Verify that g_malloc() succeeded
11984
11985 2006-06-11 [colin]      2.2.3cvs11
11986
11987         * src/wizard.c
11988                 Add Face header to welcome mail
11989
11990 2006-06-10 [colin]      2.2.3cvs10
11991
11992         * src/textview.c
11993                 Revert previous (Forgot it changes the
11994                 margin on the whole mail)
11995
11996 2006-06-10 [colin]      2.2.3cvs9
11997
11998         * src/textview.c
11999                 Don't overlap long headers under (X-)Face
12000
12001 2006-06-10 [mones]      2.2.3cvs8
12002
12003         * manual/xml2pdf
12004                 allow generation of manual on systems lacking saxon binary
12005                 but with java and the saxon library installed
12006
12007         * po/es.po
12008                 updated for release
12009
12010 2006-06-09 [colin]      2.2.3cvs7
12011
12012         * src/summaryview.c
12013                 Fix leak when using Display Sender using Addressbook
12014
12015 2006-06-09 [colin]      2.2.3cvs6
12016
12017         * src/compose.c
12018         * src/folder.c
12019         * src/folderview.c
12020         * src/mimeview.c
12021         * src/summaryview.c
12022                 More leaks fixes
12023
12024 2006-06-09 [paul]       2.2.3cvs5
12025
12026         * AUTHORS
12027         * src/gtk/authors.h
12028         * tools/claws.i18n.status.pl
12029                 updated with new info
12030
12031 2006-06-09 [paul]       2.2.3cvs4
12032
12033         * README
12034                 updated
12035         * manual/ack.xml
12036                 add wwp to authors list
12037         * src/gtk/authors.h
12038                 update mine and Colin's addresses
12039
12040 2006-06-08 [colin]      2.2.3cvs3
12041
12042         * src/etpan/imap-thread.c
12043                 Fix leak on SSL cert check
12044
12045 2006-06-08 [colin]      2.2.3cvs2
12046
12047         * src/common/utils.c
12048                 Fix leak
12049
12050 2006-06-08 [paul]       2.2.3cvs1
12051
12052         * configure.ac
12053                 Update version number following
12054                 stable release
12055
12056 2006-06-07 [colin]      2.2.2cvs3
12057
12058         * src/msgcache.c
12059                 Fix catching cache read errors (guint instead of gint)
12060                 Prevent malloc'ing more than 8MB (means cache corruption)
12061
12062 2006-06-07 [paul]       2.2.2cvs2
12063
12064         * src/exporthtml.c
12065         * src/exportldif.c
12066         * src/mh.c
12067         * src/mutt.c
12068         * src/pine.c
12069         * src/common/utils.c
12070                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12071                 obey $HOME'
12072                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12073                 Thanks to Colin
12074
12075 2006-06-06 [paul]       2.2.2cvs1
12076
12077         * configure.ac
12078                 Update version number following
12079                 stable release
12080
12081 2006-06-06 [paul]       2.2.1cvs6
12082
12083         * src/matcher.c
12084                 fix  implicit declaration of
12085                 sylpheed_do_idle()
12086                 Patch by Fabien Vantard
12087
12088 2006-06-06 [paul]       2.2.1cvs5
12089
12090         * src/matcher.c
12091                 fix age_greater and age_lower so that they
12092                 mean what say and not '...or equal to'
12093                 Thanks to Colin
12094
12095 2006-06-06 [paul]       2.2.1cvs4
12096
12097         * src/textview.c
12098         * src/common/utils.c
12099                 fix URI check
12100                 Thanks to Colin
12101
12102 2006-06-05 [wwp]        2.2.1cvs3
12103
12104         * manual/fr/account.xml
12105                 minor language fixes (thanks to Fabien Vantard).
12106
12107 2006-06-05 [colin]      2.2.1cvs2
12108
12109         * src/prefs_folder_item.c
12110         * src/folderview.c
12111                 Allow recursive setting of properties 
12112                 for whole mailboxes
12113         * src/matcher.c
12114                 Don't freeze on 'test' filtering rule
12115
12116 2006-06-05 [colin]      2.2.1cvs1
12117
12118         * configure.ac
12119                 Update version number following
12120                 stable release
12121
12122 2006-06-04 [wwp]        2.2.0cvs82
12123
12124         * manual/glossary.xml
12125         * manual/account.xml
12126         * manual/fr/glossary.xml
12127         * manual/fr/account.xml
12128                 added glossary section and references/links related to the Face custom header.
12129
12130 2006-06-04 [colin]      2.2.0cvs81
12131
12132         * src/summaryview.c
12133                 Skip to next message on move with no
12134                 immediate execution
12135
12136 2006-06-04 [wwp]        2.2.0cvs80
12137
12138         * manual/xml2pdf
12139                 added sanity checks, exit when needed.
12140
12141 2006-06-03 [paul]       2.2.0cvs79
12142
12143         * src/prefs_receive.c
12144                 page name is now 'Receiving'
12145         * src/prefs_send.c
12146                 page name is now 'Sending'
12147
12148 2006-06-03 [colin]      2.2.0cvs78
12149
12150         * src/plugins/spamassassin/spamassassin_gtk.c
12151                 Autoswitch to Localhost if transport was previously
12152                 disabled. Else people had to check [] Enable, then
12153                 *reselect* transport.
12154
12155 2006-06-03 [colin]      2.2.0cvs77
12156
12157         * src/plugins/pgpinline/pgpinline.c
12158         * src/plugins/pgpmime/pgpmime.c
12159                 Check that gpg_data_release_and_get_mem 
12160                 didn't fail (now, why this happens...)
12161
12162 2006-06-03 [colin]      2.2.0cvs76
12163
12164         * src/mbox.c
12165                 Fix bug #962 (Manual and/or UI should 
12166                 warn about incompatible locking 
12167                 causing dataloss)
12168
12169 2006-06-02 [cleroy]     2.2.0cvs75
12170
12171         * src/filtering.c
12172         * src/folder.c
12173         * src/procmsg.c
12174         * src/summaryview.c
12175                 Fix a few leaks
12176
12177 2006-06-02 [colin]      2.2.0cvs74
12178
12179         * src/main.c
12180                 On exit, free caches after writing them
12181                 Shuts up some valgrind false positives
12182         * src/procmsg.c
12183         * src/send_message.c
12184                 Fix races when reusing existing SMTP connections
12185                 Fix inexistant session timeout
12186         * src/toolbar.c
12187                 Display alertpanel after all queues have
12188                 been processed, not after each
12189
12190 2006-06-02 [wwp]        2.2.0cvs73
12191
12192         * manual/fr/glossary.xml
12193         * manual/fr/ack.xml
12194         * manual/ack.xml
12195                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12196
12197 2006-06-02 [wwp]        2.2.0cvs72
12198
12199         * manual/xml2pdf
12200         * manual/dist/pdf/Makefile.am
12201         * manual/dtd/manual.xsl
12202         * manual/fr/dist/pdf/Makefile.am
12203         * manual/pl/dist/pdf/Makefile.am
12204                 we changed the procedure to generate the .pdf version of the manual.
12205                 The procedure is more modern and the .pdf we get now has a valid index.
12206                 Here are the new pre-requisites:
12207
12208                 - JRE 1.x (1.4 here): there must be one from your distro
12209                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12210                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12211                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12212
12213                 See my posts for further info about the installation of this toolchain:
12214
12215                 Date: Fri, 19 May 2006 19:40:06 +0200
12216                 From: wwp <subscript@free.fr>
12217                 To: sylpheed-claws-devel@lists.sourceforge.net
12218                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12219
12220                 and
12221
12222                 Date: Wed, 24 May 2006 12:58:49 +0200
12223                 From: wwp <subscript@free.fr>
12224                 To: sylpheed-claws-devel@lists.sourceforge.net
12225                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12226
12227 2006-06-01 [colin]      2.2.0cvs71
12228
12229         * src/compose.c
12230                 Better guards against IMAP races
12231         * src/main.c
12232         * src/prefs_common.c
12233         * src/prefs_common.h
12234         * src/common/ssl_certificate.c
12235         * src/etpan/imap-thread.c
12236         * src/etpan/imap-thread.h
12237         * src/gtk/sslcertwindow.c
12238                 New hidden option ssl_skip_cert_check to 
12239                 avoid dups of bug #959 (libetpan linked
12240                 against gnutls and gnutls buggy on 64bit)
12241                 Present expired warning only once per
12242                 session/server.
12243         * manual/advanced.xml
12244         * manual/fr/advanced.xml
12245                 Document new option
12246
12247 2006-06-01 [wwp]        2.2.0cvs70
12248
12249         * src/messageview.c
12250                 fix for bug #961 (return receipt dialog 
12251                 complains incorrectly about return-path 
12252                 email adress being different), thanks 
12253                 to Colin.
12254
12255 2006-05-31 [cleroy]     2.2.0cvs69
12256
12257         * src/common/ssl.c
12258                 Guard against NULLs, although this
12259                 should never be an issue
12260
12261 2006-05-31 [colin]      2.2.0cvs68
12262
12263         * src/filtering.c
12264                 Use g_slist_prepend
12265         * src/imap.c
12266                 Don't remove caches when destroying folder, it
12267                 could (should) be done at exit
12268         * src/inc.c
12269                 free processing cache after incorporation
12270         * src/etpan/imap-thread.c
12271                 Maybe fix bug #959 (Crash on moving to emails 
12272                 to a imap account per ssl with a expired 
12273                 certificate.)
12274
12275 2006-05-30 [colin]      2.2.0cvs67
12276
12277         * src/summaryview.c
12278                 Put back event flush when displaying message
12279                 It avoids reading a bunch of messages just
12280                 by hitting shift-n for too long ;)
12281
12282 2006-05-29 [colin]      2.2.0cvs66
12283
12284         * src/summaryview.c
12285                 Remove useless g_warnings
12286
12287 2006-05-29 [colin]      2.2.0cvs65
12288
12289         * src/imap.c
12290                 Fix g_slist_append()s for performance
12291
12292 2006-05-29 [colin]      2.2.0cvs64
12293
12294         * src/compose.c
12295         * src/common/utils.c
12296                 Fix extraneous tab at start of addresses
12297         * src/mainwindow.c
12298                 Fix warnings (thanks to Fabien)
12299                 Fix crash at exit when composing messages 
12300                 exist
12301         * src/pop.c
12302                 Fix progress bar when deleting expired mails
12303                 Thanks to Hiro
12304         * src/summaryview.c
12305         * src/gtk/gtksctree.c
12306                 Fix re-sorting slowness
12307
12308 2006-05-29 [paul]       2.2.0cvs63
12309
12310         * src/mh.c
12311                 fetch full message when moving mails
12312                 from another mailbox, (fixed data loss
12313                 when filtering from IMAP to MH, introduced
12314                 in 2.2.0cvs57).
12315                 Thanks to Colin
12316
12317 2006-05-29 [mones]      2.2.0cvs62
12318
12319         * src/gtk/gtksctree.c
12320                 Unselect faster (patch by Colin)        
12321
12322 2006-05-26 [colin]      2.2.0cvs61
12323
12324         * src/summaryview.c
12325                 Unplug MSGINFO_UPDATE callback on delete too.
12326
12327 2006-05-26 [colin]      2.2.0cvs60
12328
12329         * src/foldersel.c
12330                 Fix bold in folder selection window with glib2.10
12331                 thanks Hiro
12332
12333 2006-05-26 [colin]      2.2.0cvs59
12334
12335         * src/procheader.c
12336                 Convert date only if necessary (and don't
12337                 try to convert from utf8 to utf8, too)
12338         * src/summaryview.c
12339                 Only set column's text if the column's 
12340                 displayed
12341
12342 2006-05-26 [colin]      2.2.0cvs58
12343
12344         * src/summaryview.c
12345         * src/gtk/gtkutils.c
12346                 Fix useless warning
12347
12348 2006-05-26 [colin]      2.2.0cvs57
12349
12350         * src/mainwindow.c
12351                 Make summaryview selectable as long as 
12352                 no message has focus
12353         * src/mh.c
12354                 Faster deletion (by implementing mh_remove_msgs)
12355                 Faster copy (avoid using mh_fetch_msg just to get
12356                 the filename)
12357                 Faster move (using move_file instead of copy_file
12358                 if MSG_IS_MOVE)
12359                 No progressbar if total number of mails to cp/mv 
12360                 is less than 100
12361         * src/summaryview.c
12362                 Fix removal from subject_table when mail gets moved
12363                 Faster deletion (g_slist_prepend instead of append)
12364         * src/gtk/gtksctree.c
12365                 Remove useless code
12366
12367 2006-05-25 [colin]      2.2.0cvs56
12368
12369         * src/common/ssl_certificate.c
12370                 Fix leak in expired cert check
12371
12372 2006-05-25 [colin]      2.2.0cvs55
12373
12374         * src/mh.c
12375                 Disable flags syncing on .mh_sequences - it
12376                 is buggy and marks mails read under unknown
12377                 conditions.
12378
12379 2006-05-25 [paul]
12380
12381         * 2.3.0-rc4 released
12382
12383 2006-05-24 [colin]      2.2.0cvs54
12384
12385         attention cvs users: if you manage to crash
12386         Sylpheed-Claws while moving, copying or deleting
12387         mails, we *are* interested in stack traces and
12388         valgrind logs. It looks stable, but one never
12389         knows...
12390
12391         * src/folder.c
12392                 Add progressbar for cache updates
12393         * src/folderutils.c
12394                 Optimize Mark all read in the current
12395                 folder
12396         * src/mh.c
12397                 Add progressbar for copy/move
12398         * src/procmsg.c
12399                 Optimize O(n^2) in copy/move
12400         * src/summaryview.c
12401         * src/gtk/gtksctree.c
12402                 Optimize O(n^2) algos
12403         * src/common/timing.h
12404                 Display ms instead of us
12405
12406 2006-05-24 [wwp]        2.2.0cvs53
12407
12408         * manual/fr/advanced.xml
12409                 updates to the French manual.
12410
12411 2006-05-24 [wwp]        2.2.0cvs52
12412
12413         * src/common/utils.c
12414                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12415
12416 2006-05-24 [wwp]        2.2.0cvs51
12417
12418         * src/folderutils.c
12419                 fixed "mark all read" in MH folders (thanks to Colin).
12420
12421 2006-05-24 [paul]       2.2.0cvs50
12422
12423         * doc/man/sylpheed-claws.1
12424                 updated the man page
12425
12426 2006-05-23 [colin]      2.2.0cvs49
12427
12428         * src/folderview.c
12429         * src/imap.c
12430         * src/inc.c
12431         * src/mbox.c
12432         * src/messageview.c
12433         * src/news.c
12434         * src/send_message.c
12435         * src/summaryview.c
12436         * src/gtk/sslcertwindow.c
12437                 alertpanel fixes, by Fabien
12438
12439 2006-05-23 [colin]      2.2.0cvs48
12440
12441         * src/folder.c
12442         * src/folderview.c
12443         * src/msgcache.c
12444         * src/summaryview.c
12445         * src/gtk/gtksctree.c
12446         * src/gtk/gtksctree.h
12447                 More timings
12448                 Fix slow loading problem, which was caused by the
12449                 use of some gtk_ctree funcs and their use of
12450                 g_list_position while gtk_ctree_(un)link'ing.
12451                 Reap more functions from gtkctree.c to be sure we
12452                 use our (fast) version instead of theirs.
12453         * src/mh.c
12454                 Fix copy of unread mails
12455
12456
12457 2006-05-22 [wwp]        2.2.0cvs47
12458
12459         * manual/fr/advanced.xml
12460                 updated.
12461
12462 2006-05-22 [colin]      2.2.0cvs46
12463
12464         * src/filtering.c
12465                 Fix possible infinite loop. 'copy' is not a 
12466                 final action, so when encountering a 'copy',
12467                 we have to check if a previous one was set
12468                 and do it. In the same way, if we encounter
12469                 a 'move' we have to perform a possibly 
12470                 pending 'copy'. This will slow down filtering
12471                 on IMAP if move+copy or multiple copy actions
12472                 are to be done, but handling it via the batch
12473                 would be really too convoluted.
12474
12475 2006-05-22 [wwp]        2.2.0cvs45
12476
12477         * manual/fr/advanced.xml
12478         * manual/fr/faq.xml
12479         * manual/fr/glossary.xml
12480         * manual/fr/handling.xml
12481         * manual/fr/intro.xml
12482         * manual/fr/plugins.xml
12483         * manual/fr/sylpheed-claws-manual.xml
12484                 sync w/ the english manual: updates URIs, documented mailing-list
12485                 support, better explanation about the enabled/disabled feature
12486                 in filtering/processing rules by Paul.
12487
12488 2006-05-21 [colin]      2.2.0cvs44
12489
12490         * src/summaryview.c
12491                 Don't expand after building threads, but during
12492
12493 2006-05-21 [colin]      2.2.0cvs43
12494
12495         * src/procmsg.c
12496         * src/summaryview.c
12497                 More timing possibilities... For next time I have 
12498                 to find out how the hell some 3GHz computer takes
12499                 one minute to open a 30k folder...
12500
12501 2006-05-21 [colin]      2.2.0cvs42
12502
12503         * manual/pl/advanced.xml
12504         * manual/pl/faq.xml
12505         * manual/pl/glossary.xml
12506         * manual/pl/handling.xml
12507         * manual/pl/intro.xml
12508         * manual/pl/plugins.xml
12509         * manual/pl/sylpheed-claws-manual.xml
12510                 Polish manual updated by Pawel
12511
12512 2006-05-20 [colin]
12513
12514         * 2.3.0-rc3 released
12515
12516 2006-05-20 [colin]      2.2.0cvs41
12517
12518         * src/imap.c
12519                 Fix -rc2 problems:
12520                 - remove cache of moved messages from original folder
12521                 - apply new flags to messages even if they aren't appliable
12522                   via IMAP.
12523
12524 2006-05-20 [colin]
12525
12526         * 2.3.0-rc2 released
12527
12528 2006-05-19 [colin]      2.2.0cvs40
12529
12530         * src/imap.c
12531                 Don't issue SELECT in imap_change_flags
12532                 before having checked that we indeed have
12533                 some flags to change. MSG_POSTFILTERED for
12534                 example can't be used on IMAP.
12535                 Fixes bug #955 (copying messages between 
12536                 imap folders is extremely slow), which was
12537                 a regression.
12538
12539 2006-05-19 [colin]      2.2.0cvs39
12540
12541         * src/folder.c
12542         * src/folder.h
12543         * src/folderview.c
12544                 Try to fix bug #830 (Some unread messages 
12545                 get marked read in IMAP inbox):
12546                 - Prevent scanning a folder if it's being 
12547                   opened via the GUI
12548                 - Postpone opening via the GUI of a folder
12549                   currently scanned.
12550
12551
12552 2006-05-19 [wwp]        2.2.0cvs38
12553
12554         * manual/advanced.xml
12555                 fix English+typo (thanks to Paul).
12556
12557 2006-05-19 [wwp]        2.2.0cvs37
12558
12559         * manual/advanced.xml
12560         * manual/fr/advanced.xml
12561         * src/gtk/logwindow.c
12562         * src/prefs_common.c
12563         * src/prefs_common.h
12564                 added hidden prefs to allow customization of colors used in
12565                 protocol log window (useful for dark gtk+ themes).
12566
12567 2006-05-19 [wwp]        2.2.0cvs36
12568
12569         * ChangeLog
12570                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12571
12572 2006-05-19 [paul]       2.2.0cvs35
12573
12574         * src/textview.c
12575                 make Reply-To fully clickable
12576         * src/gtk/logwindow.c
12577                 more colouring (SMTP ESMTP)
12578         Both patches by Pawel Pekala
12579
12580 2006-05-19 [cleroy]     2.2.0cvs34
12581
12582         * src/mh.c
12583                 Don't update flags from current folder
12584                 Probably fixes bug #935 (Read Messages 
12585                 Revert to Being Marked as Unread)
12586
12587 2006-05-18 [colin]      2.2.0cvs33
12588
12589         * src/imap.c
12590                 Warning fix
12591         * src/compose.c
12592         * src/mainwindow.c
12593         * src/summaryview.c
12594         * src/toolbar.c
12595                 Allow replying to multiple emails
12596                 in multiple windows
12597         * src/mimeview.c
12598         * src/etpan/imap-thread.c
12599                 Leak fixes
12600
12601 2006-05-18 [paul]       2.2.0cvs32
12602
12603         * src/summaryview.c
12604                 keep Mailing-List menu refreshed
12605                 Thanks to Colin
12606
12607 2006-05-18 [paul]       2.2.0cvs31
12608
12609         * manual/advanced.xml
12610         * manual/faq.xml
12611         * manual/glossary.xml
12612         * manual/handling.xml
12613         * manual/intro.xml
12614         * manual/plugins.xml
12615         * manual/sylpheed-claws-manual.xml
12616                 update URLs
12617                 add info about mailing-list support
12618                 edit filtering info
12619         * src/wizard.c
12620         * src/common/defs.h
12621         * src/gtk/about.c
12622         * src/plugins/dillo_viewer/README
12623                 update URLs
12624
12625 2006-05-17 [wwp]        2.2.0cvs30
12626
12627         * manual/handling.xml
12628         * manual/fr/handling.xml
12629                 documented the ability to enabled/disable filtering/processing rules.
12630
12631 2006-05-17 [colin]      2.2.0cvs29
12632
12633         * src/main.c
12634                 Don't initialize g_thread subsystem if it's 
12635                 already done (thanks to Hiro)
12636         * src/mimeview.c
12637                 Fix saving of parts when there name can't be
12638                 converted from UTF-8.
12639
12640 2006-05-17 [paul]       2.2.0cvs28
12641
12642         * po/Makefile.in.in
12643                 fix config.status warning with autoconf 2.60
12644
12645 2006-05-17 [paul]       2.2.0cvs27
12646
12647         * po/POTFILES.in
12648                 add src/mbox.c
12649
12650 2006-05-17 [wwp]        2.2.0cvs26
12651
12652         * src/mainwindow.c
12653                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12654
12655 2006-05-17 [wwp]        2.2.0cvs25
12656
12657         * src/plugins/demo/demo.c
12658                 updated product name in plugin demo (many plugins need to be
12659                 sync'ed w/ that change).
12660
12661 2006-05-17 [colin]      2.2.0cvs24
12662
12663         * src/mh.c
12664                 Fix leak
12665
12666 2006-05-16 [colin]      2.2.0cvs23
12667
12668         * src/mainwindow.c
12669                 Stupid me hit again. Fix cvs22.
12670
12671 2006-05-16 [colin]      2.2.0cvs22
12672
12673         * src/mainwindow.c
12674                 Fix bug #922 (sylpheed-claws crashed after 
12675                 pushing on Inbox folder)
12676
12677 2006-05-16 [colin]      2.2.0cvs21
12678
12679         * src/compose.c
12680                 Make From header be copy/paste/select-able
12681
12682 2006-05-16 [wwp]        2.2.0cvs20
12683
12684         * src/export.c
12685         * src/matcher.c
12686         * src/summaryview.c
12687         * src/etpan/imap-thread.c
12688                 fix some compiler warnings (thanks to Colin).
12689
12690 2006-05-16 [wwp]        2.2.0cvs19
12691
12692         * src/action.c
12693         * src/gedit-print.c
12694         * src/inc.c
12695         * src/mainwindow.c
12696         * src/mh.c
12697         * src/statusbar.c
12698         * src/send_message.c
12699         * src/summaryview.c
12700                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12701
12702 2006-05-15 [colin]      2.2.0cvs18
12703
12704         * src/procmsg.c
12705                 Fix automatic rule creation with List-Post
12706
12707 2006-05-15 [paul]       2.2.0cvs17
12708
12709         * tools/filter_conv_new.pl
12710                 updated for rule enabling/disabling
12711                 claws version >= 2.3.x required
12712
12713 2006-05-15 [cleroy]     2.2.0cvs16
12714
12715         * src/main.c
12716                 Revert test
12717
12718 2006-05-15 [cleroy]     2.2.0cvs15
12719
12720         * src/main.c
12721                 test
12722
12723 2006-05-15 [wwp]        2.2.0cvs14
12724
12725         * manual/pl/.cvsignore
12726                 ignore generated files.
12727
12728 2006-05-14 [wwp]        2.3.0-rc1
12729
12730         * 2.3.0-rc1 released
12731
12732 2006-05-13 [wwp]        2.2.0cvs13
12733
12734         * src/filtering.c
12735         * src/filtering.h
12736         * src/matcher.c
12737         * src/matcher_parser_lex.l
12738         * src/matcher_parser_parse.y
12739         * src/prefs_filtering.c
12740                 new feature: provide the ability to disable filtering and processing
12741                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12742                 adaptations.
12743
12744 2006-05-13 [colin]      2.2.0cvs12
12745
12746         * src/compose.c
12747                 Remove useless if (a) b; else b;
12748                 Thanks to wwp
12749
12750 2006-05-13 [wwp]        2.2.0cvs11
12751
12752         * src/export.c
12753         * src/import.c
12754         * src/mainwindow.c
12755         * src/mbox.c
12756         * src/summaryview.c
12757         * src/summaryview.h
12758                 no more silent failures (or at least less ones) when importing
12759                 or exporting from/to mbox. Also start importing/exporting if
12760                 the necessary info is set.
12761
12762 2006-05-13 [wwp]        2.2.0cvs10
12763
12764         * RELEASE_NOTES
12765                 restored up-to-date release notes.
12766
12767 2006-05-13 [paul]       2.2.0cvs9
12768
12769         * po/nl.po
12770         * po/ru.po
12771                 updated by Tim Dijkstra and Pavlo Bohmat
12772
12773 2006-05-12 [colin]      2.2.0cvs8
12774
12775         * src/gtk/quicksearch.c
12776                 Add "k" as shortcut for "colorlabel". Patch
12777                 by ath42@users.sf.net.
12778
12779 2006-05-12 [paul]       2.2.0cvs7
12780
12781         * src/prefs_common.h
12782         * src/prefs_summaries.c
12783         * src/summaryview.c
12784                 when entering a folder also allow
12785                 going directly to first Marked message
12786
12787 2006-05-12 [paul]       2.2.0cvs6
12788
12789         * src/summaryview.c
12790                 always obey 'confirm before marking all
12791                 mails read' option
12792
12793 2006-05-12 [paul]       2.2.0cvs5
12794
12795         * src/textview.c
12796                 make Sender fully clickable
12797
12798 2006-05-12 [colin]      2.2.0cvs4
12799
12800         * src/compose.c
12801         * src/compose.h
12802                 Let From be editable
12803         * src/main.c
12804         * src/mh.c
12805                 Full support of .mh_sequences' Unseen seq
12806
12807 2006-05-12 [colin]      2.2.0cvs3
12808
12809         * src/folder.c
12810         * src/mainwindow.c
12811         * src/mainwindow.h
12812         * src/messageview.c
12813         * src/prefs_spelling.c
12814         * src/procheader.c
12815         * src/procmsg.c
12816         * src/procmsg.h
12817         * src/summaryview.c
12818         * src/toolbar.c
12819         * src/toolbar.h
12820                 Add contextual menu on Compose toolbar
12821                 button. Fixes bug #944 (Automatic
12822                 addresses not applied when changing account
12823                 from compose window)
12824                 add Mailing List support
12825                 based on the old 0.6.5claws25 patch by
12826                 Melvin Hadasht, with finishing touches
12827                 by Colin
12828                 Fix "ignore thread" when mails are threaded by
12829                 subject (and weren't ignored although appearing
12830                 in the thread).
12831                 GUI rework.
12832                 Both patches by Pawel.
12833
12834 2006-05-08 [paul]       2.2.0cvs2
12835
12836         * src/mainwindow.c
12837         * src/mainwindow.h
12838         * src/messageview.c
12839         * src/procheader.c
12840         * src/procmsg.c
12841         * src/procmsg.h
12842         * src/summaryview.c
12843                 add Mailing List support
12844                 based on the old 0.6.5claws25 patch by 
12845                 Melvin Hadasht, with finishing touches
12846                 by Colin
12847
12848 2006-05-08 [colin]      2.2.0cvs1
12849
12850         * src/mainwindow.c
12851         * src/toolbar.c
12852         * src/toolbar.h
12853                 Add contextual menu on Compose toolbar 
12854                 button. Fixes bug #944 (Automatic 
12855                 addresses not applied when changing account 
12856                 from compose window)
12857
12858 2006-05-08 [paul]       2.2.0
12859
12860         2.2.0 released
12861
12862 2006-05-08 [paul]       2.1.1cvs51
12863
12864         * po/cs.po
12865         * po/de.po
12866         * po/en_GB.po
12867         * po/fi.po
12868         * po/fr.po
12869         * po/pt_BR.po
12870         * po/sr.po
12871         * po/zh_CN.po
12872                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12873                 Fabien Vantard, Frederico Goncalves Guimaraes,
12874                 Aleksandar Urosevic, and Ralgh Young
12875
12876 2006-05-12 [colin]      2.1.1cvs50
12877
12878         * po/cs.po
12879         * po/de.po
12880         * po/en_GB.po
12881         * po/es.po
12882         * po/fi.po
12883         * po/fr.po
12884         * po/pt_BR.po
12885         * po/sr.po
12886         * po/zh_CN.po
12887                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12888                 Fabien Vantard, Frederico Goncalves Guimaraes,
12889                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12890
12891 2006-05-05 [colin]      2.1.1cvs49
12892
12893         * manual/Makefile.am
12894         * manual/pl/Makefile.am
12895         * manual/pl/account.xml
12896         * manual/pl/ack.xml
12897         * manual/pl/addrbook.xml
12898         * manual/pl/advanced.xml
12899         * manual/pl/faq.xml
12900         * manual/pl/glossary.xml
12901         * manual/pl/gpl.xml
12902         * manual/pl/handling.xml
12903         * manual/pl/intro.xml
12904         * manual/pl/keyboard.xml
12905         * manual/pl/plugins.xml
12906         * manual/pl/starting.xml
12907         * manual/pl/sylpheed-claws-manual.xml
12908         * manual/pl/dist/.cvsignore
12909         * manual/pl/dist/Makefile.am
12910         * manual/pl/dist/html/.cvsignore
12911         * manual/pl/dist/html/Makefile.am
12912         * manual/pl/dist/pdf/.cvsignore
12913         * manual/pl/dist/pdf/Makefile.am
12914         * manual/pl/dist/ps/.cvsignore
12915         * manual/pl/dist/ps/Makefile.am
12916         * manual/pl/dist/txt/.cvsignore
12917         * manual/pl/dist/txt/Makefile.am
12918                 Add the polish translation of the manual,
12919                 Authored by Pawel Pekala.
12920
12921 2006-05-05 [cleroy]     2.1.1cvs48
12922
12923         * src/main.c
12924                 Re-read matcherrc after loading plugins 
12925                 if some of them add folders.
12926
12927 2006-05-03 [colin]      2.1.1cvs47
12928
12929         * src/imap.c
12930                 I'm idiot
12931
12932 2006-05-03 [colin]      2.1.1cvs46
12933
12934         * src/imap.c
12935                 Be sure to have a session when
12936                 getting separator
12937
12938 2006-05-03 [colin]      2.1.1cvs45
12939
12940         * src/imap.c
12941         * src/imap.h
12942         * src/imap_gtk.c
12943                 Fix preventing renaming with namespace 
12944                 separator.
12945
12946 2006-05-01 [colin]      2.1.1cvs44
12947
12948         * src/action.c
12949                 Don't reload messageview when result of
12950                 action is piped.
12951
12952 2006-04-29 [colin]      2.1.1cvs43
12953
12954         * src/prefs_receive.c
12955         * src/plugins/spamassassin/spamassassin_gtk.c
12956         * src/plugins/clamav/clamav_plugin_gtk.c
12957                 GUI fixes by Pawel
12958
12959 2006-04-29 [colin]      2.1.1cvs42
12960
12961         * src/prefs_compose_writing.c
12962         * src/prefs_quote.c
12963                 Cleanups. Patch by Pawel
12964
12965 2006-04-28 [paul]       2.1.1cvs41
12966
12967         * src/matcher.c
12968                 fix returned quick search results when search
12969                 term contains an underscore.
12970                 Thanks to Colin
12971
12972 2006-04-28 [paul]       2.1.1cvs40
12973
12974         * src/prefs_message.c
12975         * src/prefs_receive.c
12976                 GUI cleanups
12977                 Patches by Pawel Pekala
12978
12979 2006-04-27 [colin]      2.1.1cvs39
12980
12981         * src/wizard.c
12982                 Differentiate subject Welcome from
12983                 window's title Welcome
12984
12985 2006-04-27 [paul]
12986
12987         2.2.0-rc1 released
12988
12989 2006-04-27 [paul]       2.1.1cvs38
12990
12991         * manual/advanced.xml
12992         * manual/fr/advanced.xml
12993                 add info about compose_no_markup hidden pref
12994
12995 2006-04-27 [paul]       2.1.1cvs37
12996
12997         * src/prefs_account.c
12998                 improve privacy labels
12999         * src/prefs_msg_colors.c
13000                 change some strings for translators' convenience
13001         * src/gtk/gtkutils.c
13002                 don't underline the link button text
13003
13004 2006-04-25 [colin]      2.1.1cvs36
13005
13006         * src/folder.c
13007                 Complete 2.1.1cvs33 (once more ;)
13008
13009 2006-04-25 [colin]      2.1.1cvs35
13010
13011         * src/editldap.c
13012                 Fix tooltip
13013
13014 2006-04-25 [cleroy]     2.1.1cvs34
13015
13016         * src/compose.c
13017         * src/gtk/gtkaspell.c
13018                 Fix crash on redirect (related to the return 
13019                 of the aspell menu in compose's toolbar)
13020         * src/prefs_msg_colors.c
13021                 Fix sensitivity widgets
13022         * src/image_viewer.c
13023         * src/gtk/pluginwindow.c
13024         * src/gtk/prefswindow.c
13025                 Change released signals to clicked (Fabien)
13026         * po/POTFILES.in
13027         * src/common/socket.c
13028         * src/plugins/spamassassin/spamassassin.c
13029                 Translate strings (Fabien)
13030
13031 2006-04-25 [paul]       2.1.1cvs33
13032
13033         * src/folder.c
13034         * src/folder.h
13035         * src/folderview.c
13036                 complete the fix of bug #912
13037                 Thanks to Colin
13038
13039 2006-04-25 [colin]      2.1.1cvs32
13040
13041         * src/news.c
13042                 Better progress bar
13043         * src/mimeview.c
13044         * src/summaryview.c
13045         * src/summaryview.h
13046                 Fix focus chain
13047                 Patches by Pawel Pekala
13048
13049 2006-04-24 [colin]      2.1.1cvs31
13050
13051         * src/compose.c
13052                 Fix compilation warnings (Fabien)
13053
13054 2006-04-24 [colin]      2.1.1cvs30
13055
13056         * src/addrindex.c
13057         * src/editldap.c
13058         * src/editldap_basedn.c
13059         * src/editldap_basedn.h
13060         * src/ldapctrl.c
13061         * src/ldapctrl.h
13062         * src/ldapquery.c
13063         * src/ldaputil.c
13064         * src/ldaputil.h
13065                 Fix bug #901 (LDAPS support)
13066
13067 2006-04-24 [colin]      2.1.1cvs29
13068
13069         * src/compose.c
13070                 Fix logic on error with send dialog on
13071         * src/imap.c
13072                 Fix compilation without libetpan, thanks
13073                 to Fabien
13074         * src/summaryview.c
13075                 Fix 'context-menu' key
13076
13077 2006-04-23 [colin]      2.1.1cvs28
13078
13079         * src/folder.c
13080                 Never free current's cache to free up 
13081                 memory. Fixes bug #912 (new count 
13082                 randomly set to message count)
13083
13084 2006-04-23 [colin]      2.1.1cvs27
13085
13086         * src/gtk/quicksearch.c
13087                 And remove printf...
13088
13089 2006-04-23 [colin]      2.1.1cvs26
13090
13091         * src/gtk/quicksearch.c
13092                 Fix replacing in quicksearch, and fix inserting
13093                 in the middle of the string. (introduced at 2.1.0cvs22)
13094
13095 2006-04-23 [colin]      2.1.1cvs25
13096
13097         * src/imap.c
13098                 Make sure uidnext is initialized in get_num_list
13099                 (not for stable, related to 2.1.1cvs8 and friends)
13100
13101 2006-04-23 [colin]      2.1.1cvs24
13102
13103         * src/imap.c
13104                 Output something when login is successful
13105                 too
13106
13107 2006-04-23 [colin]      2.1.1cvs23
13108
13109         * src/etpan/imap-thread.c
13110                 Better logging (line-per-line, hide data in fetch)
13111                 Fix a const warning
13112         * src/gtk/logwindow.c
13113         * src/gtk/logwindow.h
13114                 Better logging (color for input/output)
13115
13116 2006-04-21 [colin]      2.1.1cvs22
13117
13118         * src/gtk/quicksearch.c
13119                 On gtk+-2.8, use stock buttons in quicksearch
13120                 Based on a patch by Fabien and a design by Paul
13121
13122 2006-04-21 [colin]      2.1.1cvs21
13123
13124         * src/folderview.c
13125         * src/mainwindow.c
13126                 Fix occasional flicker in folderview
13127         * src/common/utils.c
13128                 Fix bug #943 (Incorrectly parsed email address 
13129                 list in short headers on message view and in 
13130                 printouts)
13131
13132 2006-04-20 [colin]      2.1.1cvs20
13133
13134         * src/imap.c
13135         * src/imap.h
13136         * src/prefs_account.c
13137                 Add ANONYMOUS auth for IMAP
13138
13139 2006-04-20 [paul]       2.1.1cvs19
13140
13141         * src/main.c
13142                 proper fix for 2.1.1cvs18
13143                 Thanks to Colin
13144
13145 2006-04-20 [paul]       2.1.1cvs18
13146
13147         * src/main.c
13148                 fix build warnings
13149
13150 2006-04-20 [paul]       2.1.1cvs17
13151
13152         * src/gtk/quicksearch.c
13153                 fix standard, non-extended Quick search,
13154                 was broken in 2.1.1cvs15.
13155                 Thanks to Colin.
13156
13157 2006-04-20 [colin]      2.1.1cvs16
13158
13159         * src/prefs_matcher.c
13160                 Fix values when reselecting a ~test
13161                 rule
13162
13163 2006-04-19 [colin]      2.1.1cvs15
13164
13165         * src/compose.c
13166         * src/compose.h
13167         * src/gtk/gtkaspell.c
13168         * src/gtk/gtkaspell.h
13169                 Put back Options menu in Spelling/
13170         * src/gtk/quicksearch.c
13171                 Don't search, and show error, if the
13172                 advanced search has a syntax error
13173
13174 2006-04-18 [colin]      2.1.1cvs14
13175
13176         * src/textview.c
13177                 Fix gdk warnings on set_cursor when textview
13178                 isn't visible
13179
13180 2006-04-18 [colin]      2.1.1cvs13
13181
13182         * src/gtk/gtksctree.c
13183                 Remove seemingly useless refresh that causes
13184                 flicker - watch this commit in case of 
13185                 problems before planned backport to stable
13186
13187 2006-04-18 [colin]      2.1.1cvs12
13188
13189         * src/imap.c
13190                 Factorize get/set_xml code
13191         * src/compose.c
13192         * src/prefs_account.c
13193         * src/prefs_account.h
13194         * src/procmsg.c
13195                 Add Encrypt to self option
13196
13197 2006-04-17 [colin]      2.1.1cvs11
13198
13199         * configure.ac
13200                 Fix search on encrpyt function on dragonfly
13201                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13202
13203 2006-04-17 [colin]      2.1.1cvs10
13204
13205         * src/prefs_account.c
13206                 Be safe by default: remove mails from POP3
13207                 after 7 days, not immediately
13208
13209 2006-04-17 [colin]      2.1.1cvs9
13210
13211         * src/etpan/imap-thread.c
13212                 Fix build on DragonFly - patch by 
13213                 Jonathan Buschmann <jonthn@agmact.com>
13214
13215 2006-04-17 [colin]      2.1.1cvs8
13216
13217         * src/imap.c
13218                 Save uidnext between sessions
13219
13220 2006-04-17 [colin]      2.1.1cvs7
13221
13222         * src/imap.c
13223                 scan is required when uid validity changes
13224
13225 2006-04-17 [colin]      2.1.1cvs6
13226
13227         * src/folderview.c
13228                 Don't scan if not necessary, apart in current
13229                 folder and INBOX to fetch flags.
13230         * src/imap.c
13231                 Scan is necessary if unread count changes
13232
13233 2006-04-17 [colin]      2.1.1cvs5
13234
13235         * src/imap.c
13236                 ...But always fetch ANSWERED and DELETED flags for
13237                 INBOX, as filtering can happen on these flags.
13238
13239 2006-04-17 [colin]      2.1.1cvs4
13240
13241         * src/imap.c
13242                 Don't fetch REPLIED and DELETED flags when synchronising
13243                 flags with a closed folder. We only need UNSEEN and FLAGGED
13244                 to update the folderview.
13245
13246 2006-04-17 [colin]      2.1.1cvs3
13247
13248         * src/imap.c
13249                 Faster flag search when there are new mails 
13250                 in a folder. We can do a full search if the 
13251                 folder contains less messages than the new
13252                 list.
13253
13254 2006-04-17 [colin]      2.1.1cvs2
13255
13256         * po/cs.po
13257         * po/de.po
13258         * po/fr.po
13259         * po/nl.po
13260         * po/pt_BR.po
13261                 Update translations from stable branch
13262
13263 2006-04-17 [colin]      2.1.1cvs1
13264
13265         * configure.ac
13266                 Bump version to follow stable release
13267
13268 2006-04-16 [mones]      2.1.0cvs50
13269
13270         * po/es.po
13271                 Updated for release
13272
13273 2006-04-16 [colin]      2.1.0cvs49
13274
13275         * src/textview.c
13276                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13277                 with gtk < 2.8. Thanks to Fabien Vantard.
13278
13279 2006-04-15 [colin]      2.1.0cvs48
13280
13281         * src/etpan/imap-thread.c
13282                 Fix bug #919 (libetpan: SEGV when connecting 
13283                 using command)
13284
13285 2006-04-14 [colin]      2.1.0cvs47
13286
13287         * src/main.c
13288                 Fix race on --select (should be done better)
13289
13290 2006-04-14 [wwp]        2.1.0cvs46
13291
13292         * src/send_message.c
13293                 enforce a check for domain in account prefs (a sending
13294                 error could be faced if domain was checked but no value set),
13295                 thanks to Colin.
13296
13297 2006-04-14 [colin]      2.1.0cvs45
13298
13299         * src/codeconv.c
13300                 when converting from unknown to unknown, if the
13301                 string is UTF8, don't convert it to the locale
13302                 (which breaks it)
13303
13304 2006-04-14 [colin]      2.1.0cvs44
13305
13306         * src/compose.c
13307                 Don't try to use ASCII for converting headers
13308                 (as done in body)
13309
13310 2006-04-14 [paul]       2.1.0cvs43
13311
13312         * src/crash.c
13313                 add locale/charset info to crash report
13314         * src/gtk/about.c
13315                 add wwp to doc team
13316                 replace 'e-mail' with preferred 'email'
13317         * src/gtk/authors.h
13318                 ensure contributors list is in alphabetical
13319                 order
13320
13321 2006-04-13 [colin]      2.1.0cvs42
13322
13323         * src/textview.c
13324                 Prevent gdk warnings
13325
13326 2006-04-13 [colin]      2.1.0cvs41
13327
13328         * src/common/ssl_certificate.c
13329         * src/common/ssl_certificate.h
13330         * src/gtk/sslcertwindow.c
13331                 Warn on expired certs, and display the expiration date
13332
13333 2006-04-13 [colin]      2.1.0cvs40
13334
13335         * src/plugins/spamassassin/spamassassin_gtk.c
13336                 Fix missing set_text on unix socket
13337
13338 2006-04-13 [wwp]        2.1.0cvs39
13339
13340         * manual/fr/advanced.xml
13341         * manual/fr/glossary.xml
13342                 applied new spam/ham/email lexicon (pourriel, courriel)
13343
13344 2006-04-13 [paul]       2.1.0cvs38
13345
13346         * src/plugins/pgpmime/plugin.c
13347                 remove the mention of S/MIME from the
13348                 description. This is now handled by the
13349                 S/MIME plugin.
13350
13351 2006-04-13 [paul]       2.1.0cvs37
13352
13353         * src/prefs_msg_colors.c
13354                 rework dialog
13355         * src/prefs_folder_item.c
13356         * src/prefs_spelling.c
13357                 add a tooltip to the colour selector buttons
13358
13359 2006-04-13 [wwp]        2.1.0cvs36
13360
13361         * manual/advanced.xml
13362         * manual/glossary.xml
13363         * manual/handling.xml
13364         * manual/keyboard.xml
13365         * manual/plugins.xml
13366         * manual/starting.xml
13367         * manual/fr/account.xml
13368         * manual/fr/ack.xml
13369         * manual/fr/addrbook.xml
13370         * manual/fr/advanced.xml
13371         * manual/fr/faq.xml
13372         * manual/fr/glossary.xml
13373         * manual/fr/gpl.xml
13374         * manual/fr/handling.xml
13375         * manual/fr/intro.xml
13376         * manual/fr/keyboard.xml
13377         * manual/fr/plugins.xml
13378         * manual/fr/starting.xml
13379         * manual/fr/sylpheed-claws-manual.xml
13380                 fixes to the manuals:
13381                  - summaryview -> Message List (same in French)
13382                  - translate key names
13383                  - fix French punctuation, use non-breakable spaces when
13384                    necessary, don't use &thinsp; which is not portable
13385                  - tell what maildir and mbox formats we support
13386
13387 2006-04-12 [wwp]        2.1.0cvs35
13388
13389         * src/prefs_toolbar.c
13390                 unified a replace button more,
13391                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13392
13393 2006-04-12 [wwp]        2.1.0cvs34
13394
13395         * src/prefs_common.c
13396         * src/prefs_msg_colors.c
13397                 make default color labels translatable,
13398                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13399                 thanks to Tim <timbrain@post.cz> for reporting.
13400
13401 2006-04-12 [wwp]        2.1.0cvs33
13402
13403         * manual/glossary.xml
13404         * manual/intro.xml
13405         * manual/plugins.xml
13406         * manual/starting.xml
13407         * manual/sylpheed-claws-manual.xml
13408         * manual/fr/.cvsignore
13409         * manual/fr/account.xml
13410         * manual/fr/ack.xml
13411         * manual/fr/addrbook.xml
13412         * manual/fr/advanced.xml
13413         * manual/fr/faq.xml
13414         * manual/fr/glossary.xml
13415         * manual/fr/handling.xml
13416         * manual/fr/intro.xml
13417         * manual/fr/keyboard.xml
13418         * manual/fr/plugins.xml
13419         * manual/fr/starting.xml
13420         * manual/fr/sylpheed-claws-manual.xml
13421                 various fixes: typos, missing .fr translations, punctuation,
13422                 capitalization, links, accents and some bad French more.
13423
13424 2006-04-12 [wwp]        2.1.0cvs32
13425
13426         * src/prefs_gtk.c
13427                 fix for bug #935: always store prefs files in UTF-8 (thanks
13428                 to Colin).
13429
13430 2006-04-11 [colin]      2.1.0cvs31
13431
13432         * src/compose.c
13433                 Fix inserting files not in utf8 when locale is utf8
13434
13435 2006-04-11 [colin]      2.1.0cvs30
13436
13437         * src/inc.c
13438                 Don't show error dialog when cancelling connection
13439                 Patch by Pawel
13440
13441 2006-04-11 [cleroy]     2.1.0cvs29
13442
13443         * src/compose.c
13444                 Implement multiple quote levels
13445         * src/prefs_common.c
13446                 Change a little bit the quote bgcolor for 2nd level
13447
13448 2006-04-11 [colin]      2.1.0cvs28
13449
13450         * src/gtk/about.c
13451                 Add locale and charset in the label
13452
13453 2006-04-10 [colin]      2.1.0cvs27
13454
13455         * src/compose.c
13456         * src/prefs_common.c
13457         * src/prefs_common.h
13458         * src/prefs_msg_colors.c
13459         * src/textview.c
13460                 Allow optional background color in quotes
13461                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13462                 GTK+-2.8.x feature
13463
13464 2006-04-10 [colin]      2.1.0cvs26
13465
13466         * src/main.c
13467         * src/mainwindow.c
13468         * src/mainwindow.h
13469                 Implement --select
13470
13471 2006-04-10 [colin]      2.1.0cvs25
13472
13473         * manual/plugins.xml
13474         * manual/fr/plugins.xml
13475                 Document libcurl's proxy variables
13476
13477 2006-04-09 [colin]      2.1.0cvs24
13478
13479         * src/prefs_common.c
13480                 gettext() returns statically allocated stuff. We have
13481                 to strdup it in order to be able to free it.
13482
13483 2006-04-09 [colin]      2.1.0cvs23
13484
13485         * AUTHORS
13486         * src/gtk/authors.h
13487                 Add Alexei
13488
13489 2006-04-09 [colin]      2.1.0cvs22
13490
13491         * src/mainwindow.c
13492         * src/gtk/quicksearch.c
13493                 Fix bug #859 (problems with cyrilic input in 
13494                 search panel) - Patch by Alexey Illarionov 
13495                 <littlesavage@rambler.ru>
13496
13497 2006-04-09 [colin]      2.1.0cvs21
13498
13499         * src/prefs_customheader.c
13500                 I prefer removing then freeing rather than the contrary
13501                 (even if it doesn't change anything ;-)
13502         * src/prefs_account.c
13503                 Fix bug #933 (Crash re-entering the custom headers list 
13504                 dialog in accounts prefs)
13505                 The problem happened when cancelling the Account 
13506                 Preferences' dialogs - in which case we didn't do 
13507                 anything to the PrefsAccount * struct. In case of applying,
13508                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13509                 working with in this dialog. The problem is that 
13510                 prefs_customheader.c, working on this tmp_ac_prefs, always
13511                 changes the ->customhdr_list pointer, even when cancelled. 
13512                 So in case of cancelling the prefs_account dialog, we still
13513                 have to update ->customhdr_list in the real account.
13514
13515 2006-04-08 [colin]      2.1.0cvs20
13516
13517         * manual/fr/glossary.xml
13518         * manual/fr/keyboard.xml
13519                 Forgot some headers :)
13520
13521 2006-04-08 [colin]      2.1.0cvs19
13522
13523         * manual/Makefile.am
13524         * manual/fr/Makefile.am
13525         * manual/fr/account.xml
13526         * manual/fr/ack.xml
13527         * manual/fr/addrbook.xml
13528         * manual/fr/advanced.xml
13529         * manual/fr/faq.xml
13530         * manual/fr/glossary.xml
13531         * manual/fr/gpl.xml
13532         * manual/fr/handling.xml
13533         * manual/fr/intro.xml
13534         * manual/fr/keyboard.xml
13535         * manual/fr/plugins.xml
13536         * manual/fr/starting.xml
13537         * manual/fr/sylpheed-claws-manual.xml
13538         * manual/fr/dist/.cvsignore
13539         * manual/fr/dist/Makefile.am
13540         * manual/fr/dist/html/.cvsignore
13541         * manual/fr/dist/html/Makefile.am
13542         * manual/fr/dist/pdf/.cvsignore
13543         * manual/fr/dist/pdf/Makefile.am
13544         * manual/fr/dist/ps/.cvsignore
13545         * manual/fr/dist/ps/Makefile.am
13546         * manual/fr/dist/txt/.cvsignore
13547         * manual/fr/dist/txt/Makefile.am
13548                 Add the french translation of the manual. Thanks to
13549                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13550                 account.xml, ack.xml, addrbook.xml and advanced.xml
13551
13552 2006-04-08 [colin]      2.1.0cvs18
13553
13554         * manual/plugins.xml
13555         * manual/starting.xml
13556                 More fixes
13557
13558 2006-04-07 [colin]      2.1.0cvs17
13559
13560         * manual/faq.xml
13561         * manual/intro.xml
13562         * manual/keyboard.xml
13563                 Little fixes
13564
13565 2006-04-07 [colin]      2.1.0cvs16
13566
13567         * README
13568         * src/compose.c
13569         * src/prefs_common.c
13570         * src/prefs_common.h
13571                 Add hidden compose_no_markup pref
13572
13573 2006-04-07 [wwp]        2.1.0cvs15
13574
13575         * src/summary_search.c
13576         * .cvsignore
13577                 Bugfix: stop button was sticky when searching in an empty folder.
13578                 Applied curly brackets code style to the whole file (summary_search.c).
13579                 More files to ignore.
13580
13581 2006-04-07 [wwp]        2.1.0cvs14
13582
13583         * src/message_search.c
13584         * src/summary_search.c
13585                 changed default button when search bumps at file/folder
13586                 beginning or end, for convenience (thanks to Colin).
13587
13588 2006-04-07 [paul]       2.1.0cvs13
13589
13590         * src/plugins/dillo_viewer/dillo_prefs.c
13591                 avoid future potential for namespace collision
13592                 Patch by Colin
13593
13594 2006-04-06 [wwp]        2.1.0cvs12
13595
13596         * src/summary_search.c
13597                 Unify extended/advanced searches names (and thus factorize labels),
13598                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13599
13600 2006-04-06 [wwp]        2.1.0cvs11
13601
13602         * src/folderview.c
13603         * src/prefs_themes.c
13604         * src/summaryview.c
13605                 Fixed some compilation warnings.
13606
13607 2006-04-06 [colin]      2.1.0cvs10
13608
13609         * manual/advanced.xml
13610                 Document the wizard template and how to deploy
13611                 Sylpheed-Claws effectively
13612
13613 2006-04-06 [colin]      2.1.0cvs9
13614
13615         * src/folderview.c
13616                 gettext patch to tell translators about _("#"),
13617                 by Maxim Britov
13618
13619 2006-04-06 [colin]      2.1.0cvs8
13620
13621         * src/textview.c
13622                 Fix invalid GtkTextBIter after clicking "Display as text"
13623
13624 2006-04-06 [mones]      2.1.0cvs7
13625
13626         * src/addr_compl.c
13627         * src/addrindex.c
13628         * src/addritem.c
13629         * src/codeconv.c
13630         * src/compose.c
13631         * src/filtering.c
13632         * src/folder.c
13633         * src/folder_item_prefs.c
13634         * src/folderview.c
13635         * src/localfolder.c
13636         * src/matcher.c
13637         * src/mimeview.c
13638         * src/prefs_msg_colors.c
13639         * src/prefs_spelling.c
13640         * src/prefs_themes.c
13641         * src/procmime.c
13642         * src/procmsg.c
13643         * src/stock_pixmap.c
13644         * src/summaryview.c
13645         * src/textview.c
13646         * src/toolbar.c
13647         * src/common/mgutils.c
13648         * src/common/prefs.c
13649         * src/common/ssl_certificate.c
13650         * src/gtk/colorlabel.c
13651         * src/gtk/quicksearch.c
13652         * src/plugins/pgpmime/pgpmime.c
13653         * src/plugins/spamassassin/spamassassin.c
13654                 Removed redundant NULL checks for g_free() calls.
13655                 Patch by Pawel Pekala.
13656
13657 2006-04-06 [mones]      2.1.0cvs6
13658
13659         * src/prefs_actions.c
13660         * src/prefs_filtering.c
13661         * src/prefs_filtering_action.c
13662         * src/prefs_matcher.c
13663         * src/prefs_template.c
13664         * src/gtk/gtkutils.c
13665         * src/gtk/gtkutils.h
13666                 Have a nice replace button. Patch by Pawel Pekala
13667
13668 2006-04-06 [colin]      2.1.0cvs5
13669
13670         * src/addressbook.c
13671                 Fix crash with empty columns
13672
13673 2006-04-05 [colin]      2.1.0cvs4
13674
13675         * src/wizard.c
13676         * src/prefs_gtk.c
13677                 Allow wizard customization with pre-filled values
13678
13679 2006-04-05 [colin]      2.1.0cvs3
13680
13681         * src/textview.c
13682         * src/mimeview.c
13683         * src/mimeview.h
13684                 Nicer messages in mimeview
13685
13686 2006-04-05 [colin]      2.1.0cvs2
13687
13688         * src/addressbook.c
13689         * src/prefs_summaries.c
13690                 i18n fix
13691
13692 2006-04-05 [colin]      2.1.0cvs1
13693
13694         * src/plugins/pgpcore/plugin.c
13695         * src/plugins/pgpcore/select-keys.c
13696         * src/plugins/pgpcore/select-keys.h
13697         * src/plugins/pgpcore/sgpgme.c
13698         * src/plugins/pgpcore/sgpgme.h
13699         * src/plugins/pgpinline/pgpinline.c
13700         * src/plugins/pgpinline/plugin.c
13701         * src/plugins/pgpmime/pgpmime.c
13702         * src/plugins/pgpmime/plugin.c
13703                 Factorize and generalize a bit 
13704                 Drop S/MIME signature verification from PGP/MIME
13705                 (adding it as another, more complete plugin)
13706
13707 2006-04-05 [paul]       2.1.0
13708
13709         2.1.0 released
13710
13711 2006-04-05 [paul]       2.0.0cvs186
13712
13713         * manual/advanced.xml
13714                 add info on colour labels
13715
13716 2006-04-05 [paul]       2.0.0cvs185
13717
13718         * po/bg.po
13719         * po/cs.po
13720         * po/de.po
13721         * po/el.po
13722         * po/en_GB.po
13723         * po/fi.po
13724         * po/fr.po
13725         * po/it.po
13726         * po/nl.po
13727         * po/pl.po
13728         * po/pt_BR.po
13729         * po/sr.po
13730         * po/zh_CN.po
13731                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13732                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13733                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13734                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13735         * src/gtk/authors.h
13736         * tools/claws.i18n.status.pl
13737                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13738                 and new Czech translator, Tim <timbrain@post.cz>
13739
13740 2006-04-05 [mones]      2.0.0cvs184
13741
13742         * po/es.po
13743                 Updated translation
13744
13745 2006-04-05 [colin]      2.0.0cvs183
13746
13747         * src/gtk/quicksearch.c
13748                 Fix bug #929 (unnecessary reload in quick search bar)
13749
13750 2006-04-05 [colin]      2.0.0cvs182
13751
13752         * src/compose.c
13753                 Fix crash on Reply with no From:
13754                 Show signature and conversion error on queuing 
13755                 (but not sending)
13756         * src/mainwindow.c
13757         * src/summaryview.c
13758         * src/summaryview.h
13759                 Factorize threading code and make sure msginfo 
13760                 is not null when it comes from a GtkCTreeRow's 
13761                 data
13762         * src/gtk/gtkaspell.c
13763                 Check for necessary things
13764         * src/gtk/gtksctree.c
13765         * src/gtk/gtksctree.h
13766                 Reset anchor if necessary when removing node
13767
13768 2006-03-29 [colin]      2.0.0cvs181
13769
13770         * src/folderview.c
13771                 Warn for disabled IMAP accounts (due to lack of
13772                 libetpan). Breaks string-freeze - sorry - but it
13773                 is kind of important ;)
13774
13775 2006-03-28 [colin]      2.0.0cvs180
13776
13777         * src/gtk/gtkutils.c
13778         * src/gtk/gtkutils.h
13779                 Add a gtkut_get_link_btn() function that
13780                 creates a button which acts like an URI
13781         * src/prefs_themes.c
13782         * src/gtk/about.c
13783                 Use this function (factorizes codes)
13784         * src/common/defs.h
13785         * src/gtk/pluginwindow.c
13786                 Add a "Get more..." in the plugins window
13787
13788 2006-03-28 [colin]      2.0.0cvs179
13789
13790         * src/common/smtp.c
13791         * src/common/passcrypt.c
13792         * src/undo.c
13793                 Warning fixes. Patch by Pawel Pekala
13794
13795 2006-03-27 [colin]      2.0.0cvs178
13796
13797         * src/undo.c
13798                 Fix undoing by blocks with spaces
13799
13800 2006-03-27 [colin]      2.0.0cvs177
13801
13802         * src/textview.c
13803                 Set margin to 3px for headers
13804
13805 2006-03-27 [paul]
13806
13807         2.1.0-rc2 released
13808
13809 2006-03-27 [wwp]        2.0.0cvs176
13810
13811         * src/summaryview.c
13812                 don't reset quicksearch when updating the message list.
13813                 Thanks to Colin.
13814
13815 2006-03-26 [wwp]        2.0.0cvs175
13816
13817         * src/compose.c
13818                 use a unified border width ('other' tab in the compose window,
13819                 patch by Pawel Pekala).
13820
13821
13822 2006-03-26 [wwp]        2.0.0cvs174
13823
13824         * src/common/quoted-printable.c
13825         * src/addressbook.c
13826                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13827
13828 2006-03-26 [colin]      2.0.0cvs173
13829
13830         * src/quote_fmt_parse.y
13831                 Fix non-UTF8 date formats messing up the whole quote a 
13832                 little bit
13833
13834 2006-03-26 [colin]      2.0.0cvs172
13835
13836         * src/procheader.c
13837                 Make sure the date is UTF8 valid, or try to make it
13838                 so. IncrediMail is really IncrediStupid.
13839         * src/compose.c
13840                 Fix possible conversions. 
13841                 
13842
13843 2006-03-26 [colin]      2.0.0cvs171
13844
13845         * src/matcher.c
13846                 Fix corner cases in body search. This is still a
13847                 hack... It seems impossible to make it good and 
13848                 reasonably fast at the same time.
13849
13850 2006-03-26 [colin]      2.0.0cvs170
13851
13852         * src/summaryview.c
13853                 I think I killed the twilight zone bug!
13854                 summary_select_node() flushes GTK events in order
13855                 to be able to center the view. But this also 
13856                 flushes keypresses like Ctrl-Alt-U, so this can
13857                 call summary_show from summary_select_node (itself
13858                 called from summary_show, etc.). And the summaryview
13859                 has to be unlocked in this function. So just locking
13860                 while processing GTK events, and bailing if locked, 
13861                 should fix it.
13862                 Fixes bug #927 (SIGSEGV during Update Summary)
13863
13864 2006-03-25 [colin]      2.0.0cvs169
13865
13866         * src/matcher.c
13867                 Fix search in QP-encoded bodies
13868                 Fix utf-8 searches in bodies encoded in the
13869                 locale's encoding
13870         * src/common/quoted-printable.c
13871         * src/common/quoted-printable.h
13872                 Add a decode function that doesn't overwrite
13873                 the original pointer
13874                 
13875
13876 2006-03-24 [colin]      2.0.0cvs168
13877
13878         * src/action.c
13879         * src/summaryview.c
13880         * src/summaryview.h
13881                 Update message cache after action
13882                 Patch by H. Merijn Brand
13883         * src/prefs_msg_colors.c
13884                 Factorize label 
13885                 Patch by Fabien Vantard
13886         * src/plugins/spamassassin/spamassassin_gtk.c
13887                 Remove useless translation
13888                 Patch by Fabien Vantard
13889
13890 2006-03-23 [colin]      2.0.0cvs167
13891
13892         * src/common/ssl.c
13893                 Let 30 seconds to SSL_connect
13894
13895 2006-03-23 [wwp]        2.0.0cvs166
13896
13897         * src/summaryview.c
13898         * src/gtk/description_window.c
13899                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13900                 and headers are translated; adjust description windows' width to fit their
13901                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13902
13903 2006-03-23 [paul]       2.0.0cvs165
13904
13905         * src/common/utils.c
13906                 fix highlighting of URIs containing "()"
13907                 (2.0.0cvs164's reversal fixed)
13908                 Thanks to Colin.
13909
13910 2006-03-23 [paul]       2.0.0cvs164
13911
13912         * src/common/utils.c
13913                 revert patch, (postponing a fix), at 2.0.0cvs120
13914                 as it breaks more URIs than it fixes.
13915                 Allow '-' to be a terminating character in a URI
13916
13917 2006-03-22 [colin]      2.0.0cvs163
13918
13919         * configure.ac
13920                 Require libetpan 0.45
13921                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13922
13923 2006-03-22 [paul]       2.0.0cvs162
13924
13925         * src/editgroup.c
13926                 replace '<-' and '->' buttons with GTK_STOCK graphical
13927                 buttons
13928         * src/summary_search.c
13929                 don't offer '...' for translation
13930                 add a tooltip to advanced search '...' button
13931         * src/gtk/quicksearch.c
13932                 don't offer '...' for translation
13933
13934 2006-03-21 [colin]      2.0.0cvs161
13935
13936         * src/compose.c
13937                 Fix middle-click pasting (insert at click
13938                 position instead of cursor position, don't
13939                 remove existing selection and allow pasting
13940                 our own selection)
13941         * src/addressbook.c
13942                 "LDAP Server" -> "LDAP servers"
13943
13944 2006-03-21 [wwp]        2.0.0cvs160
13945
13946         * src/etpan/imap-thread.c
13947                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13948
13949 2006-03-20 [colin]      2.0.0cvs159
13950
13951         * src/summaryview.c
13952                 Don't reload summaryview after an execute with no
13953                 move action
13954
13955 2006-03-19 [colin]      2.0.0cvs158
13956
13957         * src/addressbook.c
13958                 and put groups at the top, always
13959
13960 2006-03-19 [colin]      2.0.0cvs157
13961
13962         * src/addressbook.c
13963                 Order groups before names, as previously
13964
13965 2006-03-19 [colin]      2.0.0cvs156
13966
13967         * src/addressbook.c
13968                 - Sort case-unsensitive
13969                 - Put the sort arrow at opening too
13970
13971 2006-03-19 [wwp]        2.0.0cvs155
13972
13973         * src/addressbook.c
13974                 allow sorting by name/email/remarks, ensure that right-pane's contents
13975                 matches the left-pane selection (cleared when appropriate).
13976                 Patch by Pawel Pekala <c0rn@o2.pl>.
13977
13978 2006-03-18 [colin]      2.0.0cvs154
13979
13980         * src/textview.c
13981                 Fix text cursor ;)
13982
13983 2006-03-18 [colin]      2.0.0cvs153
13984
13985         * src/gtk/filesel.c
13986                 Make sure we hide the preview if we didn't get
13987                 a filename
13988
13989 2006-03-18 [colin]      2.0.0cvs152
13990
13991         * src/summaryview.c
13992                 Set cursor to watch for execution (fixes lack
13993                 of watch-cursor when dnd'ing hundreds of mails)
13994         * src/gtk/filesel.c
13995                 Check that mime type is 'image/*' before updating
13996                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13997
13998 2006-03-18 [colin]      2.0.0cvs151
13999
14000         * src/mainwindow.c
14001         * src/textview.c
14002         * src/textview.h
14003                 Put a watch cursor in textview too when the mainwindow's
14004                 cursor in a watch
14005
14006 2006-03-18 [colin]      2.0.0cvs150
14007
14008         * src/folder.c
14009                 Change wrong asserts to simple tests
14010
14011 2006-03-17 [colin]      2.0.0cvs149
14012
14013         * src/mainwindow.c
14014         * src/mainwindow.h
14015         * src/prefs_msg_colors.c
14016         * src/summaryview.c
14017         * src/summaryview.h
14018         * src/gtk/colorlabel.c
14019         * src/gtk/colorlabel.h
14020                 Add a color label menu in the main menubar
14021                 Add (fixed) accels Ctrl-{0-7} to change the color
14022                 They have to be fixed because the menu's dynamic,
14023                 the items are complex widgets, hence we can't use
14024                 a GtkItemFactory.
14025
14026
14027 2006-03-17 [wwp]        2.0.0cvs148
14028
14029         * src/compose.c
14030                 rollback few lines from my previous commit (those lines come from
14031                 a pending patch, accidentally commited, even if neutral as they are
14032                 commented out).
14033
14034 2006-03-17 [wwp]        2.0.0cvs147
14035
14036         * src/compose.c
14037                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14038                 applied code style/indentation to the modified function.
14039
14040 2006-03-17 [wwp]        2.0.0cvs146
14041
14042         * src/procmsg.c
14043         * src/compose.c
14044                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14045
14046 2006-03-17 [paul]
14047
14048         2.1.0-rc1 released
14049
14050 2006-03-17 [paul]       2.0.0cvs145
14051
14052         * src/main.c
14053                 addressbook_read_file() was called twice
14054         * src/textview.c
14055                 X-Mailer highlighting
14056
14057 2006-03-16 [colin]      2.0.0cvs144
14058
14059         * src/sourcewindow.c
14060         * src/sourcewindow.h
14061                 And the last one, in source window.
14062
14063 2006-03-16 [colin]      2.0.0cvs143
14064
14065         * src/compose.c
14066         * src/compose.h
14067                 Fix the same stuff in compose
14068
14069 2006-03-16 [colin]      2.0.0cvs142
14070
14071         * src/messageview.c
14072                 Complete the previous messageview crash fix
14073
14074 2006-03-16 [colin]      2.0.0cvs141
14075
14076         * src/procmsg.h
14077         * src/procmsg.c
14078         * src/folder.c
14079                 Fix POSTPROCESSING hook
14080                 Patch by H. Merijn Brand
14081
14082         * src/procmime.c
14083         * src/procmime.h
14084                 Parse Content-Location
14085
14086         * src/toolbar.c
14087         * src/messageview.c
14088         * src/messageview.h
14089                 Don't crash when a top-level MessageView has
14090                 been closed on us. Same problematic than
14091                 yesterday's quicksearch issue.
14092
14093 2006-03-15 [colin]      2.0.0cvs140
14094
14095         * src/gtk/quicksearch.c
14096                 Fix a bitchy race we didn't think about when we
14097                 added quicksearch cancellation:
14098                 If the search is not on cached fields, for example
14099                 body_part matchcase "stuff"
14100                 the matcher code has to get the whole message. If
14101                 we're on IMAP, that can be slow, and in order to
14102                 be non-blocking, the IMAP code idle loop processes
14103                 gtk events too. So it is possible to cancel a
14104                 quicksearch while the matcher is getting the mail's
14105                 body. After matcher got its body, it will start to
14106                 iterate over the matcher list that the Quicksearch's
14107                 clear_search_cb() just freed via prepare_matcher().
14108                 SIGSEGV ensues.
14109                 The fix consists of guarding the matcherlist_match()
14110                 call with a boolean 'matching'. If we reset the
14111                 quicksearch while matching is TRUE, we don't free
14112                 the matcherlist anymore like we did, but we set
14113                 another new flag, deferred_free, to TRUE. Then,
14114                 in quicksearch_match(), just after returning from
14115                 matcherlist_match() and unsetting the matching flag,
14116                 we check the deferred_free flag and do the
14117                 prepare_matcher() (which does the matcherlist_free)
14118                 for real, so we free the matcherlist once it's not
14119                 used anymore.
14120                 As all of this runs via the glib main loop, we
14121                 luckily don't need a mutex.
14122         * src/summaryview.c
14123                 Also, show progress while searching.
14124
14125
14126 2006-03-14 [colin]      2.0.0cvs139
14127
14128         * src/alertpanel.c
14129                 Make alertpanel_is_open non-static
14130
14131 2006-03-14 [colin]      2.0.0cvs138
14132
14133         * src/prefs_spelling.c
14134                 Cleanups - Fabien Vantard
14135
14136 2006-03-14 [wwp]        2.0.0cvs137
14137
14138         * src/main.c
14139                 code style normalization (curly braces, indentation).
14140
14141 2006-03-14 [wwp]        2.0.0cvs137
14142
14143         * src/main.c
14144                 code style (braces, indentation)
14145
14146 2006-03-12 [paul]       2.0.0cvs136
14147
14148         * src/prefs_common.c
14149                 trans_hdr defaults to FALSE to be RFC-savvy
14150         * src/prefs_summaries.c
14151                 add a tooltip to the trans_hdr option
14152                 
14153
14154 2006-03-12 [paul]       2.0.0cvs135
14155
14156         * src/prefs_matcher.c
14157                 give a little more width to the combos
14158         * src/prefs_display_header.c
14159         * src/textview.c
14160                 translate headers if prefs_common.trans_hdr
14161                 is TRUE
14162
14163         Patches by Pawel Pekala
14164
14165 2006-03-12 [paul]       2.0.0cvs134
14166
14167         * src/plugins/clamav/clamav_plugin.c
14168         * src/plugins/dillo_viewer/dillo_viewer.c
14169         * src/plugins/pgpcore/plugin.c
14170         * src/plugins/pgpinline/plugin.c
14171         * src/plugins/pgpmime/plugin.c
14172         * src/plugins/spamassassin/spamassassin.c
14173                 update/add to descriptions
14174         * src/plugins/spamassassin/spamassassin_gtk.c
14175                 fixes to the english, remove superfluous
14176                 tooltips, clean up a little
14177
14178 2006-03-12 [paul]       2.0.0cvs133
14179
14180         * src/compose.c
14181                 fix Bug 924, 'Account combo box shows up wrong 
14182                 if & is in account name'
14183
14184 2006-03-11 [colin]      2.0.0cvs132
14185
14186         * src/summaryview.c
14187                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14188                 messed up shift-selection because is slows down
14189                 moving around summaryview. thanks -users
14190
14191 2006-03-10 [colin]      2.0.0cvs131
14192
14193         * src/plugins/spamassassin/spamassassin_gtk.c
14194                 Put back Paul's engrish fixes
14195
14196 2006-03-10 [colin]      2.0.0cvs130
14197
14198         * src/plugins/spamassassin/spamassassin.c
14199         * src/plugins/spamassassin/spamassassin.h
14200         * src/plugins/spamassassin/spamassassin_gtk.c
14201                 Cleanup SA prefs page (more)
14202                 Patch by Fabien Vantard
14203
14204 2006-03-10 [paul]       2.0.0cvs129
14205
14206         * src/prefs_msg_colors.c
14207         * src/prefs_spelling.c
14208                 widget sensitivity
14209
14210 2006-03-09 [mones]      2.0.0cvs128
14211
14212         * po/es.po
14213                 Update for next RC
14214
14215 2006-03-09 [wwp]        2.0.0cvs127
14216
14217         * configure.ac
14218                 revert accidental commit (requirement for libetpan 0.43), this time
14219                 not in HEAD.
14220
14221 2006-03-09 [wwp]        2.0.0cvs125
14222
14223         * configure.ac
14224                 revert accidental commit (requirement for libetpan 0.43)
14225
14226 2006-03-09 [paul]       2.0.0cvs126
14227
14228         * src/prefs_receive.c
14229                 remove useless frame
14230                 replace 'incorporation' with 'receiving'
14231         * src/plugins/clamav/clamav_plugin_gtk.c
14232         * src/plugins/spamassassin/spamassassin_gtk.c
14233                 improve widget sensitivity
14234                 fix a bit his engrish
14235
14236 2006-03-09 [wwp]        2.0.0cvs125
14237
14238         * src/addressadd.c
14239         * src/foldersel.c
14240         * src/prefs_common.c
14241         * src/prefs_common.h
14242                 remember some more windows' sizes (add to addressbook and
14243                 select folder).
14244
14245 2006-03-09 [paul]       2.0.0cvs124
14246
14247         * src/plugins/pgpcore/prefs_gpg.c
14248                 normalise construction of dialogue
14249
14250 2006-03-09 [paul]       2.0.0cvs123
14251
14252         * src/plugins/trayicon/Makefile.am
14253                 add missing slash
14254
14255 2006-03-08 [colin]      2.0.0cvs122
14256
14257         * src/plugins/trayicon/Makefile.am
14258                 Fix build in separate dir 
14259                 Patch by Bamanzi <bamanzi@gmail.com>
14260
14261 2006-03-08 [colin]      2.0.0cvs121
14262
14263         * src/procmsg.c
14264                 Batch move and copies from summaryview with delayed execution
14265                 too
14266
14267 2006-03-07 [paul]       2.0.0cvs120
14268
14269         * src/common/utils.c
14270                 fix highlighting of URIs containing "()"
14271                 Patch by Pawel Pekala
14272
14273 2006-03-07 [paul]       2.0.0cvs119
14274
14275         * src/folder.c
14276         * src/folder.h
14277         * src/folderview.c
14278                 immediately do alphabetical resort when
14279                 changing a folder's name
14280                 Patch by Pawel Pekala
14281
14282 2006-03-07 [paul]       2.0.0cvs118
14283
14284         * src/news.c
14285         * src/news_gtk.c
14286                 when unsubscribing a newsgroup, remove the
14287                 folder and msgs in .sylpheed-claws/newscache
14288                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14289
14290 2006-03-07 [paul]       2.0.0cvs117
14291
14292         * src/textview.c
14293                 fix wrong Fake URL Warning
14294                 Thanks to Hiro
14295
14296 2006-03-07 [colin]      2.0.0cvs116
14297
14298         * src/imap.c
14299                 Return immediately when password dialog was
14300                 cancelled
14301         * src/gtk/inputdialog.c
14302                 Allow empty strings for passwords
14303
14304
14305 2006-03-06 [colin]      2.0.0cvs115
14306
14307         * src/imap.c
14308                 Prevent double-timeouts when connection fails
14309
14310 2006-03-06 [colin]
14311
14312         2.0.1-rc1 released
14313
14314 2006-03-06 [colin]      2.0.0cvs114
14315
14316         * src/imap.c
14317                 Refresh session during potentially long
14318                 operations
14319
14320 2006-03-06 [wwp]        2.0.0cvs113
14321
14322         * src/prefs_msg_colors.h
14323                 forgot that one (custom color labels).
14324
14325 2006-03-06 [wwp]        2.0.0cvs112
14326
14327         * src/prefs_common.c
14328         * src/prefs_common.h
14329         * src/prefs_msg_colors.c
14330         * src/summaryview.c
14331         * src/summaryview.h
14332         * src/gtk/colorlabel.c
14333         * src/gtk/colorlabel.h
14334                 colors in messages list are now customizable. Color values and names can
14335                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14336                 Thanks to Paul and Colin for their help with this longstanding patch!
14337
14338 2006-03-06 [wwp]        2.0.0cvs111
14339
14340         * src/textview.c
14341                 don't crash if (x)face is bad.
14342
14343 2006-03-05 [paul]       2.0.0cvs110
14344
14345         * AUTHORS
14346         * configure.ac
14347         * src/Makefile.am
14348         * src/common/Makefile.am
14349         * src/common/utils.h
14350         * src/etpan/imap-thread.c
14351         * src/gtk/authors.h
14352         * src/plugins/clamav/Makefile.am
14353         * src/plugins/demo/Makefile.am
14354         * src/plugins/dillo_viewer/Makefile.am
14355         * src/plugins/pgpcore/Makefile.am
14356         * src/plugins/pgpcore/passphrase.c
14357         * src/plugins/pgpinline/Makefile.am
14358         * src/plugins/pgpmime/Makefile.am
14359         * src/plugins/spamassassin/Makefile.am
14360         * src/plugins/trayicon/Makefile.am
14361                 fix builiding on cygwin
14362                 Patch by Ralgh Young <bamanzi@gmail.com>
14363
14364 2006-03-04 [wwp]        2.0.0cvs109
14365
14366         * manual/keyboard.xml
14367                 fix mixed up/down keys.
14368
14369 2006-03-04 [wwp]        2.0.0cvs108
14370
14371         * README
14372         * INSTALL
14373                 updated links to SpamAssassin.
14374
14375 2006-03-04 [wwp]        2.0.0cvs107
14376
14377         * manual/plugins.xml
14378         * src/plugins/spamassassin/README
14379                 updated SpamAssassin plugin docs to reflect new functional additions
14380                 (also fix/update/documents few technical stuff more, see the README).
14381
14382 2006-03-04 [wwp]        2.0.0cvs106
14383
14384         * src/prefs_message.c
14385                 normalized capitalization of message-prefs paths.
14386
14387 2006-03-04 [wwp]        2.0.0cvs105
14388
14389         * manual/advanced.xml
14390                 typo.
14391
14392 2006-03-03 [colin]      2.0.0cvs104
14393
14394         * src/plugins/clamav/clamav_plugin_gtk.c
14395                 Rework prefs page, patch by Fabien 
14396
14397 2006-03-03 [colin]      2.0.0cvs103
14398
14399         * src/plugins/clamav/clamav_plugin.c
14400                 Set error on all errors
14401
14402 2006-03-03 [colin]      2.0.0cvs102
14403
14404         * src/common/plugin.c
14405                 Initialize error to avoid crashing when a plugin fails
14406                 without setting error
14407
14408 2006-03-02 [wwp]        2.0.0cvs101
14409
14410         * configure.ac
14411                 fixed linker flags for libetpan support on Cygwin
14412                 (thanks to H.Merijn Brand).
14413
14414 2006-03-02 [wwp]        2.0.0cvs100
14415
14416         * src/addressbook.c
14417                 fix some AB error messages: one for punctuation and
14418                 one wrongly duplicate (thanks, maxbritov).
14419
14420 2006-03-02 [wwp]        2.0.0cvs99
14421
14422         * src/plugins/spamassassin/spamassassin.c
14423                 make sync calls to sa-learn/spamc to prevent
14424                 system (whatever local or client/server) overload.
14425
14426 2006-03-02 [colin]      2.0.0cvs98
14427
14428         * src/summaryview.c
14429                 Put the spam icon in the status column instead of the
14430                 mark one
14431
14432 2006-03-01 [colin]      2.0.0cvs97
14433
14434         * src/plugins/spamassassin/spamassassin.c
14435                 Fix segfault (g_file_set_contents fails for some 
14436                 reason and err==0x2f. Can't find out why with
14437                 valgrind, using working function :-)
14438
14439 2006-03-01 [colin]      2.0.0cvs96
14440
14441         * src/inc.c
14442                 Offline overriding: let 'No' be cached only 3 seconds
14443
14444 2006-03-01 [colin]      2.0.0cvs95
14445
14446         * src/addr_compl.c
14447         * src/addrbook.c
14448         * src/addressbook.c
14449         * src/addrindex.c
14450         * src/folder_item_prefs.c
14451         * src/headerview.c
14452         * src/imap.c
14453         * src/inc.c
14454         * src/ldif.c
14455         * src/mainwindow.c
14456         * src/mh.c
14457         * src/msgcache.c
14458         * src/prefs_common.h
14459         * src/prefs_msg_colors.c
14460         * src/procheader.c
14461         * src/procheader.h
14462         * src/procmime.c
14463         * src/procmsg.c
14464         * src/procmsg.h
14465         * src/send_message.h
14466         * src/simple-gettext.c
14467         * src/summaryview.c
14468         * src/summaryview.h
14469         * src/syldap.c
14470         * src/textview.c
14471         * src/undo.c
14472         * src/common/ssl_certificate.c
14473         * src/common/utils.c
14474         * src/gtk/colorsel.c
14475         * src/gtk/gtksctree.c
14476         * src/gtk/gtkshruler.c
14477         * src/plugins/trayicon/trayicon.c
14478                 #if 0 goes to /dev/null
14479
14480 2006-03-01 [colin]      2.0.0cvs94
14481
14482         * src/compose.c
14483         * src/imap.c
14484         * src/inc.c
14485         * src/inc.h
14486         * src/messageview.c
14487         * src/news.c
14488         * src/plugins/spamassassin/spamassassin.c
14489                 Allow to add information in the "working offline"
14490                 window
14491
14492 2006-03-01 [wwp]        2.0.0cvs93
14493
14494         * src/plugins/spamassassin/spamassassin.c
14495                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14496                 'cause it seems that calling `spamc ... < inputfile` with
14497                 g_spawn_(a)sync simply.. erm doesn't work :-).
14498
14499 2006-03-01 [wwp]        2.0.0cvs92
14500
14501         * src/toolbar.c
14502         * src/toolbar.h
14503                 simplify the adding of spam/ham button to the messageview toolbar
14504                 (it gets more clear now that the same button will be "Mark as spam"
14505                 or "Mark as ham" according to the current message status,
14506                 thanks to Colin).
14507
14508 2006-03-01 [wwp]        2.0.0cvs91
14509
14510         * src/messageview.c
14511         * src/procmsg.c
14512         * src/procmsg.h
14513         * src/summaryview.c
14514         * src/plugins/spamassassin/spamassassin.c
14515         * src/plugins/spamassassin/spamassassin.h
14516                 make learner callbacks return a status (0 for ok),
14517                 handle it in main code to avoid setting flags when learning failed,
14518                 don't learn on TCP if offline in spamassassin,
14519                 thanks to Colin.
14520
14521                 
14522
14523 2006-03-01 [wwp]        2.0.0cvs90
14524
14525         * src/compose.c
14526                 some work around the compose window's account menu,
14527                 patch by Fabien Vantard.
14528
14529 2006-03-01 [wwp]        2.0.0cvs89
14530
14531         * src/plugins/spamassassin/spamassassin.c
14532                 fixed bad logics, was using spamc in local mode and sa-learn
14533                 in remote mode (thanks, Colin).
14534
14535 2006-03-01 [wwp]        2.0.0cvs88
14536
14537         * src/plugins/spamassassin/spamassassin.c
14538         * src/plugins/spamassassin/spamassassin.h
14539         * src/plugins/spamassassin/spamassassin_gtk.c
14540                 made processing of emails w/ sa-plugin an option (default is TRUE),
14541                 fixed Engrish some tooltips, capitalization of some debug messages
14542                 and warnings. The spamassassin plugin now provides two separate
14543                 services: process emails upon incorporation and spamd training.
14544                 Both services (un)register independently but use some common
14545                 plugin settings (transport settings, spam storage location).
14546
14547 2006-02-28 [wwp]        2.0.0cvs87
14548
14549         * src/plugins/spamassassin/spamassassin.c
14550                 fix async flag to spamc cmdline execution (batch exec should
14551                 be asynchronous).
14552
14553 2006-02-27 [wwp]        2.0.0cvs86
14554
14555         * src/plugins/spamassassin/spamassassin.c
14556         * src/plugins/spamassassin/spamassassin.h
14557         * src/plugins/spamassassin/spamassassin_gtk.c
14558                 - added the ability to learn a remote spamassassin server (spamd),
14559                 using spamc.
14560                 - added the spamassassin option 'username', that applies to all
14561                 spamassassin operations (filtering, learning, local or remote).
14562                 The default username is the current unix user (if left blank
14563                 from gtk prefs or config file).
14564                 - commented out some unused code (notebook widget), removed unused
14565                 layout (hbox1).
14566                 - make more widgets sensitive to the transport type.
14567
14568 2006-02-27 [colin]      2.0.0cvs85
14569
14570         * src/plugins/spamassassin/spamassassin.c
14571                 Fix sa-learn call when offline
14572
14573 2006-02-27 [colin]      2.0.0cvs84
14574
14575         * configure.ac
14576         * src/Makefile.am
14577         * src/mainwindow.c
14578         * src/mainwindow.h
14579         * src/messageview.c
14580         * src/messageview.h
14581         * src/prefs_toolbar.c
14582         * src/procmsg.c
14583         * src/stock_pixmap.c
14584         * src/stock_pixmap.h
14585         * src/summaryview.c
14586         * src/toolbar.c
14587         * src/toolbar.h
14588         * src/pixmaps/ham_btn.xpm
14589         * src/pixmaps/spam.xpm
14590         * src/pixmaps/spam_btn.xpm
14591         * src/plugins/spamassassin/spamassassin.c
14592                 Add button in toolbar for spam learning
14593                 Fix a few bugs from the last related commit
14594                 Revert 1.9.6cvs23 which messed up shift-selection
14595
14596 2006-02-24 [colin]      2.0.0cvs83
14597
14598         * src/procmsg.c
14599         * src/summaryview.c
14600         * src/summaryview.h
14601         * src/plugins/spamassassin/spamassassin.c
14602         * src/plugins/spamassassin/spamassassin.h
14603         * src/plugins/spamassassin/spamassassin_gtk.c
14604                 Unregister learner when spamassassin is either
14605                 disabled or over tcp
14606
14607 2006-02-24 [colin]      2.0.0cvs82
14608
14609         * src/Makefile.am
14610         * src/mainwindow.c
14611         * src/mainwindow.h
14612         * src/procmsg.c
14613         * src/procmsg.h
14614         * src/stock_pixmap.c
14615         * src/stock_pixmap.h
14616         * src/summaryview.c
14617         * src/summaryview.h
14618         * src/gtk/icon_legend.c
14619         * src/pixmaps/spam.xpm  ** NEW FILE **
14620         * src/plugins/spamassassin/spamassassin.c
14621         * src/plugins/spamassassin/spamassassin_gtk.c
14622                 Add spam learning interface (Mark/Mark as 
14623                 (spam|ham) menus)
14624
14625 2006-02-24 [wwp]        2.0.0cvs81
14626
14627         * src/compose.c
14628         * src/compose.h
14629         * src/filtering.c
14630                 hide compose window when sending message in batch mode
14631                 (filtering: forward and redirect). Also fixed a wrong
14632                 value returned when sending failed, neutral anyway.
14633                 (Colin, me) 
14634
14635 2006-02-24 [wwp]        2.0.0cvs80
14636
14637         * src/mainwindow.c
14638                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14639
14640 2006-02-24 [paul]       2.0.0cvs79
14641
14642         * src/news.c
14643         * src/news.h
14644         * src/news_gtk.c
14645                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14646                 Thanks to Colin
14647
14648 2006-02-23 [colin]      2.0.0cvs78
14649
14650         * src/alertpanel.c
14651                 Change OK to Close in alertpanel with View log
14652                 button; add accel to View log. Patch by Fabien
14653                 Vantard
14654
14655 2006-02-23 [wwp]        2.0.0cvs77
14656
14657         * src/compose.c
14658                 silly me, there were much more tests to perform, since toolbars can
14659                 really have down to 1 element only.
14660
14661 2006-02-23 [wwp]        2.0.0cvs76
14662
14663         * commitHelper
14664                 fixed indentation from my previous commit. Fallback to VISUAL if
14665                 EDITOR is not set (and to vi, at last resort).
14666
14667 2006-02-23 [wwp]        2.0.0cvs75
14668
14669         * commitHelper
14670                 improved error detection (Colin, me).
14671
14672 2006-02-23 [wwp]        2.0.0cvs74
14673
14674         * src/prefs_toolbar.c
14675                 simplify and fix prefs/toolbars layouting. Combos' contents can
14676                 now be really displayed.
14677
14678 2006-02-23 [wwp]        2.0.0cvs73
14679         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14680         be really displayed.
14681
14682 2006-02-22 [wwp]        2.0.0cvs72
14683
14684         * src/compose.c
14685                 fix a typo in my previous commit (sorry!).
14686
14687 2006-02-22 [wwp]        2.0.0cvs71
14688
14689         * src/prefs_toolbar.c
14690                 fix a crash when adding separators to toolbars,
14691                 also fix some separator item information.
14692
14693 2006-02-22 [wwp]        2.0.0cvs70
14694
14695         * src/compose.c
14696                 fix a crash when redirecting (for instance) when compose window's
14697                 toolbar contents has been customized (when some buttons have been
14698                 removed in fact).
14699
14700 2006-02-21 [wwp]        2.0.0cvs69
14701
14702         * src/summaryview.c
14703         * src/gtk/pluginwindow.c
14704         * src/plugins/pgpcore/prefs_gpg.c
14705                 fix some compilation warnings (feat. remains of removed code).
14706
14707 2006-02-21 [wwp]        2.0.0cvs68
14708
14709         * src/gtk/gtkutils.c
14710                 fix two compilation issues, thanks to Stephan Sachse.
14711
14712 2006-02-20 [colin]      2.0.0cvs67
14713
14714         * src/mainwindow.c
14715                 Don't reselect displayed mail on refocus
14716                 This fixes actions misbehaving 
14717
14718 2006-02-20 [wwp]        2.0.0cvs66
14719
14720         * src/summaryview.c
14721         * src/gtk/gtksctree.c
14722         * src/gtk/gtkshruler.c
14723                 changed more runtime typecast checks.
14724
14725 2006-02-20 [wwp]        2.0.0cvs65
14726
14727         * src/summary_search.c
14728                 find all - summaryview refresh issue fixed, thanks to Colin.
14729
14730 2006-02-20 [wwp]        2.0.0cvs64
14731
14732         * src/gtk/gtkutils.c
14733                 better runtime typecast checks.
14734
14735 2006-02-20 [wwp]        2.0.0cvs63
14736
14737         * src/summary_search.c
14738                 enhancements to the summary search:
14739                         - add the ability to stop the running search
14740                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14741                         - don't search if no criteria (From/To/Subject/Body) is set
14742                         - ensure that a busy mouse pointer is always shown when searching,
14743                           show it even a bit earlier
14744
14745 2006-02-19 [colin]      2.0.0cvs62
14746
14747         * src/compose.c
14748         * src/imap.c
14749         * src/etpan/imap-thread.c
14750         * src/etpan/imap-thread.h
14751                 (Future) IMAP speed improvement on sending
14752                 Will require a libetpan update
14753         * src/summaryview.c
14754         * src/gtk/quicksearch.c
14755                 Make quicksearch clearable while running.
14756
14757 2006-02-17 [colin]      2.0.0cvs61
14758
14759         * src/imap.c
14760         * src/etpan/imap-thread.c
14761         * src/etpan/imap-thread.h
14762                 Check for IMAP certificates
14763                 ** Requires libetpan-0.42-cvs4 
14764                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14765
14766 2006-02-17 [colin]      2.0.0cvs60
14767
14768         * src/messageview.c
14769         * src/prefs_common.c
14770         * src/prefs_common.h
14771         * src/prefs_message.c
14772                 Add pref to display HTML-only mails with plugin, 
14773                 if possible (defaulting to FALSE of course).
14774
14775 2006-02-16 [colin]      2.0.0cvs59
14776
14777         * src/main.c
14778         * src/common/plugin.c
14779         * src/common/plugin.h
14780         * src/gtk/pluginwindow.c
14781                 Keep track of requested (but unloaded) plugins
14782                 in some error cases.
14783
14784 2006-02-16 [wwp]        2.0.0cvs58
14785
14786         * src/gtk/gtkaspell.c
14787         * src/gtk/gtkaspell.h
14788         * src/prefs_spelling.c
14789         * src/compose.c
14790         * src/prefs_common.c
14791         * src/prefs_common.h
14792                 implemented new optional spellchecker behaviour: re-check message when
14793                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14794
14795 2006-02-16 [wwp]        2.0.0cvs57
14796
14797         * src/quote_fmt_parse.y
14798                 pclose popen'ed pipe.
14799
14800 2006-02-15 [colin]      2.0.0cvs56
14801
14802         * src/mimeview.c
14803         * src/mimeview.h
14804                 Let MimeViewers know which MimeView they
14805                 depend of.
14806         * src/summaryview.c
14807                 Swap From/To columns in Sent/Queue/Drafts
14808                 folders
14809         * src/etpan/imap-thread.c
14810                 Use mailstream_low_tls_open() for STARTTLS
14811                 instead of mailstream_low_ssl_open()
14812                 ** REQUIRES libetpan 0.42cvs3 **
14813
14814 2006-02-15 [wwp]        2.0.0cvs55
14815
14816         * src/compose.c
14817         * src/compose.h
14818         * src/message_search.c
14819         * src/message_search.h
14820         * src/textview.c
14821         * src/gtk/gtkutils.c
14822         * src/gtk/gtkutils.h
14823                 added the ability to Find text in the compose window (and a bit
14824                 of code factorization).
14825
14826 2006-02-15 [wwp]        2.0.0cvs54
14827
14828         * src/prefs_gtk.c
14829                 yet another one file was missing (fix for some widgets' sensitivity).
14830                 Thanks Colin!
14831
14832 2006-02-15 [wwp]        2.0.0cvs53
14833
14834         * src/prefs_gtk.h
14835                 oops forgot that file (fix for some widgets' sensitivity).
14836
14837 2006-02-15 [wwp]        2.0.0cvs52
14838
14839         * src/summary_search.c
14840                 implemented advanced summary search options (added the ability
14841                 to use matcher conditions in an advanced search mode).
14842
14843 2006-02-15 [wwp]        2.0.0cvs51
14844
14845         * src/plugins/pgpcore/prefs_gpg.c
14846         * src/prefs_account.c
14847                 fix some widget sensitivity, mostly around some labels in
14848                 account prefs.
14849
14850 2006-02-15 [paul]       2.0.0cvs50
14851
14852         * manual/advanced.xml
14853                 improve Templates info
14854                 written by wwp
14855
14856 2006-02-14 [colin]      2.0.0cvs49
14857
14858         * src/pixmaps/address_book.xpm
14859         * src/pixmaps/preferences.xpm
14860         * src/pixmaps/properties.xpm
14861                 Fix pixmap size - patch by Fabien Vantard
14862
14863 2006-02-13 [colin]      2.0.0cvs48
14864
14865         * src/procmime.c
14866                 Add missing fclose()s on error
14867         * src/textview.c
14868                 Remove unused code
14869         * src/common/utils.c
14870                 Fix temp files not being deleted on windows
14871         Patches by Thomas Gilgin
14872
14873 2006-02-13 [colin]      2.0.0cvs47
14874
14875         * src/mainwindow.c
14876                 Fix exit crash
14877
14878 2006-02-13 [wwp]        2.0.0cvs46
14879
14880         * src/plugins/pgpcore/prefs_gpg.c
14881                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14882
14883 2006-02-12 [colin]      2.0.0cvs45
14884
14885         * src/folderview.c
14886         * src/main.c
14887         * src/mainwindow.c
14888                 Fix "stuff" when quitting
14889
14890 2006-02-12 [wwp]        2.0.0cvs44
14891
14892         * src/prefs_themes.c
14893                 fix typos in debug messages.
14894
14895 2006-02-11 [colin]      2.0.0cvs43
14896
14897         * src/summaryview.c
14898                 don't allow drag/drop from ourself
14899
14900 2006-02-10 [wwp]        2.0.0cvs42
14901
14902         * src/exporthtml.c
14903         * src/html.c
14904         * src/html.h
14905         * src/procmime.c
14906         * src/textview.c
14907                 renamed html_ prefixed functions and data structures to avoid
14908                 namespace clashes w/ other software (gtkhtml2 for instance).
14909                 Closes bug #907.
14910
14911
14912 2006-02-09 [colin]      2.0.0cvs41
14913
14914         * src/summaryview.c
14915                 Fix shitty logic messed up. Thanks Ticho for the hint!
14916
14917 2006-02-09 [wwp]        2.0.0cvs40
14918
14919         * src/gtk/about.c
14920         * src/compose.c
14921         * src/prefs_account.c
14922         * src/prefs_gtk.h
14923         * src/editaddress.c
14924                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14925                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14926                 Browse buttons in accounts prefs.
14927
14928 2006-02-09 [colin]      2.0.0cvs39
14929
14930         * src/matcher.c
14931                 Check for pointer before using its members
14932         * src/gtk/gtksourceprintjob.c
14933                 Fix a wrong warning
14934
14935 2006-02-09 [wwp]        2.0.0cvs38
14936
14937         * src/gtk/filesel.c
14938                 fix few compiler warnings (type mismatch).
14939
14940 2006-02-09 [paul]       2.0.0cvs37
14941
14942         * po/fr.po
14943                 updated by Fabien Vantard
14944
14945 2006-02-08 [colin]      2.0.0cvs36
14946
14947         * src/prefs_common.c
14948         * src/common/defs.h
14949         * src/common/plugin.c
14950                 allow windows and linux configurations to coexist
14951                 patch by Thomas Gilgin
14952
14953 2006-02-08 [colin]      2.0.0cvs35
14954
14955         * src/filtering.c
14956         * src/matcher.c
14957         * src/matcher.h
14958         * src/matcher_parser_parse.y
14959         * src/prefs_filtering_action.c
14960         * src/prefs_matcher.c
14961                 Add the "Ignore thread" filtering
14962                 action
14963
14964 2006-02-08 [colin]      2.0.0cvs34
14965
14966         * src/compose.c
14967         * src/procmime.c
14968         * src/procmime.h
14969                 Fix bug #905 (damaged attachment)
14970                 text files with raw \0's aren't really text files
14971         FOR_STABLE
14972
14973 2006-02-08 [colin]      2.0.0cvs33
14974
14975         * src/summaryview.c
14976                 Fix crasher introduced yesterday
14977
14978 2006-02-08 [wwp]        2.0.0cvs32
14979
14980         * src/compose.c
14981         * src/compose.h
14982                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14983
14984 2006-02-08 [wwp]        2.0.0cvs31
14985
14986         * src/prefs_template.c
14987                 templates enhancement: allow address completion for Cc and Bcc fields
14988                 (it was currently possible for the To field only)
14989
14990 2006-02-08 [colin]      2.0.0cvs30
14991
14992         * src/compose.c
14993                 Don't unblock if not blocked
14994         FOR_STABLE
14995
14996 2006-02-07 [colin]      2.0.0cvs29
14997
14998         * src/action.c
14999                 Forgot to refresh summaryview
15000
15001 2006-02-07 [colin]      2.0.0cvs28
15002
15003         * src/action.c
15004                 Freeze/thaw message list and folder list while
15005                 processing %as{} actions 
15006         * src/compose.c
15007                 Fix auto-wrap disabling after a middle-click
15008                 paste - FOR_STABLE
15009
15010 2006-02-07 [paul]       2.0.0cvs27
15011
15012         * src/folder.c
15013                 fix freeing of uninitialised pointers
15014                 Thanks to Colin
15015
15016 2006-02-06 [colin]      2.0.0cvs26
15017
15018         * src/folder.c
15019                 Use g_slist_prepend in potentially big list
15020
15021 2006-02-06 [colin]      2.0.0cvs25
15022
15023         * src/folder.c
15024                 Completely skip processing if it doesn't 
15025                 exist (faster!)
15026
15027 2006-02-06 [colin]      2.0.0cvs24
15028
15029         * src/folder.c
15030         * src/summaryview.c
15031                 Batch filtering in summaryview (from Tools menu)
15032                 and pre/post//-processing too
15033
15034 2006-02-06 [colin]      2.0.0cvs23
15035
15036         * src/procmsg.h
15037         * src/filtering.c
15038                 Use a special field for batch filtering instead
15039                 of stepping on deferred execution's toes
15040
15041 2006-02-06 [colin]      2.0.0cvs22
15042
15043         * src/action.c
15044         * src/filtering.c
15045         * src/filtering.h
15046         * src/folder.c
15047         * src/summaryview.c
15048                 Fix filtering via menus and actions
15049
15050 2006-02-06 [colin]      2.0.0cvs21
15051
15052         * src/imap.c
15053                 Put the added file directly to cache if possible (will work
15054                 with next libetpan)
15055         * src/filtering.c
15056         * src/filtering.h
15057         * src/inc.c
15058         * src/folder.c
15059         * src/mbox.c
15060         * src/procmsg.h
15061                 Move and copy filtered messages by batches instead of one
15062                 by one - faster on IMAP
15063         * src/procmsg.c
15064                 Add a function that'll possibly be useful later
15065
15066 2006-02-06 [colin]      2.0.0cvs20
15067
15068         * src/addressbook.c
15069                 Use internal mime-type instead of text/plain for d'n'd
15070         * src/compose.c
15071                 Allow attaching files from mimeview's icon list via d'n'd
15072         * src/folderview.c
15073         * src/folderview.h
15074                 Use internal mime-type instead of text/plain for d'n'd
15075                 Don't try to selected opened folder if none is
15076                 Factorize d'n'd from other apps code
15077         * src/headerview.c
15078         * src/textview.c
15079         * src/gtk/gtkutils.c
15080         * src/gtk/gtkutils.h
15081                 Factorize Face/X-Face stuff
15082         * src/mimeview.c
15083                 Fix d'n'd to other apps
15084         * src/prefs_message.c
15085                 Let the XFace pref be usable without libcompface as it also
15086                 applies to Face
15087         * src/summaryview.c
15088                 Fix d'n'd to other apps
15089                 Factorize d'n'd from other apps code
15090
15091 2006-02-06 [wwp]        2.0.0cvs19
15092
15093         * po/it.po
15094                 Italian translation fixes by Andrea Spadaccini (no more confusion
15095                 between filtering and processing, and few changes in the About
15096                 dialog).
15097
15098
15099 2006-02-06 [mones]      2.0.0cvs18
15100
15101         * src/gtk/icon_legend.c
15102                 Improved descriptions allowing better translations
15103
15104 2006-02-05 [colin]      2.0.0cvs17
15105
15106         * src/imap.c
15107                 Add the f*cking missing expunge that caused imap_fetch_env
15108                 to fail after an add_msgs ! :-///
15109         * src/etpan/imap-thread.c
15110                 Add a bit of debug
15111         FOR_STABLE
15112
15113 2006-02-05 [colin]      2.0.0cvs16
15114
15115         * src/common/utils.c
15116                 Don't check for return-path (or we can't put
15117                 back non-sent mails)
15118
15119 2006-02-05 [colin]      2.0.0cvs15
15120
15121         * src/textview.c
15122                 Don't try to display Face header in textview
15123                 when teh headerview's active
15124
15125 2006-02-05 [colin]      2.0.0cvs14
15126
15127         * tools/tbird2syl.py
15128         * tools/Makefile.am
15129                 Add script to import Thunderbird mails
15130
15131 2006-02-05 [colin]      2.0.0cvs13
15132
15133         * src/headerview.c
15134         * src/procheader.c
15135         * src/procmsg.c
15136         * src/procmsg.h
15137         * src/textview.c
15138                 Show Face headers - patch partially by Klaus Flittner
15139
15140 2006-02-05 [colin]      2.0.0cvs12
15141
15142         * src/folderview.c
15143         * src/summaryview.c
15144         * src/common/utils.c
15145         * src/common/utils.h
15146                 Let dnd work from mime icons to summaryview
15147                 and to folderview too
15148                 Add a crude test to avoid trying to add files
15149                 drag'n'dropped when they're not mails
15150
15151 2006-02-04 [colin]      2.0.0cvs11
15152
15153         * src/summaryview.c
15154         * src/mimeview.c
15155                 Fix utf8 conversion
15156
15157 2006-02-04 [colin]      2.0.0cvs10
15158
15159         * src/compose.c
15160         * src/folderview.c
15161         * src/mimeview.c
15162         * src/summaryview.c
15163         * src/summaryview.h
15164                 Added various drag and drop capas:
15165                 From                    To
15166                 summaryview             other apps
15167                 mimeview icons          other apps
15168                 other apps              summaryview
15169                 other apps              folderview
15170
15171                 This shouldn't have broken the existing:
15172                 From                    To
15173                 summaryview             folderview
15174                 folderview              folderview
15175                 summaryview             compose's attachments
15176
15177         Tests welcomed.
15178
15179 2006-02-02 [paul]       2.0.0cvs9
15180
15181         * src/mainwindow.c
15182                 move global option 'Set displayed columns...' out
15183                 of folder option grouping.
15184                 fix sensitivity of 'harvest addresses'
15185         FOR_STABLE
15186
15187 2006-02-01 [colin]      2.0.0cvs8
15188
15189         * src/mimeview.c
15190                 Revert the alertpanel patch, it sucks (intrusive
15191                 and gets in the way of "open")
15192
15193 2006-02-01 [colin]      2.0.0cvs7
15194
15195         * src/compose.c
15196         * src/prefs_account.c
15197         * src/prefs_common.c
15198         * src/common/defs.h
15199         * src/common/utils.c
15200         * src/common/utils.h
15201                 Add ability to edit the signature file
15202                 from the account preferences, and use
15203                 a default for the text editor.
15204                 Patch by Fabien Vantard
15205
15206 2006-02-01 [colin]      2.0.0cvs6
15207
15208         * src/mimeview.c
15209                 Try to get mime type by extension if it is
15210                 application/octet-stream
15211                 Display a window with possible choices when
15212                 encountering unknown mime types
15213         * src/gtk/filesel.c
15214         * src/gtk/filesel.h
15215                 Add preview
15216                 Allow multiple selection in filtered filesel
15217                 (patch by Fabien Vantard)
15218         * src/gtk/pluginwindow.c
15219                 Use it (patch by Fabien Vantard)
15220
15221 2006-02-01 [paul]       2.0.0cvs5
15222
15223         * src/jpilot.c
15224                 fix crash on creating jpilot address book
15225                 Thanks to Colin - FOR_STABLE
15226         * src/prefs_summaries.c
15227         * src/prefs_wrapping.c
15228         * src/gtk/icon_legend.c
15229         * src/gtk/quicksearch.c
15230                 string fixes and additions
15231
15232 2006-02-01 [paul]       2.0.0cvs4
15233
15234         * src/compose.c
15235         * src/mainwindow.c
15236         * src/messageview.c
15237         * src/prefs_send.c
15238                 add Arabic encoding option
15239                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15240
15241 2006-01-31 [colin]      2.0.0cvs3
15242
15243         * src/plugins/pgpcore/passphrase.c
15244                 Convert passphrase to locale encoding
15245         * src/compose.c
15246                 Fix drafting on IMAP. Crappy bug sneaked in
15247                 the release :-/
15248         FOR_STABLE
15249
15250 2006-01-30 [paul]       2.0.0cvs2
15251
15252         * src/gtk/icon_legend.c
15253                 show the new entries
15254
15255 2006-01-30 [colin]      2.0.0cvs1
15256
15257         * src/manual.c
15258                 Check for the file to be present before 
15259                 enabling the menu - FOR_STABLE
15260         * src/gtk/icon_legend.c
15261                 Add folders icons (not all of them, there
15262                 are too much, but the most intriguing ones)
15263
15264 2006-01-30 [paul]       2.0.0
15265
15266         version 2.0.0 released
15267
15268 [For previous entries, see ChangeLog.pre2.0.0]