2007-08-25 [paul] 2.10.0cvs172
[claws.git] / ChangeLog
1 2007-08-25 [paul]       2.10.0cvs172
2
3         * src/gtk/icon_legend.c
4                 add watchthread.xpm
5
6 2007-08-25 [paul]       2.10.0cvs171
7
8         * src/Makefile.am
9         * src/stock_pixmap.c
10         * src/pixmaps/insert_file.xpm
11                 add a new pixmap instead of re-using
12                 paste.xpm. (easier for icon theme authors)
13
14 2007-08-24 [holger]     2.10.0cvs170
15
16         * src/plugins/trayicon/trayicon.c
17                 The same fix for another hook id.
18
19 2007-08-24 [holger]     2.10.0cvs169
20
21         * src/plugins/trayicon/trayicon.c
22                 Micro-fix: Do the error checking for
23                 the right hook id.
24
25 2007-08-24 [paul]       2.10.0cvs168
26
27         * src/folder.h
28                 fix typo causing compiler warning
29
30 2007-08-24 [paul]       2.10.0cvs167
31
32         * README
33                 put back the correct version of this file also
34
35 2007-08-24 [colin]      2.10.0cvs166
36
37         * src/send_message.c
38                 Use progress bar when sending messages
39
40 2007-08-24 [paul]       2.10.0cvs165
41
42         * Makefile.am
43                 oops! if i'm quick no-one will notice
44                 (put back the proper file)
45
46 2007-08-24 [paul]       2.10.0cvs164
47
48         * AUTHORS
49         * Makefile.am
50         * README
51         * src/gtk/authors.h
52         * tools/Makefile.am
53         * tools/README
54         * tools/mew2claws-mail.pl
55                 add new script that imports a Mew address book
56                 submitted by Jerome Lelong
57
58 2007-08-24 [paul]       2.10.0cvs163
59
60         * manual/plugins.xml
61                 remove the obsolete plugins, add the
62                 missing plugins, including the forthcoming
63                 SpamReport plugin
64
65 2007-08-24 [paul]       2.10.0cvs162
66
67         * manual/advanced.xml
68                 add info about the hidden emphasis_color option
69         * manual/keyboard.xml
70                 correct the info about hotkeys
71                 wrap the long lines
72
73 2007-08-24 [paul]       2.10.0cvs161
74
75         * src/folderview.c
76                 add mnemonic to 'Run procesing rules'
77
78 2007-08-24 [paul]       2.10.0cvs160
79
80         * src/account.c
81         * src/folder.c
82         * src/folder.h
83                 use suitable defaults for outbox,
84                 queue, drafts and trash folders
85
86 2007-08-24 [wwp]        2.10.0cvs159
87
88         * src/folderview.c
89                 Update menu item sensitivity if necessary (or we get a
90                 gtk critical message).
91
92 2007-08-23 [wwp]        2.10.0cvs158
93
94         * src/action.c
95         * src/prefs_actions.c
96                 Allow literal % chars in action commands (use %%).
97                 Add a missing p++ to the action parser in action_get_type(),
98                 which was missing it, even if it was neutral.
99                 Fix a pango markup warning at runtime.
100
101 2007-08-23 [wwp]        2.10.0cvs157
102
103         * src/addressbook.c
104                 Contacts are now locale-aware sorted in the address book
105                 (LC_COLLATE matters here).
106                 Fix missing table initializers.
107
108 2007-08-23 [colin]      2.10.0cvs156
109
110         * src/imap.c
111                 Check scan_required on dest folder when copying
112
113 2007-08-23 [colin]      2.10.0cvs155
114
115         * src/imap.c
116                 Fix scanning when folder was empty
117
118 2007-08-22 [colin]      2.10.0cvs154
119
120         * src/msgcache.c
121                 Don't g_warning when g_try_malloc fails(), or it makes
122                 things worse as g_log() allocates. Fixes bug 1290,
123                 'Claws Mail crashes if too little memory when 
124                 rebuilding folder tree'
125
126 2007-08-22 [colin]      2.10.0cvs153
127
128         * src/inc.c
129                 Fix format string vulnerability, thanks to
130                 Ulf Harnhammar, Secunia Research
131
132 2007-08-22 [colin]      2.10.0cvs152
133
134         * src/ldapserver.c
135                 Set tv_usec too
136
137 2007-08-22 [wwp]        2.10.0cvs151
138
139         * src/ldapquery.c
140                 Few better null-ptr checks.
141
142 2007-08-22 [colin]      2.10.0cvs150
143
144         * src/editldap.c
145         * src/editldap_basedn.c
146         * src/ldapquery.c
147         * src/ldapserver.c
148         * src/ldapserver.h
149         * src/ldapupdate.c
150         * src/ldaputil.c
151         * src/ldaputil.h
152                 Fix ldap timeouts
153
154 2007-08-22 [colin]      2.10.0cvs149
155
156         * src/ldapquery.c
157                 Finish previous fix
158
159 2007-08-22 [colin]      2.10.0cvs148
160
161         * src/ldapquery.c
162                 Fix wrong assertions
163
164 2007-08-22 [colin]      2.10.0cvs147
165
166         * src/ldaputil.c
167                 Fix test (set ldap v3 if bindDN is set or TLS is set)
168
169 2007-08-22 [colin]      2.10.0cvs146
170
171         * src/editldap.c
172         * src/ldaputil.c
173                 Fix wrong "Connected successfully to server". Connection only succeeds if
174                 we can get the base DN.
175
176 2007-08-21 [wwp]        2.10.0cvs145
177
178         * src/browseldap.c
179         * src/editldap.c
180         * src/ldapctrl.c
181         * src/ldapquery.c
182         * src/ldapserver.c
183         * src/ldapupdate.c
184         * src/ldaputil.c
185                 More sanity checks in ldap functions.
186
187 2007-08-21 [wwp]        2.10.0cvs144
188
189         * src/prefs_account.c
190                 Don't return a value in a void function().
191
192 2007-08-21 [paul]       2.10.0cvs143
193
194         * src/messageview.c
195                 add check for ftp: to messageview_list_urls()
196
197 2007-08-21 [colin]      2.10.0cvs142
198
199         * src/editldap.c
200         * src/ldapctrl.c
201         * src/ldapctrl.h
202         * src/ldapquery.c
203         * src/ldapupdate.c
204                 Fix bug 1293, 'LDAP address book not working'
205                 Search only on specified fields, but fetch 
206                 every field possible. People will have to 
207                 reset the searched Attributes in their LDAP
208                 servers properties.
209
210 2007-08-21 [wwp]        2.10.0cvs141
211
212         * src/addr_compl.c
213         * src/addrbook.c
214         * src/addrcache.c
215         * src/addrcindex.c
216         * src/addressbook.c
217         * src/addrindex.c
218         * src/browseldap.c
219         * src/crash.c
220         * src/editaddress_other_attributes_ldap.c
221         * src/exporthtml.c
222         * src/folder.c
223         * src/folderview.c
224         * src/imap.c
225         * src/jpilot.c
226         * src/ldapserver.c
227         * src/ldapupdate.c
228         * src/ldif.c
229         * src/main.c
230         * src/mainwindow.c
231         * src/matcher.c
232         * src/mh.c
233         * src/msgcache.c
234         * src/mutt.c
235         * src/pine.c
236         * src/pop.c
237         * src/prefs_customheader.c
238         * src/prefs_msg_colors.c
239         * src/procmime.c
240         * src/textview.c
241         * src/vcard.c
242         * src/wizard.c
243         * src/common/log.c
244         * src/common/socket.c
245         * src/common/ssl_certificate.c
246         * src/common/utils.c
247         * src/common/utils.h
248         * src/gtk/description_window.c
249         * src/plugins/demo/demo.c
250         * src/plugins/pgpcore/prefs_gpg.c
251         * src/plugins/spamassassin/libspamc.c
252                 Make sure we use glib functions to send text messages (information,
253                 debug, warning, errors) to stdout/stderr - no more direct puts
254                 fputs printf fprintf to stdout/stderr when it can be done using
255                 g_log*() and g_print/g_printerr. Doing this, we make sure every
256                 stdout/stderr message is saved to log in Windows.
257
258
259 2007-08-21 [wwp]        2.10.0cvs140
260
261         * src/main.c
262         * src/common/utils.h
263                 Route glib's stdout/stderr messages to a log file (Windows only),
264                 instead of loosing them.
265
266 2007-08-21 [paul]       2.10.0cvs139
267
268         * src/mainwindow.c
269                 replace deprecated g_strncasecmp()
270         * src/messageview.c
271                 fix 'List URLS'
272
273 2007-08-20 [ticho]      2.10.0cvs138
274
275         * src/account.c
276         * src/prefs_account.h
277                 Copy all account preferences in account_clone() - some
278                 were missing.
279         * src/prefs_account.c
280                 Handle empty privacy system combobox gracefully (warning
281                 instead of a crash).
282
283 2007-08-20 [colin]      2.10.0cvs137
284
285         * src/ldapctrl.c
286                 Fix a leak
287
288 2007-08-20 [paul]       2.10.0cvs136
289
290         * src/browseldap.c
291         * src/editldap.c
292         * src/ldapctrl.c
293         * src/ldapquery.c
294         * src/ldapquery.h
295         * src/ldapserver.c
296         * src/ldaputil.c
297                 add debug_prints
298                 patch by Michael Rasmussen
299
300 2007-08-19 [colin]      2.10.0cvs135
301
302         * src/imap.c
303                 Fix previous commit. Sensitivity update is needed
304                 for "Cancel receiving". However when batching we
305                 don't need to do it for every message flag change,
306                 just once at the start and once at the end.
307
308 2007-08-19 [colin]      2.10.0cvs134
309
310         * src/imap.c
311                 Remove useless menu updates on session lock/unlock
312
313 2007-08-19 [colin]      2.10.0cvs133
314
315         * src/etpan/imap-thread.c
316                 Make all fetch logs less verbose
317
318 2007-08-19 [paul]       2.10.0cvs132
319
320         * src/foldersel.c
321         * src/folderview.c
322         * src/summaryview.c
323                 fix bug 1286, 'Can't move a folder into a "Folders
324                 Only" folder'
325
326 2007-08-18 [ticho]      2.10.0cvs131
327
328         * src/editaddress_other_attributes_ldap.c
329                 Converted option menu for other ldap attributes to GtkComboBox.
330
331 2007-08-18 [colin]      2.10.0cvs130
332
333         * src/compose.c
334         * src/prefs_common.c
335         * src/prefs_common.h
336         * src/prefs_send.c
337         * src/send_message.c
338                 Revert 'send_dialog_mode' meaning to 
339                 'send_dialog_invisible', so that the 
340                 new checkbox doesn't change the 
341                 existing behaviour.
342
343 2007-08-18 [paul]       2.10.0cvs129
344
345         * src/summaryview.c
346                 add missing menu update
347
348 2007-08-17 [colin]      2.10.0cvs128
349
350         * src/folder.c
351                 Set batching after getting flags - maybe fixes
352                 bug 1292, 'CM crashes on writing mail'
353
354 2007-08-16 [ticho]      2.10.0cvs127
355
356         * src/prefs_send.c
357                 Convert two GtkOptionMenu widgets to new GtkComboBox.
358         * src/gtk/combobox.h
359         * src/gtk/gtkutils.c
360                 Allow NULL for GtkComboBox menuitem label, rendering such
361                 items as row separators.
362
363 2007-08-16 [paul]       2.10.0cvs126
364
365         * src/plugins/trayicon/trayicon.c
366                 remove wrongly used gettextisation
367
368 2007-08-15 [ticho]      2.10.0cvs125
369
370         * src/importldif.c
371                 Fixed a runtime warning where an attempt to pack an
372                 already packed GtkLabel was made.
373
374 2007-08-15 [ticho]      2.10.0cvs124
375
376         * src/prefs_compose_writing.c
377                 Convert the insert-or-attach-dragged-files GtkOptionMenu
378                 into GtkComboBox.
379
380 2007-08-14 [ticho]      2.10.0cvs123
381
382         * src/messageview.c
383         * src/gtk/gtkutils.c
384                 Changed return receipt account selector to GtkComboBox.
385                 Fixed a runtime warning where GTK tried to parse
386                 "name <email@address" as a Pango markup in an alertpanel label.
387
388 2007-08-14 [ticho]      2.10.0cvs122
389
390         * src/prefs_logging.c
391                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
392
393 2007-08-14 [wwp]        2.10.0cvs121
394
395         * tools/Makefile.am
396         * tools/README
397         * tools/popfile-link.sh
398                 Added a new tool: POPFile helper, to open
399                 selected messages in POPFile control center,
400                 in order to change the messages' status.
401
402 2007-08-14 [ticho]      2.10.0cvs120
403
404         * src/compose.c
405         * src/prefs_common.c
406         * src/prefs_common.h
407         * src/prefs_send.c
408         * src/send_message.c
409                 Change "Show send dialog" optionmenu to a checkbutton.
410         * src/prefs_receive.c
411                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
412
413 2007-08-13 [wwp]        2.10.0cvs119
414
415         * src/addr_compl.c
416         * src/addressbook.c
417         * src/addrindex.c
418         * src/compose.c
419         * src/filtering.c
420         * src/folderview.c
421         * src/inc.c
422         * src/matcher.c
423         * src/mh.c
424         * src/partial_download.c
425         * src/prefs_gtk.c
426         * src/procmsg.c
427         * src/stock_pixmap.c
428         * src/summaryview.c
429         * src/common/utils.c
430         * src/gtk/gtkaspell.c
431         * src/gtk/menu.c
432                 Make sure we never pass NULL pointers for %s substitutions
433                 (prevent from crashing in Windows).
434
435 2007-08-13 [wwp]        2.10.0cvs118
436
437         * src/msgcache.c
438                 Re-enable mmap_reads in Windows with some missing
439                 CloseHandle of mapping objects, thanks to
440                 Marcus Brinkmann.
441
442 2007-08-13 [paul]       2.10.0cvs117
443
444         * src/common/utils.c
445                 fix bug 1287, 'Compile time problem on Solaris
446                 (nexenta gnu/Solaris) utils.c'
447                 Thanks to Piotr Chrzczonowicz
448
449 2007-08-12 [wwp]        2.10.0cvs116
450
451         * src/plugins/pgpcore/prefs_gpg.c
452                 Don't try to unset a GPG_AGENT_INFO that was not
453                 set (and don't use a NULL string in Windows, it was
454                 crashing with --debug if GPG_AGENT_INFO was not set).
455
456 2007-08-12 [wwp]        2.10.0cvs115
457
458         * src/privacy.h
459                 Make gcc type-check arguments passed to privacy_set_error().
460
461 2007-08-12 [ticho]      2.10.0cvs114
462
463         * src/prefs_folder_item.c
464                 Make sure that folder default account combobox always has some
465                 account preselected.
466         * src/gtk/combobox.c
467                 Handle empty combobox gracefully (warning instead of crash).
468
469 2007-08-12 [ticho]      2.10.0cvs114
470
471         * src/prefs_folder_item.c
472                 Make sure that folder default account combobox is not empty.
473         * src/gtk/combobox.c
474                 Handle empty combobox gracefully (warning instead of crash).
475
476 2007-08-11 [paul]       2.10.0cvs113
477
478         * src/addrgather.c
479         * src/folderview.c
480                 use 'subfolder' instead of 'sub-folder', matching
481                 everywhere else the term is used
482         * src/imap_gtk.c
483                 fix engrish
484
485 2007-08-10 [wwp]        2.10.0cvs112
486
487         * src/msgcache.c
488                 Disable mmap reads in Windows only (at least temporarily), they
489                 prevent from renaming/removing target cache files.
490
491 2007-08-10 [paul]
492
493         3.0.0-rc2 released
494
495 2007-08-10 [wwp]        2.10.0cvs111
496
497         * src/msgcache.c
498                 fix unpredictable crashes in Windows due to broken
499                 cache/mark/tags files writting (file were opened for
500                 writing in text mode).
501
502         * src/recv.c
503                 use gettimeofday() from w32lib.h on Windows.
504
505 2007-08-10 [colin]      2.10.0cvs110
506
507         * src/imap.c
508         * src/etpan/imap-thread.c
509         * src/etpan/imap-thread.h
510                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
511
512 2007-08-09 [colin]      2.10.0cvs109
513
514         * src/editldap.c
515                 Fix port being reset to 636 on SSL
516         * src/folder.c
517                 Fix folder_item_get_msg_num_by_file
518                 on drafts/queue folders
519
520 2007-08-09 [wwp]        2.10.0cvs108
521
522         * src/folder.c
523                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
524                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
525
526
527 2007-08-09 [colin]      2.10.0cvs107
528
529         * src/folderview.c
530         * src/summaryview.c
531         * src/gtk/prefswindow.c
532                 A few Maemo layout fixes
533
534 2007-08-09 [paul]       2.10.0cvs106
535
536         * src/prefs_account.c
537                 remove the hyphen from plug-ins to
538                 match everywhere else
539
540 2007-08-08 [wwp]        2.10.0cvs105
541
542         * src/prefs_folder_item.c
543                 Fix an extraneous stealth ^L char.
544
545 2007-08-08 [wwp]        2.10.0cvs104
546
547         * src/prefs_folder_item.c
548                 Better fix, group variables declarations (USE_ASPELL).
549
550 2007-08-08 [wwp]        2.10.0cvs103
551
552         * src/prefs_folder_item.c
553                 Fix compilation w/ USE_ASPELL set (broken
554                 by 2.10.0cvs102).
555
556 2007-08-08 [ticho]      2.10.0cvs102
557
558         * src/prefs_folder_item.c
559                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
560
561 2007-08-08 [colin]      2.10.0cvs101
562
563         * src/imap.c
564         * src/etpan/imap-thread.c
565         * src/etpan/imap-thread.h
566                 Close selected mailbox before doing
567                 status on it.
568
569 2007-08-08 [colin]      2.10.0cvs100
570
571         * src/html.c
572                 Complete symbol table, thanks to wwp.
573                 Fixes bug 1284, 'The html -> text 
574                 converter ignores entities'
575         * src/msgcache.c
576                 Fix possible fd leak
577
578 2007-08-08 [colin]      2.10.0cvs99
579
580         * src/imap.c
581                 Better way to fetch UIDs on non-UIDPLUS servers
582
583 2007-08-07 [colin]      2.10.0cvs98
584
585         * src/imap.c
586                 fix bug 1275, 'auto-saved draft messages not 
587                 always being removed'; Also, make multiple
588                 copy (in the same account) faster by matching
589                 source/destination message UIDs.
590         * src/messageview.c
591                 Don't try to reshow deleted mail
592         * src/msgcache.c
593                 Fix leak on error path
594
595 2007-08-07 [wwp]        2.10.0cvs97
596
597         * manual/account.xml
598         * manual/advanced.xml
599         * manual/fr/account.xml
600         * manual/fr/advanced.xml
601                 Updated the reference manual and the French translation to
602                 reflect 2.10.0cvs84: enable running folder Processing
603                 rules on demand.
604
605 2007-08-06 [wwp]        2.10.0cvs96
606
607         * src/prefs_common.c
608         * src/prefs_common.h
609         * src/textview.c
610                 Allow changing the emphasis color used to highlight
611                 the newsreader/x-mailer header value when it matches
612                 our preferred mail agent (hidden pref 'emphasis_col' added
613                 to clawsrc).
614
615 2007-08-06 [colin]      2.10.0cvs95
616
617         * src/compose.c
618         * src/compose.h
619                 Re-commit 2.10.0cvs86, with a protection
620                 against Pango bug. Also, try to fix 
621                 bug 1275, 'auto-saved draft messages not 
622                 always being removed'
623
624 2007-08-06 [wwp]        2.10.0cvs94
625
626         * src/gtk/quicksearch.c
627                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
628
629 2007-08-06 [ticho]      2.10.0cvs93
630
631         * src/prefs_account.c
632         * src/gtk/combobox.c
633                 Use GtkComboBox instead of GtkOptionMenu for privacy system
634                 selection in account preferences.
635
636 2007-08-06 [wwp]        2.10.0cvs92
637
638         * src/plugins/pgpcore/plugin.def
639                 Apply one more chunk from gpg4win's 03-w32-port patch.
640
641 2007-08-05 [colin]      2.10.0cvs91
642
643         * src/compose.c
644         * src/compose.h
645                 reverting buggy patch for now
646
647 2007-08-05 [colin]      2.10.0cvs90
648
649         * src/folder.c
650                 Fix slowdown
651
652 2007-08-04 [colin]      2.10.0cvs89
653
654         * src/prefs_summaries.c
655         * src/summary_search.c
656                 Replace deprecated widgets. Patch by
657                 Andrej.
658
659 2007-08-04 [colin]      2.10.0cvs88
660
661         * src/mh.c
662                 Refresh GUI only every 2000 mails on mh_get_last_num
663                 This is fast (readdir) and done only once per 
664                 session/folder
665
666 2007-08-03 [colin]      2.10.0cvs87
667
668         * src/prefs_account.c
669         * src/gtk/combobox.h
670         * src/gtk/gtkutils.c
671                 Fix a deprecated widget. Patch by
672                 Andrej
673
674 2007-08-03 [colin]      2.10.0cvs86
675
676         * src/compose.c
677         * src/compose.h
678                 Make colorisation and wrapping algorithms
679                 faster. Fixes bug 1246, 'compose becomes 
680                 increasingly slow replying to complex emails'
681
682 2007-08-03 [paul]       2.10.0cvs85
683
684         * src/mh.c
685                 keep the window painted
686
687 2007-08-02 [paul]       2.10.0cvs84
688
689         * src/folderview.c
690         * src/mainwindow.c
691         * src/mainwindow.h
692                 enable running folder Processing
693                 rules on demand
694
695 2007-08-02 [paul]       2.10.0cvs83
696
697         * src/textview.c
698                 speed up/clean up rendering of larger
699                 msgs
700                 Thanks to Colin
701
702 2007-08-01 [paul]       2.10.0cvs82
703
704         * src/mainwindow.h
705                 clean up cruft
706         * src/toolbar.c
707                 change default toolbar layout on maemo
708         * src/pixmaps/close.xpm
709                 make the red cross a grey cross
710         * src/pixmaps/jpilot.xpm
711                 make icon smaller so it fits better
712
713 2007-07-31 [paul]       2.10.0cvs81
714
715         * src/setup.c
716         * src/gtk/gtkutils.c
717                 fix crash on maemo on first launch
718
719 2007-07-30 [paul]       2.10.0cvs80
720
721         * src/prefs_matcher.c
722                 specify the units of age and size
723
724 2007-07-30 [paul]       2.10.0cvs79
725
726         * src/main.c
727                 Fix IMAP timeout setting
728
729 2007-07-30 [colin]      2.10.0cvs78
730
731         * src/prefs_account.c
732                 Fix a deprecated widget. Patch by
733                 Andrej
734
735 2007-07-27 [paul]       2.10.0cvs77
736
737         * src/matcher_parser_parse.y
738         * src/prefs_filtering_action.c
739         * src/prefs_matcher.c
740                 these changes forgotten in cvs74's
741                 'watch thread' feature
742
743 2007-07-27 [paul]       2.10.0cvs76
744
745         * src/compose.c
746                 fix potential crasher
747                 thanks to Colin
748
749 2007-07-27 [paul]       2.10.0cvs75
750
751         * src/mainwindow.c
752         * src/manual.c
753         * src/manual.h
754         * src/gtk/gtkutils.c
755                 make mainwindow's /Help/Manual point to the
756                 remote copy if the local copy doesn't exist
757
758 2007-07-27 [paul]       2.10.0cvs74
759
760         * src/Makefile.am
761         * src/filtering.c
762         * src/folder.c
763         * src/mainwindow.c
764         * src/matcher.c
765         * src/matcher.h
766         * src/matcher_parser_parse.y
767         * src/procmsg.c
768         * src/procmsg.h
769         * src/stock_pixmap.c
770         * src/stock_pixmap.h
771         * src/summaryview.c
772         * src/summaryview.h
773         * src/toolbar.c
774         * src/toolbar.h
775         * src/pixmaps/watchthread.xpm
776                 add 'watch thread' feature
777
778 2007-07-27 [paul]       2.10.0cvs73
779
780         * src/prefs_folder_item.c
781                 adjust labels, add tooltips
782
783 2007-07-27 [colin]      2.10.0cvs72
784
785         * src/summaryview.c
786                 Maemo: Remove less used menu items
787
788 2007-07-26 [colin]      2.10.0cvs71
789
790         * src/messageview.c
791                 Maemo: destroy messageview after trashing mail.
792                 Maybe should be done on X11 too
793
794 2007-07-26 [colin]      2.10.0cvs70
795
796         * src/folderview.c
797         * src/mainwindow.c
798         * src/prefs_common.c
799         * src/prefs_common.h
800         * src/summaryview.c
801                 Add View/Show or Hide/Column headers
802
803 2007-07-26 [colin]      2.10.0cvs69
804
805         * src/procmime.c
806                 Fix unwanted output
807
808 2007-07-26 [colin]      2.10.0cvs68
809
810         * src/ldapserver.c
811                 Fix possible crash on cache invalidation
812         * src/compose.c
813         * src/procmime.c
814         * src/procmime.h
815         * src/quote_fmt_parse.y
816                 Make replying to mails with big attachments
817                 much faster. Fixes bug 1224, 'The process of 
818                 Replying to emails with large attachments 
819                 seems unreasonably long...'
820
821 2007-07-26 [colin]      2.10.0cvs67
822
823         * src/mimeview.c
824         * src/matcher.c
825         * src/common/ssl.c
826                 Fix threads use on BSDs
827
828 2007-07-26 [paul]       2.10.0cvs66
829
830         * src/gtk/prefswindow.c
831                 fix account prefs breakage
832                 thanks to Colin
833
834 2007-07-26 [paul]       2.10.0cvs65
835
836         * configure.ac
837                 standardise ./configure --help messages
838
839 2007-07-26 [colin]      2.10.0cvs64
840
841         * src/addressbook.c
842         * src/editaddress.c
843                 Fix two vCard-related crashes
844
845 2007-07-25 [colin]      2.10.0cvs63
846
847         * src/inc.c
848         * src/prefs_common.c
849         * src/prefs_common.h
850         * src/prefs_receive.c
851                 Maemo: Add a better way to notify of
852                 new mails
853         * src/mainwindow.c
854         * src/statusbar.h
855         * src/summaryview.c
856         * src/toolbar.c
857                 Maemo: Various layout fixes
858         * src/gtk/prefswindow.c
859                 Maemo: Better prefs layout
860
861 2007-07-25 [paul]       2.10.0cvs62
862
863         * src/textview.c
864                 fix the layout on maemo
865                 thanks to Colin
866
867 2007-07-25 [iwkse]      2.10.0cvs61
868
869         * src/summaryview.c
870                 add 'o' shortcut on summaryview
871
872 2007-07-25 [iwkse]      2.10.0cvs60
873
874         * src/textview.c
875                 fix o shortcut
876
877 2007-07-24 [colin]      2.10.0cvs59
878
879         * src/mh.c
880                 Fix missing timestamp update on source
881                 folder when moving
882         * src/textview.c
883         * src/textview.h
884                 Better text layout on part's choices
885
886 2007-07-23 [colin]      2.10.0cvs58
887
888         * src/mimeview.c
889         * src/textview.c
890                 Maemo: Automatically choose the correct application
891                 to open parts
892         * src/gtk/quicksearch.c
893                 Make search run on GDK_KP_Enter too
894
895 2007-07-23 [wwp]        2.10.0cvs57
896
897         * src/quote_fmt_lex.l
898                 Revert accidentaly committed lines (account_sig) in
899                 2.10.0cvs56.
900
901 2007-07-23 [wwp]        2.10.0cvs56
902
903         * src/quote_fmt_lex.l
904                 Fix typos around long form expressions in the quote lexer.
905
906 2007-07-23 [paul]
907
908         3.0.0-rc1 released
909
910 2007-07-23 [colin]      2.10.0cvs55
911
912         * src/addr_compl.c
913                 Fix auto-completion on Maemo
914
915 2007-07-23 [colin]      2.10.0cvs54
916
917         * src/statusbar.c
918                 Maemo: Fix sticking statusbars
919
920 2007-07-22 [colin]      2.10.0cvs53
921
922         * src/main.c
923                 Maemo: Fix the strange "top_application" info
924                 at startup. We should do something when 
925                 receiving such a message.
926
927 2007-07-20 [paul]       2.10.0cvs52
928
929         * src/news_gtk.c
930                 add missing #include "statusbar.h"
931
932 2007-07-20 [colin]      2.10.0cvs51
933
934         * src/folder.c
935         * src/folder.h
936         * src/folder_item_prefs.c
937         * src/folder_item_prefs.h
938         * src/folderview.c
939         * src/imap.c
940         * src/imap_gtk.c
941         * src/imap_gtk.h
942         * src/news.c
943         * src/news_gtk.c
944         * src/news_gtk.h
945         * src/prefs_folder_item.c
946                 Implement age-based caching: allow to
947                 specify a threshold for the offline synchronisation
948                 feature, and whether old cached bodies should 
949                 be removed
950         * src/toolbar.c
951         * src/toolbar.h
952                 Fix label/tooltips
953         * src/plugins/dillo_viewer/dillo_viewer.c
954                 Check that Dillo's installed
955
956 2007-07-20 [wwp]        2.10.0cvs50
957
958         * src/mimeview.c
959         * src/stock_pixmap.c
960                 Draw a frame around the selected mimeview part icon (instead of the
961                 shifted 'dancing' icon).
962
963 2007-07-20 [colin]      2.10.0cvs49
964
965         * src/main.c
966                 Unref stuff even on error
967         * src/wizard.c
968                 disconnect signals only at the very
969                 end of the wizard save.
970
971 2007-07-20 [colin]      2.10.0cvs48
972
973         * src/mainwindow.c
974         * src/messageview.c
975         * src/toolbar.c
976         * src/toolbar.h
977                 Fix random crashes while navigating
978                 (GTK_EVENTS_FLUSH)
979
980 2007-07-19 [colin]      2.10.0cvs47
981
982         * configure.ac
983         * src/main.c
984         * src/prefs_common.c
985         * src/prefs_common.h
986         * src/wizard.c
987         * src/common/defs.h
988         * src/common/utils.c
989                 Maemo: add an easy way to store data (mails
990                 and IMAP/NNTP caches) on one of the SD cards,
991                 and protect against unmounts if needed
992
993 2007-07-19 [paul]       2.10.0cvs46
994
995         * src/Makefile.am
996         * src/stock_pixmap.c
997         * src/gtk/about.c
998         * src/pixmaps/claws-mail_logo-small.xpm
999                 implement a (slightly) different About
1000                 dialog for maemo and add a small version
1001                 of the logo for it
1002         * src/wizard.c
1003                 use a scrolled window for wizard page 1
1004                 on maemo
1005
1006 2007-07-19 [paul]       2.10.0cvs45
1007
1008         * src/Makefile.am
1009                 too soon for this line
1010
1011 2007-07-19 [paul]       2.10.0cvs44
1012
1013         * src/Makefile.am
1014                 fix build on n800
1015
1016 2007-07-19 [colin]      2.10.0cvs43
1017
1018         * src/wizard.c
1019                 Solve Mail/Mailbox name when specifying
1020                 full /path/to/Mail.
1021
1022 2007-07-18 [colin]      2.10.0cvs42
1023
1024         * src/inc.c
1025         * configure.ac
1026                 Fix build on n770
1027
1028 2007-07-18 [colin]      2.10.0cvs41
1029
1030         * src/inc.c
1031                 Maemo: plug the online/offline system into
1032                 maemo's interfaces to have Claws automatically
1033                 switch according to the system status
1034         * src/statusbar.c
1035                 Maemo: use HildonBanners to display status
1036                 messages. Renders the main statusbar useless.
1037
1038 2007-07-18 [paul]       2.10.0cvs40
1039
1040         * src/filtering.c
1041                 fix screen blanking on moving/copying many msgs
1042         * src/folder.c
1043                 fix processing progressbar and screen blanking
1044                 during processing
1045
1046 2007-07-18 [paul]       2.10.0cvs39
1047
1048         * src/messageview.c
1049                 revert cvs37, breakage on maemo
1050
1051 2007-07-18 [paul]       2.10.0cvs38
1052
1053         * src/gtk/gtkutils.c
1054                 make sure we can still build with older GTK's
1055
1056 2007-07-18 [colin]      2.10.0cvs37
1057
1058         * src/messageview.c
1059                 Only hide the small layout's messageview, instead
1060                 of destroying it when closing
1061         * src/gtk/gtkutils.c
1062                 Use gtk_window_present_with_time to popup windows,
1063                 it seems to make things better with modern WMs
1064                 (actually focusing)
1065
1066 2007-07-17 [colin]      2.10.0cvs36
1067
1068         * src/editaddress.c
1069                 Simplify layout on Maemo
1070         * src/folder.c
1071                 Fix possible crash
1072         * src/prefs_display_header.c
1073                 Remove some headers by default on Maemo
1074
1075 2007-07-17 [paul]       2.10.0cvs35
1076
1077         * src/prefs_common.c
1078         * src/prefs_common.h
1079         * src/prefs_logging.c
1080         * src/common/log.c
1081                 add options to stop/enable writing logs to disc
1082
1083 2007-07-17 [paul]       2.10.0cvs34
1084
1085         * src/edittags.c
1086                 fix some issues with the Apply tags window:
1087                 - set search column (enables autocompl in the treeview)
1088                 - apply tag from "New tag" if it existed
1089                 - clears New tag entry when adding it with the button
1090                 Thanks to Colin
1091
1092 2007-07-17 [paul]       2.10.0cvs33
1093
1094         * src/edittags.c
1095                 fix 'apply tags' dialogue weirdness
1096
1097 2007-07-16 [colin]      2.10.0cvs32
1098
1099         * src/toolbar.c
1100                 Fix double-loading of mails on Maemo
1101
1102 2007-07-16 [colin]      2.10.0cvs31
1103
1104         * src/messageview.c
1105                 Prevent double-loading of the same part under some
1106                 conditions; hide statusbar on Maemo
1107
1108 2007-07-16 [colin]      2.10.0cvs30
1109
1110         * src/edittags.c
1111         * src/edittags.h
1112         * src/mainwindow.c
1113         * src/summaryview.c
1114                 Improve the tag interface - allow
1115                 to set/unset tags from a special
1116                 window.
1117         * src/gtk/gtkvscrollbutton.c
1118         * src/mimeview.c
1119         * src/mimeview.h
1120         * src/stock_pixmap.c
1121                 Fix Mimeview's ugly hacks in the
1122                 icon list. 
1123
1124 2007-07-16 [paul]       2.10.0cvs29
1125
1126         * src/wizard.c
1127                 rework dialog
1128         * src/gtk/icon_legend.c
1129                 put it all in a scrolled window
1130
1131 2007-07-15 [colin]      2.10.0cvs28
1132
1133         * src/mainwindow.c
1134                 Maemo: force layout to be Small screen; the
1135                 others don't make sense
1136
1137 2007-07-14 [colin]      2.10.0cvs27
1138
1139         * src/mimeview.c
1140         * src/gtk/gtkvscrollbutton.c
1141                 Maemo: Fix mimeview's buttons size
1142
1143 2007-07-14 [colin]      2.10.0cvs26
1144
1145         * src/toolbar.c
1146                 Fix the button workaround fix.
1147                 (Use the correct variable)
1148
1149 2007-07-14 [colin]      2.10.0cvs25
1150
1151         * src/mainwindow.c
1152         * src/toolbar.c
1153                 Maemo: put the progress bar in the
1154                 toolbar
1155
1156 2007-07-14 [colin]      2.10.0cvs24
1157
1158         * src/prefs_common.c
1159                 Maemo: hide statusbar by default
1160         * src/Makefile.am
1161         * src/stock_pixmap.c
1162         * src/stock_pixmap.h
1163         * src/toolbar.c
1164         * src/pixmaps/go_folders.xpm
1165                 Maemo: Add a specific icon to go back to
1166                 folder list
1167
1168 2007-07-14 [colin]      2.10.0cvs23
1169
1170         * src/toolbar.c
1171                 Don't set homogeneous finally
1172
1173 2007-07-14 [colin]      2.10.0cvs22
1174
1175         * src/toolbar.c
1176                 Fix button show/hide issues
1177
1178 2007-07-14 [colin]      2.10.0cvs21
1179
1180         * src/toolbar.c
1181                 Fix huge arrows
1182                 Fix button workaround to be able to click
1183                 if mouse was on button when it went un-
1184                 sensitive.
1185                 Revert previous commit, gtk_tool_item_set_homogeneous
1186                 doesn't mean what it seems to mean ;-)
1187
1188 2007-07-14 [paul]       2.10.0cvs20
1189
1190         * src/toolbar.c
1191                 make homogeneous FALSE always
1192
1193 2007-07-13 [colin]      2.10.0cvs19
1194
1195         * src/toolbar.c
1196         * src/toolbar.h
1197                 Rework to fit the non-deprecated API
1198         * src/compose.c
1199         * src/folderview.c
1200         * src/mainwindow.c
1201         * src/messageview.c
1202         * src/summaryview.c
1203                 Maemo layout changes. Better toolbars,
1204                 removal of CTree headers. 
1205
1206 2007-07-13 [paul]       2.10.0cvs18
1207
1208         * src/gtk/colorlabel.c
1209                 fix bug 1261, '[DE] coloring messages in overview 
1210                 keys are not localised'
1211                 the string is now included in claws-mail.pot
1212
1213 2007-07-13 [colin]      2.10.0cvs17
1214
1215         * src/summaryview.c
1216                 Fix bug 1267, 'printing mutliple messages 
1217                 opens one message-dialog after the other'
1218                 Ask for confirmation when printing 10
1219                 messages or more.
1220
1221 2007-07-11 [colin]      2.10.0cvs16
1222
1223         * COPYING
1224         * README
1225         * autogen.sh
1226         * manual/claws-mail-manual.xml
1227         * manual/gpl.xml
1228         * manual/es/claws-mail-manual.xml
1229         * manual/es/gpl.xml
1230         * manual/fr/claws-mail-manual.xml
1231         * manual/fr/gpl.xml
1232         * manual/pl/gpl.xml
1233         * src/account.c
1234         * src/account.h
1235         * src/action.c
1236         * src/action.h
1237         * src/adbookbase.h
1238         * src/addr_compl.c
1239         * src/addr_compl.h
1240         * src/addrbook.c
1241         * src/addrbook.h
1242         * src/addrcache.c
1243         * src/addrcache.h
1244         * src/addrcindex.c
1245         * src/addrcindex.h
1246         * src/addrclip.c
1247         * src/addrclip.h
1248         * src/addrdefs.h
1249         * src/addressadd.c
1250         * src/addressadd.h
1251         * src/addressbook.c
1252         * src/addressbook.h
1253         * src/addressbook_foldersel.c
1254         * src/addressbook_foldersel.h
1255         * src/addressitem.h
1256         * src/addrgather.c
1257         * src/addrgather.h
1258         * src/addrharvest.c
1259         * src/addrharvest.h
1260         * src/addrindex.c
1261         * src/addrindex.h
1262         * src/addritem.c
1263         * src/addritem.h
1264         * src/addrquery.c
1265         * src/addrquery.h
1266         * src/addrselect.c
1267         * src/addrselect.h
1268         * src/alertpanel.c
1269         * src/alertpanel.h
1270         * src/browseldap.c
1271         * src/browseldap.h
1272         * src/codeconv.c
1273         * src/codeconv.h
1274         * src/compose.c
1275         * src/compose.h
1276         * src/crash.c
1277         * src/crash.h
1278         * src/customheader.c
1279         * src/customheader.h
1280         * src/displayheader.c
1281         * src/displayheader.h
1282         * src/editaddress.c
1283         * src/editaddress.h
1284         * src/editaddress_other_attributes_ldap.c
1285         * src/editaddress_other_attributes_ldap.h
1286         * src/editbook.c
1287         * src/editbook.h
1288         * src/editgroup.c
1289         * src/editgroup.h
1290         * src/editjpilot.c
1291         * src/editjpilot.h
1292         * src/editldap.c
1293         * src/editldap.h
1294         * src/editldap_basedn.c
1295         * src/editldap_basedn.h
1296         * src/edittags.c
1297         * src/edittags.h
1298         * src/editvcard.c
1299         * src/editvcard.h
1300         * src/enriched.c
1301         * src/enriched.h
1302         * src/exphtmldlg.c
1303         * src/exphtmldlg.h
1304         * src/expldifdlg.c
1305         * src/expldifdlg.h
1306         * src/export.c
1307         * src/export.h
1308         * src/exporthtml.c
1309         * src/exporthtml.h
1310         * src/exportldif.c
1311         * src/exportldif.h
1312         * src/filtering.c
1313         * src/filtering.h
1314         * src/folder.c
1315         * src/folder.h
1316         * src/folder_item_prefs.c
1317         * src/folder_item_prefs.h
1318         * src/foldersel.c
1319         * src/foldersel.h
1320         * src/folderutils.c
1321         * src/folderutils.h
1322         * src/folderview.c
1323         * src/folderview.h
1324         * src/gedit-print.c
1325         * src/gedit-print.h
1326         * src/grouplistdialog.c
1327         * src/grouplistdialog.h
1328         * src/headerview.c
1329         * src/headerview.h
1330         * src/html.c
1331         * src/html.h
1332         * src/image_viewer.c
1333         * src/image_viewer.h
1334         * src/imap.c
1335         * src/imap.h
1336         * src/imap_gtk.c
1337         * src/imap_gtk.h
1338         * src/import.c
1339         * src/import.h
1340         * src/importldif.c
1341         * src/importldif.h
1342         * src/importmutt.c
1343         * src/importmutt.h
1344         * src/importpine.c
1345         * src/importpine.h
1346         * src/inc.c
1347         * src/inc.h
1348         * src/jpilot.c
1349         * src/jpilot.h
1350         * src/ldapctrl.c
1351         * src/ldapctrl.h
1352         * src/ldaplocate.c
1353         * src/ldaplocate.h
1354         * src/ldapquery.c
1355         * src/ldapquery.h
1356         * src/ldapserver.c
1357         * src/ldapserver.h
1358         * src/ldapupdate.c
1359         * src/ldapupdate.h
1360         * src/ldaputil.c
1361         * src/ldaputil.h
1362         * src/ldif.c
1363         * src/ldif.h
1364         * src/localfolder.c
1365         * src/localfolder.h
1366         * src/main.c
1367         * src/main.h
1368         * src/mainwindow.c
1369         * src/mainwindow.h
1370         * src/manual.c
1371         * src/manual.h
1372         * src/matcher.c
1373         * src/matcher.h
1374         * src/matcher_parser.h
1375         * src/matcher_parser_lex.l
1376         * src/matcher_parser_parse.y
1377         * src/mbox.c
1378         * src/mbox.h
1379         * src/message_search.c
1380         * src/message_search.h
1381         * src/messageview.c
1382         * src/messageview.h
1383         * src/mh.c
1384         * src/mh.h
1385         * src/mh_gtk.c
1386         * src/mh_gtk.h
1387         * src/mimeview.c
1388         * src/mimeview.h
1389         * src/msgcache.c
1390         * src/msgcache.h
1391         * src/mutt.c
1392         * src/mutt.h
1393         * src/news.c
1394         * src/news.h
1395         * src/news_gtk.c
1396         * src/news_gtk.h
1397         * src/noticeview.c
1398         * src/noticeview.h
1399         * src/partial_download.c
1400         * src/partial_download.h
1401         * src/pine.c
1402         * src/pine.h
1403         * src/pop.c
1404         * src/pop.h
1405         * src/prefs_account.c
1406         * src/prefs_account.h
1407         * src/prefs_actions.c
1408         * src/prefs_actions.h
1409         * src/prefs_common.c
1410         * src/prefs_common.h
1411         * src/prefs_compose_writing.c
1412         * src/prefs_compose_writing.h
1413         * src/prefs_customheader.c
1414         * src/prefs_customheader.h
1415         * src/prefs_display_header.c
1416         * src/prefs_display_header.h
1417         * src/prefs_ext_prog.c
1418         * src/prefs_ext_prog.h
1419         * src/prefs_filtering.c
1420         * src/prefs_filtering.h
1421         * src/prefs_filtering_action.c
1422         * src/prefs_filtering_action.h
1423         * src/prefs_folder_column.c
1424         * src/prefs_folder_column.h
1425         * src/prefs_folder_item.c
1426         * src/prefs_folder_item.h
1427         * src/prefs_fonts.c
1428         * src/prefs_fonts.h
1429         * src/prefs_gtk.c
1430         * src/prefs_gtk.h
1431         * src/prefs_image_viewer.c
1432         * src/prefs_image_viewer.h
1433         * src/prefs_logging.c
1434         * src/prefs_logging.h
1435         * src/prefs_matcher.c
1436         * src/prefs_matcher.h
1437         * src/prefs_message.c
1438         * src/prefs_message.h
1439         * src/prefs_msg_colors.c
1440         * src/prefs_msg_colors.h
1441         * src/prefs_other.c
1442         * src/prefs_other.h
1443         * src/prefs_quote.c
1444         * src/prefs_quote.h
1445         * src/prefs_receive.c
1446         * src/prefs_receive.h
1447         * src/prefs_send.c
1448         * src/prefs_send.h
1449         * src/prefs_spelling.c
1450         * src/prefs_spelling.h
1451         * src/prefs_summaries.c
1452         * src/prefs_summaries.h
1453         * src/prefs_summary_column.c
1454         * src/prefs_summary_column.h
1455         * src/prefs_summary_open.c
1456         * src/prefs_summary_open.h
1457         * src/prefs_template.c
1458         * src/prefs_template.h
1459         * src/prefs_themes.c
1460         * src/prefs_themes.h
1461         * src/prefs_toolbar.c
1462         * src/prefs_toolbar.h
1463         * src/prefs_wrapping.c
1464         * src/prefs_wrapping.h
1465         * src/privacy.c
1466         * src/privacy.h
1467         * src/procheader.c
1468         * src/procheader.h
1469         * src/procmime.c
1470         * src/procmime.h
1471         * src/procmsg.c
1472         * src/procmsg.h
1473         * src/quote_fmt.c
1474         * src/quote_fmt_lex.l
1475         * src/quote_fmt_parse.y
1476         * src/recv.c
1477         * src/recv.h
1478         * src/remotefolder.c
1479         * src/remotefolder.h
1480         * src/send_message.c
1481         * src/send_message.h
1482         * src/setup.c
1483         * src/setup.h
1484         * src/simple-gettext.c
1485         * src/sourcewindow.c
1486         * src/sourcewindow.h
1487         * src/ssl_manager.c
1488         * src/ssl_manager.h
1489         * src/statusbar.c
1490         * src/statusbar.h
1491         * src/stock_pixmap.c
1492         * src/stock_pixmap.h
1493         * src/summary_search.c
1494         * src/summary_search.h
1495         * src/summaryview.c
1496         * src/summaryview.h
1497         * src/textview.c
1498         * src/textview.h
1499         * src/toolbar.c
1500         * src/toolbar.h
1501         * src/undo.c
1502         * src/undo.h
1503         * src/unmime.c
1504         * src/unmime.h
1505         * src/uri_opener.c
1506         * src/uri_opener.h
1507         * src/vcard.c
1508         * src/vcard.h
1509         * src/wizard.c
1510         * src/wizard.h
1511         * src/common/base64.c
1512         * src/common/base64.h
1513         * src/common/claws.c
1514         * src/common/claws.h
1515         * src/common/defs.h
1516         * src/common/fnmatch.c
1517         * src/common/fnmatch.h
1518         * src/common/fnmatch_loop.c
1519         * src/common/hooks.c
1520         * src/common/hooks.h
1521         * src/common/log.c
1522         * src/common/log.h
1523         * src/common/md5.c
1524         * src/common/md5.h
1525         * src/common/mgutils.c
1526         * src/common/mgutils.h
1527         * src/common/nntp.c
1528         * src/common/nntp.h
1529         * src/common/passcrypt.c
1530         * src/common/passcrypt.h.in
1531         * src/common/plugin.c
1532         * src/common/plugin.h
1533         * src/common/prefs.c
1534         * src/common/prefs.h
1535         * src/common/progressindicator.c
1536         * src/common/progressindicator.h
1537         * src/common/quoted-printable.c
1538         * src/common/quoted-printable.h
1539         * src/common/session.c
1540         * src/common/session.h
1541         * src/common/smtp.c
1542         * src/common/smtp.h
1543         * src/common/socket.c
1544         * src/common/socket.h
1545         * src/common/ssl.c
1546         * src/common/ssl.h
1547         * src/common/ssl_certificate.c
1548         * src/common/ssl_certificate.h
1549         * src/common/string_match.c
1550         * src/common/string_match.h
1551         * src/common/stringtable.c
1552         * src/common/stringtable.h
1553         * src/common/tags.c
1554         * src/common/tags.h
1555         * src/common/template.c
1556         * src/common/template.h
1557         * src/common/timing.h
1558         * src/common/utils.c
1559         * src/common/utils.h
1560         * src/common/uuencode.c
1561         * src/common/uuencode.h
1562         * src/common/version.h.in
1563         * src/common/w32_dirent.c
1564         * src/common/w32_reg.c
1565         * src/common/w32_signal.c
1566         * src/common/w32_stat.c
1567         * src/common/w32_stdlib.c
1568         * src/common/w32_string.c
1569         * src/common/w32_time.c
1570         * src/common/w32_unistd.c
1571         * src/common/w32_wait.c
1572         * src/common/w32lib.h
1573         * src/common/xml.c
1574         * src/common/xml.h
1575         * src/common/xmlprops.c
1576         * src/common/xmlprops.h
1577         * src/etpan/etpan-errors.h
1578         * src/etpan/etpan-thread-manager-types.h
1579         * src/etpan/etpan-thread-manager.c
1580         * src/etpan/etpan-thread-manager.h
1581         * src/etpan/imap-thread.c
1582         * src/etpan/imap-thread.h
1583         * src/gtk/about.c
1584         * src/gtk/about.h
1585         * src/gtk/colorlabel.c
1586         * src/gtk/colorlabel.h
1587         * src/gtk/colorsel.c
1588         * src/gtk/colorsel.h
1589         * src/gtk/combobox.c
1590         * src/gtk/combobox.h
1591         * src/gtk/description_window.c
1592         * src/gtk/description_window.h
1593         * src/gtk/filesel.c
1594         * src/gtk/filesel.h
1595         * src/gtk/foldersort.c
1596         * src/gtk/foldersort.h
1597         * src/gtk/gtkaspell.c
1598         * src/gtk/gtkaspell.h
1599         * src/gtk/gtksctree.c
1600         * src/gtk/gtkshruler.c
1601         * src/gtk/gtkshruler.h
1602         * src/gtk/gtksourceprintjob.c
1603         * src/gtk/gtksourceprintjob.h
1604         * src/gtk/gtkutils.c
1605         * src/gtk/gtkutils.h
1606         * src/gtk/gtkvscrollbutton.c
1607         * src/gtk/gtkvscrollbutton.h
1608         * src/gtk/icon_legend.c
1609         * src/gtk/icon_legend.h
1610         * src/gtk/inputdialog.c
1611         * src/gtk/inputdialog.h
1612         * src/gtk/logwindow.c
1613         * src/gtk/logwindow.h
1614         * src/gtk/manage_window.c
1615         * src/gtk/manage_window.h
1616         * src/gtk/menu.c
1617         * src/gtk/menu.h
1618         * src/gtk/pluginwindow.c
1619         * src/gtk/pluginwindow.h
1620         * src/gtk/prefswindow.c
1621         * src/gtk/prefswindow.h
1622         * src/gtk/progressdialog.c
1623         * src/gtk/progressdialog.h
1624         * src/gtk/quicksearch.c
1625         * src/gtk/quicksearch.h
1626         * src/gtk/sslcertwindow.c
1627         * src/gtk/sslcertwindow.h
1628         * src/plugins/bogofilter/bogofilter.c
1629         * src/plugins/bogofilter/bogofilter.h
1630         * src/plugins/bogofilter/bogofilter_gtk.c
1631         * src/plugins/clamav/clamav_plugin.c
1632         * src/plugins/clamav/clamav_plugin.h
1633         * src/plugins/clamav/clamav_plugin_gtk.c
1634         * src/plugins/demo/demo.c
1635         * src/plugins/dillo_viewer/dillo_prefs.c
1636         * src/plugins/dillo_viewer/dillo_prefs.h
1637         * src/plugins/dillo_viewer/dillo_viewer.c
1638         * src/plugins/pgpcore/passphrase.c
1639         * src/plugins/pgpcore/passphrase.h
1640         * src/plugins/pgpcore/pgp_viewer.c
1641         * src/plugins/pgpcore/pgp_viewer.h
1642         * src/plugins/pgpcore/plugin.c
1643         * src/plugins/pgpcore/prefs_gpg.c
1644         * src/plugins/pgpcore/prefs_gpg.h
1645         * src/plugins/pgpcore/select-keys.c
1646         * src/plugins/pgpcore/select-keys.h
1647         * src/plugins/pgpcore/sgpgme.c
1648         * src/plugins/pgpcore/sgpgme.h
1649         * src/plugins/pgpinline/pgpinline.c
1650         * src/plugins/pgpinline/pgpinline.h
1651         * src/plugins/pgpinline/plugin.c
1652         * src/plugins/pgpmime/pgpmime.c
1653         * src/plugins/pgpmime/pgpmime.h
1654         * src/plugins/pgpmime/plugin.c
1655         * src/plugins/spamassassin/spamassassin.c
1656         * src/plugins/spamassassin/spamassassin.h
1657         * src/plugins/spamassassin/spamassassin_gtk.c
1658         * src/plugins/trayicon/trayicon.c
1659         * src/plugins/trayicon/trayicon_prefs.c
1660         * src/plugins/trayicon/trayicon_prefs.h
1661         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1662         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1663         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1664         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1665         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1666         * tools/OOo2claws-mail.pl
1667         * tools/README.sylprint
1668         * tools/acroread2claws-mail.pl
1669         * tools/claws-mail-compose-insert-files.pl
1670         * tools/convert_mbox.pl
1671         * tools/filter_conv.pl
1672         * tools/filter_conv_new.pl
1673         * tools/fix_date.sh
1674         * tools/freshmeat_search.pl
1675         * tools/google_search.pl
1676         * tools/kmail-mailbox2claws-mail.pl
1677         * tools/kmail2claws-mail.pl
1678         * tools/kmail2claws-mail_v2.pl
1679         * tools/mairix.sh
1680         * tools/make.themes.project
1681         * tools/multiwebsearch.pl
1682         * tools/nautilus2claws-mail.sh
1683         * tools/outlook2claws-mail.pl
1684         * tools/textviewer.sh
1685         * tools/thunderbird-filters-convertor.pl
1686         * tools/update-po
1687         * tools/uuooffice
1688         * tools/vcard2xml.py
1689         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1690                 Upgrade to GPLv3 or later.
1691
1692 2007-07-10 [wwp]        2.10.0cvs15
1693
1694         * src/main.c
1695                 Fix re-opening of all composing messages that were
1696                 opened when closing the previous instance, thanks
1697                 to Colin.
1698
1699 2007-07-10 [paul]       2.10.0cvs14
1700
1701         * src/editaddress_other_attributes_ldap.c
1702         * src/ldapupdate.c
1703                 fix crash on selecting 'other attributes' combo
1704                 for either a new entry or an old entry with no
1705                 existing attributes.
1706                 fix bug on editing multiple attributes which
1707                 resulted them all having the value of the last
1708                 one changed.
1709                 Thanks to Colin
1710
1711 2007-07-10 [colin]      2.10.0cvs13
1712
1713         * src/editaddress.c
1714         * src/editaddress_other_attributes_ldap.h
1715         * src/ldapupdate.c
1716                 Fix --disable-ldap build
1717
1718 2007-07-09 [colin]      2.10.0cvs12
1719
1720         * src/Makefile.am
1721         * src/addritem.c
1722         * src/addritem.h
1723         * src/editaddress.c
1724         * src/editaddress_other_attributes_ldap.c
1725         * src/editaddress_other_attributes_ldap.h
1726         * src/editldap.c
1727         * src/ldapctrl.c
1728         * src/ldapctrl.h
1729         * src/ldapupdate.c
1730                 Add capability to edit all inetOrgPerson
1731                 attributes on LDAP. Patch by Michael 
1732                 Rasmussen
1733
1734 2007-07-09 [colin]      2.10.0cvs11
1735
1736         * src/Makefile.am
1737         * src/exporthtml.c
1738         * src/mbox.c
1739         * src/msgcache.c
1740         * src/prefs_summaries.c
1741         * src/prefs_themes.c
1742         * src/procheader.c
1743         * src/common/Makefile.am
1744         * src/common/log.c
1745         * src/common/timing.h
1746         * src/common/utils.c
1747         * src/common/utils.h
1748         * src/common/w32_account.c
1749         * src/common/w32lib.h
1750         * src/gtk/Makefile.am
1751         * src/gtk/colorlabel.c
1752         * src/plugins/pgpcore/Makefile.am
1753         * src/plugins/pgpcore/claws.def
1754         * src/plugins/pgpcore/passphrase.c
1755         * src/plugins/pgpcore/pgp_viewer.c
1756         * src/plugins/pgpcore/plugin.def
1757         * src/plugins/pgpcore/sgpgme.c
1758         * src/plugins/pgpinline/Makefile.am
1759         * src/plugins/pgpinline/claws.def
1760         * src/plugins/pgpinline/mypgpcore.def
1761         * src/plugins/pgpinline/plugin.def
1762         * src/plugins/pgpmime/Makefile.am
1763         * src/plugins/pgpmime/claws.def
1764         * src/plugins/pgpmime/mypgpcore.def
1765         * src/plugins/pgpmime/plugin.def
1766                 Commit win32 patch, from Werner Koch and
1767                 Marcus Brinkmann
1768
1769 2007-07-09 [colin]      2.10.0cvs10
1770
1771         * src/prefs_toolbar.c
1772                 Fix crash when no actions exist
1773
1774 2007-07-07 [paul]       2.10.0cvs9
1775
1776         * COPYING
1777         * manual/claws-mail-manual.xml
1778                 update copyright year
1779         * po/fi.po
1780                 updated by Flammie Pirinen
1781
1782 2007-07-05 [wwp]        2.10.0cvs8
1783
1784         * src/plugins/clamav/clamav_plugin_gtk.c
1785                 Make vertical spacing like in other plugin prefs pages.
1786
1787 2007-07-05 [wwp]        2.10.0cvs7
1788
1789         * src/quote_fmt.c
1790                 It's %am that works, not %ae (this doc incoherence has been
1791                 introduced with 2.9.2cvs13).
1792
1793 2007-07-04 [wwp]        2.10.0cvs6
1794
1795         * src/plugins/bogofilter/bogofilter.c
1796                 Gettext-ize an occurrence of "Any" that wasn't.
1797
1798 2007-07-04 [colin]      2.10.0cvs5
1799
1800         * po/POTFILES.in
1801                 Fix untranslated strings; thanks
1802                 to Pader Rezso.
1803
1804 2007-07-03 [colin]      2.10.0cvs4
1805
1806         * src/folder.c
1807         * src/mainwindow.c
1808                 Fix saving of sort mode for tags and
1809                 thread date. Thanks to Pierre Ossman.
1810                 Completes fix for bug 1233
1811
1812 2007-07-03 [paul]       2.10.0cvs3
1813
1814         * src/compose.c
1815                 fix auto-save
1816         * src/summaryview.c
1817                 fix build warnings
1818         Thanks to Colin
1819
1820 2007-07-02 [colin]      2.10.0cvs2
1821
1822         * src/folder.h
1823         * src/mainwindow.c
1824         * src/procmsg.h
1825         * src/summaryview.c
1826                 Add View/Sort/by Thread date
1827                 Fixes bug 1233, 'Capability to sort 
1828                 threads by most recent message'
1829                 Based on a patch by Paul Rolland
1830
1831 2007-07-02 [colin]      2.10.0cvs1
1832
1833         * src/Makefile.am
1834         * src/compose.c
1835         * src/edittags.c
1836         * src/edittags.h
1837         * src/filtering.c
1838         * src/folder.c
1839         * src/folder.h
1840         * src/headerview.c
1841         * src/headerview.h
1842         * src/main.c
1843         * src/mainwindow.c
1844         * src/mainwindow.h
1845         * src/manual.h
1846         * src/matcher.c
1847         * src/matcher.h
1848         * src/matcher_parser_parse.y
1849         * src/mimeview.c
1850         * src/msgcache.c
1851         * src/msgcache.h
1852         * src/prefs_common.c
1853         * src/prefs_common.h
1854         * src/prefs_filtering_action.c
1855         * src/prefs_matcher.c
1856         * src/prefs_summary_column.c
1857         * src/procmsg.c
1858         * src/procmsg.h
1859         * src/quote_fmt.c
1860         * src/quote_fmt_lex.l
1861         * src/quote_fmt_parse.y
1862         * src/summaryview.c
1863         * src/summaryview.h
1864         * src/textview.c
1865         * src/common/Makefile.am
1866         * src/common/defs.h
1867         * src/common/tags.c
1868         * src/common/tags.h
1869         * src/gtk/quicksearch.c
1870         * src/gtk/quicksearch.h
1871                 Add Tags implementation. Tags are arbitrary labels
1872                 that can be applied to messages. It is possible 
1873                 to create, edit, remove tags; apply them to mails;
1874                 filter on tags or tag presence; apply or unset
1875                 tags via filtering actions; reference tags in
1876                 reply templates.
1877
1878 2007-07-02 [paul]       2.10.0
1879
1880         * NEWS
1881         * README
1882         * RELEASE_NOTES
1883                 2.10.0 released
1884
1885 2007-07-02 [paul]       2.9.2cvs78
1886
1887         * po/de.po
1888         * po/en_GB.po
1889         * po/es.po
1890         * po/fr.po
1891         * po/hu.po
1892         * po/pt_BR.po
1893         * po/ru.po
1894         * po/zh_CN.po
1895                 updated by Stephan Sachse, me, Ricardo Mones
1896                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1897                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1898
1899 2007-07-02 [paul]       2.9.2cvs77
1900
1901         * AUTHORS
1902                 updated
1903
1904 2007-06-29 [wwp]        2.9.2cvs76
1905
1906         * src/gtk/headers.h
1907                 Fix a typo (thanks to Ricardo for finding this out).
1908
1909 2007-06-28 [paul]       2.9.2cvs75
1910
1911         * src/folderview.c
1912                 fix build warnings
1913
1914 2007-06-28 [paul]       2.9.2cvs74
1915
1916         * tools/Makefile.am
1917                 fix bug in the autotools build system.
1918                 Files cataloged under EXTRA_DIST were never
1919                 automatically copied to the build tree.
1920                 (fix 'make distcheck')
1921                 Patch by Michael Rasmussen.
1922
1923 2007-06-24 [colin]      2.9.2cvs73
1924
1925         * src/news_gtk.c
1926                 Fix bug 1249, 'Error handling for 
1927                 news errors needs modification'
1928                 Only popup error if the according
1929                 pref in Prefs/Receive is set.
1930
1931 2007-06-21 [colin]      2.9.2cvs72
1932
1933         * src/common/plugin.c
1934         * src/common/plugin.h
1935                 Change plugin API to know whether it's safe to 
1936                 unload plugins or whether we should just hide
1937                 them. Fixes bug 1248, 'Core dumps after 
1938                 unloading plugin and clicking on load plugins'
1939         * src/plugins/bogofilter/bogofilter.c
1940         * src/plugins/clamav/clamav_plugin.c
1941         * src/plugins/demo/demo.c
1942         * src/plugins/dillo_viewer/dillo_viewer.c
1943         * src/plugins/pgpcore/plugin.c
1944         * src/plugins/pgpinline/plugin.c
1945         * src/plugins/pgpmime/plugin.c
1946         * src/plugins/spamassassin/spamassassin.c
1947         * src/plugins/trayicon/trayicon.c
1948                 Update API
1949
1950 2007-06-19 [colin]      2.9.2cvs71
1951
1952         * src/compose.c
1953         * src/messageview.c
1954                 Fix crash mentioned in bug 1246
1955                 Race condition when automatically drafting
1956                 due to insertion on reedit.
1957
1958 2007-06-18 [wwp]        2.9.2cvs70
1959
1960         * src/importldif.c
1961                 LDIF import: use a "Proceed" button to complete
1962                 the process.
1963
1964 2007-06-18 [paul]       2.9.2cvs69
1965
1966         * configure.ac
1967                 use pkgconfig to check for gtk and glib
1968
1969 2007-06-17 [wwp]        2.9.2cvs68
1970
1971         * src/ldif.c
1972         * src/importldif.c
1973                 LDIF import: better error handling, minor code
1974                 and UI cleanup, and renamed the Save button
1975                 to Close, as imported stuff is already saved
1976                 when the Save button is shown.
1977
1978 2007-06-17 [colin]      2.9.2cvs67
1979
1980         * src/prefs_summaries.c
1981         * src/procmsg.c
1982                 Don't set as read when forwarded, only replied to
1983
1984 2007-06-17 [paul]       2.9.2cvs66
1985
1986         * src/alertpanel.c
1987                 add missing #include
1988
1989 2007-06-16 [colin]      2.9.2cvs65
1990
1991         * src/prefs_summaries.c
1992         * src/procmsg.c
1993                 Change the pref "Only mark as read when opened
1994                 in new window" to "..., replied to or forwarded".
1995                 Based on a patch by Paul Rolland.
1996
1997 2007-06-16 [paul]       2.9.2cvs64
1998
1999         * src/gtk/authors.h
2000                 alphabetical order! :)
2001
2002 2007-06-16 [colin]      2.9.2cvs63
2003
2004         * AUTHORS
2005         * src/gtk/authors.h
2006                 Add Michael Rasmussen in authors list
2007
2008 2007-06-16 [colin]      2.9.2cvs62
2009
2010         * src/messageview.c
2011                 Fix messageview_copy_clipboard to take advantage
2012                 of plugins' get_selection.
2013
2014 2007-06-15 [colin]      2.9.2cvs61
2015
2016         * src/action.c
2017         * src/addr_compl.c
2018         * src/addressbook.c
2019         * src/folderview.c
2020         * src/message_search.c
2021         * src/mimeview.c
2022         * src/summary_search.c
2023         * src/summaryview.c
2024         * src/textview.c
2025                 Allow GDK_KP_Enter to do the same as GDK_Return
2026                 Patch by Michael Rasmussen
2027
2028 2007-06-15 [paul]       2.9.2cvs60
2029
2030         * src/compose.c
2031                 fix bug when closing a compose window
2032                 during autosave
2033
2034 2007-06-14 [paul]       2.9.2cvs59
2035
2036         * src/main.c
2037         * src/common/defs.h
2038                 migrate sylpheed config
2039
2040 2007-06-14 [wwp]        2.9.2cvs58
2041
2042         * src/gtk/pluginwindow.c
2043                 Yet another attempt to fix sizing/alignment of the
2044                 button bar in plugins window.
2045
2046 2007-06-12 [colin]      2.9.2cvs57
2047
2048         * po/POTFILES.in
2049         * src/Makefile.am
2050         * src/folderview.c
2051         * src/prefs_common.c
2052         * src/prefs_common.h
2053         * src/prefs_summaries.c
2054         * src/prefs_summary_open.c
2055         * src/prefs_summary_open.h
2056         * src/summaryview.c
2057                 Make "when entering a folder" actions more personalisable
2058
2059 2007-06-12 [wwp]        2.9.2cvs56
2060
2061         * tools/README
2062                 Use short description from Paul (mairix.sh).
2063
2064 2007-06-12 [wwp]        2.9.2cvs55
2065
2066         * tools/README
2067                 Updated info about mairix.sh.
2068
2069 2007-06-11 [paul]       2.9.2cvs54
2070
2071         * src/prefs_logging.c
2072                 rework log window length widgets
2073                 and some sensitivity fixes
2074
2075 2007-06-11 [paul]       2.9.2cvs53
2076
2077         * src/mainwindow.c
2078         * src/prefs_logging.c
2079                 rename 'Protocol Log' to 'Network Log'
2080                 and some function renaming
2081
2082 2007-06-10 [wwp]        2.9.2cvs52
2083
2084         * src/gtk/pluginwindow.c
2085                 Revert 2.9.2cvs51.
2086
2087 2007-06-10 [wwp]        2.9.2cvs51
2088
2089         * src/gtk/pluginwindow.c
2090                 Fix button bar in plugin window, was centered and not
2091                 behaving like other dialogs w/ such button bar.
2092
2093 2007-06-08 [wwp]        2.9.2cvs50
2094
2095         * src/compose.c
2096         * src/compose.h
2097         * src/main.c
2098         * src/mainwindow.c
2099         * src/mainwindow.h
2100                 Provide a way out of automatic draft saving on IMAP, when
2101                 exiting offline.
2102                 Prevent drafting while sending and quitting while sending.
2103                 Thanks for Colin.
2104
2105
2106
2107 2007-06-08 [wwp]        2.9.2cvs49
2108
2109         * src/prefs_account.c
2110         * src/gtk/prefswindow.c
2111         * src/gtk/prefswindow.h
2112                 Activate the Basic page when opening account prefs.
2113
2114 2007-06-08 [wwp]        2.9.2cvs48
2115
2116         * src/common/socket.c
2117                 Don't crash if fork() fails, thanks to Colin.
2118
2119 2007-06-08 [wwp]        2.9.2cvs47
2120
2121         * src/gtk/prefswindow.c
2122                 Wrap some long lines, and reset horizontal scroller's adjusment
2123                 (this was already done, vertically), when changing tab (not page)
2124                 in prefs windows.
2125
2126 2007-06-08 [paul]       2.9.2cvs46
2127
2128         * src/common/utils.c
2129                 use gethostname() instead of uname()
2130                 based on a patch by Michael Hughes
2131                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2132
2133 2007-06-07 [wwp]        2.9.2cvs45
2134
2135         * src/prefs_common.c
2136                 Fix some useless warnings, thanks to Colin.
2137
2138 2007-06-06 [colin]      2.9.2cvs44
2139
2140         * src/ldapupdate.c
2141                 Fix strange allocations. 
2142
2143 2007-06-06 [colin]      2.9.2cvs43
2144
2145         * src/ldapupdate.c
2146                 Patch by Michael Rasmussus to help
2147                 bug 1232
2148
2149 2007-06-05 [wwp]        2.9.2cvs42
2150
2151         * src/prefs_account.c
2152         * src/prefs_folder_item.c
2153         * src/prefs_quote.c
2154         * src/quote_fmt.c
2155         * src/quote_fmt.h
2156                 Per-folder templates can now be applied recursively.
2157                 Always save per-folder templates (formats were erroneously
2158                 saved only if they were enabled).
2159                 Check for validity of quotation marks everywhere there
2160                 are defined.
2161
2162 2007-06-05 [wwp]        2.9.2cvs41
2163
2164         * src/inc.c
2165                 Fix incoming messages from local accounts always getting filtered
2166                 (even if the account prefs say don't), thanks to Colin.
2167
2168 2007-06-05 [wwp]        2.9.2cvs40
2169
2170         * src/compose.c
2171         * src/compose.h
2172                 Use per-folder/per-account quote chars when applying a
2173                 template or inserting text as well. Const'ify some
2174                 vars more.
2175
2176 2007-06-04 [colin]      2.9.2cvs39
2177
2178         * src/compose.c
2179                 More work for wwp :)
2180
2181 2007-06-04 [wwp]        2.9.2cvs38
2182
2183         * src/compose.c
2184                 Same as 2.9.2cvs36 but for forwarding.
2185
2186 2007-06-04 [colin]      2.9.2cvs37
2187
2188         * src/compose.c
2189                 Use original mail file for forward/redirect
2190                 Fixes some forwarded mails to be attached as
2191                 application/octet-stream (when they have binary
2192                 parts), and incidentally fixes bug 848
2193                 'Redirect breaks GnuPG'
2194
2195 2007-06-04 [wwp]        2.9.2cvs36
2196
2197         * src/compose.c
2198                 Fix quote mark mis-initialisation when replying/forwarding
2199                 (introduced w/ 2.9.2cvs20).
2200
2201 2007-06-04 [wwp]        2.9.2cvs35
2202
2203         * src/prefs_compose_writing.c
2204         * src/prefs_quote.c
2205                 Fix a bug where Quotation characters (prefs/compose/writing)
2206                 was cleared (introduced w/ 2.9.2cvs26).
2207
2208 2007-06-04 [wwp]        2.9.2cvs34
2209
2210         * src/prefs_account.c
2211         * src/prefs_account.h
2212                 Better fix for compiling w/o aspell (rollbacks
2213                 2.9.2cvs31).
2214
2215 2007-06-04 [wwp]        2.9.2cvs33
2216
2217         * src/account.c
2218         * src/prefs_account.c
2219         * src/prefs_account.h
2220         * src/procmsg.c
2221                 It's now possible to disable mail filtering plugins
2222                 on a per-account basis.
2223
2224 2007-06-04 [wwp]        2.9.2cvs32
2225
2226         * src/procheader.c
2227         * src/common/utils.c
2228         * src/common/utils.h
2229                 Support CRLF in headers part of messages.
2230                 Support few more date formats (RFC3339 subsets).
2231
2232 2007-06-04 [wwp]        2.9.2cvs31
2233
2234         * src/prefs_account.c
2235                 Fix compiling w/o aspell support.
2236
2237 2007-06-03 [wwp]        2.9.2cvs30
2238
2239         * src/prefs_gtk.c
2240                 Don't decode leading ENV_ and ~ in P_PASSWORD
2241                 values.
2242
2243 2007-06-03 [wwp]        2.9.2cvs29
2244
2245         * src/prefs_gtk.c
2246                 Don't decode leading ENV_ and ~ in P_PASSWORD
2247                 values.
2248
2249 2007-06-03 [wwp]        2.9.2cvs28
2250
2251         * src/prefs_account.c
2252         * src/gtk/prefswindow.c
2253         * src/gtk/prefswindow.h
2254                 Added a way to force preloading of all pages
2255                 (prefswindow).
2256                 Moved tabs to pages in account prefs.
2257
2258 2007-06-02 [colin]      2.9.2cvs27
2259
2260         * src/addressbook.c
2261                 Fix possible crash, fix ldap write bugs
2262         * src/ldapupdate.c
2263                 Fix ldap write bugs - patch by Michael
2264                 Rasmussen
2265         * src/alertpanel.c
2266         * src/alertpanel.h
2267                 Add a hook whenever alertpanel opens/closes
2268
2269 2007-05-31 [wwp]        2.9.2cvs26
2270
2271         * src/prefs_compose_writing.c
2272         * src/prefs_quote.c
2273                 Re-organized writing options a bit:
2274                  - renamed the Quoting page to Templates
2275                  - moved all composing templates to that page
2276                  - moved non-templates options to the Writing one,
2277                    grouped reply-related options, reordered reply and
2278                    forward options.
2279
2280 2007-05-31 [wwp]        2.9.2cvs25
2281
2282         * src/compose.c
2283                 Removed unused code.
2284
2285 2007-05-31 [colin]      2.9.2cvs24
2286
2287         * src/addressbook.c
2288                 Fix missing display name when modifying
2289                 LDAP. Patch by Michael Rasmussen
2290
2291 2007-05-31 [wwp]        2.9.2cvs23
2292
2293         * src/plugins/bogofilter/Makefile.am
2294         * src/plugins/clamav/Makefile.am
2295         * src/plugins/demo/Makefile.am
2296         * src/plugins/dillo_viewer/Makefile.am
2297         * src/plugins/spamassassin/Makefile.am
2298                 Fix building of those plugins in Mac OS X.
2299
2300 2007-05-30 [wwp]        2.9.2cvs22
2301
2302         * src/gtk/quicksearch.c
2303                 Fix missing initialization.
2304
2305 2007-05-30 [wwp]        2.9.2cvs21
2306
2307         * src/procheader.c
2308                 Revert accidental commit (debug outputs).
2309
2310 2007-05-30 [wwp]        2.9.2cvs20
2311
2312         * src/compose.c
2313         * src/folder_item_prefs.c
2314         * src/folder_item_prefs.h
2315         * src/prefs_account.c
2316         * src/prefs_account.h
2317         * src/prefs_folder_item.c
2318         * src/prefs_gtk.c
2319         * src/prefs_gtk.h
2320                 Implemented per-account and per-folder
2321                 compose/reply/forward formats.
2322
2323 2007-05-30 [wwp]        2.9.2cvs19
2324
2325         * src/prefs_compose_writing.c
2326         * src/prefs_quote.c
2327         * src/procheader.c
2328         * src/quote_fmt.c
2329         * src/quote_fmt.h
2330                 Internal API changes (factorize quote format
2331                 prefs and checks).
2332
2333 2007-05-30 [colin]      2.9.2cvs18
2334
2335         * src/compose.c
2336                 Fix race where it's possible to re-click Send
2337                 between end of SMTP session and end of "move to
2338                 sent folder" when sending an email with send
2339                 dialog enabled.
2340
2341 2007-05-30 [colin]      2.9.2cvs17
2342
2343         * src/crash.c
2344                 Ask for backtrace on all threads. Patch by
2345                 Pawel
2346         * src/folderview.c
2347                 Fix stale news statusbar when scanning fails.
2348                 Patch by Pawel
2349         * src/ldapupdate.c
2350                 Fix some LDAP write updates bugs. Patch
2351                 by Michael Rasmussen
2352
2353 2007-05-29 [colin]      2.9.2cvs16
2354
2355         * src/imap.c
2356                 Fix loss of local flags when moving mails
2357                 on IMAP in high-bandwidth mode (UID FETCH)
2358
2359 2007-05-25 [paul]       2.9.2cvs15
2360
2361         * src/common/socket.c
2362                 fix sometimes crasher on cancelling
2363                 message sending
2364
2365 2007-05-25 [colin]      2.9.2cvs14
2366
2367         * src/imap.c
2368                 Fix a memory leak
2369         * src/imap_gtk.c
2370                 Be more helpful in the subscription
2371                 message
2372
2373 2007-05-23 [wwp]        2.9.2cvs13
2374
2375         * src/compose.c
2376         * src/prefs_compose_writing.c
2377         * src/prefs_quote.c
2378         * src/prefs_template.c
2379         * src/prefs_template.h
2380         * src/quote_fmt.c
2381         * src/quote_fmt.h
2382         * src/quote_fmt_lex.l
2383         * src/quote_fmt_parse.y
2384                 Introduced new syntax elements (symbols and commands)
2385                 in templates/quote_fmt. Compatibility w/ old
2386                 symbols is kept.
2387                 Updated and reworked the corresponding Information
2388                 dialog.
2389                 Display the line number in dialogs that talk about
2390                 parser errors (in addition to the error message in
2391                 output).
2392
2393 2007-05-23 [wwp]        2.9.2cvs12
2394
2395         * src/quote_fmt_parse.y
2396                 Fix 2.9.2cvs11, probably a paste accident ;).
2397
2398 2007-05-23 [wwp]        2.9.2cvs11
2399
2400         * src/compose.c
2401         * src/prefs_template.c
2402         * src/quote_fmt.h
2403         * src/quote_fmt_parse.y
2404                 Fix 2.9.2cvs10, which broke --disable-aspell.
2405
2406 2007-05-22 [wwp]        2.9.2cvs10
2407
2408         * src/compose.c
2409         * src/prefs_template.c
2410         * src/quote_fmt.c
2411         * src/quote_fmt.h
2412         * src/quote_fmt_lex.l
2413         * src/quote_fmt_parse.y
2414         * src/gtk/gtkaspell.c
2415         * src/gtk/gtkaspell.h
2416                 Added template/quote format syntactical elements
2417                 to show and query:
2418                         - current dictionary
2419                           %T to show (shows empty if not set or not enabled),
2420                           ?T and !T to check if the default dictionary is
2421                           enabled and set
2422                         - current account's default dictionary
2423                           %aT to show (empty if not set or not enabled),
2424                           ?aT and !aT to check if it's enabled and set
2425                         - name completion for an address, from the address
2426                           book
2427                           %ABf, %ABt, %ABc respectively show the full name got
2428                           from the address book if From, To or Cc match a single
2429                           contact.
2430                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2431                           matches any contact and if the full name is non-empty.
2432                           If From, To or Cc are lists of email addresses, only
2433                           the first address will be checked.
2434                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2435                 that could show a trailing ','.
2436                 Also, template/quote_fmt parser now shows the line number in case
2437                 of parser error.
2438
2439 2007-05-15 [colin]      2.9.2cvs9
2440
2441         * src/main.c
2442         * src/main.h
2443                 Add a public function to know whether Claws
2444                 crashed last time
2445                 Store opened folder when exiting
2446         * src/folder.c
2447         * src/folder.h
2448                 Store last opened message in each FolderItem;
2449                 Reset last seen messages if Claws crashed, so 
2450                 that one can't go in an infinite crash in case 
2451                 a particular mail crashes Claws.
2452         * src/messageview.c
2453         * src/prefs_common.c
2454         * src/prefs_common.h
2455         * src/summaryview.c
2456         * src/prefs_summaries.c
2457                 Add "Select last opened message" when entering
2458                 a folder
2459                 Add "Select last opened folder" at startup.
2460
2461 2007-05-14 [colin]      2.9.2cvs8
2462
2463         * manual/xml2pdf
2464                 Fix bashism, search for xml catalog 
2465                 in /usr/local/share/xml/catalog too
2466                 Patch by Pawel
2467
2468 2007-05-13 [wwp]        2.9.2cvs7
2469
2470         * src/gtk/logwindow.c
2471                 fix raising log windows when they are either minimized or
2472                 in background.
2473
2474 2007-05-11 [colin]      2.9.2cvs6
2475
2476         * src/gtk/filesel.c
2477                 Use Hildon's file chooser on Maemo. Patch
2478                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2479                 'File attachment "manipulation" bugs...'
2480
2481 2007-05-10 [wwp]        2.9.2cvs5
2482
2483         * src/prefs_common.c
2484         * src/prefs_common.h
2485         * src/gtk/quicksearch.c
2486                 Add a quicksearch option to automatically run
2487                 a search selected from the history (this option
2488                 is exclusive towards type-ahead).
2489
2490 2007-05-10 [colin]      2.9.2cvs4
2491
2492         * src/imap.c
2493                 Fix g_warnings, thanks to Brian
2494                 Morrison
2495
2496 2007-05-09 [colin]      2.9.2cvs3
2497
2498         * src/crash.c
2499         * src/exporthtml.c
2500         * src/mbox.c
2501         * src/prefs_summaries.c
2502         * src/procheader.c
2503         * src/common/log.c
2504         * src/common/utils.c
2505         * src/gtk/gtksourceprintjob.c
2506         * src/gtk/sslcertwindow.c
2507                 Use the re-entrant variant of time functions
2508                 Probably fixes bug 1217, 'reentrancy problems 
2509                 with time functions'
2510
2511 2007-05-09 [colin]      2.9.2cvs2
2512
2513         * src/imap.c
2514                 Fix crasher when reconnection fails
2515
2516 2007-05-08 [paul]       2.9.2cvs1
2517
2518         * NEWS
2519         * README
2520         * RELEASE_NOTES
2521         * configure.ac
2522                 bump version number following
2523                 stable release
2524
2525 2007-05-08 [paul]       2.9.1cvs48
2526
2527         * src/plugins/demo/demo.c
2528         * src/plugins/dillo_viewer/dillo_prefs.c
2529         * src/plugins/dillo_viewer/dillo_prefs.h
2530         * src/plugins/dillo_viewer/dillo_viewer.c
2531         * src/plugins/pgpcore/pgp_viewer.c
2532         * src/plugins/pgpcore/pgp_viewer.h
2533         * src/plugins/pgpcore/plugin.c
2534         * src/plugins/pgpcore/prefs_gpg.c
2535         * src/plugins/pgpcore/prefs_gpg.h
2536         * src/plugins/pgpcore/sgpgme.c
2537         * src/plugins/pgpcore/sgpgme.h
2538         * src/plugins/pgpinline/plugin.c
2539         * src/plugins/pgpmime/pgpmime.c
2540         * src/plugins/pgpmime/pgpmime.h
2541         * src/plugins/pgpmime/plugin.c
2542         * src/plugins/spamassassin/spamassassin.c
2543         * src/plugins/spamassassin/spamassassin.h
2544         * src/plugins/spamassassin/spamassassin_gtk.c
2545         * src/plugins/trayicon/README
2546         * tools/README
2547         * tools/README.sylprint
2548         * tools/outlook2claws-mail.pl
2549         * tools/sylprint.pl
2550         * tools/tb2claws-mail
2551         * tools/tbird2claws.py
2552         * tools/update-po
2553         * tools/vcard2xml.py
2554         * tools/kdeservicemenu/README
2555                 cleanups and corrections
2556
2557 2007-05-06 [wwp]        2.9.1cvs47
2558
2559         * tools/uudec
2560                 Fix missing dash to `display` command-line, reported
2561                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2562
2563 2007-05-06 [colin]      2.9.1cvs46
2564
2565         * src/Makefile.am
2566         * src/stock_pixmap.c
2567         * src/stock_pixmap.h
2568         * src/pixmaps/printer.xpm
2569                 Add a printer icon
2570
2571 2007-05-06 [paul]       2.9.1cvs45
2572
2573         * src/compose.c
2574         * src/ldapquery.c
2575         * src/privacy.h
2576         * src/summary_search.c
2577         * src/summaryview.c
2578                 fix build warnings
2579
2580 2007-05-05 [wwp]        2.9.1cvs44
2581
2582         * src/messageview.c
2583         * src/mh.c
2584         * src/prefs_actions.c
2585         * src/prefs_gtk.c
2586         * src/summaryview.c
2587         * src/common/xml.c
2588                 Fix "faild" typos everywhere and capitalization of
2589                 some g_warnings.
2590
2591 2007-05-04 [colin]      2.9.1cvs43
2592
2593         * src/compose.c
2594         * src/privacy.c
2595         * src/privacy.h
2596         * src/plugins/pgpcore/prefs_gpg.c
2597         * src/plugins/pgpcore/prefs_gpg.h
2598         * src/plugins/pgpinline/pgpinline.c
2599         * src/plugins/pgpmime/pgpmime.c
2600                 Add an API to warn about encryption limits,
2601                 and allow to disable these warnings
2602
2603 2007-05-03 [colin]      2.9.1cvs42
2604
2605         * src/summaryview.c
2606         * src/mainwindow.c
2607                 Fix bug 1213, 'Delete more than 
2608                 one thread at once'
2609
2610 2007-05-03 [wwp]        2.9.1cvs41
2611
2612         * src/prefs_common.c
2613         * src/prefs_filtering.c
2614         * src/prefs_template.c
2615         * src/common/template.c
2616         * src/common/template.h
2617         * src/gtk/gtkutils.c
2618         * src/gtk/gtkutils.h
2619                 Templates are no longer automatically sorted
2620                 by name, but can be sorted manually using
2621                 |< < > >| buttons as well as drag'n'drop.
2622
2623 2007-05-03 [wwp]        2.9.1cvs40
2624
2625         * src/plugins/spamassassin/spamassassin.c
2626         * src/plugins/spamassassin/spamassassin.h
2627         * src/plugins/spamassassin/spamassassin_gtk.c
2628         * src/plugins/bogofilter/bogofilter.c
2629         * src/plugins/bogofilter/bogofilter.h
2630         * src/plugins/bogofilter/bogofilter_gtk.c
2631                 Added an option to conditionally mark saved spam
2632                 as read (default is and was to do so).
2633                 Satisfies feature request 1708539 on sf.net tracker.
2634
2635 2007-05-03 [colin]      2.9.1cvs39
2636
2637         * src/inc.c
2638                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2639
2640 2007-05-02 [colin]      2.9.1cvs38
2641
2642         * src/textview.c
2643                 Fix bug 1209, 'Clicking on address 
2644                 in header (mailto uri) selects 
2645                 default account'. Patch adapted from
2646                 G.P. Halkes' patch.
2647
2648 2007-05-02 [colin]      2.9.1cvs37
2649
2650         * src/grouplistdialog.c
2651                 Set cursor to wait cursor while loading
2652                 groups.
2653
2654 2007-05-02 [paul]       2.9.1cvs36
2655
2656         * src/folder.c
2657         * src/common/defs.h
2658                 rename cache and mark files
2659                 (data is preserved)
2660
2661 2007-04-30 [paul]       2.9.1cvs35
2662
2663         * manual/glossary.xml
2664         * manual/plugins.xml
2665                 updates. Patch by Ricardo
2666
2667 2007-04-29 [wwp]        2.9.1cvs34
2668
2669         * src/mainwindow.c
2670         * configure.ac
2671                 Fix few grammatical errors (patch by David Relson < relson at
2672                 osagesoftware dot com >).
2673
2674 2007-04-28 [colin]      2.9.1cvs33
2675
2676         * src/account.c
2677         * src/pop.c
2678         * src/prefs_account.c
2679         * src/prefs_account.h
2680                 Drop the "Download all" preference. It's
2681                 stupidly useless and confuses people from
2682                 time to time.
2683
2684 2007-04-27 [wwp]        2.9.1cvs32
2685
2686         * src/account.c
2687         * src/prefs_account.c
2688         * src/prefs_account.h
2689                 Don't reflect accounts changes to the mainwindow when it's
2690                 not necessary.
2691
2692 2007-04-27 [colin]      2.9.1cvs31
2693
2694         * src/folder.c
2695                 Freeze/thaw when sync'ing flags
2696         * src/imap.c
2697         * src/prefs_account.c
2698         * src/prefs_account.h
2699         * src/etpan/imap-thread.c
2700         * src/etpan/imap-thread.h
2701                 Add a way to use UID FETCH instead
2702                 of searches to fetch message lists
2703                 and flags. More expensive towards
2704                 bandwidth, less expensive towards
2705                 server's CPU. Probably fixes 
2706                 bug 1158, 'Scanning new folders on 
2707                 Exchange 2007 extremely slow'.
2708                 Patch 95% by Hoa.
2709
2710 2007-04-27 [paul]       2.9.1cvs30
2711
2712         * src/mainwindow.c
2713         * src/prefs_logging.c
2714                 improvements to english usage
2715
2716 2007-04-27 [colin]      2.9.1cvs29
2717
2718         * src/imap.c
2719                 Fix build without libetpan (my bad!)
2720
2721 2007-04-26 [colin]      2.9.1cvs28
2722
2723         * src/imap.c
2724         * src/imap.h
2725                 Fix uselessly exported function
2726         * src/textview.c
2727                 Consider "- -- \n" as signature separator
2728                 (that's what signature separators look like
2729                  in PGP/Inline signed mails)
2730
2731 2007-04-26 [colin]      2.9.1cvs27
2732
2733         * configure.ac
2734                 libetpan-0.49 is now required
2735         * src/procmime.c
2736                 Fix double fetching of mails if
2737                 first try failed
2738         * src/imap.c
2739                 Make offline sync faster, by
2740                 remembering last change time, and
2741                 last sync time.
2742
2743 2007-04-26 [hoa]        2.9.1cvs26
2744
2745         * src/imap.c
2746         * src/imap.h
2747         * src/mainwindow.c
2748         * src/toolbar.c
2749         * src/etpan/imap-thread.c
2750         * src/etpan/imap-thread.h
2751                 cancellation of IMAP operations is now allowed.
2752                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2753
2754 2007-04-26 [colin]      2.9.1cvs25
2755
2756         * src/folder.c
2757                 Always fetch body+headers in folders that are
2758                 synched for offline use, if "Synchronise as
2759                 soon as possible" is set.
2760                 Fixes bug 1200, 'Add option to always retrieve full 
2761                 messages'
2762
2763 2007-04-25 [colin]      2.9.1cvs24
2764
2765         * src/compose.c
2766                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2767                 persists...'
2768
2769 2007-04-24 [colin]      2.9.1cvs23
2770
2771         * src/folderview.c
2772                 Fix bug 1195, 'Hardware key navigation' 
2773                 Make GDK_Enter toggle expansion (Maemo)
2774
2775 2007-04-24 [wwp]        2.9.1cvs22
2776
2777         * src/compose.c
2778                 Fix few compiler warnings.
2779
2780 2007-04-24 [paul]       2.9.1cvs21
2781
2782         * src/Makefile.am
2783         * src/stock_pixmap.c
2784         * src/stock_pixmap.h
2785                 complete last commit
2786
2787 2007-04-24 [paul]       2.9.1cvs20
2788
2789         * src/gtk/about.c
2790         * src/pixmaps/active.xpm
2791         * src/pixmaps/checkbox_off.xpm
2792         * src/pixmaps/checkbox_on.xpm
2793         * src/pixmaps/inactive.xpm
2794                 kick out the blobs
2795                 remove transparent border from checkbox icons
2796
2797 2007-04-24 [wwp]        2.9.1cvs19
2798
2799         * src/textview.c
2800         * src/textview.h
2801                 Fix a crash in textview, thanks to Colin.
2802
2803 2007-04-23 [wwp]        2.9.1cvs18
2804
2805         * src/prefs_common.c
2806                 Fix 2.9.1cvs5: no header was being translated at all.
2807
2808 2007-04-23 [colin]      2.9.1cvs17
2809
2810         * src/Makefile.am
2811         * src/stock_pixmap.c
2812         * src/stock_pixmap.h
2813         * src/summaryview.c
2814         * src/summaryview.h
2815         * src/gtk/gtksctree.c
2816         * src/gtk/gtksctree.h
2817         * src/pixmaps/selection.xpm
2818                 Fix bug 1193, 'Need a way to multi-select
2819                 items'. Add a toggle button to the summaryview
2820                 to switch between normal and multiple selection
2821                 (Maemo)
2822
2823 2007-04-23 [colin]      2.9.1cvs16
2824
2825         * src/Makefile.am
2826         * src/stock_pixmap.c
2827         * src/stock_pixmap.h
2828         * src/summaryview.c
2829         * src/summaryview.h
2830         * src/gtk/gtksctree.c
2831         * src/gtk/gtksctree.h
2832         * src/pixmaps/selection.xpm
2833                 Fix bug 1193, 'Need a way to multi-
2834                 select items'
2835                 Add a toggle button in the summaryview
2836                 to enable normal or multiple selection.
2837                 (Maemo)
2838
2839 2007-04-23 [colin]      2.9.1cvs15
2840
2841         * src/compose.c
2842                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2843
2844 2007-04-21 [colin]      2.9.1cvs14
2845
2846         * src/gtk/quicksearch.c
2847                 Fix previous commit (actually use correct
2848                 parameter)
2849
2850 2007-04-21 [colin]      2.9.1cvs13
2851
2852         * src/gtk/quicksearch.c
2853                 Fix changing quicksearch type (after Esc,
2854                 after changing Recursive, ...)
2855
2856 2007-04-20 [wwp]        2.9.1cvs12
2857
2858         * src/gtk/Makefile.am
2859                 Added headers.h (completes 2.9.1cvs5).
2860
2861 2007-04-20 [wwp]        2.9.1cvs11
2862
2863         * src/addressbook.c
2864                 Fix the use of display name in name column,
2865                 it has been overriden w/ the use of nickname
2866                 by 2.9.0cvs3. Now nickname is used (if any)
2867                 in case of LDAP books only.
2868
2869 2007-04-20 [colin]      2.9.1cvs10
2870
2871         * src/mimeview.c
2872         * src/summaryview.c
2873         * src/textview.c
2874                 Add handling of 'a' to loop in a mail's
2875                 mimeparts
2876
2877 2007-04-20 [colin]      2.9.1cvs9
2878
2879         * src/toolbar.c
2880                 Fix bug 1190, 'dir_open' button doesn't work'
2881                 (Maemo)
2882
2883 2007-04-20 [colin]      2.9.1cvs8
2884
2885         * src/folderview.c
2886         * src/mainwindow.c
2887                 Fix bug 1194, 'Hardware keys move from email 
2888                 list to account/directory list, but not back 
2889                 to email list...' (Maemo)
2890
2891 2007-04-20 [colin]      2.9.1cvs7
2892
2893         * src/compose.h
2894                 complete previous commit
2895
2896 2007-04-20 [colin]      2.9.1cvs6
2897
2898         * src/compose.c
2899                 Fix bug 1187, 'Reply-to addressee disappears 
2900                 when reply-to text box is clicked...' (Maemo)
2901
2902 2007-04-20 [wwp]        2.9.1cvs5
2903
2904         * po/POTFILES.in
2905         * src/addressbook.c
2906         * src/compose.c
2907         * src/filtering.c
2908         * src/headerview.c
2909         * src/matcher.c
2910         * src/prefs_common.c
2911         * src/prefs_common.h
2912         * src/prefs_display_header.c
2913         * src/prefs_matcher.c
2914         * src/summaryview.c
2915         * src/gtk/headers.h
2916         * src/gtk/quicksearch.c
2917                 Translate more header names according to the relevant option value,
2918                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2919                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2920                 to prefs_common_translated_header_name().
2921                 Added a headers.h reference file that contains known header names
2922                 (RFC2822 and others) to the translation process' input, so that
2923                 translated header names will still exist even if no occurrence of
2924                 _("headername") is found anymore in the sources.
2925                 Don't translate column name 'Number' following to trans_hdr option
2926                 value as it's not a header name.
2927
2928 2007-04-20 [colin]      2.9.1cvs4
2929
2930         * src/gtk/quicksearch.c
2931         * src/gtk/quicksearch.h
2932                 Add "From, To or Subject" quicksearch
2933                 type. Patch by ulfschaper@users.sf.net
2934
2935 2007-04-20 [colin]      2.9.1cvs3
2936
2937         * src/matcher.c
2938                 Implement proper references filtering condition.
2939                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2940
2941 2007-04-19 [wwp]        2.9.1cvs2
2942
2943         * src/prefs_display_header.c
2944         * src/message_search.c
2945                 Fix few warnings (g_free of const gchar*).
2946
2947 2007-04-19 [paul]       2.9.1cvs1
2948
2949         * NEWS
2950         * README
2951         * RELEASE_NOTES
2952         * configure.ac
2953                 bump version number following
2954                 stable release
2955
2956 2007-04-19 [paul]       2.9.0cvs9
2957
2958         * manual/advanced.xml
2959         * manual/glossary.xml
2960                 fix typos
2961
2962 2007-04-18 [paul]       2.9.0cvs8
2963
2964         * src/pop.c
2965                 fix for CVE-2007-1558 (APOP)
2966                 Thanks to Colin
2967
2968 2007-04-18 [paul]       2.9.0cvs7
2969
2970         * src/messageview.c
2971         * src/mimeview.c
2972         * src/summaryview.c
2973         * src/gtk/filesel.c
2974                 Fix encoding woes wrt saving of
2975                 mails and parts
2976                 Thanks to Colin
2977
2978 2007-04-18 [colin]      2.9.0cvs6
2979
2980         * src/gtk/pluginwindow.c
2981                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2982
2983 2007-04-17 [wwp]        2.9.0cvs5
2984
2985         * src/addressadd.c
2986         * src/addressbook.c
2987         * src/addrindex.c
2988         * src/ldapupdate.c
2989                 Fix --disable-ldap build,
2990                 fix some LDAP annoyances on 
2991                 searches, thanks to Colin.
2992
2993 2007-04-17 [wwp]        2.9.0cvs4
2994
2995         * src/ldapupdate.c
2996                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2997                 like gcc 2.9x. Thanks to Colin.
2998
2999 2007-04-17 [wwp]        2.9.0cvs3
3000
3001         * src/Makefile.am
3002         * src/addressadd.c
3003         * src/addressbook.c
3004         * src/addrindex.c
3005         * src/addritem.c
3006         * src/addritem.h
3007         * src/editaddress.c
3008         * src/ldapctrl.c
3009         * src/ldapctrl.h
3010         * src/ldapquery.c
3011         * src/ldapserver.c
3012         * src/ldapserver.h
3013         * src/ldapupdate.c
3014         * src/ldapupdate.h
3015                 Add LDAP write support. Patch mostly by 
3016                 Michael <mir at datanom dot net>
3017
3018 2007-04-17 [wwp]        2.9.0cvs2
3019
3020         * src/compose.c
3021                 Prepend "Add to address book" to the context menu of compose window's sender and
3022                 recipient fields.
3023
3024 2007-04-16 [paul]       2.9.0cvs1
3025
3026         * src/gtk/authors.h
3027                 add Pader Rezso
3028
3029 2007-04-16 [paul]       2.9.0
3030
3031         * NEWS
3032         * README
3033         * RELEASE_NOTES
3034                 2.9.0 released
3035
3036 2007-04-16 [paul]       2.8.1cvs102
3037
3038         * po/fr.po
3039                 updated by Fabien Vantard
3040
3041 2007-04-16 [paul]       2.8.1cvs101
3042
3043         * po/ca.po
3044         * po/cs.po
3045         * po/de.po
3046         * po/hu.po
3047         * po/pl.po
3048         * po/pt_BR.po
3049         * po/sr.po
3050         * po/zh_CN.po
3051                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3052                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3053                 Aleksandar Urosevic, and Ralgh Young
3054
3055 2007-04-15 [mones]      2.8.1cvs100
3056
3057         * po/es.po
3058                 Updated for release
3059
3060 2007-04-14 [colin]      2.8.1cvs99
3061
3062         * src/message_search.c
3063         * src/prefs_display_header.c
3064         * src/summary_search.c
3065         * src/gtk/combobox.c
3066                 Fix allocations
3067
3068 2007-04-14 [wwp]        2.8.1cvs98
3069
3070         * src/gtk/combobox.c
3071         * src/message_search.c
3072         * src/summary_search.c
3073         * src/prefs_display_header.c
3074                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3075                 returns NULL, get the text value directly from the GtkEntry child.
3076
3077 2007-04-13 [colin]      2.8.1cvs97
3078
3079         * src/gtk/quicksearch.c
3080                 Give the focus back to summaryview when
3081                 emptying the quicksearch with Esc
3082
3083 2007-04-13 [colin]      2.8.1cvs96
3084
3085         * src/message_search.c
3086         * src/prefs_display_header.c
3087         * src/summary_search.c
3088                 Fix possibles crashes when getting text
3089                 from gtk combos
3090
3091 2007-04-13 [colin]      2.8.1cvs95
3092
3093         * src/pop.c
3094                 Add some UIDL debugging
3095
3096 2007-04-12 [colin]      2.8.1cvs94
3097
3098         * src/folder.c
3099                 Force folder scan if necessary after
3100                 copying mails, to be able to reapply
3101                 flags.
3102
3103 2007-04-11 [colin]      2.8.1cvs93
3104
3105         * src/main.c
3106                 don't scan for new mail on startup if --select
3107                 is specified (or race conditions arise). If so,
3108                 do both sequentially.
3109
3110 2007-04-09 [colin]      2.8.1cvs92
3111
3112         * src/common/defs.h
3113                 Use leafpad by default on Maemo. Patch
3114                 by Jean-Luc Biord.
3115
3116 2007-04-06 [colin]      2.8.1cvs91
3117
3118         * src/pixmaps/queue_close.xpm
3119         * src/pixmaps/queue_close_hrm.xpm
3120         * src/pixmaps/queue_close_hrm_mark.xpm
3121         * src/pixmaps/queue_close_mark.xpm
3122         * src/pixmaps/queue_open.xpm
3123         * src/pixmaps/queue_open_hrm.xpm
3124         * src/pixmaps/queue_open_hrm_mark.xpm
3125         * src/pixmaps/queue_open_mark.xpm
3126                 Move the clock one pixel down :)
3127
3128 2007-04-05 [colin]      2.8.1cvs90
3129
3130         * src/mainwindow.c
3131                 Don't sync when switching offline from
3132                 command line - it's usually too late :)
3133
3134 2007-04-05 [paul]       2.8.1cvs89
3135
3136         * src/Makefile.am
3137         * src/stock_pixmap.c
3138         * src/pixmaps/dir_close_hrm.xpm
3139         * src/pixmaps/dir_close_hrm_mark.xpm
3140         * src/pixmaps/drafts_close.xpm
3141         * src/pixmaps/drafts_close_mark.xpm
3142         * src/pixmaps/drafts_open.xpm
3143         * src/pixmaps/drafts_open_mark.xpm
3144         * src/pixmaps/inbox.xpm
3145         * src/pixmaps/inbox_close.xpm
3146         * src/pixmaps/inbox_close_hrm.xpm
3147         * src/pixmaps/inbox_close_hrm_mark.xpm
3148         * src/pixmaps/inbox_close_mark.xpm
3149         * src/pixmaps/inbox_hrm.xpm
3150         * src/pixmaps/inbox_hrm_mark.xpm
3151         * src/pixmaps/inbox_mark.xpm
3152         * src/pixmaps/inbox_open.xpm
3153         * src/pixmaps/inbox_open_hrm.xpm
3154         * src/pixmaps/inbox_open_hrm_mark.xpm
3155         * src/pixmaps/inbox_open_mark.xpm
3156         * src/pixmaps/outbox.xpm
3157         * src/pixmaps/outbox_close.xpm
3158         * src/pixmaps/outbox_close_hrm.xpm
3159         * src/pixmaps/outbox_close_hrm_mark.xpm
3160         * src/pixmaps/outbox_close_mark.xpm
3161         * src/pixmaps/outbox_hrm.xpm
3162         * src/pixmaps/outbox_hrm_mark.xpm
3163         * src/pixmaps/outbox_mark.xpm
3164         * src/pixmaps/outbox_open.xpm
3165         * src/pixmaps/outbox_open_hrm.xpm
3166         * src/pixmaps/outbox_open_hrm_mark.xpm
3167         * src/pixmaps/outbox_open_mark.xpm
3168         * src/pixmaps/queue_close.xpm
3169         * src/pixmaps/queue_close_hrm.xpm
3170         * src/pixmaps/queue_close_hrm_mark.xpm
3171         * src/pixmaps/queue_close_mark.xpm
3172         * src/pixmaps/queue_open.xpm
3173         * src/pixmaps/queue_open_hrm.xpm
3174         * src/pixmaps/queue_open_hrm_mark.xpm
3175         * src/pixmaps/queue_open_mark.xpm
3176                 updated, added and replaced icons
3177                 Icons by Colin
3178
3179 2007-04-04 [colin]      2.8.1cvs88
3180
3181         * src/imap.c
3182                 Fix build without libetpan
3183
3184 2007-04-03 [colin]      2.8.1cvs87
3185
3186         * src/imap.c
3187                 Fix crash with Citadel, and try to make
3188                 things work. this server (and specifically 
3189                 STATUS and APPEND at least) seems broken.
3190
3191 2007-04-03 [colin]      2.8.1cvs86
3192
3193         * src/folderview.c
3194                 Fix icons on folder close
3195
3196 2007-04-03 [colin]      2.8.1cvs85
3197
3198         * src/inc.c
3199                 Fix double-ask of offline override in
3200                 certain cases
3201         * src/imap.c
3202         * src/imap.h
3203         * src/imap_gtk.c
3204                 Much more efficient way to synchronise
3205                 for offline use
3206         * src/etpan/imap-thread.c
3207                 Fix possible segs
3208         * src/folder.c
3209         * src/gtk/quicksearch.c
3210                 Fix some GUI lags
3211
3212 2007-04-03 [paul]       2.8.1cvs84
3213
3214         * src/filtering.c
3215         * src/folder.c
3216         * src/folder.h
3217         * src/prefs_common.c
3218         * src/prefs_common.h
3219         * src/prefs_other.c
3220                 Fix sync being done too late
3221                 Thanks to Colin
3222
3223 2007-04-02 [colin]      2.8.1cvs83
3224
3225         * src/summaryview.c
3226                 Maemo: Put status and quicksearch at the top
3227         * src/plugins/bogofilter/bogofilter.c
3228         * src/plugins/spamassassin/spamassassin.c
3229                 Derive trash from inbox if possible
3230
3231 2007-04-02 [paul]       2.8.1cvs82
3232
3233         * src/plugins/bogofilter/bogofilter_gtk.c
3234                 a few English changes
3235
3236 2007-04-02 [paul]
3237
3238         2.9.0-rc1 released
3239
3240 2007-04-02 [colin]      2.8.1cvs81
3241
3242         * src/image_viewer.c
3243                 Fix transparent images by using
3244                 GtkImage
3245         * src/messageview.c
3246                 Flush events (on new windows) to avoid
3247                 having the textview's image resize fail
3248                 to know the available width
3249
3250 2007-04-01 [colin]      2.8.1cvs80
3251
3252         * src/prefs_account.c
3253                 If no MH mailbox exist, when creating a POP/Local
3254                 account, just create and use the default one 
3255                 instead of bailing with a "Mailbox doesn't exist"
3256                 error
3257
3258 2007-03-31 [colin]      2.8.1cvs79
3259
3260         * src/prefs_account.c
3261                 Create signature file if it doesn't exist
3262                 before editing
3263         * src/prefs_toolbar.c
3264                 Maemo: Move "Use default" on the left so
3265                 that people can find it
3266         * src/common/defs.h
3267                 Maemo: make default editor "Maemopad", 
3268                 default signature file "MyDocs/signature.txt"
3269
3270 2007-03-31 [colin]      2.8.1cvs78
3271
3272         * src/prefs_account.c
3273                 Maemo: rework account prefs so
3274                 that less horizontal scrolling
3275                 is required
3276
3277 2007-03-31 [colin]      2.8.1cvs77
3278
3279         * src/folderview.c
3280         * src/prefs_common.c
3281         * src/prefs_common.h
3282                 Fix bug 1167, 'Allow not displaying zeros 
3283                 in folder list'. Patch by MartinP
3284
3285 2007-03-31 [colin]      2.8.1cvs76
3286
3287         * AUTHORS
3288                 Add Jean-Luc Biord
3289
3290 2007-03-31 [colin]      2.8.1cvs75
3291
3292         * src/imap.c
3293                 Apply patch from bug 1172, direct
3294                 access to the folder's session instead
3295                 of using getter. Patch by MartinP
3296
3297 2007-03-31 [paul]       2.8.1cvs74
3298
3299         * src/gtk/authors.h
3300                 no need to list Fabien twice!
3301
3302 2007-03-31 [colin]      2.8.1cvs73
3303
3304         * src/inc.c
3305                 If we're currently "overriding for %d minutes",
3306                 don't ask
3307
3308 2007-03-31 [colin]      2.8.1cvs72
3309
3310         * src/compose.c
3311         * src/imap.c
3312         * src/inc.c
3313         * src/inc.h
3314         * src/messageview.c
3315         * src/news.c
3316         * src/plugins/spamassassin/spamassassin.c
3317                 Offline override: Add a parameter to allow
3318                 asking even if the override timer is running.
3319                 Allows to ask every time the user makes an
3320                 explicit action needing online access (such
3321                 as Get Mail), and not when the action is 
3322                 implicit (such as opening an IMAP folder)
3323
3324 2007-03-31 [colin]      2.8.1cvs71
3325
3326         * src/inc.c
3327                 Override offline: "No" answer shouldn't
3328                 re-ask after 3 seconds, but 10 minutes. 
3329
3330 2007-03-30 [colin]      2.8.1cvs70
3331
3332         * src/common/socket.c
3333                 Better error reporting on unix socket
3334                 failure (bind usually)
3335         * src/gtk/gtkutils.c
3336         * src/gtk/gtkutils.h
3337                 Label window: add a pulsing progress
3338                 bar to show we're not hung :)
3339         * src/folderview.c
3340         * src/main.c
3341         * src/plugins/pgpcore/sgpgme.c
3342                 Update API
3343
3344 2007-03-30 [colin]      2.8.1cvs69
3345
3346         * src/pop.c
3347         * src/prefs_common.c
3348                 Fix possible trashing of history and uidl
3349                 files on disk full problems
3350
3351 2007-03-30 [paul]       2.8.1cvs68
3352
3353         * src/mainwindow.c
3354         * src/summaryview.c
3355         * src/summaryview.h
3356                 update summary when changing layout type
3357                 (fixes wrong folder icon being displayed)
3358                 Thanks to Colin
3359
3360 2007-03-29 [colin]      2.8.1cvs67
3361
3362         * src/prefs_ext_prog.c
3363                 The browser pref is irrelevant on Maemo
3364
3365 2007-03-29 [colin]      2.8.1cvs66
3366
3367         * src/compose.c
3368         * src/compose.h
3369                 Maemo: dynamically switch headers/text position
3370         * src/prefs_common.c
3371                 Maemo: hide compose's ruler by default
3372         * src/common/socket.c
3373         * src/common/socket.h
3374                 Fix build warning
3375
3376 2007-03-29 [colin]      2.8.1cvs65
3377
3378         * src/common/socket.c
3379         * src/common/socket.h
3380                 Fix build when MAEMO_CFLAGS contains
3381                 _X_OPENSOURCE (resolv.h errors as long
3382                 as we don't add _BSD_SOURCE. Ugly).
3383
3384 2007-03-29 [wwp]        2.8.1cvs64
3385
3386         * src/prefs_logging.c
3387                 Fix sensitivity of clip-log widgets in prefs/logging,
3388                 thanks to Fabien.
3389
3390 2007-03-29 [wwp]        2.8.1cvs63
3391
3392         * po/POTFILES.in
3393                 Updated files list for translations, thanks to Fabien.
3394
3395 2007-03-29 [colin]      2.8.1cvs62
3396
3397         * src/main.c
3398         * src/common/Makefile.am
3399         * src/common/utils.c
3400                 Maybe make URI opening work in Maemo
3401                 Requires testing :)
3402
3403 2007-03-28 [colin]      2.8.1cvs61
3404
3405         * src/folder.c
3406         * src/folder.h
3407         * src/folderview.c
3408                 Add the possibility to sort folders arbitrarily
3409                 (via editing of folderlist.xml only). Patch by
3410                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3411                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3412                 be changed by the user'
3413
3414 2007-03-28 [colin]      2.8.1cvs60
3415
3416         * src/mimeview.c
3417                 Add popup menu for mime icons
3418
3419 2007-03-28 [colin]      2.8.1cvs59
3420
3421         * src/mainwindow.c
3422                 Fix a layout issue when presenting
3423                 mainwindow in Small screen layout
3424         * src/toolbar.c
3425         * src/toolbar.h
3426                 Add a "Go to folder list" button for
3427                 mainwindow, and make it default in
3428                 the Maemo build
3429
3430 2007-03-28 [colin]      2.8.1cvs58
3431
3432         * src/compose.c
3433                 Don't dynamically update title on Maemo
3434                 Patch by Jean-Luc Biord
3435
3436 2007-03-27 [colin]      2.8.1cvs57
3437
3438         * src/compose.c
3439         * src/folderview.c
3440         * src/summaryview.c
3441                 Enable tap-and-hold on Maemo
3442
3443 2007-03-26 [colin]      2.8.1cvs56
3444
3445         * src/compose.c
3446                 More popup-menu (in attachments list)
3447
3448 2007-03-26 [colin]      2.8.1cvs55
3449
3450         * src/compose.c
3451                 Enable popup-menu signal
3452
3453 2007-03-26 [colin]      2.8.1cvs54
3454
3455         * src/plugins/pgpinline/pgpinline.c
3456                 Fix bug 1111, 'PGP/inline plugin hides text 
3457                 around encrypted text block'. Patch based on
3458                 a patch from Michal Cihar.
3459
3460 2007-03-26 [wwp]        2.8.1cvs53
3461
3462         * src/procmsg.c
3463                 Fix getting a false error when sending queued message
3464                 whereas the sending was fine (if there are subfolders
3465                 in the queue folder), thanks to Colin.
3466
3467 2007-03-26 [paul]       2.8.1cvs52
3468
3469         * src/wizard.c
3470                 update FACE header in welcome message
3471
3472 2007-03-25 [colin]      2.8.1cvs51
3473
3474         * src/Makefile.am
3475                 Fix make dist
3476
3477 2007-03-25 [colin]      2.8.1cvs50
3478
3479         * src/main.c
3480                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3481
3482 2007-03-24 [colin]      2.8.1cvs49
3483
3484         * src/main.c
3485                 Fix a few launch problems on Maemo
3486                 Patch by Jean-Luc Biord
3487
3488 2007-03-24 [wwp]        2.8.1cvs48
3489
3490         * src/alertpanel.c
3491         * src/alertpanel.h
3492         * src/messageview.c
3493         * src/summaryview.c
3494                 Fix wrong action performed when closing the
3495                 "ask about account specific filtering rules
3496                 when filtering manually" dialog by pressing Escape.
3497                 Fix wrong order of buttons in the "return receipt
3498                 notification - the message was sent to several of
3499                 your accounts" dialog.
3500
3501 2007-03-24 [paul]       2.8.1cvs47
3502
3503         * src/folderview.c
3504                 an improvement to English usage
3505         * tools/kdeservicemenu/README
3506                 updated Claws url
3507
3508 2007-03-24 [paul]       2.8.1cvs46
3509
3510         * src/Makefile.am
3511         * src/stock_pixmap.c
3512         * src/pixmaps/edit_extern.xpm
3513         * src/pixmaps/mail_sign.xpm
3514                 rescue long lost icons
3515
3516 2007-03-24 [paul]       2.8.1cvs45
3517
3518         * src/toolbar.c
3519                 fix toolbar (broken in 2.8.1cvs42)
3520
3521 2007-03-23 [colin]      2.8.1cvs44
3522
3523         * src/imap.c
3524                 Correctly unsubscribe/resubscribe after
3525                 RENAME
3526
3527 2007-03-23 [colin]      2.8.1cvs43
3528
3529         * src/prefs_common.c
3530                 Maemo: as the platform is light on RAM, allow
3531                 caches to be discarded faster.
3532
3533 2007-03-23 [colin]      2.8.1cvs42
3534
3535         * src/Makefile.am
3536         * src/compose.c
3537         * src/compose.h
3538         * src/stock_pixmap.c
3539         * src/stock_pixmap.h
3540         * src/summaryview.c
3541         * src/summaryview.h
3542         * src/toolbar.c
3543         * src/toolbar.h
3544         * src/pixmaps/open_mail.xpm
3545                 Maemo changes: Add the possibility to have
3546                 "Open Email" and "Close Window" buttons on 
3547                 toolbars (and use them in Maemo's default
3548                 toolbars)
3549
3550 2007-03-23 [wwp]        2.8.1cvs41
3551
3552         * src/action.c
3553                 Reverted that part of the action dialog closure logics, to
3554                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3555                 done later in a different way (or may not).
3556
3557 2007-03-22 [wwp]        2.8.1cvs40
3558
3559         * src/action.c
3560                 Fix sticky action dialog when got no output but action command
3561                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3562
3563 2007-03-22 [colin]      2.8.1cvs39
3564
3565         * src/prefs_filtering.c
3566         * src/gtk/combobox.h
3567                 Fix escaping account names in filtering prefs
3568
3569 2007-03-22 [colin]      2.8.1cvs38
3570
3571         * src/addrindex.c
3572         * src/ldapctrl.h
3573         * src/ldapquery.c
3574                 Add any attribute specified in LDAP servers'
3575                 Search attributes to the Other Attributes tab
3576                 of contacts; Add 'telephoneNumber' in the
3577                 default list.
3578
3579 2007-03-22 [colin]      2.8.1cvs37
3580
3581         * src/folderview.c
3582         * src/folderview.h
3583         * src/mainwindow.c
3584                 Try to prevent race conditions when
3585                 changing the folder list
3586         * src/summaryview.c
3587                 Fix possible red folder icon when
3588                 switching from Small screen layout
3589                 to any other
3590
3591 2007-03-22 [colin]      2.8.1cvs36
3592
3593         * src/mainwindow.c
3594         * src/mainwindow.h
3595         * src/summaryview.c
3596                 Rename "little screen" to "Small screen"
3597         * src/gtk/Makefile.am
3598         * src/common/utils.c
3599         * src/mh.c
3600                 Fix Maemo-related compilation problems
3601
3602 2007-03-21 [colin]      2.8.1cvs35
3603
3604         * configure.ac
3605                 Fix previous commit
3606         * claws-mail.desktop
3607                 Remove .png from the Icon, it's useless
3608
3609 2007-03-21 [colin]      2.8.1cvs34
3610
3611         * configure.ac
3612         * src/Makefile.am
3613                 Add the necessary lib checking for 
3614                 Maemo
3615
3616 2007-03-21 [colin]      2.8.1cvs33
3617
3618         * src/main.c
3619                 Fix unconditional "error happened" when
3620                 sending via command-line. "lol @ myself"
3621
3622 2007-03-21 [colin]      2.8.1cvs32
3623
3624         * claws-mail-40x40.png
3625         * claws-mail-26x26.png
3626         * src/account.c
3627         * src/addressbook.c
3628         * src/compose.c
3629         * src/folderview.c
3630         * src/folderview.h
3631         * src/main.c
3632         * src/mainwindow.c
3633         * src/mainwindow.h
3634         * src/messageview.c
3635         * src/prefs_account.c
3636         * src/prefs_common.c
3637         * src/summary_search.c
3638         * src/summaryview.c
3639         * src/summaryview.h
3640         * src/gtk/authors.h
3641         * src/gtk/gtkutils.c
3642         * src/gtk/gtkutils.h
3643         * src/gtk/logwindow.c
3644         * src/gtk/menu.c
3645         * src/gtk/prefswindow.c
3646                 Add Maemo port (patch mainly by Jean-Luc Biort)
3647                 Add a new 'Little screen' layout to help on such
3648                 platforms (patch by me)
3649                 Make some default preferences different (more
3650                 adapted) on Maemo (patch by me)
3651
3652 2007-03-21 [wwp]        2.8.1cvs31
3653
3654         * src/prefs_logging.c
3655         * src/prefs_logging.h
3656                 Fixed copyright header of newly added files.
3657
3658 2007-03-21 [wwp]        2.8.1cvs30
3659
3660         * src/Makefile.am
3661         * src/filtering.c
3662         * src/filtering.h
3663         * src/folder.c
3664         * src/folderview.c
3665         * src/imap.c
3666         * src/inc.c
3667         * src/main.c
3668         * src/mainwindow.c
3669         * src/mainwindow.h
3670         * src/matcher.c
3671         * src/messageview.c
3672         * src/news.c
3673         * src/pop.c
3674         * src/prefs_common.c
3675         * src/prefs_common.h
3676         * src/prefs_logging.c
3677         * src/prefs_logging.h
3678         * src/prefs_other.c
3679         * src/procmsg.c
3680         * src/send_message.c
3681         * src/summaryview.c
3682         * src/common/log.c
3683         * src/common/log.h
3684         * src/common/nntp.c
3685         * src/common/session.c
3686         * src/common/smtp.c
3687         * src/common/socket.c
3688         * src/etpan/imap-thread.c
3689         * src/gtk/logwindow.c
3690         * src/gtk/logwindow.h
3691         * src/plugins/bogofilter/bogofilter.c
3692         * src/plugins/spamassassin/spamassassin.c
3693                 Added debugging of filtering/processing rules.
3694                 The debug log is here 'Tools/Filtering debug window',
3695                 the options there 'Configuration/Preferences/Other/Logging',
3696                 and the log file is ~/.claws-mail/filtering.log.
3697                 Moved protocol log prefs to 'Other/Logging' as well.
3698                 To support such debugging feature, the existing log API has
3699                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3700                 this impacts many external modules (commits follow).
3701
3702 2007-03-21 [paul]       2.8.1cvs29
3703
3704         * src/etpan/Makefile.am
3705         * src/etpan/imap-thread.c
3706                 add missing #include
3707
3708 2007-03-21 [colin]      2.8.1cvs28
3709
3710         * src/procmime.c
3711                 Fix bug 1157, 'some broken messages confuse 
3712                 mime parser'. Make sure we can't have MimeInfos
3713                 with negative sizes.
3714
3715 2007-03-20 [colin]      2.8.1cvs27
3716
3717         * src/main.c
3718                 Fix missing \0 on buffer
3719
3720 2007-03-20 [colin]      2.8.1cvs26
3721
3722         * src/mh.c
3723                 Use make_dir_hier instead of make_dir 
3724                 to create the MH mailbox
3725
3726 2007-03-20 [colin]      2.8.1cvs25
3727
3728         * src/folder.c
3729         * src/folder.h
3730         * src/prefs_account.c
3731         * src/wizard.c
3732                 Fix default inbox weirdnesses (after wizard,
3733                 if path is Mail, mailbox identifier is #mh/Mailbox,
3734                 and when creating new accounts)
3735
3736 2007-03-20 [colin]      2.8.1cvs24
3737
3738         * src/account.c
3739                 Write folderlist after adding/deleting accounts
3740                 that have folders
3741
3742 2007-03-20 [colin]      2.8.1cvs23
3743
3744         * src/imap.c
3745         * src/remotefolder.h
3746                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3747                 selected while scanning prior to update'
3748
3749 2007-03-17 [paul]       2.8.1cvs22
3750
3751         * src/main.c
3752                 fix a typo, and be a little more verbose.
3753
3754 2007-03-17 [wwp]        2.8.1cvs21
3755
3756         * src/inc.c
3757                 Fix a compiler warning.
3758
3759 2007-03-16 [wwp]        2.8.1cvs20
3760
3761         * tools/Makefile.am
3762         * tools/README
3763                 Updated to deal w/ the new mairix.sh tool.
3764
3765 2007-03-16 [wwp]        2.8.1cvs19
3766
3767         * src/action.c
3768                 Fix logics issues around the action IO dialog:
3769                 - disable entry widget and exec button when
3770                   the exec button is clicked (don't wait for any
3771                   output line) - fix possible disabling/re-enabling/
3772                   re-disabling of those widgets
3773                 - raise an error if executing a %as{} action either
3774                   empty or invalid, instead of failing silently
3775                 - don't close the dialog if the abort button has been
3776                   clicked and if there was no output yet
3777                 - set focus to the abort button when the exec button
3778                   is clicked
3779                 - fix capitalization of a warning message
3780
3781 2007-03-16 [wwp]        2.8.1cvs18
3782
3783         * tools/mairix.sh
3784                 Added a wrapper to mairix to the tools folder.
3785
3786 2007-03-16 [colin]      2.8.1cvs17
3787
3788         * src/messageview.c
3789         * src/mimeview.h
3790                 Allow mimeviewer plugins to print
3791                 their stuff
3792
3793 2007-03-16 [colin]      2.8.1cvs16
3794
3795         * .cvsignore
3796                 Ignore *.patchset
3797
3798 2007-03-15 [colin]      2.8.1cvs15
3799
3800         * src/messageview.c
3801         * src/mimeview.h
3802                 Add a way for mimeviewer plugins to
3803                 implement body search
3804
3805 2007-03-15 [paul]       2.8.1cvs14
3806
3807         * src/prefs_spelling.c
3808                 fix English usage
3809
3810 2007-03-15 [paul]       2.8.1cvs13
3811
3812         * src/common/quoted-printable.c
3813                 fix decoding of quoted-printable parts
3814
3815 2007-03-14 [wwp]        2.8.1cvs12
3816
3817         * src/gtk/logwindow.h
3818                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3819
3820 2007-03-14 [wwp]        2.8.1cvs11
3821
3822         * src/gtk/logwindow.h
3823                 Complete 2.8.1cvs10.
3824
3825 2007-03-14 [colin]      2.8.1cvs10
3826
3827         * src/gtk/logwindow.c
3828                 Probably fix bug 1149, crash on logwindow
3829                 close - at the expense of performance once
3830                 logwin has been opened
3831
3832 2007-03-14 [colin]      2.8.1cvs9
3833
3834         * src/main.c
3835                 If claws-mail is running on another
3836                 display, warn instead of popping it up
3837                 on the other display
3838
3839 2007-03-12 [colin]      2.8.1cvs8
3840
3841         * src/wizard.c
3842                 Fix bug 1145, 'Setting a different name 
3843                 for the Mailbox name isn't reflected in 
3844                 default account settings'. Patch by wwp
3845
3846 2007-03-12 [colin]      2.8.1cvs7
3847
3848         * src/summaryview.c
3849                 Fix bug 1143, 'Add number of messages to be 
3850                 deleted to confirmation dialog'
3851
3852 2007-03-12 [wwp]        2.8.1cvs6
3853
3854         * src/folderview.c
3855         * src/prefs_common.c
3856         * src/prefs_common.h
3857         * src/prefs_summaries.c
3858                 Changed the option that displays unread messages count
3859                 next to the folder name in folder list: it is now
3860                 possible to either display nothing, display the
3861                 unread messages number only or the unread and total messages
3862                 numbers. The patch includes this extra feature as well
3863                 as some minor fixes by rewriting the algo in folderview.c.
3864                 Thanks to Paul for the original idea and implementation, plus
3865                 testing and proof-reading!
3866
3867 2007-03-09 [paul]       2.8.1cvs5
3868
3869         * tools/Makefile.am
3870         * tools/README
3871         * tools/claws-mail-compose-insert-files.pl
3872                 added a script which enables inserting files
3873                 into the message body of a new Claws Mail
3874                 Compose window from the command line. Additionally
3875                 To, Cc, Subject and files to attach to the message
3876                 can be specified.
3877
3878 2007-03-09 [wwp]        2.8.1cvs4
3879
3880         * src/addr_compl.c
3881         * src/addr_compl.h
3882         * src/filtering.c
3883                 Optimize matching of addresses in the addressbook
3884                 (filtering/processing 'found_in_addressbook' condition).
3885
3886 2007-03-07 [wwp]        2.8.1cvs3
3887
3888         * src/quote_fmt.c
3889         * src/quote_fmt_lex.l
3890         * src/quote_fmt_parse.y
3891                 Add a new quote format symbol: %A to insert the
3892                 sender email address (just the address itself).
3893
3894 2007-03-06 [wwp]        2.8.1cvs2
3895
3896         * src/gtk/gtkutils.c
3897         * src/plugins/trayicon/trayicon_prefs.h
3898         * src/plugins/trayicon/trayicon_prefs.c
3899         * src/plugins/trayicon/trayicon.c
3900         * src/mainwindow.h
3901         * src/mainwindow.c
3902                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3903                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3904
3905
3906 2007-03-06 [paul]       2.8.1cvs1
3907
3908         * NEWS
3909         * README
3910         * RELEASE_NOTES
3911         * configure.ac
3912                 bump version number following
3913                 stable release
3914
3915 2007-03-06 [paul]       2.8.0cvs24
3916
3917         * po/cs.po
3918                 corrected by by Tim <timbrain@post.cz>
3919
3920 2007-03-05 [colin]      2.8.0cvs23
3921
3922         * src/Makefile.am
3923         * src/procmime.c
3924                 Fix mime/globs path on NetBSD
3925                 patch by George Michaelson
3926
3927 2007-03-05 [wwp]        2.8.0cvs22
3928
3929         * src/addr_compl.c
3930                 Remove debug statement (accidentally committed w/ cvs14).
3931
3932 2007-03-05 [paul]       2.8.0cvs21
3933
3934         * src/plugins/pgpcore/prefs_gpg.c
3935                 fix compiler warning
3936
3937 2007-03-05 [wwp]        2.8.0cvs20
3938
3939         * src/matcher_parser_parse.y
3940                 Fix mismerge between cvs17 and cvs19.
3941
3942 2007-03-05 [wwp]        2.8.0cvs19
3943
3944         * src/matcher_parser_parse.y
3945         * src/prefs_filtering_action.c
3946         * src/matcher.c
3947         * src/matcher.h
3948         * src/filtering.c
3949         * src/filtering.h
3950                 Add new 'add_to_addressbook' filtering/processing action.
3951
3952 2007-03-05 [wwp]        2.8.0cvs18
3953
3954         * src/filtering.c
3955                 Fix mark_as_ham filtering/processing action: spam flag
3956                 was not unset.
3957
3958 2007-03-04 [colin]      2.8.0cvs17
3959
3960         * src/filtering.c
3961         * src/matcher.c
3962         * src/matcher.h
3963         * src/matcher_parser_parse.y
3964         * src/prefs_filtering_action.c
3965                 Add 'Mark as spam' and 'Mark as ham' filtering
3966                 actions. Fixes bug 1138.
3967
3968 2007-03-04 [colin]      2.8.0cvs16
3969
3970         * src/imap.c
3971                 Fix bug 1140, wrong return value
3972                 without libetpan
3973
3974 2007-03-04 [wwp]        2.8.0cvs15
3975
3976         * src/addr_compl.c
3977                 Rollback cvs14: don't free stuff that is managed in g_list.
3978
3979 2007-03-04 [wwp]        2.8.0cvs14
3980
3981         * src/addr_compl.c
3982                 Fix a leak in address completion code.
3983
3984 2007-03-04 [colin]      2.8.0cvs13
3985
3986         * src/addr_compl.c
3987                 Maybe fix bug 1136, 'Crash in group 
3988                 address completion'
3989
3990 2007-03-04 [iwkse]      2.8.0cvs12
3991
3992         * src/imap.c
3993                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3994
3995 2007-03-03 [colin]      2.8.0cvs11
3996
3997         * src/plugins/pgpinline/pgpinline.c
3998                 Fix off-by-one, fix double-free. Fixes
3999                 bug 1135, 'cm-segfault on decrypting 
4000                 with PGP/inline'
4001
4002 2007-03-03 [colin]      2.8.0cvs10
4003
4004         * configure.ac
4005         * src/main.c
4006         * src/common/plugin.c
4007                 Fix bug 1134, 'Valgrind macros unhandled 
4008                 by Irix's cc'
4009
4010 2007-03-02 [colin]      2.8.0cvs9
4011
4012         * src/mbox.c
4013                 Don't error out on EAGAIN. Fixes 
4014                 bug 1129, '"local mbox file" account 
4015                 isn't retrieving mails'
4016
4017 2007-03-01 [wwp]        2.8.0cvs8
4018
4019         * src/mainwindow.c
4020         * src/gtk/colorlabel.c
4021                 Remove accels for extra color labels until we set better
4022                 and definitive ones.
4023
4024 2007-02-28 [wwp]        2.8.0cvs7
4025
4026         * src/mainwindow.c
4027         * src/matcher_parser_parse.y
4028         * src/prefs_common.c
4029         * src/prefs_msg_colors.c
4030         * src/procmsg.h
4031         * src/gtk/colorlabel.c
4032         * src/gtk/colorlabel.h
4033                 Add more customizable color labels. Cleaned up a bit
4034                 the color label API to avoid duplicate defines of
4035                 the max number of colors.
4036
4037 2007-02-27 [colin]      2.8.0cvs6
4038
4039         * src/mainwindow.c
4040         * src/common/utils.c
4041         * src/common/utils.h
4042                 Fix '+' in mailto URIs for List-* headers
4043
4044 2007-02-27 [colin]      2.8.0cvs5
4045
4046         * src/gtk/gtkutils.c
4047                 Use gtk_window_set_role instead of 
4048                 _set_wmclass
4049
4050 2007-02-27 [colin]      2.8.0cvs4
4051
4052         * src/inc.c
4053                 Fix "After receiving new mail, go to inbox" on IMAP,
4054                 and make it work only on manual reception
4055
4056 2007-02-27 [wwp]        2.8.0cvs3
4057
4058         * src/prefs_filtering.c
4059         * src/prefs_filtering_action.c
4060         * src/prefs_matcher.c
4061                 Update filtering matcher's and action's color label menus
4062                 when re-opening those dialogs (reflect any change to the
4063                 color labels list in the preferences).
4064
4065 2007-02-27 [colin]      2.8.0cvs2
4066
4067         * src/imap.c
4068         * src/etpan/etpan-thread-manager-types.h
4069         * src/etpan/etpan-thread-manager.c
4070         * src/etpan/imap-thread.c
4071                 Log imap ALERTs as errors in the log.
4072
4073 2007-02-26 [paul]       2.8.0cvs1
4074
4075         * tools/claws.i18n.status.pl
4076                 updated
4077
4078 2007-02-26 [paul]       2.7.2cvs75
4079
4080         * po/ca.po
4081         * po/cs.po
4082         * po/de.po
4083         * po/en_GB.po
4084         * po/fi.po
4085         * po/fr.po
4086         * po/hu.po
4087         * po/pl.po
4088         * po/pt_BR.po
4089         * po/sk.po
4090         * po/sr.po
4091         * po/zh_CN.po
4092                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4093                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4094                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4095                 Aleksandar Urosevic, and Ralgh Young
4096
4097 2007-02-25 [mones]      2.7.2cvs74
4098
4099         * po/es.po
4100                 Updated for release
4101
4102 2007-02-25 [colin]      2.7.2cvs73
4103
4104         * src/main.c
4105                 Clearing the list is only useful
4106                 to prevent a valgrind false-positive
4107
4108 2007-02-25 [paul]       2.7.2cvs72
4109
4110         * tools/Makefile.am
4111         * tools/README
4112         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4113         * tools/maildir2claws-mail.pl  **REMOVED**
4114                 renamed the script, fixed a couple bugs
4115
4116 2007-02-23 [colin]      2.7.2cvs71
4117
4118         * src/addressbook.c
4119                 Fix a leak, check for a few improbable nulls
4120
4121 2007-02-23 [colin]      2.7.2cvs70
4122
4123         * src/main.c
4124         * src/main.h
4125         * src/plugins/trayicon/trayicon.c
4126                 Fix blinking mainwin when starting in tray
4127                 (show mainwindow later in the startup process,
4128                  apart if restarting post-crash)
4129
4130 2007-02-23 [colin]      2.7.2cvs69
4131
4132         * src/folderview.c
4133         * src/imap_gtk.c
4134                 Fix crash when unsubscribing the currently
4135                 selected/opened folder
4136
4137 2007-02-23 [colin]      2.7.2cvs68
4138
4139         * src/compose.c
4140                 Fix bug that prevented colorization to
4141                 work without wrap quotation option
4142
4143 2007-02-23 [colin]      2.7.2cvs67
4144
4145         * src/addr_compl.c
4146                 Fix refcounting, start and end completion who
4147                 behaved as if there couldn't be any other current
4148                 user of completion
4149
4150 2007-02-23 [wwp]        2.7.2cvs66
4151
4152         * src/addressbook.c
4153         * src/addrindex.c
4154                 Address completion fixes: fix addressbook_peek_folder_exists() in
4155                 which the algorithm was ridiculously over-obfuscated and broken.
4156                 Fix addrindex_load_completion() as well, to load addresses in
4157                 completion list with regards to what addressbook_peek_folder_exists()
4158                 returns now.
4159
4160 2007-02-23 [wwp]        2.7.2cvs65
4161
4162         * src/addr_compl.c
4163                 Add addresses to completion when they're non-empty (thanks to Colin).
4164
4165 2007-02-23 [paul]       2.7.2cvs64
4166
4167         * src/plugins/pgpcore/passphrase.c
4168                 remove 'const '
4169
4170 2007-02-23 [colin]      2.7.2cvs63
4171
4172         * src/plugins/pgpcore/prefs_gpg.c
4173         * src/plugins/pgpcore/prefs_gpg.h
4174         * src/plugins/pgpcore/sgpgme.c
4175         * src/plugins/pgpinline/pgpinline.c
4176         * src/plugins/pgpmime/pgpmime.c
4177                 Try harder to respect user's choice wrt
4178                 gpg-agent even with gpg2, by unsetting
4179                 GPG_AGENT_INFO when necessary.
4180
4181 2007-02-22 [paul]       2.7.2cvs62
4182
4183         * src/plugins/pgpcore/sgpgme.c
4184         * src/plugins/pgpcore/sgpgme.h
4185         * src/plugins/pgpcore/passphrase.c
4186         * src/plugins/pgpinline/pgpinline.c
4187         * src/plugins/pgpmime/pgpmime.c
4188                 Fix a leak - gpgme_data_release_and_get_mem
4189                 leaks in recent gpgme. Workaround by using
4190                 our own function.
4191
4192 2007-02-22 [paul]       2.7.2cvs61
4193
4194         * src/gtk/quicksearch.c
4195                 Abandon dynamic search when pressing
4196                 Enter
4197
4198 2007-02-21 [colin]      2.7.2cvs60
4199
4200         * src/procmsg.c
4201         * src/plugins/pgpcore/passphrase.c
4202                 Fix little memory leaks
4203         * src/main.c
4204                 Fix false-positive leak at exit
4205         * src/gtk/quicksearch.c
4206                 Fix potentially big leak in recursive
4207                 Quicksearch
4208
4209 2007-02-21 [wwp]        2.7.2cvs59
4210
4211         * src/summaryview.c
4212                 Add missing newline to a debug message.
4213
4214 2007-02-20 [colin]      2.7.2cvs58
4215
4216         * src/Makefile.am
4217         * src/mimeview.c
4218         * src/stock_pixmap.c
4219         * src/stock_pixmap.h
4220         * src/pixmaps/mime_pgpsig.xpm
4221                 Add icon for application/pgp-signature
4222
4223 2007-02-20 [colin]      2.7.2cvs57
4224
4225         * src/Makefile.am
4226         * src/main.c
4227         * src/mimeview.c
4228         * src/stock_pixmap.c
4229         * src/stock_pixmap.h
4230         * src/pixmaps/mime_calendar.xpm
4231         * src/pixmaps/mime_pdf.xpm
4232         * src/pixmaps/mime_ps.xpm
4233                 Add icons for text/calendar, application/pdf
4234                 and application/postscript
4235
4236 2007-02-20 [colin]      2.7.2cvs56
4237
4238         * autogen.sh
4239         * src/matcher_parser_parse.y
4240         * src/matcher_parser_lex.l
4241                 Fix big memory leak in flex, and
4242                 require flex 2.5.31
4243
4244 2007-02-20 [wwp]        2.7.2cvs55
4245
4246         * src/matcher_parser_parse.y
4247                 Fix a duplicate token definition (thanks to iwkse).
4248
4249 2007-02-20 [wwp]        2.7.2cvs54
4250
4251         * src/matcher_parser_lex.l
4252         * src/quote_fmt_lex.l
4253                 Use proper flex options instead of direct use of #define,
4254                 make the flex-generated C lighter.
4255
4256 2007-02-20 [colin]      2.7.2cvs53
4257
4258         * src/summaryview.c
4259                 Grab focus in message list after hiding
4260                 the quicksearch, instead of leaving it
4261                 "somewhere"
4262
4263 2007-02-19 [colin]      2.7.2cvs52
4264
4265         * src/folderview.c
4266                 Fix bug 1033, 'Automatically refresh 
4267                 message list when new messages arrives'
4268                 Looks like folderview->opened can sometimes
4269                 be wrong...
4270
4271 2007-02-19 [paul]       2.7.2cvs51
4272
4273         * tools/Makefile.am
4274         * tools/README
4275         * tools/thunderbird-filters-convertor.pl
4276                 add new script which converts thunderbird filter
4277                 rules to Claws filter rules
4278
4279 2007-02-18 [paul]       2.7.2cvs50
4280
4281         * src/plugins/pgpcore/prefs_gpg.c
4282         * src/plugins/pgpcore/prefs_gpg.h
4283         * src/plugins/pgpcore/sgpgme.c
4284         * src/plugins/pgpinline/pgpinline.c
4285         * src/plugins/pgpmime/pgpmime.c
4286                 improved GUI interoperability with gpg-agent
4287
4288 2007-02-18 [paul]       2.7.2cvs49
4289
4290         * src/prefs_account.c
4291                 Privacy options sensitivity fix
4292
4293 2007-02-17 [colin]      2.7.2cvs48
4294
4295         * src/messageview.c
4296                 Reset icon to warning in the noticeview
4297
4298 2007-02-15 [colin]      2.7.2cvs47
4299
4300         * src/folderview.c
4301                 Fix a manifestation of bug 1033 (summaryview failing
4302                 to update for new mails), which happens after editing
4303                 account preferences or preferences that cause a 
4304                 folderview reload.
4305
4306 2007-02-15 [colin]      2.7.2cvs46
4307
4308         * src/addressbook.c
4309                 Probably fix bug 1123, 'Segmentation 
4310                 fault while opening address book'. I get
4311                 g_warnings if the saved paned position is
4312                 not greater than 0. Also, save position
4313                 when hiding the addressbook instead of
4314                 via signal.
4315
4316 2007-02-14 [colin]      2.7.2cvs45
4317
4318         * src/plugins/pgpcore/prefs_gpg.c
4319         * src/plugins/pgpcore/prefs_gpg.h
4320         * src/plugins/pgpcore/sgpgme.c
4321         * src/plugins/pgpinline/pgpinline.c
4322         * src/plugins/pgpmime/pgpmime.c
4323                 Add an option "Use gpg-agent if available". Fixes
4324                 annoyances with distro-installed gpg-agent, when
4325                 no pinentry program is installed, and the user's 
4326                 at a loss on why "decryption failed". Makes more
4327                 clear why passphrase isn't saved when gpg-agent is
4328                 used. Defaults to true, to avoid changing the 
4329                 current behaviour.
4330
4331 2007-02-14 [wwp]        2.7.2cvs44
4332
4333         * src/matcher_parser_parse.y
4334                 Fix missing line number reset (wrong line number might appear
4335                 when re-loading filtering rules if there's a parser error).
4336
4337 2007-02-13 [colin]      2.7.2cvs43
4338
4339         * src/common/utils.c
4340                 Don't encode ',' in URIs before passing it
4341                 to the browser command-line. It was probably
4342                 done at a time where commas in URIs made
4343                 mozilla -remote 'openurl(%s,new-window)'
4344                 bug.
4345
4346 2007-02-13 [wwp]        2.7.2cvs42
4347
4348         * src/prefs_matcher.c
4349         * src/plugins/bogofilter/bogofilter_gtk.c
4350                 A bit of string factorization around "Select ..." buttons.
4351
4352 2007-02-11 [colin]      2.7.2cvs41
4353
4354         * src/alertpanel.c
4355                 Make sure to escape the title
4356
4357 2007-02-11 [colin]      2.7.2cvs40
4358
4359         * src/codeconv.c
4360                 Recognize .utf8 locales as .UTF-8 ones
4361
4362 2007-02-11 [colin]      2.7.2cvs39
4363
4364         * src/compose.c
4365                 Fix code conversion when dragging a file
4366
4367 2007-02-09 [colin]      2.7.2cvs38
4368
4369         * src/plugins/clamav/clamav_plugin.c
4370                 Complete Paul's patch with conditional
4371                 compilation to avoid breaking compilation
4372                 on old Dapper and Edgy... Maybe other
4373                 distros too.
4374
4375 2007-02-09 [paul]       2.7.2cvs37
4376
4377         * src/plugins/clamav/clamav_plugin.c
4378                 fix for the upstream changes in libclamav
4379
4380 2007-02-09 [paul]       2.7.2cvs36
4381
4382         * src/main.c
4383         * src/mainwindow.c
4384         * src/procmsg.c
4385         * src/procmsg.h
4386                 fix "warn if there are queued messages" (on exit)
4387                 option, which only checked the first mailbox's
4388                 queue
4389                 don't ask before emptying trash if there are no
4390                 messages in trash, also check and empty all trash
4391                 folders
4392         * src/prefs_other.c
4393                 move "Ask before emptying trash" option
4394                 outside of the "On exit" frame as it's
4395                 not only an "On exit" option
4396
4397 2007-02-09 [paul]       2.7.2cvs35
4398
4399         * src/addrgather.c
4400         * src/alertpanel.c
4401         * src/editldap.c
4402         * src/prefs_account.c
4403         * src/prefs_folder_item.c
4404         * src/prefs_gtk.h
4405         * src/prefs_matcher.c
4406         * src/prefs_message.c
4407         * src/prefs_msg_colors.c
4408         * src/prefs_summaries.c
4409         * src/wizard.c
4410         * src/gtk/inputdialog.c
4411         * src/plugins/bogofilter/bogofilter_gtk.c
4412                 pedantic commit: use 'checkbtn' everywhere
4413                 instead of a mixture of 'checkbtn' and 'chkbtn'
4414
4415 2007-02-09 [paul]       2.7.2cvs34
4416
4417         * src/compose.c
4418                 fix default hotkeys
4419         * src/prefs_other.c
4420         * src/prefs_send.c
4421                 move "Never send Return Receipts" from
4422                 prefs_other to prefs_send
4423                 add an option "Ask about account specific
4424                 filtering rules..." to prefs_other
4425         * src/gtk/gtkutils.c
4426                 fix a compiler warning
4427
4428 2007-02-08 [colin]      2.7.2cvs33
4429
4430         * src/plugins/pgpinline/pgpinline.c
4431                 Fix bug 1110, 'pgpmime fails to process 
4432                 encapsulated openpgp mime (rfc 3156, 6.1 
4433                 -> rfc1847)'
4434                 It was due to an interaction between PGP/Mime
4435                 and PGP/Inline plugin. 
4436
4437 2007-02-08 [colin]      2.7.2cvs32
4438
4439         * src/inc.c
4440         * src/mbox.c
4441         * src/mbox.h
4442                 Fix bug 1117, 'fcntl locking code 
4443                 does not work in mbox.c'
4444
4445 2007-02-08 [colin]      2.7.2cvs31
4446
4447         * src/prefs_account.c
4448                 Fix Gentoo bug 165819, 'can't create 
4449                 a "local mbox file" account'. Patch
4450                 by Olivier <castan.o@free.fr>
4451
4452 2007-02-07 [colin]      2.7.2cvs30
4453
4454         * src/ldapquery.c
4455                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4456                 autocompletion was used'
4457
4458 2007-02-07 [paul]       2.7.2cvs29
4459
4460         * src/folder.c
4461                 cut down on unnecessary debug_prints
4462         * src/imap_gtk.c
4463                 fix menu_set_active() on 'Show only
4464                 subscribed folders'
4465
4466 2007-02-07 [paul]       2.7.2cvs28
4467
4468         * src/plugins/clamav/clamav_plugin.c
4469         * src/plugins/clamav/clamav_plugin.h
4470         * src/plugins/clamav/clamav_plugin_gtk.c
4471                 fix copyright header
4472
4473 2007-02-07 [paul]       2.7.2cvs27
4474
4475         * src/procheader.c
4476                 fix bug 1116, 'summary view allow a 
4477                 subject line break'
4478
4479 2007-02-06 [colin]      2.7.2cvs26
4480
4481         * src/summaryview.c
4482                 Fix delete thread
4483
4484 2007-02-05 [fabien]     2.7.2cvs25
4485
4486         * po/POTFILES.in
4487         * src/uri_opener.c
4488                 i18n related - 1 fix and 1 message for translators.
4489
4490 2007-02-05 [colin]      2.7.2cvs24
4491
4492         * src/gtk/quicksearch.c
4493                 Don't reload summary list if quicksearch wasn't
4494                 active on hiding; move currently selected mail in
4495                 the visible area when showing the quicksearch
4496
4497 2007-02-05 [colin]      2.7.2cvs23
4498
4499         * src/folderview.c
4500                 Add debug to try to solve bug 1104
4501
4502 2007-02-05 [paul]       2.7.2cvs22
4503
4504         * src/mainwindow.c
4505                 confirm before emptying trash on exit is
4506                 a Yes or No answer, use Yes or No in the
4507                 dialog
4508
4509 2007-02-04 [colin]      2.7.2cvs21
4510
4511         * src/compose.c
4512         * src/plugins/pgpcore/passphrase.c
4513         * src/plugins/pgpcore/select-keys.c
4514                 Set wmclass on new windows
4515
4516 2007-02-04 [colin]
4517
4518         2.8.0-rc1 released
4519
4520 2007-02-04 [colin]      2.7.2cvs20
4521
4522         * src/compose.c
4523         * src/compose.h
4524                 Auto save drafts on exit, reopen them
4525                 at startup, instead of asking
4526         * src/account.c
4527         * src/addressadd.c
4528         * src/addressbook.c
4529         * src/addressbook_foldersel.c
4530         * src/addrgather.c
4531         * src/crash.c
4532         * src/editaddress.c
4533         * src/editbook.c
4534         * src/editgroup.c
4535         * src/editjpilot.c
4536         * src/editldap.c
4537         * src/editldap_basedn.c
4538         * src/editvcard.c
4539         * src/exphtmldlg.c
4540         * src/expldifdlg.c
4541         * src/export.c
4542         * src/foldersel.c
4543         * src/gedit-print.c
4544         * src/import.c
4545         * src/importldif.c
4546         * src/importmutt.c
4547         * src/importpine.c
4548         * src/main.c
4549         * src/mainwindow.c
4550         * src/message_search.c
4551         * src/messageview.c
4552         * src/prefs_actions.c
4553         * src/prefs_customheader.c
4554         * src/prefs_display_header.c
4555         * src/prefs_filtering.c
4556         * src/prefs_filtering_action.c
4557         * src/prefs_folder_column.c
4558         * src/prefs_gtk.c
4559         * src/prefs_matcher.c
4560         * src/prefs_other.c
4561         * src/prefs_summaries.c
4562         * src/prefs_summary_column.c
4563         * src/prefs_template.c
4564         * src/sourcewindow.c
4565         * src/ssl_manager.c
4566         * src/summary_search.c
4567         * src/uri_opener.c
4568         * src/gtk/about.c
4569         * src/gtk/description_window.c
4570         * src/gtk/foldersort.c
4571         * src/gtk/gtkutils.c
4572         * src/gtk/gtkutils.h
4573         * src/gtk/icon_legend.c
4574         * src/gtk/logwindow.c
4575         * src/gtk/pluginwindow.c
4576         * src/gtk/prefswindow.c
4577                 Give different wmclass to different
4578                 windows - thanks to sed ;)
4579
4580 2007-02-04 [colin]      2.7.2cvs19
4581
4582         * src/main.c
4583                 Revert previous patch, can't reproduce
4584                 it anymore. 
4585
4586 2007-02-03 [colin]      2.7.2cvs18
4587
4588         * src/main.c
4589                 Don't save the mainwindow size and
4590                 position on emergency exit (libSM's
4591                 "die" callback), Xfce seems to make
4592                 the window smaller just before the
4593                 size's saved.
4594
4595 2007-02-03 [colin]      2.7.2cvs17
4596
4597         * src/plugins/bogofilter/bogofilter.c
4598         * src/plugins/bogofilter/bogofilter.h
4599         * src/plugins/bogofilter/bogofilter_gtk.c
4600         * src/plugins/pgpinline/pgpinline.c
4601         * src/plugins/pgpinline/pgpinline.h
4602                 Fix more copyrights
4603
4604 2007-02-03 [colin]      2.7.2cvs16
4605
4606         * src/partial_download.c
4607         * src/partial_download.h
4608         * src/ssl_manager.c
4609         * src/ssl_manager.h
4610         * src/uri_opener.c
4611         * src/uri_opener.h
4612         * src/wizard.c
4613         * src/wizard.h
4614         * src/common/ssl_certificate.c
4615         * src/common/ssl_certificate.h
4616         * src/gtk/quicksearch.c
4617         * src/gtk/quicksearch.h
4618         * src/gtk/sslcertwindow.c
4619         * src/gtk/sslcertwindow.h
4620                 Fix copyright on my files
4621
4622 2007-02-02 [colin]      2.7.2cvs15
4623
4624         * src/Makefile.am
4625         * src/mainwindow.c
4626         * src/messageview.c
4627         * src/messageview.h
4628         * src/textview.c
4629         * src/textview.h
4630         * src/uri_opener.c
4631         * src/uri_opener.h
4632                 Add Tools/List URIs to allow
4633                 opening any URI in the current mail
4634
4635 2007-02-02 [colin]      2.7.2cvs14
4636
4637         * src/common/valgrind.h ** NEW FILE **
4638         * src/common/Makefile.am
4639         * src/common/plugin.c
4640                 Don't dlclose the plugins if we're running
4641                 under valgrind. (doesn't require valgrind
4642                 either at compile time or run time).
4643
4644 2007-02-01 [paul]       2.7.2cvs13
4645
4646         * AUTHORS
4647         * src/gtk/authors.h
4648         * tools/freshmeat_search.pl
4649         * tools/google_search.pl
4650         * tools/multiwebsearch.pl
4651                 add support for non ISO-8859-1 compatible locales
4652                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4653
4654 2007-02-01 [colin]      2.7.2cvs12
4655
4656         * src/prefs_other.c
4657         * src/prefs_summaries.c
4658                 Move keybinding prefs to the Other page
4659
4660 2007-02-01 [wwp]        2.7.2cvs11
4661
4662         * src/plugins/trayicon/trayicon.c
4663                 Fix a raising issue within KDE.
4664
4665 2007-02-01 [colin]      2.7.2cvs10
4666
4667         * src/codeconv.c
4668                 Fix stray quotes in encoded strings
4669         * src/addressadd.c
4670                 Fix wrong call causing g_warnings
4671         * src/textview.c
4672                 Remove useless message
4673
4674 2007-01-31 [wwp]        2.7.2cvs9
4675
4676         * src/plugins/trayicon/trayicon.c
4677                 fix buggy hiding of main window when closing if close-to-tray
4678                 is not set (bad logics  in the trayicon hook code).
4679                 Changed the quit confirmation message too.
4680
4681 2007-01-30 [colin]      2.7.2cvs8
4682
4683         * src/main.c
4684                 Fix hidden mainwindow after clicking on
4685                 the X close button, if compose windows
4686                 exist and the user chooses not to quit
4687
4688 2007-01-30 [colin]      2.7.2cvs7
4689
4690         * src/main.c
4691         * src/compose.c
4692                 Handle local URIs to attach files (file:///...)
4693                 Fixes attaching files from Thunar for example
4694
4695 2007-01-30 [colin]      2.7.2cvs6
4696
4697         * src/prefs_ext_prog.c
4698                 Add 'mousepad' to the list of text editors.
4699                 Mousepad is XFCE's text editor
4700
4701 2007-01-29 [wwp]        2.7.2cvs5
4702
4703         * po/POTFILES.in
4704         * src/plugins/trayicon/trayicon_prefs.c
4705                 trayicon i18n fixes, thanks to Fabien.
4706
4707 2007-01-28 [wwp]        2.7.2cvs4
4708
4709         * src/mainwindow.c
4710         * src/mainwindow.h
4711         * src/plugins/trayicon/trayicon.c
4712         * src/plugins/trayicon/trayicon_prefs.c
4713         * src/plugins/trayicon/trayicon_prefs.h
4714                 Added a new TrayIcon plugin option to close to tray
4715                 (WM's hotkey and [X] button will hide the window instead
4716                 of closing it - closing CM can be done using the tray icon
4717                 menu or the File menu).
4718                 Improved visibility handling in trayicon, clicking the
4719                 trayicon now raise the window to current desktop when it
4720                 was either minimized/shaded/on another desktop.
4721                 Thanks to Paul for testing and fixing a strange behaviour
4722                 in KDE ;-).
4723
4724 2007-01-27 [paul]       2.7.2cvs3
4725
4726         * src/prefs_folder_item.c
4727         * src/prefs_receive.c
4728         * src/plugins/pgpcore/prefs_gpg.c
4729                 use 'start-up' instead of 'startup' in labels
4730
4731 2007-01-26 [wwp]        2.7.2cvs2
4732
4733         * src/plugins/trayicon/Makefile.am
4734         * src/plugins/trayicon/trayicon.c
4735         * src/plugins/trayicon/trayicon_prefs.c
4736         * src/plugins/trayicon/trayicon_prefs.h
4737                 Add a new TrayIcon option to hide the main window at
4738                 start-up.
4739                 Fix trayicon.c copyright header.
4740
4741 2007-01-26 [paul]       2.7.2cvs1
4742
4743         * NEWS
4744         * README
4745         * RELEASE_NOTES
4746         * configure.ac
4747                 bump up version number following
4748                 stable release
4749
4750 2007-01-25 [mones]      2.7.1cvs60
4751
4752         * po/es.po
4753                 updated thousands of strings (well, probably less ;-)
4754
4755 2007-01-25 [colin]      2.7.1cvs59
4756
4757         * src/matcher.c
4758                 Fix 2nd-run loss of matcherrc on new
4759                 configurations. 
4760
4761 2007-01-25 [wwp]        2.7.1cvs58
4762
4763         * src/mimeview.c
4764                 fix handling of empty value in attach_save_directory too, thanks
4765                 to Colin.
4766
4767 2007-01-25 [wwp]        2.7.1cvs57
4768
4769         * src/gtk/filesel.c
4770                 fix handling of empty value in attach_load_directory,
4771                 thanks to Colin.
4772
4773 2007-01-25 [wwp]        2.7.1cvs56
4774
4775         * src/plugins/dillo_viewer/dillo_prefs.h
4776                 fix a typo.
4777
4778 2007-01-25 [colin]      2.7.1cvs55
4779
4780         * src/matcher.c
4781         * src/matcher.h
4782         * src/matcher_parser_parse.y
4783         * src/prefs_matcher.c
4784                 Add matching on the spam flag
4785
4786 2007-01-24 [colin]      2.7.1cvs54
4787
4788         * src/folder.c
4789         * src/common/xml.c
4790         * src/common/xml.h
4791                 Make sure folderlist.xml is correctly
4792                 written before overwriting it.
4793         * src/procmsg.c
4794         * src/procmsg.h
4795         * src/summaryview.c
4796         * src/plugins/bogofilter/bogofilter.c
4797         * src/plugins/bogofilter/bogofilter.h
4798         * src/plugins/bogofilter/bogofilter_gtk.c
4799         * src/plugins/spamassassin/spamassassin.c
4800         * src/plugins/spamassassin/spamassassin.h
4801         * src/plugins/spamassassin/spamassassin_gtk.c
4802                 Move spam to the correct trash folder after
4803                 learning, if spam directory isn't set.
4804
4805 2007-01-23 [paul]       2.7.1cvs53
4806
4807         * src/plugins/bogofilter/bogofilter_gtk.c
4808                 fix sensitivity of "Insert X-Bogosity header"
4809                 option
4810
4811 2007-01-23 [colin]      2.7.1cvs52
4812
4813         * src/toolbar.c
4814                 Translate toolbar items text if
4815                 they're translatable (default)
4816         * src/addrcache.c
4817         * src/addrcache.h
4818         * src/addritem.c
4819         * src/addritem.h
4820         * src/codeconv.c
4821         * src/codeconv.h
4822         * src/jpilot.c
4823         * src/jpilot.h
4824         * src/ldapctrl.c
4825         * src/ldapctrl.h
4826         * src/ldapquery.h
4827         * src/ldif.c
4828         * src/ldif.h
4829         * src/etpan/etpan-thread-manager.c
4830         * src/etpan/etpan-thread-manager.h
4831         * src/gtk/gtkutils.c
4832         * src/gtk/gtkutils.h
4833                 More static functions
4834
4835 2007-01-22 [fabien]     2.7.1cvs51
4836
4837         * src/gtk/gtkutils.c
4838                 gtkut_get_options_frame() : ability to pass
4839                 a 'NULL' value in frame pointer parameter if
4840                 we don't need it.
4841
4842 2007-01-22 [colin]      2.7.1cvs50
4843
4844         * src/procmsg.c
4845         * src/procmsg.h
4846         * src/plugins/bogofilter/bogofilter.c
4847         * src/plugins/bogofilter/bogofilter_gtk.c
4848         * src/plugins/spamassassin/spamassassin.c
4849         * src/plugins/spamassassin/spamassassin_gtk.c
4850                 Allow moving spams to the account's trash
4851                 instead of default one
4852
4853 2007-01-21 [colin]      2.7.1cvs49
4854
4855         * src/ldapquery.c
4856         * src/ldapquery.h
4857                 Revert a static function that shouldn't
4858                 have been
4859
4860 2007-01-21 [colin]      2.7.1cvs48
4861
4862         * src/ldapquery.c
4863         * src/ldapquery.h
4864                 Same
4865
4866 2007-01-21 [colin]      2.7.1cvs47
4867
4868         * src/procmsg.c
4869         * src/procmsg.h
4870                 Same
4871
4872 2007-01-21 [colin]      2.7.1cvs46
4873
4874         * src/common/socket.c
4875         * src/common/socket.h
4876                 Same
4877
4878 2007-01-21 [colin]      2.7.1cvs45
4879
4880         * src/crash.c
4881         * src/exporthtml.c
4882         * src/exporthtml.h
4883         * src/exportldif.c
4884         * src/exportldif.h
4885         * src/folder.c
4886         * src/folder.h
4887         * src/folder_item_prefs.c
4888         * src/folder_item_prefs.h
4889         * src/folderview.c
4890         * src/folderview.h
4891         * src/gedit-print.c
4892         * src/gedit-print.h
4893         * src/main.c
4894         * src/main.h
4895         * src/common/socket.c
4896         * src/common/socket.h
4897         * src/gtk/gtkaspell.c
4898         * src/gtk/gtkaspell.h
4899         * src/gtk/quicksearch.c
4900         * src/gtk/quicksearch.h
4901                 Same
4902
4903 2007-01-21 [colin]      2.7.1cvs44
4904
4905         * src/common/utils.c
4906         * src/common/utils.h
4907         * src/etpan/etpan-thread-manager.c
4908         * src/etpan/etpan-thread-manager.h
4909                 Same (Funny that etpan_thread_unbind
4910                 is called but not etpan_thread_bind)
4911
4912 2007-01-21 [colin]      2.7.1cvs43
4913
4914         * src/addrselect.c
4915         * src/addrselect.h
4916         * src/codeconv.c
4917         * src/codeconv.h
4918         * src/compose.c
4919         * src/compose.h
4920         * src/etpan/Makefile.am
4921         * src/gtk/colorlabel.c
4922         * src/gtk/colorlabel.h
4923         * src/gtk/sslcertwindow.c
4924         * src/gtk/sslcertwindow.h
4925         * src/etpan/etpan-log.c ** REMOVED **
4926         * src/etpan/etpan-log.h ** REMOVED **
4927                 Same
4928
4929 2007-01-20 [colin]      2.7.1cvs42
4930
4931         * src/addritem.c
4932         * src/addritem.h
4933                 Same
4934
4935 2007-01-20 [colin]      2.7.1cvs41
4936
4937         * src/account.c
4938         * src/account.h
4939         * src/addrbook.c
4940         * src/addrbook.h
4941         * src/addrcache.c
4942         * src/addrcache.h
4943         * src/addrclip.c
4944         * src/addrclip.h
4945         * src/addressbook.c
4946         * src/addressbook.h
4947         * src/addrharvest.c
4948         * src/addrharvest.h
4949         * src/addrindex.c
4950         * src/addrindex.h
4951         * src/editaddress.c
4952         * src/editaddress.h
4953                 Make functions that aren't used in other
4954                 files static
4955
4956 2007-01-20 [colin]      2.7.1cvs40
4957
4958         * src/account.c
4959         * src/addrbook.c
4960         * src/addrcache.c
4961         * src/addressbook.c
4962         * src/addrgather.c
4963         * src/addrindex.c
4964         * src/addrquery.c
4965         * src/addrselect.c
4966         * src/browseldap.c
4967         * src/compose.c
4968         * src/editbook.c
4969         * src/editjpilot.c
4970         * src/editldap.c
4971         * src/editldap_basedn.c
4972         * src/editvcard.c
4973         * src/exporthtml.c
4974         * src/exportldif.c
4975         * src/folder.c
4976         * src/folderview.c
4977         * src/image_viewer.c
4978         * src/imap.c
4979         * src/importmutt.c
4980         * src/importpine.c
4981         * src/jpilot.c
4982         * src/ldapquery.c
4983         * src/main.c
4984         * src/mainwindow.c
4985         * src/matcher.c
4986         * src/messageview.c
4987         * src/mh.c
4988         * src/mimeview.c
4989         * src/msgcache.c
4990         * src/mutt.c
4991         * src/news.c
4992         * src/pine.c
4993         * src/prefs_account.c
4994         * src/prefs_common.c
4995         * src/prefs_compose_writing.c
4996         * src/prefs_ext_prog.c
4997         * src/prefs_folder_item.c
4998         * src/prefs_fonts.c
4999         * src/prefs_message.c
5000         * src/prefs_msg_colors.c
5001         * src/prefs_other.c
5002         * src/prefs_quote.c
5003         * src/prefs_receive.c
5004         * src/prefs_send.c
5005         * src/prefs_spelling.c
5006         * src/prefs_summaries.c
5007         * src/prefs_toolbar.c
5008         * src/prefs_wrapping.c
5009         * src/privacy.c
5010         * src/procmime.c
5011         * src/procmsg.c
5012         * src/ssl_manager.c
5013         * src/statusbar.c
5014         * src/summaryview.c
5015         * src/toolbar.c
5016         * src/vcard.c
5017         * src/common/hooks.c
5018         * src/common/log.c
5019         * src/common/passcrypt.c
5020         * src/common/socket.c
5021         * src/common/ssl.c
5022         * src/common/ssl_certificate.c
5023         * src/common/template.c
5024         * src/common/utils.c
5025         * src/etpan/imap-thread.c
5026         * src/gtk/sslcertwindow.c
5027         * src/gtk/sslcertwindow.h
5028                 Make functions that could be static, static
5029
5030 2007-01-20 [colin]      2.7.1cvs39
5031
5032         * src/editldap.c
5033                 Fix tooltip
5034
5035 2007-01-20 [colin]      2.7.1cvs38
5036
5037         * src/ldapquery.c
5038         * src/ldaputil.c
5039         * src/ldaputil.h
5040                 Fix bug 1102, 'claws-mail-2.7.1 
5041                 makes use of deprecated ldap 
5042                 functions'
5043
5044 2007-01-20 [colin]      2.7.1cvs37
5045
5046         * src/mainwindow.c
5047         * src/mainwindow.h
5048         * src/summaryview.c
5049         * src/gtk/quicksearch.c
5050                 Add Wide message list layout
5051
5052 2007-01-19 [fabien]     2.7.1cvs36
5053
5054         * src/textview.c
5055                 make sure a font change is considered in links of
5056                 headerview.
5057
5058 2007-01-19 [colin]      2.7.1cvs35
5059
5060         * src/main.c
5061         * src/mainwindow.c
5062         * src/mainwindow.h
5063         * src/messageview.c
5064         * src/messageview.h
5065         * src/prefs_common.c
5066         * src/prefs_common.h
5067         * src/summaryview.c
5068         * src/summaryview.h
5069         * src/gtk/quicksearch.c
5070         * src/gtk/quicksearch.h
5071                 Drop 'Separate Folder tree' and 'Separate
5072                 Message View'. Put three layouts in place
5073                 of it.
5074
5075 2007-01-19 [paul]       2.7.1cvs34
5076
5077         * src/prefs_msg_colors.c
5078                 more use of Q_ for translators
5079
5080 2007-01-19 [paul]       2.7.1cvs33
5081
5082         * src/imap_gtk.c
5083         * src/prefs_account.c
5084                 a few changes to the English
5085
5086 2007-01-19 [fabien]     2.7.1cvs32
5087
5088         * src/wizard.c
5089                 factorize translatable string
5090
5091 2007-01-18 [colin]      2.7.1cvs31
5092
5093         * src/main.c
5094                 Don't error out on --sync option. Although
5095                 we don't do anything with it, gtk+ handles
5096                 it, and it's useful for debugging X errors
5097
5098 2007-01-18 [fabien]     2.7.1cvs30
5099
5100         * src/prefs_other.c
5101                 ability to apply on the fly the recent added
5102                 'gtk_can_change_accels' pref (no need to restart).
5103
5104 2007-01-18 [fabien]     2.7.1cvs29
5105
5106         * src/plugins/bogofilter/bogofilter_gtk.c
5107         * src/plugins/bogofilter/bogofilter.c
5108         * src/plugins/spamassassin/spamassassin_gtk.c
5109         * src/addr_compl.c
5110         * src/prefs_account.c
5111                 factorize or rewrite some translatable strings.
5112
5113 2007-01-18 [fabien]     2.7.1cvs28
5114
5115         * src/prefs_gtk.h
5116         * src/compose.c
5117                 set a 4pix space between "Subject:" label and subject entry in
5118                 compose window.
5119
5120 2007-01-18 [wwp]        2.7.1cvs27
5121
5122         * src/addressbook.c
5123                 fix conflicting address-copy/paste when focus is set
5124                 to the embedded edit-person form.
5125  
5126
5127 2007-01-18 [wwp]        2.7.1cvs26
5128
5129         * src/addressbook.h
5130                 complete 2.7.1cvs23 (one more file was missing from that
5131                 commit).
5132
5133 2007-01-18 [colin]      2.7.1cvs25
5134
5135         * src/main.c
5136                 Provide a way to migrate without backup
5137                 Re-ask for migration on next start if 
5138                 it has been refused and wizard has been 
5139                 cancelled after.
5140
5141 2007-01-18 [wwp]        2.7.1cvs24
5142
5143         * src/editaddress.c
5144                 complete 2.7.1.cvs23 (file was missing from previous
5145                 commit).
5146
5147 2007-01-18 [wwp]        2.7.1cvs23
5148
5149         * src/addressbook.c
5150                 fix potential crashes in address book's focus_in/out signal handlers,
5151                 force focus to the edit-person form when clicked the Edit menu entry or
5152                 button (this only matters if the edit-person form is embedded to the
5153                 AB window, in that case, focus is not set when browsing the contacts
5154                 list w/ keys or mouse clicks).
5155
5156 2007-01-18 [paul]       2.7.1cvs22
5157
5158         * src/main.c
5159                 add command line options:
5160                 -h for --help
5161                 -q and --quit for --exit
5162                 -v for --version
5163                 print "Unknown option" for unknown options
5164
5165 2007-01-18 [paul]       2.7.1cvs21
5166
5167         * po/ru.po
5168                 updated by Pavlo Bohmat
5169
5170 2007-01-18 [paul]       2.7.1cvs20
5171
5172         * src/mainwindow.c
5173                 fix sensitivity issues of Mark as Spam/Ham
5174
5175 2007-01-17 [fabien]     2.7.1cvs19
5176
5177         * src/prefs_other.c
5178         * src/prefs_common.c
5179         * src/prefs_common.h
5180         * src/main.c
5181                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5182                 control the corresponding gtk property. It could be used to lock
5183                 all shortcuts (avoid to set one of them by inadvertency).
5184
5185 2007-01-17 [colin]      2.7.1cvs18
5186
5187         * src/summaryview.c
5188                 Fix bug 1100, 'Highlighted e-mail data not visible 
5189                 when color label applied.'. Use a weighted average
5190                 between normal selected foreground color and color
5191                 label instead of a simple one (3/1 instead 1/1).
5192
5193 2007-01-17 [colin]      2.7.1cvs17
5194
5195         * src/messageview.c
5196                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5197                 crash' - don't prevent mail switching while loading
5198
5199 2007-01-17 [colin]      2.7.1cvs16
5200
5201         * src/folder.c
5202         * src/folder.h
5203         * src/folderview.c
5204         * src/folderview.h
5205         * src/imap.c
5206         * src/imap.h
5207         * src/imap_gtk.c
5208                 Manage recursive search of unsubscribed folders
5209                 Rescan tree without checking for new messages 
5210                 after subscriptions changed
5211
5212 2007-01-17 [paul]       2.7.1cvs15
5213
5214         * src/prefs_common.c
5215         * src/gtk/pluginwindow.c
5216                 fix bug 1101, '"Load plugin" button is
5217                 accidentally hidden'
5218                 unset (-1) initial width in prefs_common,
5219                 fix overlapping buttons,
5220                 and other cleanups
5221
5222 2007-01-17 [paul]       2.7.1cvs14
5223
5224         * src/procmime.c
5225                 add #include <errno.h>, it's needed
5226                 on some systems
5227
5228 2007-01-17 [paul]       2.7.1cvs13
5229
5230         * src/common/defs.h
5231         * tools/make.themes.project
5232                 rename .sylpheed_themeinfo to .claws_themeinfo
5233                 and use it
5234         * src/etpan/etpan-errors.h
5235         * src/etpan/etpan-log.c
5236         * src/etpan/etpan-log.h
5237         * src/etpan/etpan-thread-manager-types.h
5238         * src/etpan/etpan-thread-manager.c
5239         * src/etpan/etpan-thread-manager.h
5240         * src/etpan/imap-thread.c
5241         * src/etpan/imap-thread.h
5242                 add copyright header
5243
5244 2007-01-17 [colin]      2.7.1cvs12
5245
5246         * src/plugins/pgpcore/select-keys.c
5247         * src/gtk/pluginwindow.c
5248         * src/prefs_account.c
5249                 Fix warnings
5250
5251 2007-01-16 [colin]      2.7.1cvs11
5252
5253         * src/imap.c
5254         * src/imap.h
5255         * src/imap_gtk.c
5256                 Manage subscribing to subfolders when only
5257                 subscribed folders are shown.
5258
5259 2007-01-16 [colin]      2.7.1cvs10
5260
5261         * src/folderview.c
5262                 Fix annoying vscrollbar going back to top
5263                 on Check for new folders
5264
5265 2007-01-16 [colin]      2.7.1cvs9
5266
5267         * src/imap.c
5268                 Remove printf
5269
5270 2007-01-16 [colin]      2.7.1cvs8
5271
5272         * src/filtering.c
5273                 Bigger buffer for errors
5274         * src/imap.c
5275         * src/imap.h
5276         * src/imap_gtk.c
5277         * src/prefs_account.c
5278         * src/prefs_account.h
5279         * src/wizard.c
5280         * src/etpan/imap-thread.c
5281         * src/etpan/imap-thread.h
5282         * manual/handling.xml
5283                 Add subscriptions management. What it changes:
5284                 Creating a folder subscribes to it
5285                 Deleting a folder unsubscribes it
5286                 New contextual menu item allowing to switch between
5287                 All folders and Subscribed folders, subscribe, and
5288                 unsubscribe. "Creating" an existing but unsubscribed
5289                 folder will subscribe it.
5290                 By default for new accounts, only subscribed folders 
5291                 are shown.
5292
5293
5294 2007-01-16 [paul]       2.7.1cvs7
5295
5296         * src/summaryview.c
5297                 Allow folder classes to specify only sort_key or
5298                 sort_type instead of both or none.
5299
5300 2007-01-16 [paul]       2.7.1cvs6
5301
5302         * src/action.c
5303         * src/compose.c
5304         * src/mimeview.c
5305         * src/procmime.c
5306         * src/textview.c
5307                 Save and use errno for procmime_get_part
5308
5309 2007-01-16 [colin]      2.7.1cvs5
5310
5311         * src/imap.c
5312                 Never remove INBOX when scanning for
5313                 new folders. It's a special folder
5314                 that has to exist.
5315
5316 2007-01-15 [colin]      2.7.1cvs4
5317
5318         * src/imap.c
5319                 Fix 'Check for new folders' when IMAP subdirectory
5320                 is set
5321         * src/etpan/imap-thread.c
5322                 Fix build
5323
5324 2007-01-15 [colin]      2.7.1cvs3
5325
5326         * src/etpan/imap-thread.c
5327                 Fix invalid free on command-connection
5328                 error
5329
5330 2007-01-15 [wwp]        2.7.1cvs2
5331
5332         * src/matcher_parser_lex.l
5333         * src/quote_fmt_lex.l
5334         * src/matcher_parser_parse.y
5335                 fix copyright header in lexers and parsers.
5336
5337 2007-01-15 [paul]       2.7.1cvs1
5338
5339         * NEWS
5340         * README
5341         * RELEASE_NOTES
5342         * configure.ac
5343                 bump up version number following
5344                 stable release
5345
5346 2007-01-15 [paul]       2.7.0cvs31
5347
5348         * AUTHORS
5349         * src/gtk/authors.h
5350                 add Fabien to the Team list
5351                 add the recent contributors
5352                 make a few corrections
5353
5354 2007-01-15 [paul]       2.7.0cvs30
5355
5356         * src/mainwindow.c
5357                 fix compiler warning
5358         * src/plugins/pgpcore/prefs_gpg.c
5359         * src/plugins/pgpcore/prefs_gpg.h
5360                 add missing include
5361                 fix copyright header
5362
5363 2007-01-14 [colin]      2.7.0cvs29
5364
5365         * src/gtk/filesel.c
5366                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5367                 two benefits: faster to open, will fix strange
5368                 dbus-related crash. Thanks to Pascal Terjan.
5369
5370 2007-01-14 [colin]      2.7.0cvs28
5371
5372         * src/etpan/imap-thread.c
5373                 Delete the old imap just after allocating
5374                 the new one. Makes sure we don't get the
5375                 same pointer by sheer luck, which feels
5376                 strange in the debug log.
5377
5378 2007-01-14 [colin]      2.7.0cvs27
5379
5380         * src/gtk/inputdialog.c
5381                 Make sure we don't print passwords in
5382                 clear text when in debug mode
5383
5384 2007-01-14 [colin]      2.7.0cvs26
5385
5386         * src/gtk/gtksctree.c
5387                 Fix bug 1098, 'bogus last row display 
5388                 after expanding a thread'. Patch by
5389                 Jindrich Makovicka <makovick@gmail.com>
5390
5391 2007-01-14 [colin]      2.7.0cvs25
5392
5393         * src/etpan/imap-thread.c
5394                 Close socket manually before
5395                 freeing the imap struct
5396
5397 2007-01-14 [colin]      2.7.0cvs24
5398
5399         * src/etpan/imap-thread.c
5400                 Maybe fix new reconnection issues
5401
5402 2007-01-13 [colin]      2.7.0cvs23
5403
5404         * src/summaryview.c
5405                 Freeze/thaw on thread selection
5406
5407 2007-01-13 [paul]       2.7.0cvs22
5408
5409         * src/mainwindow.c
5410         * src/summaryview.c
5411         * src/summaryview.h
5412                 add 'Edit/Delete thread'
5413
5414 2007-01-13 [colin]      2.7.0cvs21
5415
5416         * src/prefs_account.c
5417         * src/prefs_compose_writing.c
5418         * src/prefs_message.c
5419         * src/prefs_msg_colors.c
5420         * src/prefs_other.c
5421         * src/prefs_receive.c
5422         * src/prefs_spelling.c
5423         * src/prefs_summaries.c
5424         * src/prefs_themes.c
5425         * src/gtk/gtkutils.c
5426         * src/gtk/gtkutils.h
5427         * src/plugins/pgpcore/prefs_gpg.c
5428         * src/plugins/spamassassin/spamassassin_gtk.c
5429                 Factorize gtk frame creation
5430                 Patch by Pawel
5431
5432 2007-01-13 [colin]      2.7.0cvs20
5433
5434         * src/message_search.c
5435         * src/summary_search.c
5436                 Fix Enter in search windows
5437         * src/messageview.c
5438                 Fix body search starting at the
5439                 end of the mail (and asking for loop)
5440
5441 2007-01-13 [colin]      2.7.0cvs19
5442
5443         * src/etpan/imap-thread.c
5444                 Make sure we don't free the same imap
5445                 twice
5446
5447 2007-01-13 [colin]      2.7.0cvs18
5448
5449         * commitHelper
5450                 Allow multiple commitHelpers to
5451                 run at once
5452
5453 2007-01-12 [colin]      2.7.0cvs17
5454
5455         * src/etpan/imap-thread.c
5456                 Make sure we get rid of the previous mailimap
5457                 when connecting - just in case disconnect was
5458                 unclean
5459
5460 2007-01-12 [paul]       2.7.0cvs16
5461
5462         * src/compose.c
5463                 Strip S/MIME signatures when re-editing
5464                 S/MIME signed messages.
5465
5466 2007-01-12 [paul]       2.7.0cvs15
5467
5468         * configure.ac
5469         * src/addressbook.c
5470         * src/foldersel.c
5471         * src/folderview.c
5472         * src/main.c
5473                 no need to define CLAWS anymore, remove
5474                 all that stuff
5475
5476 2007-01-12 [paul]       2.7.0cvs14
5477
5478         * src/mimeview.c
5479                 check if the mail's signed as
5480                 it can change the mail structure
5481                 Thanks to Colin
5482
5483 2007-01-12 [paul]       2.7.0cvs13
5484
5485         * src/procmime.c
5486                 fix Forwarding msgs with attachments
5487                 that have dos line endings
5488                 Thanks to Colin
5489
5490 2007-01-12 [wwp]        2.7.0cvs12
5491
5492         * configure.ac
5493                 Revert accidentally committed extra version tag.
5494
5495 2007-01-12 [wwp]        2.7.0cvs11
5496
5497         * src/prefs_account.c
5498                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5499
5500 2007-01-11 [colin]      2.7.0cvs10
5501
5502         * src/imap.c
5503                 move g_warning to debug_print
5504                 it scares people for no reason
5505
5506 2007-01-11 [colin]      2.7.0cvs9
5507
5508         * po/POTFILES.in
5509                 Fix files to translate. Patch by
5510                 Fabien
5511
5512 2007-01-11 [paul]       2.7.0cvs8
5513
5514         * src/imap.c
5515                 Fix recursion when server lists the
5516                 current subfolder in the response
5517         * src/mimeview.c
5518                 Fix updating of icon_list/ctree
5519         * src/plugins/pgpcore/select-keys.c
5520                 Fix a few annoyances when choosing
5521                 keys for the CMS (S/MIME) protocol
5522
5523 2007-01-11 [wwp]        2.7.0cvs7
5524
5525         * src/compose.c
5526         * src/prefs_account.c
5527         * src/prefs_account.h
5528                 Add per-account spellcheck default dictionaries settings.
5529
5530 2007-01-10 [colin]      2.7.0cvs6
5531
5532         * src/prefs_folder_item.c
5533                 Factorize strings - patch by Fabien
5534
5535 2007-01-10 [colin]      2.7.0cvs5
5536
5537         * src/mainwindow.c
5538                 Fix bug 1095, 'Crash while changing folder 
5539                 columns during incorporation'
5540
5541 2007-01-09 [colin]      2.7.0cvs4
5542
5543         * src/gtk/pluginwindow.c
5544                 Set the plugin window transient. Seems
5545                 like some window managers hide it in
5546                 the background after "load plugin"...
5547
5548 2007-01-09 [colin]      2.7.0cvs3
5549
5550         * src/gtk/filesel.c
5551                 Use the same type for alloc and free
5552
5553 2007-01-08 [paul]       2.7.0cvs2
5554
5555         * po/nl.po
5556                 updated by Tim Dijkstra
5557
5558 2007-01-08 [paul]       2.7.0cvs1
5559
5560         * src/prefs_themes.c
5561         * src/common/utils.c
5562                 Fix resource leaks
5563
5564 2007-01-08 [paul]       2.7.0
5565
5566         * NEWS
5567         * README
5568         * RELEASE_NOTES
5569                 2.7.0 released
5570
5571 2007-01-08 [paul]       2.6.1cvs119
5572
5573         * doc/man/claws-mail.1
5574                 another correction
5575
5576 2007-01-08 [paul]       2.6.1cvs118
5577
5578         * doc/man/claws-mail.1
5579                 corrections
5580         * manual/advanced.xml
5581                 improved English usage
5582
5583 2007-01-08 [paul]       2.6.1cvs117
5584
5585         * po/ca.po
5586         * po/de.po
5587         * po/en_GB.po
5588         * po/fi.po
5589         * po/it.po
5590         * po/pt_BR.po
5591         * po/sk.po
5592         * po/sr.po
5593         * po/zh_CN.po
5594                 updated by Miquel Oliete, Stephan Sachse, me,
5595                 Tommi Pirinen, Andrea Spadaccini, Frederico
5596                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5597                 Urosevic, and Ralgh Young
5598
5599 2007-01-07 [mones]      2.6.1cvs116
5600
5601         * manual/es/advanced.xml
5602         * po/es.po
5603                 Synced manual (unhide mark_as_read_delay)
5604                 and updated translation for release
5605
5606 2007-01-07 [paul]       2.6.1cvs115
5607
5608         * src/prefs_matcher.c
5609                 make the hbox content fit better under
5610                 various languages
5611
5612 2007-01-07 [colin]      2.6.1cvs114
5613
5614         * src/messageview.c
5615                 Fix bug 1088, 'Ctrl-h produces repeatable
5616                 crash'
5617
5618 2007-01-06 [colin]      2.6.1cvs113
5619
5620         * src/etpan/imap-thread.c
5621                 Add casts to int to get certs. Fixes
5622                 bug 1064, 'crash @ etpan_certificate_check() 
5623                 when opening an IMAP folder', with latest
5624                 libetpan CVS or >= 0.49
5625         * src/mainwindow.c
5626         * src/mainwindow.h
5627         * src/imap_gtk.c
5628         * src/news_gtk.c
5629         * src/prefs_folder_item.c
5630                 Grey out the "synchronise" menu items if
5631                 there's nothing to synchronise.
5632         * src/plugins/pgpcore/sgpgme.c
5633                 Make an error clearer than "Unknown error"
5634
5635 2007-01-06 [colin]      2.6.1cvs112
5636
5637         * src/messageview.c
5638                 Don't try to show a message if updating
5639                 Maybe fixes bug 1088, 'ctrl-h produces
5640                 repeatable crash'.
5641
5642 2007-01-06 [colin]      2.6.1cvs111
5643
5644         * src/summaryview.c
5645                 Disable Control-Space (handle it as Space).
5646
5647 2007-01-05 [paul]       2.6.1cvs110
5648
5649         * src/imap.c
5650                 Fix bug 934, 'sylpheed claws 2.1 
5651                 doesn't show Exchanges Public Folders'
5652                 Thanks to Hoa and Colin
5653         * src/msgcache.c
5654                 Refuse to allocate more than 2 MB for a 
5655                 single field, it's a good indication of
5656                 cache corruption.
5657
5658 2007-01-05 [colin]      2.6.1cvs109
5659
5660         * src/mainwindow.c
5661                 Allow --select'ing emails by Message-ID too
5662
5663 2007-01-05 [colin]      2.6.1cvs108
5664
5665         * src/common/quoted-printable.c
5666                 Uh! Third fix :)
5667
5668 2007-01-05 [colin]      2.6.1cvs107
5669
5670         * src/common/quoted-printable.c
5671                 Fix previous commit about bug 1089
5672                 Thanks to Ralf
5673
5674 2007-01-05 [colin]      2.6.1cvs106
5675
5676         * src/common/quoted-printable.c
5677                 Fix my previous commit on bug 1089
5678                 - Thanks to Ralf :)
5679
5680 2007-01-04 [colin]      2.6.1cvs105
5681
5682         * src/common/quoted-printable.c
5683                 Fix bug 1089, 'NUL characters in Subject 
5684                 line are misinterpreted'. Not a pain to
5685                 fix in fact.
5686
5687 2007-01-04 [colin]      
5688
5689         2.7.0-rc3 released
5690
5691 2007-01-04 [wwp]        2.6.1cvs104
5692
5693         * src/image_viewer.c
5694                 Force operator precedence (fix a compiler warning).
5695
5696 2007-01-04 [colin]      2.6.1cvs103
5697
5698         * src/image_viewer.c
5699                 Be cautious there too (same fix as the one
5700                 in textview from cvs33)
5701         * src/messageview.c
5702                 Don't use any MimeViewer plugin when showing
5703                 all headers
5704
5705 2007-01-03 [wwp]        2.6.1cvs102
5706
5707         * src/html.c
5708         * src/html.h
5709                 fixed "cent" sign (use the existing ASCII one),
5710                 decode more HTML entities,
5711                 converted table ASCII entries to UTF-8,
5712                 moved a switch() into a hashtable.
5713
5714 2007-01-03 [paul]       2.6.1cvs101
5715
5716         * src/compose.c
5717         * src/messageview.c
5718         * src/procmsg.c
5719         * src/procmsg.h
5720                 When possible, use move_msg instead of
5721                 copy_msg + remove_msg to move sent mail
5722                 from Queue to Sent. 
5723
5724 2007-01-03 [paul]       2.6.1cvs100
5725
5726         * src/html.c
5727                 add more html entity recognition:
5728                 pounds, euros, and cents
5729
5730 2007-01-03 [colin]      2.6.1cvs99
5731
5732         * src/imap_gtk.c
5733                 Don't display an error on NOSELECT
5734                 folders when synchronising
5735
5736 2007-01-03 [paul]       2.6.1cvs98
5737
5738         * tools/maildir2claws-mail.pl
5739                 only substitute 'sent-mail' if it's
5740                 the full directory name
5741
5742 2007-01-03 [paul]       2.6.1cvs97
5743
5744         * ChangeLog
5745         * ChangeLog.pre2.0.0
5746         * Makefile.am
5747                 archive a chunk of ChangeLog in
5748                 ChangeLog.pre2.0.0
5749         * ChangeLog.gtk1
5750         * doc/src/ChangeLog.claws-pre0.8.0
5751                 remove ChangeLog.claws-pre0.8.0, adding
5752                 its contents to ChangeLog.gtk1
5753
5754 2007-01-03 [paul]       2.6.1cvs96
5755
5756         * src/account.c
5757         * src/account.h
5758         * src/action.c
5759         * src/action.h
5760         * src/adbookbase.h
5761         * src/addr_compl.c
5762         * src/addr_compl.h
5763         * src/addrbook.c
5764         * src/addrcache.c
5765         * src/addrcache.h
5766         * src/addrcindex.c
5767         * src/addrcindex.h
5768         * src/addrclip.c
5769         * src/addrclip.h
5770         * src/addrdefs.h
5771         * src/addressadd.c
5772         * src/addressadd.h
5773         * src/addressbook.c
5774         * src/addressbook.h
5775         * src/addressbook_foldersel.c
5776         * src/addressbook_foldersel.h
5777         * src/addrgather.c
5778         * src/addrgather.h
5779         * src/addrharvest.c
5780         * src/addrharvest.h
5781         * src/addrindex.c
5782         * src/addrindex.h
5783         * src/addritem.c
5784         * src/addritem.h
5785         * src/addrquery.c
5786         * src/addrquery.h
5787         * src/addrselect.c
5788         * src/addrselect.h
5789         * src/alertpanel.c
5790         * src/alertpanel.h
5791         * src/browseldap.c
5792         * src/browseldap.h
5793         * src/codeconv.c
5794         * src/codeconv.h
5795         * src/compose.c
5796         * src/compose.h
5797         * src/customheader.c
5798         * src/customheader.h
5799         * src/displayheader.c
5800         * src/displayheader.h
5801         * src/editaddress.c
5802         * src/editaddress.h
5803         * src/editbook.c
5804         * src/editbook.h
5805         * src/editgroup.c
5806         * src/editgroup.h
5807         * src/editjpilot.c
5808         * src/editjpilot.h
5809         * src/editldap.c
5810         * src/editldap.h
5811         * src/editldap_basedn.c
5812         * src/editldap_basedn.h
5813         * src/editvcard.c
5814         * src/editvcard.h
5815         * src/exphtmldlg.c
5816         * src/exphtmldlg.h
5817         * src/expldifdlg.c
5818         * src/expldifdlg.h
5819         * src/export.c
5820         * src/export.h
5821         * src/exporthtml.c
5822         * src/exporthtml.h
5823         * src/exportldif.c
5824         * src/exportldif.h
5825         * src/filtering.c
5826         * src/filtering.h
5827         * src/folder.c
5828         * src/folder.h
5829         * src/folder_item_prefs.c
5830         * src/folder_item_prefs.h
5831         * src/foldersel.c
5832         * src/foldersel.h
5833         * src/folderutils.c
5834         * src/folderutils.h
5835         * src/folderview.c
5836         * src/folderview.h
5837         * src/grouplistdialog.c
5838         * src/grouplistdialog.h
5839         * src/headerview.c
5840         * src/html.c
5841         * src/html.h
5842         * src/image_viewer.c
5843         * src/image_viewer.h
5844         * src/imap.c
5845         * src/imap.h
5846         * src/imap_gtk.c
5847         * src/imap_gtk.h
5848         * src/import.c
5849         * src/import.h
5850         * src/importldif.c
5851         * src/importldif.h
5852         * src/importmutt.c
5853         * src/importmutt.h
5854         * src/importpine.c
5855         * src/importpine.h
5856         * src/inc.c
5857         * src/inc.h
5858         * src/jpilot.c
5859         * src/jpilot.h
5860         * src/ldapctrl.c
5861         * src/ldapctrl.h
5862         * src/ldaplocate.c
5863         * src/ldaplocate.h
5864         * src/ldapquery.c
5865         * src/ldapquery.h
5866         * src/ldapserver.c
5867         * src/ldapserver.h
5868         * src/ldaputil.c
5869         * src/ldaputil.h
5870         * src/ldif.c
5871         * src/ldif.h
5872         * src/main.c
5873         * src/main.h
5874         * src/mainwindow.c
5875         * src/mainwindow.h
5876         * src/manual.c
5877         * src/manual.h
5878         * src/mbox.c
5879         * src/message_search.c
5880         * src/message_search.h
5881         * src/messageview.c
5882         * src/messageview.h
5883         * src/mh.c
5884         * src/mh.h
5885         * src/mh_gtk.c
5886         * src/mh_gtk.h
5887         * src/mimeview.c
5888         * src/mimeview.h
5889         * src/msgcache.c
5890         * src/msgcache.h
5891         * src/mutt.c
5892         * src/mutt.h
5893         * src/news.c
5894         * src/news.h
5895         * src/news_gtk.c
5896         * src/news_gtk.h
5897         * src/partial_download.c
5898         * src/partial_download.h
5899         * src/pine.c
5900         * src/pine.h
5901         * src/pop.c
5902         * src/pop.h
5903         * src/prefs_account.c
5904         * src/prefs_account.h
5905         * src/prefs_actions.c
5906         * src/prefs_actions.h
5907         * src/prefs_common.c
5908         * src/prefs_common.h
5909         * src/prefs_compose_writing.c
5910         * src/prefs_compose_writing.h
5911         * src/prefs_customheader.c
5912         * src/prefs_customheader.h
5913         * src/prefs_display_header.c
5914         * src/prefs_display_header.h
5915         * src/prefs_filtering.c
5916         * src/prefs_filtering.h
5917         * src/prefs_filtering_action.c
5918         * src/prefs_filtering_action.h
5919         * src/prefs_folder_column.c
5920         * src/prefs_folder_column.h
5921         * src/prefs_folder_item.c
5922         * src/prefs_folder_item.h
5923         * src/prefs_fonts.c
5924         * src/prefs_fonts.h
5925         * src/prefs_gtk.c
5926         * src/prefs_gtk.h
5927         * src/prefs_image_viewer.c
5928         * src/prefs_image_viewer.h
5929         * src/prefs_matcher.c
5930         * src/prefs_matcher.h
5931         * src/prefs_message.c
5932         * src/prefs_msg_colors.c
5933         * src/prefs_msg_colors.h
5934         * src/prefs_other.c
5935         * src/prefs_quote.c
5936         * src/prefs_receive.c
5937         * src/prefs_send.c
5938         * src/prefs_spelling.c
5939         * src/prefs_spelling.h
5940         * src/prefs_summaries.c
5941         * src/prefs_summaries.h
5942         * src/prefs_summary_column.c
5943         * src/prefs_summary_column.h
5944         * src/prefs_template.c
5945         * src/prefs_template.h
5946         * src/prefs_themes.c
5947         * src/prefs_themes.h
5948         * src/prefs_toolbar.c
5949         * src/prefs_toolbar.h
5950         * src/prefs_wrapping.c
5951         * src/prefs_wrapping.h
5952         * src/privacy.c
5953         * src/privacy.h
5954         * src/procheader.c
5955         * src/procheader.h
5956         * src/procmime.c
5957         * src/procmime.h
5958         * src/procmsg.c
5959         * src/procmsg.h
5960         * src/quote_fmt.c
5961         * src/quote_fmt_parse.y
5962         * src/recv.c
5963         * src/recv.h
5964         * src/remotefolder.c
5965         * src/remotefolder.h
5966         * src/send_message.c
5967         * src/send_message.h
5968         * src/setup.c
5969         * src/setup.h
5970         * src/sourcewindow.c
5971         * src/sourcewindow.h
5972         * src/ssl_manager.c
5973         * src/ssl_manager.h
5974         * src/statusbar.c
5975         * src/statusbar.h
5976         * src/stock_pixmap.c
5977         * src/stock_pixmap.h
5978         * src/summary_search.c
5979         * src/summary_search.h
5980         * src/summaryview.c
5981         * src/summaryview.h
5982         * src/textview.c
5983         * src/textview.h
5984         * src/toolbar.c
5985         * src/toolbar.h
5986         * src/undo.c
5987         * src/undo.h
5988         * src/unmime.c
5989         * src/unmime.h
5990         * src/vcard.c
5991         * src/vcard.h
5992         * src/wizard.c
5993         * src/wizard.h
5994         * src/common/base64.c
5995         * src/common/base64.h
5996         * src/common/defs.h
5997         * src/common/hooks.c
5998         * src/common/hooks.h
5999         * src/common/log.c
6000         * src/common/log.h
6001         * src/common/mgutils.c
6002         * src/common/mgutils.h
6003         * src/common/nntp.c
6004         * src/common/nntp.h
6005         * src/common/passcrypt.c
6006         * src/common/passcrypt.h.in
6007         * src/common/plugin.c
6008         * src/common/plugin.h
6009         * src/common/prefs.c
6010         * src/common/prefs.h
6011         * src/common/progressindicator.c
6012         * src/common/progressindicator.h
6013         * src/common/quoted-printable.c
6014         * src/common/quoted-printable.h
6015         * src/common/session.c
6016         * src/common/session.h
6017         * src/common/smtp.c
6018         * src/common/smtp.h
6019         * src/common/socket.c
6020         * src/common/socket.h
6021         * src/common/ssl.c
6022         * src/common/ssl.h
6023         * src/common/ssl_certificate.c
6024         * src/common/ssl_certificate.h
6025         * src/common/stringtable.c
6026         * src/common/stringtable.h
6027         * src/common/template.c
6028         * src/common/template.h
6029         * src/common/timing.h
6030         * src/common/utils.c
6031         * src/common/utils.h
6032         * src/common/version.h.in
6033         * src/common/xml.c
6034         * src/common/xml.h
6035         * src/common/xmlprops.c
6036         * src/common/xmlprops.h
6037         * src/gtk/about.c
6038         * src/gtk/colorlabel.c
6039         * src/gtk/colorsel.c
6040         * src/gtk/colorsel.h
6041         * src/gtk/combobox.c
6042         * src/gtk/combobox.h
6043         * src/gtk/description_window.c
6044         * src/gtk/description_window.h
6045         * src/gtk/filesel.c
6046         * src/gtk/filesel.h
6047         * src/gtk/foldersort.c
6048         * src/gtk/foldersort.h
6049         * src/gtk/gtksctree.c
6050         * src/gtk/gtkutils.c
6051         * src/gtk/gtkutils.h
6052         * src/gtk/inputdialog.c
6053         * src/gtk/inputdialog.h
6054         * src/gtk/logwindow.c
6055         * src/gtk/logwindow.h
6056         * src/gtk/manage_window.c
6057         * src/gtk/manage_window.h
6058         * src/gtk/menu.c
6059         * src/gtk/menu.h
6060         * src/gtk/pluginwindow.c
6061         * src/gtk/pluginwindow.h
6062         * src/gtk/prefswindow.c
6063         * src/gtk/prefswindow.h
6064         * src/gtk/progressdialog.c
6065         * src/gtk/progressdialog.h
6066         * src/gtk/sslcertwindow.c
6067         * src/gtk/sslcertwindow.h
6068         * src/plugins/bogofilter/bogofilter.c
6069         * src/plugins/bogofilter/bogofilter.h
6070         * src/plugins/bogofilter/bogofilter_gtk.c
6071         * src/plugins/clamav/clamav_plugin.c
6072         * src/plugins/clamav/clamav_plugin.h
6073         * src/plugins/clamav/clamav_plugin_gtk.c
6074         * src/plugins/demo/demo.c
6075         * src/plugins/dillo_viewer/dillo_prefs.c
6076         * src/plugins/dillo_viewer/dillo_prefs.h
6077         * src/plugins/dillo_viewer/dillo_viewer.c
6078         * src/plugins/pgpcore/passphrase.c
6079         * src/plugins/pgpcore/passphrase.h
6080         * src/plugins/pgpcore/pgp_viewer.c
6081         * src/plugins/pgpcore/pgp_viewer.h
6082         * src/plugins/pgpcore/plugin.c
6083         * src/plugins/pgpcore/select-keys.c
6084         * src/plugins/pgpcore/select-keys.h
6085         * src/plugins/pgpcore/sgpgme.c
6086         * src/plugins/pgpcore/sgpgme.h
6087         * src/plugins/pgpinline/pgpinline.c
6088         * src/plugins/pgpinline/pgpinline.h
6089         * src/plugins/pgpinline/plugin.c
6090         * src/plugins/pgpmime/pgpmime.c
6091         * src/plugins/pgpmime/pgpmime.h
6092         * src/plugins/pgpmime/plugin.c
6093         * src/plugins/spamassassin/spamassassin.c
6094         * src/plugins/spamassassin/spamassassin.h
6095         * src/plugins/spamassassin/spamassassin_gtk.c
6096         * src/plugins/trayicon/trayicon.c
6097                 it's 2007, update the year in the copyright headers
6098
6099 2007-01-03 [paul]       2.6.1cvs95
6100
6101         * src/gtk/about.c
6102                 it is 2007, use it in the copyright string
6103
6104 2007-01-03 [paul]       2.6.1cvs94
6105
6106         * src/html.c
6107                 html entity conversion:
6108                 move &#153; to a more suitable place
6109                 add &bull; and &ndash;
6110                 make sure &mdash; and &#8212; are both
6111                 converted the same
6112
6113 2007-01-02 [colin]      2.6.1cvs93
6114
6115         * src/addrbook.c
6116                 Fix leak
6117         * src/common/plugin.c
6118                 Add comment
6119         * src/etpan/imap-thread.c
6120                 Fix warning
6121
6122 2006-12-31 [paul]       2.6.1cvs92
6123
6124         * src/prefs_summaries.c
6125                 use gtk_button_new_from_stock()
6126
6127 2006-12-30 [colin]      2.6.1cvs91
6128
6129         * src/folder.c
6130         * src/imap_gtk.c
6131         * src/mh_gtk.c
6132                 Don't update filtering and account paths 
6133                 when copying folders
6134
6135 2006-12-30 [colin]      2.6.1cvs90
6136
6137         * src/prefs_compose_writing.c
6138         * src/prefs_quote.c
6139         * src/prefs_template.c
6140                 Use message font for Writing and 
6141                 Quoting prefs, as well as Templates.
6142
6143 2006-12-30 [colin]      2.6.1cvs89
6144
6145         * src/prefs_summaries.c
6146                 Rework GUI; patch by Pawel
6147
6148 2006-12-29 [colin]      2.6.1cvs88
6149
6150         * src/prefs_folder_item.c
6151                 Fix bug 1085, 'Apply to subfolder 
6152                 doesn't work' - I was mistaken saying
6153                 it worked in every case
6154
6155 2006-12-28 [colin]      2.6.1cvs87
6156
6157         * src/gtk/gtkaspell.c
6158                 Don't assert if use_alternate is true
6159                 and alt_dictionary isn't set -- this 
6160                 is what happens on upgrade! Rather,
6161                 do with it.
6162
6163 2006-12-28 [colin]      2.6.1cvs86
6164
6165         * Makefile.am
6166                 Fix desktop/icon simplification
6167
6168 2006-12-28 [colin]      2.6.1cvs85
6169
6170         * Makefile.am
6171                 Make desktop and icon not 
6172                 dependant on the desktop
6173
6174 2006-12-28 [wwp]        2.6.1cvs84
6175
6176         * src/plugins/pgpmime/claws.def
6177                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6178
6179 2006-12-28 [wwp]        2.6.1cvs83
6180
6181         * src/prefs_folder_item.c
6182                 Fix coloring of "simplify subject regexp" (folder prefs),
6183                 which might be left to red whereas the regexp gets empty.
6184
6185 2006-12-28 [wwp]        2.6.1cvs82
6186
6187         * src/prefs_common.c
6188         * src/prefs_common.h
6189         * src/addressbook.c
6190         * src/addressitem.h
6191                 Save addressbook mainwindow's horizontal and vertical splitter position.
6192
6193 2006-12-27 [wwp]        2.6.1cvs81
6194
6195         * src/gtk/gtkaspell.c
6196         * src/gtk/gtkaspell.h
6197         * src/compose.c
6198                 Fix assignment of compose's default and alternate dictionary from
6199                 account or folder settings. Now gtkaspell_change_dict does rotate
6200                 dicts only when it's called from a menu cb.
6201
6202 2006-12-27 [wwp]        2.6.1cvs80
6203
6204         * src/folder_item_prefs.c
6205                 Fix randomly initialized default-alt-dictionary (folder prefs),
6206                 complete 2.6.1cvs72.
6207
6208 2006-12-27 [paul]       2.6.1cvs79
6209
6210         * src/imap_gtk.c
6211         * src/mh_gtk.c
6212                 Add Copy folder in the folder's contextual
6213                 menu
6214
6215 2006-12-27 [wwp]        2.6.1cvs78
6216
6217         * src/imap.c
6218                 Clean up session locking, thanks to Colin.
6219
6220 2006-12-26 [colin]      2.6.1cvs77
6221
6222         * src/statusbar.c
6223                 Revert previous patch
6224
6225 2006-12-26 [colin]      2.6.1cvs76
6226
6227         * src/folder.c
6228         * src/folderview.c
6229         * src/imap.c
6230         * src/statusbar.c
6231         * src/etpan/imap-thread.c
6232                 Fix previous commit warnings
6233                 Make statusbar update every second if total < 20
6234                 Make IMAP APPEND faster by simplifying log              
6235
6236 2006-12-26 [colin]      2.6.1cvs75
6237
6238         * src/folder.c
6239         * src/folder.h
6240         * src/folderview.c
6241         * src/folderview.h
6242         * src/imap_gtk.c
6243         * src/mh_gtk.c
6244                 Make it possible to copy folders accross
6245                 mailboxes (this was an arbitrary limitation).
6246                 Still make it impossible to move folders 
6247                 accross mailboxes.
6248
6249 2006-12-26 [colin]      2.6.1cvs74
6250
6251         * src/etpan/imap-thread.c
6252                 Fix bug 1081, 'claws-mail 
6253                 segfaults when going offline 
6254                 while it transfers mails via 
6255                 imap'
6256
6257 2006-12-26 [colin]      2.6.1cvs73
6258
6259         * src/folder_item_prefs.c
6260                 Don't forget alt dictionary when
6261                 renaming/moving folders
6262
6263 2006-12-26 [wwp]        2.6.1cvs72
6264
6265         * src/folder_item_prefs.c
6266                 Add missing defaults for per-folder alt dict
6267                 (forgotten in 2.6.1cvs61).
6268
6269 2006-12-26 [colin]      2.6.1cvs71
6270
6271         * src/wizard.c
6272                 Add tooltip to state that specifying
6273                 full path to mailbox is possible
6274
6275 2006-12-26 [wwp]        2.6.1cvs70
6276
6277         * src/partial_download.c
6278         * src/gtk/gtkvscrollbutton.c
6279         * src/plugins/pgpinline/plugin.c
6280                 Fix for few compiler warnings that matter.
6281
6282 2006-12-25 [colin]      2.6.1cvs69
6283
6284         * src/partial_download.c
6285                 Fix marking for download or deletion
6286                 when the header isn't the first
6287         * src/gtk/logwindow.c
6288                 Fix start of scrolling
6289
6290 2006-12-23 [paul]       2.6.1cvs68
6291
6292         * src/compose.c
6293                 change last commit to use the 'academic'
6294                 method instead. Thanks to wwp
6295
6296 2006-12-23 [paul]       2.6.1cvs67
6297
6298         * src/compose.c
6299                 don't warn about empty subject when
6300                 redirecting
6301
6302 2006-12-22 [colin]      2.6.1cvs66
6303
6304         * src/summary_search.c
6305                 Fix previous patch
6306
6307 2006-12-22 [colin]      2.6.1cvs65
6308
6309         * src/gtk/gtkutils.c
6310         * src/imap.c
6311         * src/jpilot.c
6312         * src/summary_search.c
6313                 A few warning fixes
6314
6315 2006-12-23 [paul]       
6316
6317         2.7.0-rc2 released
6318
6319 2006-12-22 [colin]      2.6.1cvs64
6320
6321         * src/toolbar.c
6322         * src/toolbar.h
6323                 Add a combo to the learn spam button
6324         * src/plugins/bogofilter/bogofilter.c
6325         * src/plugins/bogofilter/bogofilter_gtk.c
6326         * src/plugins/bogofilter/bogofilter.h
6327                 Allow to store Unsure mails in a specific
6328                 folder to make better teaching easier
6329
6330 2006-12-21 [wwp]        2.6.1cvs63
6331
6332         * src/compose.c
6333         * src/prefs_common.c
6334         * src/prefs_common.h
6335         * src/prefs_spelling.c
6336         * src/gtk/gtkaspell.c
6337         * src/gtk/gtkaspell.h
6338                 Allow spell-checking using both current and alternate dictionaries
6339                 (thanks to Colin).
6340
6341 2006-12-21 [wwp]        2.6.1cvs62
6342
6343         * src/gtk/gtkaspell.c
6344                 Apply recheck_when_changing_dict (highlight all mispelled words)
6345                 when switching to alternate dictionary.
6346
6347 2006-12-21 [wwp]        2.6.1cvs61
6348
6349         * src/compose.c
6350         * src/folder_item_prefs.h
6351         * src/prefs_common.c
6352         * src/prefs_common.h
6353         * src/prefs_folder_item.c
6354         * src/prefs_spelling.c
6355         * src/gtk/gtkaspell.c
6356         * src/gtk/gtkaspell.h
6357                 Add global and per-folder prefs to set the default
6358                 alternate dictionary.
6359
6360 2006-12-21 [colin]      2.6.1cvs60
6361
6362         * src/folder.c
6363                 Look for folders by path in all folders
6364         * src/html.c
6365                 add &mdash;
6366
6367 2006-12-20 [colin]      2.6.1cvs59
6368
6369         * src/gtk/quicksearch.c
6370                 Make sure in_typing is false when clearing
6371
6372 2006-12-20 [wwp]        2.6.1cvs58
6373
6374         * configure.ac
6375                 change manual's target dir to be LFH-compliant (thanks to Colin).
6376
6377 2006-12-20 [wwp]        2.6.1cvs57
6378
6379         * src/prefs_common.c
6380         * src/prefs_summaries.c
6381                 i18n fix and factorize patch, thanks to Fabien.
6382
6383 2006-12-20 [paul]       2.6.1cvs56
6384
6385         * configure.ac
6386                 last of the renaming (??)
6387         * src/main.c
6388                 correct --help info of --status-full
6389         * src/plugins/bogofilter/bogofilter.c
6390                 make FALSE default of whitelist_ab
6391
6392 2006-12-19 [colin]      2.6.1cvs55
6393
6394         * src/jpilot.c
6395                 Same as before, without depending on
6396                 pisock >= 0.12
6397
6398 2006-12-19 [colin]      2.6.1cvs54
6399
6400         * src/jpilot.c
6401                 Fix bug 1059, 'Better jpilot charset 
6402                 handling'. Use libpisync's charset conversion
6403                 if possible
6404
6405 2006-12-19 [colin]      2.6.1cvs53
6406
6407         * po/fr.po
6408                 Updated by Fabien
6409
6410 2006-12-19 [wwp]        2.6.1cvs52
6411
6412         * src/gtk/about.c
6413                 Add missing #include (thanks to Colin).
6414
6415 2006-12-19 [wwp]        2.6.1cvs51
6416
6417         * src/prefs_receive.c
6418                 Better spacing between widgets in prefs.
6419
6420 2006-12-18 [colin]      2.6.1cvs50
6421
6422         * src/imap.c
6423                 Fix failure to get separator on LIST "" ""
6424                 Try LIST "" "INBOX" too.
6425
6426 2006-12-18 [wwp]        2.6.1cvs49
6427
6428         * src/common/session.c
6429                 Fix a compiler warning (thanks to Fabien).
6430
6431 2006-12-18 [wwp]        2.6.1cvs48
6432
6433         * src/compose.c
6434         * src/prefs_quote.c
6435                 Factorize some strings for translation (it's about error
6436                 messages when applying or checking template/quote format).
6437
6438 2006-12-18 [colin]      2.6.1cvs47
6439
6440         * Makefile.am
6441         * src/common/defs.h
6442         * src/gtk/Makefile.am
6443         * src/gtk/about.c
6444                 Add a Release notes tab from the contents of
6445                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6446
6447 2006-12-17 [colin]      2.6.1cvs46
6448
6449         * src/mimeview.c
6450         * src/textview.c
6451         * src/gtk/filesel.c
6452                 Correctly convert from/to UTF8/filename encoding
6453                 when loading and saving files. Probably fixes
6454                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6455                 for a file to attach and is blocked...'
6456
6457 2006-12-17 [colin]      2.6.1cvs45
6458
6459         * src/gtk/logwindow.c
6460                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6461                 IMAP folder and is blocked on main thread': 
6462                 make sure we put utf8 in the log.
6463
6464 2006-12-16 [colin]      2.6.1cvs44
6465
6466         * src/toolbar.c
6467         * src/toolbar.h
6468                 Fix bug 1055, 'Add the 'cancel receive' 
6469                 in the available events for the toolbar buttons'
6470
6471 2006-12-16 [colin]      2.6.1cvs43
6472
6473         * po/POTFILES.in
6474         * src/imap.c
6475         * src/common/nntp.c
6476         * src/common/session.c
6477                 Log error when SSL handshakes fail. 
6478                 Fixes bug 1082, 'incorrect / imprecise 
6479                 error message when imap server provides 
6480                 ssl only through STARTTLS but SSL is 
6481                 selected'
6482
6483 2006-12-15 [wwp]        2.6.1cvs42
6484
6485         * src/plugins/bogofilter/bogofilter_gtk.c
6486                 set proper sensitivity to widgets I've recently added.
6487
6488 2006-12-15 [colin]      
6489
6490         2.7.0-rc1 released
6491
6492 2006-12-15 [wwp]        2.6.1cvs41
6493
6494         * src/plugins/bogofilter/bogofilter.c
6495         * src/plugins/bogofilter/bogofilter.h
6496         * src/plugins/bogofilter/bogofilter_gtk.c
6497                 bogofilter's whitelist can now use a subset of
6498                 the addressbook (either a book, a subfolder of a book,
6499                 or the whole addressbook by using "Any"). Re-used there
6500                 some pref_matcher widgets and mechanisms to match a subset
6501                 of the addressbook.
6502
6503 2006-12-15 [wwp]        2.6.1cvs40
6504
6505         * src/wizard.c
6506         * src/common/plugin.c
6507         * src/common/plugin.h
6508         * src/gtk/about.c
6509         * src/plugins/bogofilter/bogofilter.c
6510         * src/plugins/clamav/clamav_plugin.c
6511         * src/plugins/demo/demo.c
6512         * src/plugins/dillo_viewer/dillo_viewer.c
6513         * src/plugins/pgpcore/plugin.c
6514         * src/plugins/pgpinline/plugin.c
6515         * src/plugins/pgpmime/plugin.c
6516         * src/plugins/spamassassin/spamassassin.c
6517         * src/plugins/trayicon/trayicon.c
6518                 factorize some translatable strings (plugins-related),
6519                 fix missing punctuation in several places,
6520                 remove useless translatable \n in about.c,
6521                 and factorize plugin init code w/ a new function
6522                 check_plugin_version() in common/plugin.c.
6523                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6524
6525 2006-12-15 [wwp]        2.6.1cvs39
6526
6527         * src/plugins/bogofilter/bogofilter.c
6528         * src/plugins/bogofilter/bogofilter_gtk.c
6529                 flag whitelisted spams as spam, but don't filter it to the spam
6530                 folder. Thanks to Colin.
6531
6532 2006-12-15 [ticho]      2.6.1cvs38
6533
6534         * src/plugins/bogofilter/bogofilter.c
6535         * src/plugins/bogofilter/bogofilter.h
6536         * src/plugins/bogofilter/bogofilter_gtk.c
6537                 Add option to whitelist senders found in addressbook. Patch by colin.
6538
6539 2006-12-15 [paul]       2.6.1cvs37
6540
6541         * src/folderview.c
6542                 add missing #include "log.h"
6543
6544 2006-12-15 [paul]       2.6.1cvs36
6545
6546         * src/plugins/bogofilter/bogofilter.c
6547         * src/plugins/bogofilter/bogofilter.h
6548         * src/plugins/bogofilter/bogofilter_gtk.c
6549                 Add an option to allow inserting an
6550                 X-Claws-Bogosity header (on MH folders
6551                 only). Patch by Colin
6552
6553 2006-12-14 [colin]      2.6.1cvs35
6554
6555         * src/main.c
6556                 "Yes" should be the default choice for
6557                 migration configuration
6558
6559 2006-12-14 [paul]       2.6.1cvs34
6560
6561         * src/prefs_summaries.c
6562         * manual/advanced.xml
6563                 Unhide mark_as_read_delay
6564
6565 2006-12-14 [paul]       2.6.1cvs33
6566
6567         * src/messageview.c
6568         * src/messageview.h
6569         * src/mimeview.c
6570         * src/mimeview.h
6571         * src/summaryview.c
6572         * src/textview.c
6573         * src/textview.h
6574                 Fix printing of selection
6575                 Fix printing of message parts
6576                 Fix printing of images
6577         * src/gtk/gtksourceprintjob.c
6578                 Fix page count when there are images
6579
6580 2006-12-14 [wwp]        2.6.1cvs32
6581
6582         * src/mainwindow.c
6583         * src/summaryview.c
6584         * src/summaryview.h
6585         * src/gtk/quicksearch.c
6586                 fix quicksearch 'magnify' button status when QS is closed
6587                 using the Escape key, thanks to Colin.
6588
6589 2006-12-14 [wwp]        2.6.1cvs31
6590
6591         * src/mainwindow.c
6592         * src/summaryview.c
6593         * src/summaryview.h
6594         * src/gtk/quicksearch.c
6595                 fix quicksearch 'magnify' button status when QS is closed
6596                 using the Escape key, thanks to Colin.
6597
6598 2006-12-13 [colin]      2.6.1cvs30
6599
6600         * src/ldapquery.c
6601         * src/ldaputil.c
6602                 Use the binary safe version of ldap_get_values,
6603                 to make sure we manipulate null-terminated 
6604                 strings. Maybe fixes bug 1075, 'claws mail 
6605                 segfault when completing ldap adresses'
6606         * src/syldap.c ** REMOVED **
6607         * src/syldap.h ** REMOVED **
6608                 Remove dead files
6609
6610 2006-12-13 [mones]      2.6.1cvs29
6611
6612         * po/es.po
6613                 Fixed piped strings, fixed click translation
6614
6615 2006-12-13 [paul]       2.6.1cvs28
6616
6617         * src/main.c
6618                 don't translate these strings
6619
6620 2006-12-13 [paul]       2.6.1cvs27
6621
6622         * po/en_GB.po
6623                 updated
6624
6625 2006-12-13 [colin]      2.6.1cvs26
6626
6627         * src/main.c
6628         * src/main.h
6629                 Add claws_is_starting()
6630
6631 2006-12-13 [mones]      2.6.1cvs25
6632
6633         * manual/es/advanced.xml
6634         * po/es.po
6635                 Synced manual and updated translation
6636
6637 2006-12-12 [colin]      2.6.1cvs24
6638
6639         * src/wizard.c
6640                 Add an option to use STARTTLS in the
6641                 welcome wizard. Fixes bug 1080, 
6642                 'Using SSL option in wizard for incoming 
6643                 server does not activate SSL with STARTTLS'
6644
6645 2006-12-12 [colin]      2.6.1cvs23
6646
6647         * src/main.c
6648                 Don't exit when there's an incomplete
6649                 mailbox configured - leaves a chance 
6650                 to fix a failing IMAP account. Exit
6651                 if no mailbox at all is loaded (case
6652                 of missing plugin).
6653                 Completes bug 1077's fix (I was wrong
6654                 in this bug's comment #3).
6655
6656 2006-12-12 [colin]      2.6.1cvs22
6657
6658         * src/gtk/menu.h
6659                 Add another menu data type
6660         * src/prefs_account.c
6661                 Complete the completion of bug 1076
6662                 (doesn't lose the pref on apply)
6663
6664 2006-12-12 [paul]       2.6.1cvs21
6665
6666         * src/prefs_account.c
6667                 complete the fix of bug 1076
6668                 also be more verbose with the text
6669
6670 2006-12-12 [paul]       2.6.1cvs20
6671
6672         * src/gtk/combobox.c
6673                 fix compilation warning
6674
6675 2006-12-11 [colin]      2.6.1cvs19
6676
6677         * src/wizard.c
6678                 Document :port in server entry tooltips
6679
6680 2006-12-11 [colin]      2.6.1cvs18
6681
6682         * src/main.c
6683                 Fix compile
6684
6685 2006-12-11 [colin]      2.6.1cvs17
6686
6687         * src/main.c
6688                 Add failing IMAP as a reason for no
6689                 mailbox
6690
6691 2006-12-11 [colin]      2.6.1cvs16
6692
6693         * src/prefs_account.c
6694                 Check for existence of inbox for local
6695                 accounts too
6696         * src/wizard.c
6697                 Allow setting the port to use for servers
6698                 by using the usual "server.example.com:port"
6699                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6700                 not start when IMAP server is unavailable'
6701
6702 2006-12-11 [colin]      2.6.1cvs15
6703
6704         * src/prefs_account.c
6705                 Prevent use of non-existing default inbox
6706
6707 2006-12-11 [colin]      2.6.1cvs14
6708
6709         * src/prefs_account.c
6710                 Fix sensitivity. Fixes bug 1076, 'privacy 
6711                 options are displayed even when pgp plugin 
6712                 not loaded / available'
6713
6714 2006-12-09 [colin]      2.6.1cvs13
6715
6716         * manual/advanced.xml
6717         * src/prefs_common.c
6718         * src/prefs_common.h
6719         * src/common/ssl_certificate.c
6720                 Add a new hidden preference, 'unsafe_ssl_certs',
6721                 which allows to store multiple certificates per
6722                 server/port. This is disabled by default because
6723                 it's less secure (presenting a new certificate
6724                 instead of a changed one raises less alarms).
6725                 This will cause Claws to ask about an unknown
6726                 certificate for people who have used 2.6.1cvs8
6727                 or greater.
6728
6729 2006-12-09 [colin]      2.6.1cvs12
6730
6731         * src/action.c
6732                 Fix cache updating after action
6733
6734 2006-12-07 [wwp]        2.6.1cvs11
6735
6736         * src/compose.c
6737                 fix email address comparison when replying to all
6738                 (avoid replying to ourselves), thanks to Colin.
6739
6740 2006-12-06 [paul]       2.6.1cvs10
6741
6742         * src/addrharvest.c
6743         * src/editldap.c
6744         * src/expldifdlg.c
6745         * src/news.c
6746         * src/toolbar.c
6747         * src/common/utils.c
6748                 ...and more renaming
6749                 Thanks to Colin
6750
6751 2006-12-06 [paul]       2.6.1cvs9
6752
6753         * src/compose.c
6754         * src/messageview.c
6755         * src/procheader.c
6756         * src/procmime.c
6757         * src/procmsg.c
6758         * src/textview.c
6759                 more renaming
6760                 Thanks to Colin
6761
6762 2006-12-06 [colin]      2.6.1cvs8
6763
6764         * src/ssl_manager.c
6765         * src/common/ssl_certificate.c
6766         * src/common/ssl_certificate.h
6767                 Handle multiple certificates per host/port
6768
6769 2006-12-06 [colin]      2.6.1cvs7
6770
6771         * src/etpan/imap-thread.c
6772                 Fix certificate checking on IMAP
6773
6774 2006-12-06 [colin]      2.6.1cvs6
6775
6776         * src/folderview.c
6777                 Fix bug 1072, 'Claws stops fetching newsgroups 
6778                 from server when newsgroup got deleted': continue
6779                 checking other groups
6780
6781 2006-12-05 [wwp]        2.6.1cvs5
6782
6783         * src/message_search.c
6784         * src/summary_search.c
6785         * src/gtk/combobox.c
6786         * src/gtk/combobox.h
6787         * src/gtk/gtkutils.c
6788         * src/gtk/gtkutils.h
6789                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6790                 behave like w/ old comboboxes (summary and message search only).
6791
6792 2006-12-05 [paul]       2.6.1cvs4
6793
6794         * src/wizard.c
6795                 encode headers
6796                 Thanks to Colin
6797
6798 2006-12-05 [paul]       2.6.1cvs3
6799
6800         * tools/README
6801         * tools/textviewer.pl
6802                 script updated and description added
6803
6804 2006-12-04 [colin]      2.6.1cvs2
6805
6806         * src/compose.c
6807                 Run pre-send hook only when checking
6808                 everything
6809
6810 2006-12-04 [paul]       2.6.1cvs1
6811
6812         * NEWS
6813         * README
6814         * RELEASE_NOTES
6815         * configure.ac
6816         * tools/README
6817                 bump up version number following stable release
6818
6819 2006-12-04 [paul]       2.6.0cvs83
6820
6821         * README
6822                 updates and corrections
6823
6824 2006-12-04 [colin]      2.6.0cvs82
6825
6826         * src/common/utils.c
6827                 Probably fix bug 1066, 'Incorrect mailbox 
6828                 size displayed'
6829
6830 2006-12-04 [colin]      2.6.0cvs81
6831
6832         * src/common/utils.c
6833                 Trim tabs from mailcap file too.
6834
6835 2006-12-02 [paul]       2.6.0cvs80
6836
6837         * src/exphtmldlg.c
6838                 fix broken GUI under certain languages
6839         * src/expldifdlg.c
6840                 put the Cancel button to the right
6841
6842 2006-12-01 [paul]       2.6.0cvs79
6843
6844         * tools/Makefile.am
6845                 remove reference to removed file
6846
6847 2006-12-01 [wwp]        2.6.0cvs78
6848
6849         * src/addressbook.c
6850         * src/editaddress.c
6851                 remove forgotten debug statements.
6852
6853 2006-12-01 [wwp]        2.6.0cvs77
6854
6855         * manual/advanced.xml
6856         * manual/fr/advanced.xml
6857         * src/addressbook.c
6858         * src/addressbook.h
6859         * src/addressitem.h
6860         * src/editaddress.c
6861         * src/editaddress.h
6862         * src/prefs_common.c
6863         * src/prefs_common.h
6864         * src/gtk/gtkutils.c
6865         * src/gtk/gtkutils.h
6866                 add a hidden option to allow embedding the editaddress (edit contact details)
6867                 dialog into the addressbook's window. This doesn't change the default
6868                 behaviour.
6869
6870 2006-12-01 [wwp]        2.6.0cvs76
6871
6872         * src/message_search.c
6873         * src/summary_search.c
6874                 fix more focus issues (don't set focus to combobox's entry widget when
6875                 entry's value changed, if entry widget has focus already).
6876
6877 2006-12-01 [wwp]        2.6.0cvs75
6878
6879         * src/gtk/quicksearch.c
6880                 revert last changes to the quicksearch gtk_combo_box, this needs more
6881                 tuning and testing.
6882
6883 2006-12-01 [paul]       2.6.0cvs74
6884
6885         * tools/kdeservicemenu/README
6886         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6887         * tools/kdeservicemenu/install.sh
6888         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6889         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6890                 simplify this stuff, and in so doing,
6891                 fix it. (possibly re-extend it again at
6892                 a later date)
6893
6894 2006-12-01 [wwp]        2.6.0cvs73
6895
6896         * src/gtk/quicksearch.c
6897                 adapt quicksearch code to use modern gtk_combo_box'es.
6898
6899 2006-12-01 [wwp]        2.6.0cvs72
6900
6901         * src/common/defs.h
6902         * src/prefs_common.c
6903         * src/prefs_common.h
6904         * src/message_search.c
6905         * src/summary_search.c
6906         * src/gtk/combobox.c
6907         * src/gtk/combobox.h
6908                 add history combos to all message and summary search fields.
6909
6910 2006-12-01 [wwp]        2.6.0cvs71
6911
6912         * src/summaryview.c
6913                 As the list may change while the mark as read delay
6914                 runs, we can't rely on the 'row' pointer, which can
6915                 be invalid when the timeout is called. As the mark
6916                 as read is only done if the message is still selected,
6917                 use summaryview->selected instead. Thanks to Colin.
6918
6919 2006-11-30 [paul]       2.6.0cvs70
6920
6921         * src/textview.c
6922                 give emphasis to "Sylpheed-Claws"
6923                 as well as "Claws Mail"
6924
6925 2006-11-30 [colin]      2.6.0cvs69
6926
6927         * src/wizard.c
6928                 Put the SSL checkboxes in the receiving
6929                 and sending server pages.
6930
6931 2006-11-29 [colin]      2.6.0cvs68
6932
6933         * src/gtk/gtkutils.c
6934         * src/gtk/gtkvscrollbutton.c
6935                 Revert some deprecated fixes - they seem to
6936                 deprecate stuff as soon as a new one gets out.
6937                 g_object_ref_sink needed glib-2.10.
6938
6939 2006-11-29 [colin]      2.6.0cvs67
6940
6941         * src/common/utils.c
6942                 Create .mailcap if it doesn't exist
6943
6944 2006-11-29 [colin]      2.6.0cvs66
6945
6946         * src/compose.c
6947                 Followup to cvs60: use original list
6948                 of recipients if replying to a mail
6949                 in Sent Drafts or Queue.
6950
6951 2006-11-27 [paul]       2.6.0cvs65
6952
6953         * src/image_viewer.c
6954                 revert the last change for now (it's broken)
6955
6956 2006-11-27 [paul]       2.6.0cvs64
6957
6958         * Makefile.am
6959         * configure.ac
6960         * m4/aclocal-include.m4
6961         * m4/check-type.m4
6962         * src/Makefile.am
6963         * src/addr_compl.c
6964         * src/compose.c
6965         * src/crash.c
6966         * src/export.c
6967         * src/exporthtml.c
6968         * src/exportldif.c
6969         * src/imap.c
6970         * src/import.c
6971         * src/main.c
6972         * src/main.h
6973         * src/matcher.c
6974         * src/mimeview.c
6975         * src/procmsg.c
6976         * src/textview.c
6977         * src/common/Makefile.am
6978         * src/common/claws.c
6979         * src/common/claws.h
6980         * src/common/ssl.c
6981         * src/common/sylpheed.c
6982         * src/common/sylpheed.h
6983         * src/etpan/Makefile.am
6984         * src/gtk/Makefile.am
6985         * src/gtk/claws-marshal.list
6986         * src/gtk/filesel.c
6987         * src/gtk/gtksctree.c
6988         * src/gtk/quicksearch.c
6989         * src/gtk/sylpheed-marshal.list
6990         * src/plugins/bogofilter/bogofilter.c
6991         * src/plugins/bogofilter/bogofilter_gtk.c
6992         * src/plugins/clamav/clamav_plugin.c
6993         * src/plugins/clamav/clamav_plugin_gtk.c
6994         * src/plugins/demo/demo.c
6995         * src/plugins/dillo_viewer/dillo_viewer.c
6996         * src/plugins/pgpcore/Makefile.am
6997         * src/plugins/pgpcore/claws.def
6998         * src/plugins/pgpcore/pgp_viewer.c
6999         * src/plugins/pgpcore/plugin.c
7000         * src/plugins/pgpcore/sylpheed.def
7001         * src/plugins/pgpinline/Makefile.am
7002         * src/plugins/pgpinline/claws.def
7003         * src/plugins/pgpinline/plugin.c
7004         * src/plugins/pgpinline/sylpheed.def
7005         * src/plugins/pgpmime/Makefile.am
7006         * src/plugins/pgpmime/claws.def
7007         * src/plugins/pgpmime/plugin.c
7008         * src/plugins/pgpmime/sylpheed.def
7009         * src/plugins/spamassassin/spamassassin.c
7010         * src/plugins/spamassassin/spamassassin_gtk.c
7011         * src/plugins/trayicon/trayicon.c
7012                 yet more renaming
7013                 remove deprecated gtk_tooltips_set_delay()
7014
7015 2006-11-26 [paul]       2.6.0cvs63
7016
7017         * src/expldifdlg.c
7018         * src/folderview.c
7019         * src/image_viewer.c
7020         * src/mainwindow.c
7021         * src/gtk/gtkutils.c
7022         * src/gtk/gtkvscrollbutton.c
7023         * src/gtk/prefswindow.c
7024         * src/plugins/pgpcore/prefs_gpg.c
7025                 replace more deprecated GTK+ functions
7026
7027 2006-11-26 [paul]       2.6.0cvs62
7028
7029         * src/addr_compl.c
7030         * src/addressbook.c
7031         * src/browseldap.c
7032                 replace deprecated gtk_idle_... functions
7033
7034 2006-11-26 [paul]       2.6.0cvs61
7035
7036         * src/compose.c
7037         * src/folderview.c
7038         * src/inc.c
7039         * src/summaryview.c
7040         * src/gtk/gtkvscrollbutton.c
7041         * src/gtk/quicksearch.c
7042         * src/plugins/pgpcore/passphrase.c
7043                 replace deprecated gtk_timeout_add and
7044                 gtk_timeout_remove
7045
7046 2006-11-26 [paul]       2.6.0cvs60
7047
7048         * src/compose.c
7049                 fix bug that caused the wrong recipient
7050                 to be selected when replying to a msg
7051                 which is From one of our accounts to
7052                 another of our accounts
7053
7054 2006-11-25 [paul]       2.6.0cvs59
7055
7056         * src/summaryview.c
7057                 don't change the From column title to
7058                 To if the To column is visible
7059
7060 2006-11-24 [paul]       2.6.0cvs58
7061
7062         * src/compose.c
7063                 fix bug 1069, 'Sent mails disappear, BCC
7064                 or locking problem?'
7065
7066 2006-11-21 [wwp]        2.6.0cvs57
7067
7068         * src/compose.c
7069                 fix spelling menu when replying (same as 2.3.1cvs39):
7070                 discrepancy between context menu and top menu when
7071                 folder's dictionary isn't the default one.
7072
7073 2006-11-19 [paul]       2.6.0cvs56
7074
7075         * src/summaryview.c
7076                 obey always_show_msg option when
7077                 marking as spam
7078         * src/plugins/bogofilter/bogofilter.c
7079                 fix typo
7080
7081 2006-11-18 [paul]       2.6.0cvs55
7082
7083         * AUTHORS
7084         * README
7085         * debian/copyright
7086         * manual/ack.xml
7087         * manual/es/ack.xml
7088         * manual/fr/ack.xml
7089         * manual/pl/ack.xml
7090         * src/gtk/authors.h
7091         * src/gtk/icon_legend.c
7092         * src/gtk/icon_legend.h
7093         * tools/OOo2claws-mail.pl
7094         * tools/README
7095         * tools/acroread2claws-mail.pl
7096         * tools/claws.i18n.status.pl
7097         * tools/filter_conv.pl
7098         * tools/filter_conv_new.pl
7099         * tools/freshmeat_search.pl
7100         * tools/google_search.pl
7101         * tools/kmail2claws-mail.pl
7102         * tools/kmail2claws-mail_v2.pl
7103         * tools/maildir2claws-mail.pl
7104         * tools/make.themes.project
7105         * tools/multiwebsearch.pl
7106         * tools/outlook2claws-mail.pl
7107         * tools/tb2claws-mail
7108         * tools/kdeservicemenu/README
7109         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7110                 update mine and wwp's email addresses in
7111                 several places
7112                 Patch by wwp
7113         * src/prefs_compose_writing.c
7114                 set sensitivity on 'new message format' frame
7115
7116 2006-11-17 [paul]       2.6.0cvs54
7117
7118         * src/gtk/about.c
7119                 more reworking of the GUI
7120                 Patch by Fabien Vantard
7121
7122 2006-11-16 [paul]       2.6.0cvs53
7123
7124         * src/gtk/about.c
7125                 set a minimum size for the window, allow
7126                 it to automatically expand as necessary
7127
7128 2006-11-16 [wwp]        2.6.0cvs52
7129
7130         * src/gtk/about.c
7131                 better wrap of copyright info on some systems.
7132
7133 2006-11-16 [paul]       2.6.0cvs51
7134
7135         * src/gtk/about.c
7136                 move the tech info from the upper panel
7137                 to the Info tab
7138                 use a gtk_text_view for the features tab
7139
7140 2006-11-16 [paul]       2.6.0cvs50
7141
7142         * po/Makevars
7143                 update my email address
7144         * src/addressbook.c
7145         * src/compose.c
7146         * src/imap_gtk.c
7147         * src/mh_gtk.c
7148         * src/news_gtk.c
7149         * src/summaryview.c
7150         * src/plugins/trayicon/trayicon.c
7151                 don't offer simple menu separators
7152                 for translation
7153         * src/folderview.c
7154                 add separator between 'mark all read'
7155                 and 'search folder'
7156
7157 2006-11-15 [wwp]        2.6.0cvs49
7158
7159         * src/gtk/authors.h
7160                 updated manuals authors.
7161
7162 2006-11-14 [paul]       2.6.0cvs48
7163
7164         * src/compose.c
7165                 Fix Options/Reply mode after draft save
7166
7167 2006-11-14 [paul]       2.6.0cvs47
7168
7169         * src/Makefile.am
7170                 Fix make DESTDIR=...
7171         * src/mbox.c
7172                 Optimise speed
7173         * src/plugins/pgpinline/pgpinline.c
7174                 Probably fix bug 1061
7175
7176 2006-11-14 [paul]       2.6.0cvs46
7177
7178         * po/Makevars
7179                 enable Q_ macro
7180         * src/Makefile.am
7181         * src/stock_pixmap.c
7182         * src/stock_pixmap.h
7183         * src/gtk/about.c
7184         * src/pixmaps/active.xpm
7185         * src/pixmaps/inactive.xpm
7186                 add a new page, 'Features', to the About dialog
7187                 showing which features are compiled in and which
7188                 are not
7189
7190 2006-11-14 [paul]       2.6.0cvs45
7191
7192         * po/ru.po
7193                 updated by Pavlo Bohmat
7194
7195 2006-11-14 [colin]      2.6.0cvs44
7196
7197         * src/compose.c
7198         * src/inc.c
7199         * src/messageview.c
7200         * src/news.c
7201         * src/pop.c
7202         * src/procmsg.c
7203         * src/gtk/gtkaspell.c
7204                 Fix 64-bit-related warnings
7205         * src/ssl_manager.c
7206                 Fix possible infinite loop
7207         * src/plugins/pgpcore/sgpgme.c
7208                 Remove useless check
7209
7210 2006-11-13 [colin]      2.6.0cvs43
7211
7212         * src/gtk/Makefile.am
7213                 authors.h isn't generated
7214
7215 2006-11-13 [colin]      2.6.0cvs42
7216
7217         * src/plugins/pgpinline/pgpinline.c
7218         * src/plugins/pgpmime/pgpmime.c
7219                 Very probably fix bug 1061, 'crash on 
7220                 opening signed email'. Another cast
7221                 problem
7222
7223 2006-11-13 [colin]      2.6.0cvs41
7224
7225         * src/plugins/pgpcore/sgpgme.c
7226                 Maybe fix bug 1061, 'crash on opening 
7227                 signed email'
7228
7229 2006-11-13 [wwp]        2.6.0cvs40
7230
7231         * src/plugins/pgpinline/pgpinline.c
7232                 fix candidate for bug #1057, thanks to Colin.
7233
7234 2006-11-13 [wwp]        2.6.0cvs39
7235
7236         * src/compose.c
7237         * src/quote_fmt_parse.y
7238                 fix bug 1052: current parser buffer was not always 
7239                 allocated, ptr to this buffer could be returned as 
7240                 NULL whereas no parser error has occurred. in 
7241                 consequence, defining a template body as "%d" 
7242                 (w/o the quotes) for the first time of the instance 
7243                 of claws-mail, was reporting a parser error. make 
7244                 sure that the buffer is always allocated, even to 
7245                 an empty string.
7246                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7247                 unescaping of the fmt string was always done 
7248                 whereas it must be done *only* when receiving 
7249                 quote format strings issued from the prefs 
7250                 (compose new message, reply, forward, redirect 
7251                 formats), *not* when applying templates.  in 
7252                 consequences, applying templates w/ sequences 
7253                 like \\|p{echo} were failing. make sure that 
7254                 unescaping is done only when necessary.
7255
7256 2006-11-12 [colin]      2.6.0cvs38
7257
7258         * po/de.po
7259                 Fix typo (s/KB/MB)
7260
7261 2006-11-12 [colin]      2.6.0cvs37
7262
7263         * src/plugins/pgpinline/pgpinline.c
7264         * src/plugins/pgpmime/pgpmime.c
7265                 Release GPG context at the latest 
7266                 possible moment. Maybe fixes 
7267                 bug 1057, 'crash on sending signed 
7268                 message to a newsgroup'
7269                 
7270
7271 2006-11-12 [colin]      2.6.0cvs36
7272
7273         * src/plugins/pgpcore/sgpgme.c
7274                 Tell a bit more when gpg's status doesn't
7275                 contain any signature
7276
7277 2006-11-12 [colin]      2.6.0cvs35
7278
7279         * src/compose.c
7280                 Fix bug 1060, 'compilation error with 
7281                 Irix's cc'
7282
7283 2006-11-12 [paul]       2.6.0cvs34
7284
7285         * doc/man/claws-mail.1
7286         * src/prefs_gtk.c
7287         * src/plugins/clamav/README
7288         * src/plugins/spamassassin/README
7289         * tools/README
7290         * tools/freshmeat_search.pl
7291         * tools/google_search.pl
7292         * tools/multiwebsearch.pl
7293                 more renaming
7294         * src/plugins/trayicon/trayicon.c
7295                 fix compiliation warning
7296
7297 2006-11-11 [colin]      2.6.0cvs33
7298
7299         * src/folderview.c
7300                 Forbid drag and drop from/to different
7301                 folders of type F_UNKNOWN
7302
7303 2006-11-11 [colin]      2.6.0cvs32
7304
7305         * src/plugins/pgpinline/pgpinline.c
7306                 Fix typo in previous commit:
7307                 - gpgme_new(&ctx);
7308                 + if ((err = gpgme_new(&data->ctx)) ...)
7309
7310 2006-11-11 [colin]      2.6.0cvs31
7311
7312         * src/plugins/pgpinline/pgpinline.c
7313         * src/plugins/pgpmime/pgpmime.c
7314                 Check success after calling gpgme_new
7315                 Maybe fixes bug 1057, 'crash on sending 
7316                 signed message to a newsgroup'
7317
7318 2006-11-11 [colin]      2.6.0cvs30
7319
7320         * src/undo.c
7321                 init undostruct to 0s (from
7322                 valgrind log of bug 1057)
7323
7324 2006-11-10 [colin]      2.6.0cvs29
7325
7326         * src/mainwindow.c
7327                 Set cursor to wait before filtering
7328                 duplicates in all folders
7329         * src/plugins/bogofilter/bogofilter.c
7330         * src/plugins/bogofilter/bogofilter.h
7331         * src/plugins/bogofilter/bogofilter_gtk.c
7332                 Completely thread away the bogofilter
7333                 filtering
7334
7335 2006-11-10 [mones]      2.6.0cvs28
7336
7337         * src/compose.c
7338         * src/compose.h
7339                 added COMPOSE_CHECK_BEFORE_SEND hook
7340
7341 2006-11-10 [paul]       2.6.0cvs27
7342
7343         * src/crash.c
7344                 more renaming
7345                 add libSM to get_compiled_in_features()
7346         * src/main.c
7347                 more renaming
7348
7349 2006-11-10 [colin]      2.6.0cvs26
7350
7351         * src/etpan/imap-thread.c
7352                 Add a reference to libetpan's sasl engine
7353                 so that sasl_done() doesn't get called by
7354                 libetpan, and doesn't break openssl.
7355                 Should fix bug 1053, 'SC fails to reestablish 
7356                 a secure connection'
7357                 Patch by Hoa
7358
7359 2006-11-10 [colin]      2.6.0cvs25
7360
7361         * manual/addrbook.xml
7362         * manual/advanced.xml
7363         * manual/faq.xml
7364         * manual/intro.xml
7365                 Some more renaming
7366
7367 2006-11-09 [colin]      2.6.0cvs24
7368
7369         * src/plugins/bogofilter/bogofilter_gtk.c
7370                 Add comment about annoyance
7371
7372 2006-11-09 [colin]      2.6.0cvs23
7373
7374         * src/plugins/bogofilter/bogofilter.c
7375         * src/plugins/bogofilter/bogofilter_gtk.c
7376                 Prepare things needed to thread bogofilter
7377                 filtering: separate bogo stuff and possible GUI
7378                 stuff. 
7379
7380 2006-11-09 [colin]      2.6.0cvs22
7381
7382         * src/account.c
7383         * src/compose.c
7384                 Search for one of our accounts in Delivered-To
7385                 (helps for auto-account selection when 
7386                  replying/forwarding)
7387         * src/folderview.c
7388         * src/mainwindow.c
7389         * src/mainwindow.h
7390         * src/plugins/trayicon/trayicon.c
7391                 Allow opening a new mail with any account from
7392                 the contextual menu
7393
7394 2006-11-09 [wwp]        2.6.0cvs21
7395
7396         * src/compose.c
7397         * src/prefs_common.c
7398         * src/prefs_common.h
7399         * src/prefs_compose_writing.c
7400                 add a compose new message format (in prefs/compose/writing), it's a
7401                 simple subject+body template to use when opening a new composition
7402                 window. It's similar to the existent reply and forward formats.
7403
7404                 enhanced the template/format % symbols substitution mechanism to
7405                 use current composition window information when % are used in
7406                 the compose new message format or in templates applied to new
7407                 messages (there were useless in that situations before). When
7408                 applied to new messages, %d corresponds to the system time/date.
7409
7410 2006-11-09 [paul]       2.6.0cvs20
7411
7412         * src/gtk/authors.h
7413                 fix last commit
7414
7415 2006-11-09 [paul]       2.6.0cvs19
7416
7417         * src/gtk/authors.h
7418                 keep tje alphabetical order
7419
7420 2006-11-08 [colin]      2.6.0cvs18
7421
7422         * src/etpan/imap-thread.c
7423                 Fix bug 1054, 'Slowness logging big 
7424                 data chunks'
7425
7426 2006-11-08 [paul]       2.6.0cvs17
7427
7428         * tools/Makefile.am
7429                 fix the renaming
7430
7431 2006-11-08 [paul]       2.6.0cvs16
7432
7433         * src/common/defs.h
7434                 update BUGZILLA_URI
7435
7436 2006-11-08 [paul]       2.6.0cvs15
7437
7438         * tools/Makefile.am
7439         * tools/OOo2claws-mail.pl
7440         * tools/OOo2sylpheed.pl
7441         * tools/README
7442         * tools/acroread2claws-mail.pl
7443         * tools/acroread2sylpheed.pl
7444         * tools/kmail2claws-mail.pl
7445         * tools/kmail2claws-mail_v2.pl
7446         * tools/kmail2sylpheed.pl
7447         * tools/kmail2sylpheed_v2.pl
7448         * tools/maildir2claws-mail.pl
7449         * tools/maildir2sylpheed.pl
7450         * tools/nautilus2claws-mail.sh
7451         * tools/nautilus2sylpheed.sh
7452         * tools/outlook2claws-mail.pl
7453         * tools/outlook2sylpheed.pl
7454         * tools/tb2claws-mail
7455         * tools/tb2sylpheed
7456         * tools/tbird2claws.py
7457         * tools/tbird2syl.py
7458         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7459         * tools/kdeservicemenu/install.sh
7460         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7461         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7462         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7463         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7464         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7465                 renamed (removed, added) tools files
7466
7467 2006-11-08 [paul]       2.6.0cvs14
7468
7469         * src/main.c
7470         * src/common/defs.h
7471                 Migrate sylpheedrc to clawsrc, and fix the standard
7472                 plugins path in the process
7473
7474 2006-11-07 [colin]      2.6.0cvs13
7475
7476         * src/Makefile.am
7477                 Symlink sylpheed-claws relative to 
7478                 claws-mail
7479
7480 2006-11-07 [colin]      2.6.0cvs12
7481
7482         * src/compose.c
7483                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7484
7485 2006-11-07 [paul]       2.6.0cvs11
7486
7487         * src/gtk/about.c
7488                 Fix a missed occurence of
7489                 Sylpheed-Claws
7490
7491 2006-11-07 [paul]       2.6.0cvs10
7492
7493         * src/Makefile.am
7494                 Fix symlink installation
7495
7496 2006-11-07 [paul]       2.6.0cvs9
7497
7498         * src/Makefile.am
7499                 Symlink claws-mail to sylpheed-claws
7500         * src/common/utils.c
7501                 Fix migrating symlinks
7502         * src/etpan/imap-thread.c
7503                 check certificate only when there's
7504                 no error
7505
7506 2006-11-07 [paul]       2.6.0cvs8
7507
7508         * Makefile.am
7509                 Fix icon breakages with Gtk, which needs a 
7510                 cache updated to see them.
7511
7512 2006-11-07 [paul]       2.6.0cvs7
7513
7514         * .cvsignore
7515         * AUTHORS
7516         * COPYING
7517         * INSTALL
7518         * Makefile.am
7519         * NEWS
7520         * README
7521         * RELEASE_NOTES
7522         * autogen.sh
7523         * claws-mail-128x128.png
7524         * claws-mail-64x64.png
7525         * claws-mail.ico
7526         * claws-mail.pc.in
7527         * claws-mail.png
7528         * configure.ac
7529         * sylpheed-claws-128x128.png
7530         * sylpheed-claws-64x64.png
7531         * sylpheed-claws.desktop
7532         * sylpheed-claws.ico
7533         * sylpheed-claws.pc.in
7534         * sylpheed-claws.png
7535         * debian/README.Debian
7536         * debian/changelog
7537         * debian/claws-mail.desktop
7538         * debian/claws-mail.menu
7539         * debian/claws-mail.postinst.debhelper
7540         * debian/claws-mail.postrm.debhelper
7541         * debian/control
7542         * debian/copyright
7543         * debian/files
7544         * debian/rules
7545         * debian/sylpheed-claws.desktop
7546         * debian/sylpheed-claws.menu
7547         * debian/sylpheed-claws.postinst.debhelper
7548         * debian/sylpheed-claws.postrm.debhelper
7549         * doc/man/Makefile.am
7550         * doc/man/claws-mail.1
7551         * doc/man/sylpheed-claws.1
7552         * doc/src/ChangeLog.claws-pre0.8.0
7553         * manual/Makefile.am
7554         * manual/account.xml
7555         * manual/ack.xml
7556         * manual/addrbook.xml
7557         * manual/advanced.xml
7558         * manual/claws-mail-manual.xml
7559         * manual/faq.xml
7560         * manual/glossary.xml
7561         * manual/handling.xml
7562         * manual/intro.xml
7563         * manual/keyboard.xml
7564         * manual/plugins.xml
7565         * manual/starting.xml
7566         * manual/sylpheed-claws-manual.xml
7567         * manual/xml2pdf
7568         * manual/dist/.cvsignore
7569         * manual/dist/html/.cvsignore
7570         * manual/dist/html/Makefile.am
7571         * manual/dist/pdf/.cvsignore
7572         * manual/dist/pdf/Makefile.am
7573         * manual/dist/ps/.cvsignore
7574         * manual/dist/ps/Makefile.am
7575         * manual/dist/txt/.cvsignore
7576         * manual/dist/txt/Makefile.am
7577         * manual/es/Makefile.am
7578         * manual/es/advanced.xml
7579         * manual/es/claws-mail-manual.xml
7580         * manual/es/faq.xml
7581         * manual/es/glossary.xml
7582         * manual/es/handling.xml
7583         * manual/es/intro.xml
7584         * manual/es/plugins.xml
7585         * manual/es/sylpheed-claws-manual.xml
7586         * manual/es/dist/.cvsignore
7587         * manual/es/dist/html/.cvsignore
7588         * manual/es/dist/html/Makefile.am
7589         * manual/es/dist/pdf/.cvsignore
7590         * manual/es/dist/pdf/Makefile.am
7591         * manual/es/dist/ps/.cvsignore
7592         * manual/es/dist/ps/Makefile.am
7593         * manual/es/dist/txt/.cvsignore
7594         * manual/es/dist/txt/Makefile.am
7595         * manual/fr/Makefile.am
7596         * manual/fr/account.xml
7597         * manual/fr/ack.xml
7598         * manual/fr/addrbook.xml
7599         * manual/fr/advanced.xml
7600         * manual/fr/claws-mail-manual.xml
7601         * manual/fr/faq.xml
7602         * manual/fr/glossary.xml
7603         * manual/fr/handling.xml
7604         * manual/fr/intro.xml
7605         * manual/fr/keyboard.xml
7606         * manual/fr/plugins.xml
7607         * manual/fr/starting.xml
7608         * manual/fr/sylpheed-claws-manual.xml
7609         * manual/fr/dist/.cvsignore
7610         * manual/fr/dist/html/.cvsignore
7611         * manual/fr/dist/html/Makefile.am
7612         * manual/fr/dist/pdf/.cvsignore
7613         * manual/fr/dist/pdf/Makefile.am
7614         * manual/fr/dist/ps/.cvsignore
7615         * manual/fr/dist/ps/Makefile.am
7616         * manual/fr/dist/txt/.cvsignore
7617         * manual/fr/dist/txt/Makefile.am
7618         * manual/pl/Makefile.am
7619         * manual/pl/account.xml
7620         * manual/pl/ack.xml
7621         * manual/pl/addrbook.xml
7622         * manual/pl/advanced.xml
7623         * manual/pl/claws-mail-manual.xml
7624         * manual/pl/faq.xml
7625         * manual/pl/glossary.xml
7626         * manual/pl/handling.xml
7627         * manual/pl/intro.xml
7628         * manual/pl/keyboard.xml
7629         * manual/pl/plugins.xml
7630         * manual/pl/starting.xml
7631         * manual/pl/sylpheed-claws-manual.xml
7632         * manual/pl/dist/.cvsignore
7633         * manual/pl/dist/html/.cvsignore
7634         * manual/pl/dist/html/Makefile.am
7635         * manual/pl/dist/pdf/.cvsignore
7636         * manual/pl/dist/pdf/Makefile.am
7637         * manual/pl/dist/ps/.cvsignore
7638         * manual/pl/dist/ps/Makefile.am
7639         * manual/pl/dist/txt/.cvsignore
7640         * manual/pl/dist/txt/Makefile.am
7641         * po/.cvsignore
7642         * po/Makevars
7643         * src/.cvsignore
7644         * src/Makefile.am
7645         * src/account.c
7646         * src/account.h
7647         * src/action.c
7648         * src/action.h
7649         * src/adbookbase.h
7650         * src/addr_compl.c
7651         * src/addr_compl.h
7652         * src/addrbook.c
7653         * src/addrcache.c
7654         * src/addrcache.h
7655         * src/addrcindex.c
7656         * src/addrcindex.h
7657         * src/addrclip.c
7658         * src/addrclip.h
7659         * src/addrdefs.h
7660         * src/addressadd.c
7661         * src/addressadd.h
7662         * src/addressbook.c
7663         * src/addressbook.h
7664         * src/addressbook_foldersel.c
7665         * src/addressbook_foldersel.h
7666         * src/addrgather.c
7667         * src/addrgather.h
7668         * src/addrharvest.c
7669         * src/addrharvest.h
7670         * src/addrindex.c
7671         * src/addrindex.h
7672         * src/addritem.c
7673         * src/addritem.h
7674         * src/addrquery.c
7675         * src/addrquery.h
7676         * src/addrselect.c
7677         * src/addrselect.h
7678         * src/alertpanel.c
7679         * src/alertpanel.h
7680         * src/browseldap.c
7681         * src/browseldap.h
7682         * src/codeconv.c
7683         * src/codeconv.h
7684         * src/compose.c
7685         * src/crash.c
7686         * src/crash.h
7687         * src/customheader.c
7688         * src/customheader.h
7689         * src/displayheader.c
7690         * src/displayheader.h
7691         * src/editaddress.c
7692         * src/editaddress.h
7693         * src/editbook.c
7694         * src/editbook.h
7695         * src/editgroup.c
7696         * src/editgroup.h
7697         * src/editjpilot.c
7698         * src/editjpilot.h
7699         * src/editldap.c
7700         * src/editldap.h
7701         * src/editldap_basedn.c
7702         * src/editldap_basedn.h
7703         * src/editvcard.c
7704         * src/editvcard.h
7705         * src/exphtmldlg.c
7706         * src/exphtmldlg.h
7707         * src/expldifdlg.c
7708         * src/expldifdlg.h
7709         * src/export.c
7710         * src/exporthtml.c
7711         * src/exporthtml.h
7712         * src/exportldif.c
7713         * src/exportldif.h
7714         * src/filtering.c
7715         * src/filtering.h
7716         * src/folder.c
7717         * src/folder.h
7718         * src/folder_item_prefs.c
7719         * src/folder_item_prefs.h
7720         * src/foldersel.c
7721         * src/foldersel.h
7722         * src/folderutils.c
7723         * src/folderutils.h
7724         * src/folderview.c
7725         * src/folderview.h
7726         * src/grouplistdialog.c
7727         * src/grouplistdialog.h
7728         * src/html.c
7729         * src/html.h
7730         * src/image_viewer.c
7731         * src/image_viewer.h
7732         * src/imap.c
7733         * src/imap.h
7734         * src/imap_gtk.c
7735         * src/imap_gtk.h
7736         * src/import.c
7737         * src/import.h
7738         * src/importldif.c
7739         * src/importldif.h
7740         * src/importmutt.c
7741         * src/importmutt.h
7742         * src/importpine.c
7743         * src/importpine.h
7744         * src/inc.c
7745         * src/inc.h
7746         * src/jpilot.c
7747         * src/jpilot.h
7748         * src/ldapctrl.c
7749         * src/ldapctrl.h
7750         * src/ldaplocate.c
7751         * src/ldaplocate.h
7752         * src/ldapquery.c
7753         * src/ldapquery.h
7754         * src/ldapserver.c
7755         * src/ldapserver.h
7756         * src/ldaputil.c
7757         * src/ldaputil.h
7758         * src/ldif.c
7759         * src/ldif.h
7760         * src/localfolder.c
7761         * src/localfolder.h
7762         * src/main.c
7763         * src/main.h
7764         * src/mainwindow.c
7765         * src/mainwindow.h
7766         * src/manual.c
7767         * src/manual.h
7768         * src/matcher.c
7769         * src/matcher.h
7770         * src/matcher_parser.h
7771         * src/matcher_parser_lex.l
7772         * src/matcher_parser_parse.y
7773         * src/mbox.c
7774         * src/mbox.h
7775         * src/message_search.c
7776         * src/message_search.h
7777         * src/messageview.c
7778         * src/messageview.h
7779         * src/mh.c
7780         * src/mh.h
7781         * src/mh_gtk.c
7782         * src/mh_gtk.h
7783         * src/mimeview.c
7784         * src/mimeview.h
7785         * src/msgcache.c
7786         * src/msgcache.h
7787         * src/mutt.c
7788         * src/mutt.h
7789         * src/news.c
7790         * src/news.h
7791         * src/news_gtk.c
7792         * src/news_gtk.h
7793         * src/noticeview.c
7794         * src/noticeview.h
7795         * src/partial_download.c
7796         * src/partial_download.h
7797         * src/pine.c
7798         * src/pine.h
7799         * src/pop.c
7800         * src/pop.h
7801         * src/prefs_account.c
7802         * src/prefs_account.h
7803         * src/prefs_actions.c
7804         * src/prefs_actions.h
7805         * src/prefs_common.c
7806         * src/prefs_common.h
7807         * src/prefs_compose_writing.c
7808         * src/prefs_compose_writing.h
7809         * src/prefs_customheader.c
7810         * src/prefs_customheader.h
7811         * src/prefs_display_header.c
7812         * src/prefs_display_header.h
7813         * src/prefs_ext_prog.c
7814         * src/prefs_ext_prog.h
7815         * src/prefs_filtering.c
7816         * src/prefs_folder_column.c
7817         * src/prefs_folder_column.h
7818         * src/prefs_folder_item.c
7819         * src/prefs_folder_item.h
7820         * src/prefs_fonts.c
7821         * src/prefs_fonts.h
7822         * src/prefs_gtk.c
7823         * src/prefs_gtk.h
7824         * src/prefs_image_viewer.c
7825         * src/prefs_image_viewer.h
7826         * src/prefs_matcher.c
7827         * src/prefs_matcher.h
7828         * src/prefs_message.c
7829         * src/prefs_message.h
7830         * src/prefs_msg_colors.c
7831         * src/prefs_msg_colors.h
7832         * src/prefs_other.c
7833         * src/prefs_other.h
7834         * src/prefs_quote.c
7835         * src/prefs_quote.h
7836         * src/prefs_receive.c
7837         * src/prefs_receive.h
7838         * src/prefs_send.c
7839         * src/prefs_send.h
7840         * src/prefs_spelling.c
7841         * src/prefs_spelling.h
7842         * src/prefs_summaries.c
7843         * src/prefs_summaries.h
7844         * src/prefs_summary_column.c
7845         * src/prefs_summary_column.h
7846         * src/prefs_template.c
7847         * src/prefs_template.h
7848         * src/prefs_themes.c
7849         * src/prefs_themes.h
7850         * src/prefs_toolbar.c
7851         * src/prefs_toolbar.h
7852         * src/prefs_wrapping.c
7853         * src/prefs_wrapping.h
7854         * src/privacy.c
7855         * src/privacy.h
7856         * src/procheader.c
7857         * src/procheader.h
7858         * src/procmime.c
7859         * src/procmime.h
7860         * src/procmsg.c
7861         * src/procmsg.h
7862         * src/quote_fmt.c
7863         * src/quote_fmt_parse.y
7864         * src/recv.c
7865         * src/recv.h
7866         * src/remotefolder.c
7867         * src/remotefolder.h
7868         * src/send_message.c
7869         * src/send_message.h
7870         * src/setup.c
7871         * src/setup.h
7872         * src/sourcewindow.c
7873         * src/sourcewindow.h
7874         * src/ssl_manager.c
7875         * src/ssl_manager.h
7876         * src/statusbar.c
7877         * src/statusbar.h
7878         * src/stock_pixmap.c
7879         * src/stock_pixmap.h
7880         * src/summary_search.c
7881         * src/summary_search.h
7882         * src/summaryview.c
7883         * src/summaryview.h
7884         * src/syldap.c
7885         * src/syldap.h
7886         * src/textview.c
7887         * src/textview.h
7888         * src/toolbar.c
7889         * src/toolbar.h
7890         * src/undo.c
7891         * src/undo.h
7892         * src/unmime.c
7893         * src/unmime.h
7894         * src/vcard.c
7895         * src/vcard.h
7896         * src/wizard.c
7897         * src/wizard.h
7898         * src/common/base64.c
7899         * src/common/base64.h
7900         * src/common/defs.h
7901         * src/common/hooks.c
7902         * src/common/hooks.h
7903         * src/common/log.c
7904         * src/common/log.h
7905         * src/common/mgutils.c
7906         * src/common/mgutils.h
7907         * src/common/nntp.c
7908         * src/common/nntp.h
7909         * src/common/passcrypt.c
7910         * src/common/passcrypt.h.in
7911         * src/common/plugin.c
7912         * src/common/plugin.h
7913         * src/common/prefs.c
7914         * src/common/prefs.h
7915         * src/common/progressindicator.c
7916         * src/common/progressindicator.h
7917         * src/common/quoted-printable.c
7918         * src/common/quoted-printable.h
7919         * src/common/session.c
7920         * src/common/session.h
7921         * src/common/smtp.c
7922         * src/common/smtp.h
7923         * src/common/socket.c
7924         * src/common/socket.h
7925         * src/common/ssl.c
7926         * src/common/ssl.h
7927         * src/common/stringtable.c
7928         * src/common/stringtable.h
7929         * src/common/sylpheed.c
7930         * src/common/sylpheed.h
7931         * src/common/template.c
7932         * src/common/template.h
7933         * src/common/timing.h
7934         * src/common/utils.c
7935         * src/common/utils.h
7936         * src/common/version.h.in
7937         * src/common/xml.c
7938         * src/common/xml.h
7939         * src/common/xmlprops.c
7940         * src/common/xmlprops.h
7941         * src/gtk/about.c
7942         * src/gtk/colorlabel.c
7943         * src/gtk/colorlabel.h
7944         * src/gtk/colorsel.c
7945         * src/gtk/colorsel.h
7946         * src/gtk/combobox.c
7947         * src/gtk/combobox.h
7948         * src/gtk/description_window.c
7949         * src/gtk/description_window.h
7950         * src/gtk/filesel.c
7951         * src/gtk/filesel.h
7952         * src/gtk/foldersort.c
7953         * src/gtk/foldersort.h
7954         * src/gtk/gtkaspell.c
7955         * src/gtk/gtkaspell.h
7956         * src/gtk/gtksctree.c
7957         * src/gtk/gtkshruler.c
7958         * src/gtk/gtkshruler.h
7959         * src/gtk/gtkutils.c
7960         * src/gtk/gtkutils.h
7961         * src/gtk/icon_legend.c
7962         * src/gtk/icon_legend.h
7963         * src/gtk/logwindow.c
7964         * src/gtk/logwindow.h
7965         * src/gtk/manage_window.c
7966         * src/gtk/manage_window.h
7967         * src/gtk/pluginwindow.c
7968         * src/gtk/pluginwindow.h
7969         * src/gtk/prefswindow.c
7970         * src/gtk/prefswindow.h
7971         * src/gtk/quicksearch.c
7972         * src/gtk/quicksearch.h
7973         * src/pixmaps/claws-mail.xpm
7974         * src/pixmaps/claws-mail_icon.xpm
7975         * src/pixmaps/claws-mail_logo.xpm
7976         * src/pixmaps/sylpheed-claws.xpm
7977         * src/pixmaps/sylpheed-claws_icon.xpm
7978         * src/pixmaps/sylpheed-claws_logo.xpm
7979         * src/plugins/bogofilter/Makefile.am
7980         * src/plugins/bogofilter/bogofilter.c
7981         * src/plugins/bogofilter/bogofilter.h
7982         * src/plugins/bogofilter/bogofilter_gtk.c
7983         * src/plugins/clamav/Makefile.am
7984         * src/plugins/clamav/clamav_plugin.c
7985         * src/plugins/clamav/clamav_plugin.h
7986         * src/plugins/clamav/clamav_plugin_gtk.c
7987         * src/plugins/demo/Makefile.am
7988         * src/plugins/demo/demo.c
7989         * src/plugins/dillo_viewer/Makefile.am
7990         * src/plugins/dillo_viewer/README
7991         * src/plugins/dillo_viewer/dillo_prefs.c
7992         * src/plugins/dillo_viewer/dillo_prefs.h
7993         * src/plugins/dillo_viewer/dillo_viewer.c
7994         * src/plugins/pgpcore/Makefile.am
7995         * src/plugins/pgpcore/passphrase.c
7996         * src/plugins/pgpcore/passphrase.h
7997         * src/plugins/pgpcore/pgp_viewer.c
7998         * src/plugins/pgpcore/pgp_viewer.h
7999         * src/plugins/pgpcore/plugin.c
8000         * src/plugins/pgpcore/prefs_gpg.c
8001         * src/plugins/pgpcore/prefs_gpg.h
8002         * src/plugins/pgpcore/select-keys.c
8003         * src/plugins/pgpcore/select-keys.h
8004         * src/plugins/pgpcore/sgpgme.c
8005         * src/plugins/pgpcore/sgpgme.h
8006         * src/plugins/pgpcore/sylpheed.def
8007         * src/plugins/pgpcore/version.rc
8008         * src/plugins/pgpinline/Makefile.am
8009         * src/plugins/pgpinline/pgpinline.c
8010         * src/plugins/pgpinline/pgpinline.h
8011         * src/plugins/pgpinline/plugin.c
8012         * src/plugins/pgpinline/sylpheed.def
8013         * src/plugins/pgpinline/version.rc
8014         * src/plugins/pgpmime/Makefile.am
8015         * src/plugins/pgpmime/pgpmime.c
8016         * src/plugins/pgpmime/pgpmime.h
8017         * src/plugins/pgpmime/plugin.c
8018         * src/plugins/pgpmime/sylpheed.def
8019         * src/plugins/pgpmime/version.rc
8020         * src/plugins/spamassassin/Makefile.am
8021         * src/plugins/spamassassin/README
8022         * src/plugins/spamassassin/spamassassin.c
8023         * src/plugins/spamassassin/spamassassin.h
8024         * src/plugins/spamassassin/spamassassin_gtk.c
8025         * src/plugins/trayicon/Makefile.am
8026         * src/plugins/trayicon/trayicon.c
8027         * tools/OOo2sylpheed.pl
8028         * tools/README
8029         * tools/README.sylprint
8030         * tools/acroread2sylpheed.pl
8031         * tools/claws.i18n.status.pl
8032         * tools/filter_conv.pl
8033         * tools/filter_conv_new.pl
8034         * tools/freshmeat_search.pl
8035         * tools/google_search.pl
8036         * tools/kmail2sylpheed.pl
8037         * tools/kmail2sylpheed_v2.pl
8038         * tools/make.themes.project
8039         * tools/multiwebsearch.pl
8040         * tools/nautilus2sylpheed.sh
8041         * tools/outlook2sylpheed.pl
8042         * tools/sylprint.pl
8043         * tools/sylprint.rc
8044         * tools/tb2sylpheed
8045         * tools/textviewer.sh
8046         * tools/vcard2xml.py
8047         * tools/kdeservicemenu/README
8048         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8049         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8050         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8051                 Change name to Claws Mail. Announce to follow...
8052
8053 2006-11-06 [wwp]        2.6.0cvs6
8054
8055         * src/prefs_template.c
8056                 unify messages related to quote format/template errors (fix
8057                 capitalization), again.
8058
8059 2006-11-06 [wwp]        2.6.0cvs5
8060
8061         * src/prefs_quote.c
8062                 unify messages related to quote format/template errors.
8063
8064 2006-11-06 [wwp]        2.6.0cvs4
8065
8066         * src/prefs_msg_colors.c
8067                 more uses of Q_ macro for contextual translations, thanks
8068                 to Fabien (fzzzzz).
8069
8070 2006-11-06 [wwp]        2.6.0cvs3
8071
8072         * src/compose.c
8073         * src/common/utils.c
8074         * src/common/utils.h
8075                 show an alertpanel to make sure users are aware that sensitive
8076                 files are attached (it's file blacklist-based). This will fix
8077                 interaction w/ GoogleEarth for instance, thanks to Colin.
8078
8079 2006-11-06 [wwp]        2.6.0cvs2
8080
8081         * src/prefs_quote.c
8082         * src/prefs_template.c
8083         * src/prefs_template.h
8084                 check quote format when applying/closing prefs. For now this only
8085                 shows up an error dialog box, not preventing the user from using
8086                 a broken quote (reply, forwards) format.
8087
8088 2006-11-06 [wwp]        2.6.0cvs1
8089
8090         * src/prefs_template.c
8091                 fix missing checks of some template fields.
8092
8093 2006-11-06 [paul]       2.6.0
8094
8095         * NEWS
8096         * README
8097         * RELEASE_NOTES
8098                 2.6.0 released
8099
8100 2006-11-06 [paul]       2.5.6cvs22
8101
8102         * manual/advanced.xml
8103         * manual/es/advanced.xml
8104                 put 'respect_flowed_format' info in the correct
8105                 place
8106
8107 2006-11-06 [mones]      2.5.6cvs21
8108
8109         * po/es.po
8110                 Minor fixes for release
8111
8112 2006-11-06 [paul]       2.5.6cvs20
8113
8114         * po/cs.po
8115         * po/de.po
8116         * po/fr.po
8117         * po/it.po
8118         * po/nl.po
8119         * po/pt_BR.po
8120         * po/sk.po
8121         * po/sv.po
8122         * po/zh_CN.po
8123                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8124                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8125                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8126                 Young
8127
8128 2006-11-02 [colin]      2.5.6cvs19
8129
8130         * src/imap.c
8131         * src/imap.h
8132         * src/prefs_account.c
8133         * src/etpan/imap-thread.c
8134                 Add GSSAPI support - fixes Debian bug #383274
8135
8136 2006-11-01 [colin]      2.5.6cvs18
8137
8138         * src/jpilot.c
8139                 Handle libpisock12 support. Probably
8140                 fixes bug 1046, 'jpilot AddressDB.pdb 
8141                 import fail'
8142
8143 2006-11-01 [colin]      2.5.6cvs17
8144
8145         * src/folderutils.c
8146                 debug_print() folderutils_mark_all_read()
8147
8148 2006-11-01 [colin]      2.5.6cvs16
8149
8150         * COPYING
8151                 Add missed files to the Apache exception
8152
8153 2006-10-31 [colin]      2.5.6cvs15
8154
8155         * src/folder.c
8156         * src/folder.h
8157                 Add a copy_private_data() func to FolderClasses
8158                 Doesn't break the feature freeze, because we 
8159                 won't use it (right now) in the core.
8160
8161 2006-10-31 [colin]      2.5.6cvs14
8162
8163         * COPYING
8164                 Allow linking with the Apache licensed files in
8165                 src/plugins/spamassassin. Hopefully fixes 
8166                 bug 1048, 'Spamassassin plugin license problem'
8167
8168 2006-10-31 [wwp]        2.5.6cvs13
8169
8170         * src/compose.c
8171                 fix and optimize trimming of leading linefeeds in body loop.
8172
8173 2006-10-31 [colin]      2.5.6cvs12
8174
8175         * src/etpan/imap-thread.c
8176         * src/imap.c
8177                 Make really sure to have NULL sets in case
8178                 of error
8179
8180 2006-10-30 [wwp]        2.5.6cvs11
8181
8182         * src/prefs_common.c
8183         * src/prefs_common.h
8184         * src/compose.c
8185                 fix broken storage of quote format template when it contains \-escape
8186                 sequences. The application of such sequences is also fixed now (\t
8187                 in quote format will be a real tab instead of a 't', for instance).
8188
8189 2006-10-27 [colin]      2.5.6cvs10
8190
8191         * src/compose.c
8192                 Probably fix bug 1045, 'sylpheed-claws 
8193                 doesn't remove the mail from the IMAP 
8194                 Queue folder after sending'. From
8195                 2.5.6cvs3-stable
8196
8197 2006-10-27 [colin]      2.5.6cvs9
8198
8199         * configure.ac
8200                 Require libetpan-0.48. I'm so annoying,
8201                 I know ;-)
8202
8203 2006-10-27 [colin]      2.5.6cvs8
8204
8205         * src/folder.c
8206         * src/imap.c
8207                 Probably fix bug 1044, 'sylpheed-claws 
8208                 segfaults while moving mails' - Fix relation
8209                 usage when moving to an IMAP mailbox from another
8210                 mailbox
8211
8212 2006-10-26 [paul]       2.5.6cvs7
8213
8214         * src/gtk/about.c
8215                 add libSM to compiled-in features
8216                 list
8217
8218 2006-10-24 [colin]      2.5.6cvs6
8219
8220         * src/textview.c
8221         * src/gtk/gtkutils.c
8222                 Fix crash when printing emails with an
8223                 xface
8224
8225 2006-10-24 [mones]      2.5.6cvs5
8226
8227         * manual/es/advanced.xml
8228                 Synchronize hidden option respect_flowed_format
8229         * po/es.po
8230                 Updated translation
8231
8232 2006-10-21 [paul]       2.5.6cvs4
8233
8234         * src/gtk/authors.h
8235         * src/plugins/pgpcore/pgp_viewer.c
8236         * src/plugins/pgpcore/sgpgme.c
8237                 fix building on BSDs
8238                 Thanks to Michael Hughes
8239                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8240
8241 2006-10-20 [colin]      2.5.6cvs3
8242
8243         * configure.ac
8244                 Bump up libetpan requirement
8245                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8246         * src/common/utils.c
8247         * src/common/utils.h
8248                 Add convenience get_file_mtime()
8249         * src/imap.c
8250         * src/etpan/imap-thread.c
8251         * src/etpan/imap-thread.h
8252                 Implement UIDPLUS support if the server
8253                 supports it - faster sending in this case
8254
8255 2006-10-19 [colin]      2.5.6cvs2
8256
8257         * src/gtk/quicksearch.c
8258                 Fix emptying in type-ahead+extended mode
8259         * src/mainwindow.c
8260         * src/mainwindow.h
8261                 Add a hook for offline state change
8262         * src/plugins/trayicon/trayicon.c
8263                 Use it to display offline icons
8264         * src/plugins/trayicon/Makefile.am
8265         * src/plugins/trayicon/newmail.offline.xpm
8266         * src/plugins/trayicon/newmarkedmail.offline.xpm
8267         * src/plugins/trayicon/nomail.offline.xpm
8268         * src/plugins/trayicon/unreadmail.offline.xpm
8269         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8270                 Add the icons
8271
8272 2006-10-12 [paul]       2.5.6cvs1
8273
8274         * NEWS
8275         * README
8276         * configure.ac
8277                 Update version number following
8278                 stable release
8279
8280 2006-10-19 [colin]      2.5.5cvs18
8281
8282         * manual/handling.xml
8283                 Add type-ahead search
8284
8285 2006-10-18 [colin]      2.5.5cvs17
8286
8287         * src/gtk/quicksearch.c
8288                 Remove "save to history only if there's
8289                 no syntax error", it breaks for some 
8290                 reason which I'll investigate later.
8291
8292 2006-10-18 [colin]      2.5.5cvs16
8293
8294         * src/prefs_common.c
8295         * src/prefs_common.h
8296         * src/summaryview.c
8297         * src/gtk/quicksearch.c
8298         * src/gtk/quicksearch.h
8299                 Add a type-ahead option for fast searches
8300                 Patch by Fabien Vantard
8301
8302 2006-10-18 [colin]      2.5.5cvs15
8303
8304         * src/compose.c
8305         * src/compose.h
8306                 Add Options/Reply mode/ menu to be able to
8307                 change the recipients of a reply on the fly
8308
8309 2006-10-18 [colin]      2.5.5cvs14
8310
8311         * src/compose.c
8312                 Fix redirecting of our own sent mails
8313
8314 2006-10-17 [wwp]        2.5.5cvs13
8315
8316         * src/send_message.c
8317                 Fix duplicate error messages when sending, and missing
8318                 newline in such error messages.
8319
8320 2006-10-17 [colin]      2.5.5cvs12
8321
8322         * src/compose.c
8323                 Compare addresses case-insensitive
8324
8325 2006-10-17 [colin]      2.5.5cvs11
8326
8327         * src/plugins/pgpcore/sgpgme.c
8328                 Fix return status
8329
8330 2006-10-17 [colin]      2.5.5cvs10
8331
8332         * src/plugins/pgpcore/pgp_viewer.c
8333                 Fix return status
8334
8335 2006-10-17 [colin]      2.5.5cvs9
8336
8337         * src/quote_fmt.c
8338                 Fix a typo (thanks to Fabien)
8339
8340 2006-10-16 [colin]      2.5.5cvs8
8341
8342         * src/textview.c
8343                 Fix problem with quote-folding when emails
8344                 don't convert cleanly to UTF-8
8345
8346 2006-10-14 [colin]      2.5.5cvs7
8347
8348         * src/prefs_template.c
8349                 Reset fields when reopening
8350                 the window
8351
8352 2006-10-13 [paul]       2.5.5cvs6
8353
8354         * manual/advanced.xml
8355         * src/prefs_message.c
8356                 make 'respect_flowed_format' a hidden
8357                 option, and add a manual entry for it
8358                 Thanks to Colin
8359
8360 2006-10-12 [colin]      2.5.5cvs5
8361
8362         * src/codeconv.c
8363                 Revert part of 2.5.2cvs21:
8364                 Don't optimise by reusing the 
8365                 last iconv converter if possible:
8366                 it seems slightly broken in a 
8367                 very hard way to reproduce
8368
8369 2006-10-12 [colin]      2.5.5cvs4
8370
8371         * src/prefs_common.c
8372         * src/prefs_common.h
8373         * src/prefs_message.c
8374         * src/procmime.c
8375                 Fix bug 1035, 'Incorrect handling 
8376                 of flowed lines'. We now optionnaly
8377                 handle this format (preference is in
8378                 Message View/Text options section)
8379
8380 2006-10-12 [colin]      2.5.5cvs3
8381
8382         * po/POTFILES.in
8383                 Add new file
8384         * src/plugins/pgpcore/pgp_viewer.c
8385         * src/plugins/pgpcore/sgpgme.c
8386                 Don't try to import without asking
8387
8388 2006-10-12 [colin]      2.5.5cvs2
8389
8390         * src/compose.c
8391                 Fix bug 1036, 'Forwarding a mutlipart
8392                 mail with a "text/html" block to ms
8393                 outlook users leeds to freeze of
8394                 outlook'. Poor outlook users...
8395
8396 2006-10-12 [paul]       2.5.5cvs1
8397
8398         * NEWS
8399         * README
8400         * configure.ac
8401                 Update version number following
8402                 stable release
8403
8404 2006-10-11 [paul]       2.5.4cvs1
8405
8406         * NEWS
8407         * README
8408         * configure.ac
8409                 Update version number following
8410                 stable release
8411
8412 2006-10-11 [paul]       2.5.3cvs32
8413
8414         * src/textview.c
8415                 fix bug 1032, 'Segmentation fault when showing
8416                 message' (bug in quote folding)
8417                 Thanks to Colin
8418
8419 2006-10-10 [colin]      2.5.3cvs31
8420
8421         * src/quote_fmt.c
8422                 Rephrase english a bit
8423
8424 2006-10-10 [colin]      2.5.3cvs30
8425
8426         * src/prefs_compose_writing.c
8427                 Stop making the page larger than the window
8428
8429 2006-10-10 [wwp]        2.5.3cvs29
8430
8431         * src/compose.c
8432         * src/prefs_template.c
8433         * src/quote_fmt.c
8434         * src/quote_fmt.h
8435         * src/quote_fmt_lex.l
8436         * src/quote_fmt_parse.y
8437                 Extend the quote parser a bit: allow to get access to
8438                 basic (composing) account info.
8439
8440 2006-10-10 [colin]      2.5.3cvs28
8441
8442         * src/procheader.c
8443                 Fix this \t problem in subject
8444
8445 2006-10-09 [colin]      2.5.3cvs27
8446
8447         * src/main.c
8448         * src/prefs_gtk.c
8449                 Prepare cache a bit later
8450                 If section already exists, skip the new one 
8451                 (as previously); avoid writing the same block
8452                 twice - if we find a second block with the 
8453                 same id, skip it.
8454         * src/plugins/pgpcore/pgp_viewer.c
8455                 Set cursor to busy when retrieving a key
8456         * src/plugins/pgpcore/sgpgme.c
8457                 allow 5 seconds for gpg to export the key
8458                 
8459
8460 2006-10-09 [colin]      2.5.3cvs26
8461
8462         * configure.ac
8463         * src/msgcache.c
8464         * src/prefs_gtk.c
8465                 Check for existence of fgets_unlocked
8466                 and fwrite_unlocked
8467
8468 2006-10-09 [paul]       2.5.3cvs25
8469
8470         * src/prefs_summaries.c
8471                 replace strftime() with fast_strftime() and in
8472                 the consequence fix the bug in the display of
8473                 AM/PM in the 'Example' string
8474
8475 2006-10-09 [ticho]      2.5.3cvs24
8476
8477         * po/sk.po
8478                 Updated (and fixed up somewhat) Slovak translation.
8479
8480 2006-10-08 [colin]      2.5.3cvs23
8481
8482         * src/prefs_folder_item.c
8483                 Explain why prefs in the top-level folder
8484                 aren't retained, but are still useful
8485
8486 2006-10-08 [colin]      2.5.3cvs22
8487
8488         * src/prefs_gtk.c
8489                 Don't cache anything if caching fails
8490
8491 2006-10-08 [colin]      2.5.3cvs21
8492
8493         * src/common/utils.c
8494                 always include gi18n.h
8495
8496 2006-10-07 [colin]      2.5.3cvs20
8497
8498         * src/plugins/pgpcore/pgp_viewer.c
8499                 Kill gpg after 5 seconds wait
8500
8501 2006-10-07 [colin]      2.5.3cvs19
8502
8503         * src/plugins/pgpcore/pgp_viewer.c
8504         * src/plugins/pgpcore/pgp_viewer.h
8505                 Fix copyright
8506
8507 2006-10-07 [colin]      2.5.3cvs18
8508
8509         * src/plugins/pgpcore/pgp_viewer.c
8510         * src/plugins/pgpcore/pgp_viewer.h
8511                 Actually add the files to CVS
8512
8513 2006-10-07 [colin]      2.5.3cvs17
8514
8515         * src/plugins/pgpcore/sgpgme.c
8516                 Be sure not to crash on 'application/pgp-signature' that
8517                 are not application/pgp-signatures
8518
8519 2006-10-07 [colin]      2.5.3cvs16
8520
8521         * src/textview.c
8522         * src/textview.h
8523                 Make a bit more of the API available
8524         * src/plugins/pgpcore/Makefile.am
8525         * src/plugins/pgpcore/plugin.c
8526         * src/plugins/pgpcore/sgpgme.c
8527                 Add basic key import/export
8528
8529 2006-10-07 [colin]      2.5.3cvs15
8530
8531         * src/folderview.c
8532         * src/imap.c
8533         * src/prefs_account.c
8534         * src/wizard.c
8535                 Warn users *everywhere* if libetpan's not
8536                 linked in
8537
8538 2006-10-06 [mones]      2.5.3cvs14
8539
8540         * po/de.po
8541         * po/es.po
8542                 updated by Stephan Sachse and me
8543
8544 2006-10-06 [colin]      2.5.3cvs13
8545
8546         * src/main.c
8547         * src/common/sylpheed.c
8548                 Don't load common plugins if --exit is passed
8549         * src/prefs_gtk.c
8550         * src/prefs_gtk.h
8551                 Implement a cache to avoid reading the same
8552                 files over and over again at startup
8553
8554 2006-10-06 [colin]      2.5.3cvs12
8555
8556         * src/summaryview.c
8557         * src/gtk/quicksearch.c
8558                 Update display every 5k mails on fast searches
8559
8560 2006-10-06 [colin]      2.5.3cvs11
8561
8562         * src/textview.c
8563                 Don't do quote folding on HTML or ERTF.
8564                 May fix the Cygwin issues if they were
8565                 happening with HTML mails?
8566
8567 2006-10-05 [colin]      2.5.3cvs10
8568
8569         * src/prefs_gtk.c
8570                 Oops, forgot one
8571
8572 2006-10-05 [colin]      2.5.3cvs9
8573
8574         * src/prefs_gtk.c
8575                 Use unlocked_stdio here too
8576
8577 2006-10-05 [colin]      2.5.3cvs8
8578
8579         * src/folderview.c
8580                 Fix go to next * after preferences apply
8581         * src/msgcache.c
8582                 Do the fd lock/unlock ourselves instead of
8583                 letting the libc do it at each write 
8584
8585 2006-10-05 [colin]      2.5.3cvs7
8586
8587         * src/common/utils.c
8588                 Faster division, thanks to Jean Diraison
8589
8590 2006-10-05 [paul]       2.5.3cvs6
8591
8592         * src/common/utils.c
8593                 fix building with --disable-nls
8594
8595 2006-10-04 [colin]      2.5.3cvs5
8596
8597         * src/folder.c
8598                 Maybe fix a segfault
8599
8600 2006-10-04 [wwp]        2.5.3cvs4
8601
8602         * src/prefs_folder_item.c
8603                 Fine-tune layouts in folder item prefs. Suggested by
8604                 Fabien Vantard <fzzzzz@gmail.com>.
8605
8606 2006-10-04 [wwp]        2.5.3cvs3
8607
8608         * src/prefs_folder_item.c
8609                 Kill the clandestine passengers. You didn't see anything.
8610
8611 2006-10-04 [wwp]        2.5.3cvs2
8612
8613         * src/prefs_folder_item.c
8614                 Add a way to test the subject simplify regexp in
8615                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8616                 w/ few layout changes.
8617
8618 2006-20-04 [paul]       2.5.3cvs1
8619
8620         * NEWS
8621         * README
8622         * configure.ac
8623                 Update version number following
8624                 stable release
8625
8626 2006-10-04 [colin]      2.5.2cvs42
8627
8628         * src/folder.c
8629         * src/folder.h
8630         * src/summaryview.c
8631                 Provide a way for folder classes to set their sort
8632                 type and key
8633
8634 2006-10-03 [colin]      2.5.2cvs41
8635
8636         * src/mh.c
8637                 Don't use strlen() to know if the
8638                 string's empty
8639
8640 2006-10-03 [colin]      2.5.2cvs40
8641
8642         * src/mh.c
8643                 Fix "check for new folders" with accentued folders
8644
8645 2006-10-03 [ticho]      2.5.2cvs39
8646
8647         * src/filtering.c
8648         * src/folder.c
8649         * src/inc.c
8650         * src/mbox.c
8651                 Colin's fix for "copy" filtering rules.
8652
8653 2006-10-02 [colin]      2.5.2cvs38
8654
8655         * src/folderview.c
8656                 Fix for double-click too
8657
8658 2006-10-02 [colin]      2.5.2cvs37
8659
8660         * src/folderview.c
8661                 correct fix for cvs36
8662
8663 2006-10-02 [colin]      2.5.2cvs36
8664
8665         * src/folderview.c
8666                 Fix 'goto next unread' after collapsing/expanding 
8667                 a node.
8668
8669 2006-10-02 [colin]      2.5.2cvs35
8670
8671         * src/summaryview.c
8672                 Fix double freeze/thaw
8673         * src/common/utils.c
8674         * src/common/utils.h
8675                 Reimplement strftime
8676         * src/procheader.c
8677                 Use it
8678
8679
8680 2006-10-02 [colin]      2.5.2cvs34
8681
8682         * src/mh.c
8683                 Time mh_write_sequences() - it's fast
8684         * src/summaryview.c
8685                 Init a variable to shut up gcc
8686
8687 2006-10-01 [colin]      2.5.2cvs33
8688
8689         * src/folder.c
8690         * src/mh.c
8691         * src/mh.h
8692         * src/msgcache.c
8693                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8694                 Add fsync but disable it, it's slow as hell
8695
8696 2006-10-01 [colin]      2.5.2cvs32
8697
8698         * src/mh.c
8699         * src/msgcache.c
8700                 fflush() caches and mh_sequences before
8701                 fclose()ing
8702
8703 2006-10-01 [colin]      2.5.2cvs31
8704
8705         * src/msgcache.c
8706                 Don't ftruncate when not using mmap
8707
8708 2006-09-30 [colin]      2.5.2cvs30
8709
8710         * src/main.c
8711                 Write folder list *after* saving caches
8712
8713 2006-09-30 [colin]      2.5.2cvs29
8714
8715         * src/folder.c
8716         * src/mh.c
8717                 Debug forced mtime changes
8718
8719 2006-09-30 [colin]      2.5.2cvs28
8720
8721         * src/folder.c
8722         * src/main.c
8723                 Remove useless debug_print()s (code
8724                 well-tested)
8725
8726 2006-09-30 [colin]      2.5.2cvs27
8727
8728         * src/mh.c
8729                 Do stuff faster when writing mh_sequences
8730
8731 2006-09-30 [colin]      2.5.2cvs26
8732
8733         * src/mh.c
8734                 Don't let the writing of .mh_sequences, which
8735                 can change the folder's mtime, let us think
8736                 we need to scan.
8737
8738 2006-09-30 [colin]      2.5.2cvs25
8739
8740         * src/folder.c
8741                 Move a debug_print where it belongs 
8742                 (processing)
8743         * src/summaryview.c
8744                 Don't mess with a huge slow subject
8745                 table if we're not threading by
8746                 subject
8747
8748 2006-09-30 [colin]      2.5.2cvs24
8749
8750         * src/msgcache.c
8751                 Reenable mmaped reads (*not* writes!)
8752         * src/procmsg.c
8753                 Don't destroy and recreate hashtables just
8754                 for fun
8755         * src/common/utils.c
8756                 Remove useless reply prefixes (it's case
8757                 unsensitive)
8758
8759 2006-09-30 [wwp]        2.5.2cvs23
8760
8761         * tools/fix_date.sh
8762                 Fixed a minor bug in date value extraction, added a switch
8763                 to replace non RFC-compliant Date: value, added a switch
8764                 to use strict RFC matching patterns for dates.
8765
8766 2006-09-29 [colin]      2.5.2cvs22
8767
8768         * src/matcher_parser.h
8769         * src/matcher_parser_parse.y
8770         * src/prefs_filtering.c
8771         * src/statusbar.c
8772         * src/summary_search.c
8773         * src/summaryview.c
8774         * src/gtk/quicksearch.c
8775         * src/gtk/quicksearch.h
8776                 Optimise searches by setting different
8777                 refresh intervals (depending if the 
8778                 search is fast or not)
8779
8780 2006-09-29 [colin]      2.5.2cvs21
8781
8782         * src/codeconv.c
8783                 Optimise by reusing the last iconv converter
8784                 if possible
8785         * src/textview.c
8786                 Optimise a bit (the foldable quotes feature
8787                 still has an awful O(n^2) algo
8788
8789 2006-09-29 [colin]      2.5.2cvs20
8790
8791         * src/gtk/gtksctree.c
8792         * src/gtk/gtksctree.h
8793                 Optimise de-selection via up/down or
8794                 another key
8795
8796 2006-09-28 [colin]      2.5.2cvs19
8797
8798         * src/action.c
8799         * src/compose.c
8800         * src/folderview.c
8801         * src/mainwindow.c
8802         * src/messageview.c
8803         * src/summary_search.c
8804         * src/toolbar.c
8805                 Avoid using summaryview->ctree directly
8806
8807 2006-09-28 [colin]      2.5.2cvs18
8808
8809         * src/summaryview.c
8810         * src/summaryview.h
8811                 Add helpers to freeze/thaw/grab_focus
8812                 Factorize calls to freeze/thaw/grab_focus
8813                 
8814
8815 2006-09-28 [colin]      2.5.2cvs17
8816
8817         * src/main.c
8818                 More guards for the session management
8819
8820 2006-09-28 [colin]      2.5.2cvs16
8821
8822         * src/folderview.c
8823         * src/gtk/gtksctree.c
8824         * src/gtk/gtksctree.h
8825                 Make expanding not recursive in folderview
8826
8827 2006-09-28 [colin]      2.5.2cvs15
8828
8829         * src/addressbook.c
8830                 If nothing is selected in the list (right part)
8831                 and a group is selected in the tree (left part),
8832                 mail this group.
8833
8834 2006-09-28 [colin]      2.5.2cvs14
8835
8836         * src/Makefile.am
8837                 Actually use SM_LIBS
8838
8839 2006-09-28 [ticho]      2.5.2cvs13
8840
8841         * src/export.c
8842         * src/messageview.c
8843         * src/mimeview.c
8844         * src/news.c
8845         * src/pop.c
8846         * src/prefs_themes.c
8847         * src/procmsg.c
8848                 Small i18n string optimization.
8849         * src/send_message.c
8850         * src/summaryview.c
8851         * src/common/session.c
8852         * src/common/smtp.c
8853         * src/common/ssl_certificate.c
8854         * src/common/utils.c
8855                 Use "Couldn't" instead of "Can't" in UI messages,
8856                 where appropriate.
8857
8858 2006-09-28 [colin]      2.5.2cvs12
8859
8860         * configure.ac
8861                 Possibly fix link errors
8862
8863 2006-09-27 [wwp]        2.5.2cvs11
8864
8865         * src/gtk/authors.h
8866         * doc/man/sylpheed-claws.1
8867         * manual/ack.xml
8868         * manual/es/ack.xml
8869         * manual/fr/ack.xml
8870         * manual/pl/ack.xml
8871                 Updated authors info (me, myself and I).
8872
8873 2006-09-27 [colin]      2.5.2cvs10
8874
8875         * src/addressbook.c
8876                 Remove useless printf
8877
8878 2006-09-27 [wwp]        2.5.2cvs9
8879
8880         * src/editgroup.c
8881         * src/send_message.c
8882         * src/inc.c
8883         * src/prefs_common.c
8884         * src/prefs_common.h
8885         * src/gtk/progressdialog.c
8886                 remember more windows' sizes (send dialog, received dialog,
8887                 edit group in addressbook).
8888
8889 2006-09-27 [colin]      2.5.2cvs8
8890
8891         * configure.ac
8892         * src/main.c
8893         * src/mainwindow.h
8894                 Use libSM to communicate with the session
8895                 manager, so that we can know when the 
8896                 session ends, save our caches, and draft
8897                 our compose windows.
8898
8899 2006-09-27 [colin]      2.5.2cvs7
8900
8901         * src/addressbook.c
8902                 Fix issues:
8903                 o Allow Book and Group creation from the tree's
8904                   contextual menu
8905                 o Do not actually delete the contacts when 
8906                   deleting groups from the tree (duh!)
8907
8908 2006-09-27 [colin]      2.5.2cvs6
8909
8910         * src/compose.c
8911         * src/compose.h
8912         * src/mainwindow.c
8913         * src/textview.c
8914         * src/toolbar.c
8915                 o Allow passing an email address to 
8916                   compose_new_with_folderitem
8917                 o Update callers
8918                 o Use current folderitem when clicking
8919                   on a TextView mailto: link
8920                 o Fix a possible leak in TextView
8921
8922 2006-09-27 [colin]      2.5.2cvs5
8923
8924         * src/html.c
8925                 Use UTF-8 chars to replace HTML entities
8926
8927 2006-09-27 [colin]      2.5.2cvs4
8928
8929         * AUTHORS
8930         * src/prefs_account.c
8931         * src/gtk/authors.h
8932                 Fix bug #1024 (Array index out of
8933                 range in sylpheed-claws-2.5.2)
8934                 Patch by Ales Nosek <anosek@suse.cz>
8935
8936 2006-09-27 [colin]      2.5.2cvs3
8937
8938         * src/addr_compl.c
8939                 Actually do the test
8940
8941 2006-09-27 [colin]      2.5.2cvs2
8942
8943         * src/addr_compl.c
8944         * src/addr_compl.h
8945                 Allow completing with comma (in certain cases: vCalendar
8946                 for example doesn't support that)
8947                 Patch by Fabien Vantard
8948
8949 2006-09-26 [colin]      2.5.2cvs1
8950
8951         * src/Makefile.am
8952         * src/addr_compl.c
8953         * src/addr_compl.h
8954         * src/addrbook.c
8955         * src/addrbook.h
8956         * src/addressbook.c
8957         * src/addrindex.c
8958         * src/addrindex.h
8959         * src/compose.c
8960         * src/prefs_common.c
8961         * src/prefs_filtering_action.c
8962         * src/prefs_folder_item.c
8963         * src/prefs_template.c
8964         * src/stock_pixmap.c
8965         * src/stock_pixmap.h
8966         * src/pixmaps/addr_one.xpm
8967         * src/pixmaps/addr_two.xpm
8968                 Add auto-completion on groups
8969
8970 2006-09-26 [colin]      2.5.2
8971
8972         * NEWS
8973         * README
8974         * RELEASE_NOTES
8975                 2.5.2 released
8976
8977 2006-09-26 [colin]      2.5.1cvs5
8978
8979         * src/matcher.c
8980                 Fix condition
8981
8982 2006-09-26 [colin]      2.5.1cvs4
8983
8984         * src/mbox.c
8985                 Revert cvs1 (useless as the message is printed 
8986                 every 500 mails)
8987
8988 2006-09-26 [colin]      2.5.1cvs3
8989
8990         * src/partial_download.c
8991                 Fix crasher found by Alexsandar Urosevic
8992
8993 2006-09-26 [colin]      2.5.1cvs2
8994
8995         * src/summaryview.c
8996                 Fix bug #1023 (Sylpheed deletes too much messages)
8997
8998 2006-09-26 [ticho]      2.5.1cvs1
8999
9000         * src/mbox.c
9001                 Make use of gettext's multiple plurals for statusbar
9002                 progress message.
9003
9004 2006-09-25 [paul]       2.5.1
9005
9006         * NEWS
9007         * README
9008         * RELEASE_NOTES
9009                 2.5.1 released
9010
9011 2006-09-25 [colin]      2.5.0cvs3
9012
9013         * src/plugins/bogofilter/bogofilter.c
9014         * src/plugins/clamav/clamav_plugin.c
9015         * src/plugins/spamassassin/spamassassin.c
9016                 BogoFilter, Spamassassin: Fix double hook registering after
9017                 visiting preferences
9018                 Spamassassin, Clamav: Just set the mails to move instead of
9019                 doing the move - caller will move the things at once.
9020
9021 2006-09-25 [colin]      2.5.0cvs2
9022
9023         * src/imap.c
9024         * src/etpan/imap-thread.c
9025                 Use UID SEARCH ALL instead of UID 1:*
9026                 (braindead servers can't figure out that's
9027                 the same...)
9028
9029 2006-09-25 [wwp]        2.5.0cvs1
9030
9031         * src/message_search.c
9032                 Added the ability to stop a running search (in message body).
9033
9034 2006-09-25 [paul]       2.5.0
9035
9036         * NEWS
9037         * README
9038         * RELEASE_NOTES
9039                 2.5.0 released
9040
9041 2006-09-25 [paul]       2.4.0cvs214
9042
9043         * po/cs.po
9044         * po/de.po
9045         * po/fi.po
9046         * po/fr.po
9047         * po/nl.po
9048         * po/pt_BR.po
9049         * po/sk.po
9050         * po/sr.po
9051         * po/zh_CN.po
9052                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9053                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9054                 Ticho, Aleksander Urosevic, Ralgh Young
9055
9056 2006-09-24 [mones]      2.4.0cvs213
9057
9058         * po/es.po
9059                 Updated for release
9060
9061 2006-09-23 [colin]      2.4.0cvs212
9062
9063         * src/gtk/inputdialog.c
9064                 Fix [ ] remember this appearing in normal
9065                 input dialogs after it's been used by
9066                 mimeview.
9067         * src/folder.c
9068         * src/folderview.c
9069         * src/msgcache.c
9070         * src/procmsg.c
9071         * src/summaryview.c
9072         * src/textview.c
9073         * src/common/timing.h
9074                 Enable timings in debug mode and make it
9075                 look prettier.
9076
9077 2006-09-22 [colin]      2.4.0cvs211
9078
9079         * README
9080                 Revert test change
9081         * commitHelper
9082                 ping the correct URI
9083
9084 2006-09-22 [colin]      2.4.0cvs210
9085
9086         * README
9087                 Let's see if bug #1022 is fixed
9088
9089 2006-09-21 [colin]      2.4.0cvs209
9090
9091         * src/wizard.c
9092         * src/common/plugin.c
9093                 Prepare infra to load predefined plugins when
9094                 no configuration existed. Don't actually load
9095                 anything yet (feat. freeze)
9096
9097 2006-09-21 [wwp]        2.4.0cvs208
9098
9099         * manual/fr/faq.xml
9100                 Partial sync w/ 2.4.0cvs72:
9101                 wrap file and minor updates.
9102
9103 2006-09-21 [wwp]        2.4.0cvs207
9104
9105         * tools/fix_date.sh
9106                 several fixes and enhancements. A new --force switch has been
9107                 added to prevent overriding by default Date: header when
9108                 already existing.
9109
9110 2006-09-21 [paul]       2.4.0cvs206
9111
9112         * src/common/utils.c
9113                 add Chinese UTF8 Re prefix
9114
9115 2006-09-21 [wwp]        2.4.0cvs205
9116
9117         * tools/Makefile.am
9118                 Fics alfabettical order.
9119
9120 2006-09-21 [wwp]        2.4.0cvs204
9121
9122         * tools/fix_date.sh
9123         * tools/Makefile.am
9124                 Added an action tool to fix missing Date field in emails.
9125                 Updated Makefile.am to reflect those last two additions.
9126
9127 2006-09-21 [wwp]        2.4.0cvs203
9128
9129         * tools/uuooffice
9130                 Added a action tool to open uuencoded docs w/
9131                 OpenOffice (based on uudec method).
9132
9133 2006-09-21 [colin]      2.4.0cvs202
9134
9135         * src/compose.c
9136         * src/textview.c
9137                 Workaround possible GTK crash: remove selection 
9138                 clipboard before destroying widget, or GTK+-2.10
9139                 dies. Thanks to Hiro.
9140
9141 2006-09-20 [colin]      2.4.0cvs201
9142
9143         * src/compose.c
9144                 Fix free-after-use in some cases (when 
9145                 procmime_encode_content() frees mimeinfo->data.mem
9146                 and turns it to a temp file)
9147
9148 2006-09-20 [colin]      2.4.0cvs200
9149
9150         * src/folderview.c
9151         * src/summaryview.c
9152         * src/gtk/gtksctree.c
9153         * src/gtk/gtksctree.h
9154                 Add tooltips in the folderview and summaryview
9155                 (Doesn't break string freeze as they already
9156                 exist)
9157         * src/toolbar.c
9158                 Put the spam button in the default configuration
9159                 if compiled with bogo plugin too
9160
9161 2006-09-19 [colin]      2.4.0cvs199
9162
9163         * src/summaryview.c
9164         * src/summaryview.h
9165                 Update folder name label on folder rename
9166         * src/prefs_matcher.c
9167         * src/gtk/logwindow.h
9168                 Fix warnings
9169                 Patches by Fabien
9170
9171 2006-09-19 [wwp]        2.4.0cvs198
9172
9173         * src/summary_search.c
9174                 fix can't click forward/backward buttons in the
9175                 search messages.
9176
9177 2006-09-18 [paul]       2.4.0cvs197
9178
9179         * src/wizard.c
9180                 add missing bracket, capitalise the A of
9181                 'SpamAssassin'
9182
9183 2006-09-18 [paul]       2.4.0cvs196
9184
9185         * src/compose.c
9186                 fix bug 1012 'crashed upon sending mail
9187                 from compose window'
9188                 Thanks to Colin
9189
9190 2006-09-16 [colin]      2.4.0cvs195
9191
9192         * src/folderview.c
9193                 Fix "real-time" sorting by freezing/thawing
9194
9195 2006-09-16 [colin]      2.4.0cvs194
9196
9197         * manual/faq.xml
9198                 Fix the anti-spam entry a bit
9199
9200 2006-09-16 [colin]      2.4.0cvs193
9201
9202         * src/wizard.c
9203                 Make sure reviewers have no excuse when stating
9204                 Sylpheed-Claws doesn't have antispam capabilities.
9205
9206 2006-09-16 [colin]      2.4.0cvs192
9207
9208         * src/main.c
9209                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9210                 as if the SIGPIPE comes from etpan's thread we could
9211                 trigger a GUI update from this thread.
9212
9213 2006-09-16 [colin]      2.4.0cvs191
9214
9215         * src/summaryview.c
9216                 Init all members of the struct
9217
9218 2006-09-16 [paul]       2.4.0cvs190
9219
9220         * src/account.c
9221                 improvements to the English
9222
9223 2006-09-15 [colin]      2.4.0cvs189
9224
9225         * src/summaryview.c
9226                 HIG order on dialog
9227
9228 2006-09-14 [colin]      2.4.0cvs188
9229
9230         * src/common/socket.c
9231         * src/common/socket.h
9232         * src/common/ssl.c
9233         * src/common/ssl_certificate.c
9234         * src/common/ssl_certificate.h
9235         * src/etpan/imap-thread.c
9236                 the get_fqdn() call done to get canonical name when
9237                 checking an SSL certificate is blocking, which is
9238                 sad as we just did a non-blocking lookup to connect.
9239                 Fix that by letting the fqdn available to the SockInfo,
9240                 and use that in ssl_certificate_check(). For IMAP,
9241                 we don't do it as the lookup's done by libetpan, but
9242                 it's less annoying as IMAP connections as much more
9243                 rare than POP3 connections.
9244
9245 2006-09-14 [paul]       2.4.0cvs187
9246
9247         * manual/advanced.xml
9248                 improvements to the English,
9249                 properly place the new hidden options
9250                 within the alphabetical order
9251         * src/gtk/pluginwindow.c
9252                 improvements to the English
9253
9254 2006-09-14 [colin]      2.4.0cvs186
9255
9256         * src/prefs_common.c
9257         * src/prefs_common.h
9258         * src/gtk/gtksctree.c
9259         * manual/advanced.xml
9260                 New hidden pref, stripes_color_offset, to change
9261                 the value added/substracted to normal bgcolor to
9262                 create the stripes in summaries
9263
9264 2006-09-13 [colin]      2.4.0cvs185
9265
9266         * src/gedit-print.c
9267         * src/messageview.c
9268         * src/messageview.h
9269         * src/summaryview.c
9270         * src/textview.c
9271                 Fix misc. printing issues: 
9272                 - Bad font for linkified headers
9273                 - Different font if the mail was displayed or not
9274                 - Factorize the thing
9275
9276 2006-09-13 [colin]      2.4.0cvs184
9277
9278         * src/common/ssl_certificate.c
9279                 Only get FQDN once when checking certificate
9280
9281 2006-09-13 [colin]      2.4.0cvs183
9282
9283         * src/account.c
9284         * src/gtk/pluginwindow.c
9285                 Misc. GUI fixes by Fabien
9286
9287 2006-09-13 [wwp]        2.4.0cvs182
9288
9289         * configure.ac
9290         * src/common/utils.h
9291         * src/common/utils.c
9292                 get rid of unused wide-char functions.
9293
9294 2006-09-13 [wwp]        2.4.0cvs181
9295
9296         * src/plugins/pgpinline/sylpheed.def
9297         * src/textview.c
9298                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9299                 add privacy_reset_error to the .def file,
9300                 do not fork for an external textviewer.
9301
9302 2006-09-13 [wwp]        2.4.0cvs180
9303
9304         * src/prefs_common.c
9305                 fix broken font entry in prefs (patch issued by the gpg4win team,
9306                 probably by Marcus Brinkmann <marcus@g10code.de>).
9307
9308 2006-09-13 [colin]      2.4.0cvs179
9309
9310         * src/folder.h
9311                 Fix a warning in summaryview.c
9312         * src/mainwindow.c
9313         * src/summaryview.c
9314         * src/summaryview.h
9315                 Add missing Mark/* elements in the
9316                 main menu
9317
9318 2006-09-12 [colin]      2.4.0cvs178
9319
9320         * src/prefs_actions.c
9321         * src/prefs_filtering_action.c
9322         * src/prefs_matcher.c
9323                 Use (New) instead of New everywhere
9324
9325 2006-09-12 [wwp]        2.4.0cvs177
9326
9327         * manual/fr/addrbook.xml
9328         * manual/fr/handling.xml
9329                 updated some quotes in the fr manual to match the fr translation.
9330
9331 2006-09-12 [wwp]        2.4.0cvs176
9332
9333         * src/prefs_matcher.c
9334                 don't store translated string elements in matcher expressions.
9335                 Also fixed a misused of Q_().
9336
9337 2006-09-11 [wwp]        2.4.0cvs175
9338
9339         * src/plugins//bogofilter/bogofilter.c
9340         * src/plugins//clamav/clamav_plugin.c
9341         * src/plugins//demo/demo.c
9342         * src/plugins//dillo_viewer/dillo_viewer.c
9343         * src/plugins//pgpcore/plugin.c
9344         * src/plugins//pgpinline/plugin.c
9345         * src/plugins//pgpmime/plugin.c
9346         * src/plugins//spamassassin/spamassassin.c
9347                 gettext-ize more strings (mostly plugin error messages).
9348
9349 2006-09-11 [colin]      2.4.0cvs174
9350
9351         * src/alertpanel.c
9352                 Make maximum buffer size bigger to avoid
9353                 truncating translated messages. Patch by
9354                 Fabien
9355
9356 2006-09-11 [colin]      2.4.0cvs173
9357
9358         * src/etpan/imap-thread.c
9359                 Fix compilation on OpenBSD, thanks to 
9360                 Landry
9361
9362 2006-09-10 [wwp]        2.4.0cvs172
9363
9364         * manual/account.xml
9365         * manual/addrbook.xml
9366         * manual/handling.xml
9367         * manual/es/handling.xml
9368         * manual/fr/account.xml
9369         * manual/fr/addrbook.xml
9370         * manual/fr/handling.xml
9371                 documented addressbook matching (condition configuration):
9372                   addrbook.xml, en fr
9373                 documented per-account filtering rules (handling/filtering
9374                   section, account section):
9375                   account.xml, handling.xml, en fr
9376                 slightly updated the handling/searching section to tell few
9377                   words about the extended search ability:
9378                   handling.xml, en fr
9379                 added missing <quote></quotes> to Quick Search:
9380                   handling.xml, en fr es
9381                 fixed a typo (auomatically):
9382                   handling.xml, en
9383                 changes revisited by Paul.
9384
9385 2006-09-10 [paul]       2.4.0cvs171
9386
9387         * src/prefs_actions.c
9388         * src/prefs_filtering.c
9389         * src/prefs_template.c
9390                 adjustments to the gui
9391                 Patch by Fabien Vantard (slightly modified)
9392
9393 2006-09-10 [colin]      2.4.0cvs170
9394
9395         * src/summaryview.c
9396                 Check folderitem/summaryview consistency
9397                 (basically automates Update summary). Fixes
9398                 #1011 (wrong (negative) count on unread 
9399                 messages)
9400
9401 2006-09-10 [colin]      2.4.0cvs169
9402
9403         * src/gtk/gtksctree.c
9404                 Fix recursive expansion via mouse
9405         * src/plugins/bogofilter/bogofilter.c
9406                 Use normal filtering way of moving
9407                 messages (batching), possibly fixing
9408                 bug #1015 (Bogofilter plugin doubles 
9409                 new messages)
9410
9411 2006-09-09 [wwp]        2.4.0cvs168
9412
9413         * src/prefs_filtering.c
9414                 better place for this fix.
9415
9416 2006-09-09 [wwp]        2.4.0cvs167
9417
9418         * src/prefs_filtering.c
9419                 fix a minor bug when the enabled status of a filtering/processing
9420                 rule always got set to TRUE when replacing this rule. That still
9421                 make sense when adding a new rule, but now when replacing, we
9422                 don't override the value of 'enabled'.
9423                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9424                 to prefs_filtering_list_view_get_info() as this function not only
9425                 returns the name, but also the account_id and the enabled status.
9426
9427 2006-09-09 [mones]      2.4.0cvs166
9428
9429         * manual/glossary.xml
9430         * manual/plugins.xml
9431                 Minor format corrections
9432         * manual/gpl.xml
9433                 Fix misplaced NO WARRANTY section
9434         * manual/es/advanced.xml
9435         * manual/es/faq.xml
9436         * manual/es/glossary.xml
9437         * manual/es/gpl.xml
9438         * manual/es/handling.xml
9439         * manual/es/plugins.xml
9440         * manual/es/starting.xml
9441                 Incorporate changes from English version
9442         * manual/fr/ack.xml
9443         * manual/pl/ack.xml
9444         * manual/es/ack.xml
9445                 Fix address, (add translation credits in es version)
9446         * po/es.po
9447                 Updated translation
9448
9449 2006-09-09 [wwp]        2.4.0cvs165
9450
9451         * src/prefs_filtering.c
9452                 fix a crash when opening filtering prefs, if matcherrc file contains
9453                 broken data (non-existing account id, which is theoretically not
9454                 possible).
9455
9456 2006-09-08 [colin]      2.4.0cvs164
9457
9458         * src/folder.c
9459                 Wrong assert, make it an if()
9460         * src/gtk/gtksctree.c
9461                 Fix bug #1013 (expand selected thread 
9462                 tree) - expanding is now recursive
9463
9464 2006-09-07 [wwp]        2.4.0cvs163
9465
9466         * src/prefs_matcher.c
9467                 make better sentences about addressbook matching in the
9468                 matcher prefs. This should make translators' work easier
9469                 too.
9470
9471 2006-09-07 [wwp]        2.4.0cvs162
9472
9473         * src/prefs_filtering.c
9474                 code simplification (get rid of dup var. assignment).
9475
9476 2006-09-07 [wwp]        2.4.0cvs161
9477
9478         * src/summaryview.c
9479                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9480                 <fzzzzz@gmail.com>.
9481
9482 2006-09-07 [paul]       2.4.0cvs160
9483
9484         * src/mimeview.c
9485                 fix compilation warnings
9486                 Thanks to Colin
9487
9488 2006-09-07 [paul]       2.4.0cvs159
9489
9490         * src/mimeview.c
9491                 select the mimepart icon when
9492                 displaying as text
9493                 Thanks to Colin
9494
9495 2006-09-06 [paul]       2.4.0cvs158
9496
9497         * src/prefs_filtering.c
9498                 fix labels and table element spacing
9499                 Patch by Fabien Vantard
9500
9501 2006-09-06 [paul]
9502
9503         2.5.0-rc3 released
9504
9505 2006-09-06 [paul]       2.4.0cvs157
9506
9507         * manual/es/advanced.xml
9508                 fix typo
9509
9510 2006-09-06 [wwp]        2.4.0cvs156
9511
9512         * src/mainwindow.c
9513                 fix an dup launch issue when iconified, thanks to Colin.
9514
9515 2006-09-06 [wwp]        2.4.0cvs155
9516
9517         * src/gtk//gtksctree.h
9518                 oops, forgot that one!
9519
9520 2006-09-06 [wwp]        2.4.0cvs154
9521
9522         * manual/pl/advanced.xml
9523         * manual/advanced.xml
9524         * manual/es/advanced.xml
9525         * manual/fr/advanced.xml
9526         * src/prefs_customheader.c
9527         * src/prefs_filtering_action.c
9528         * src/foldersel.c
9529         * src/prefs_summaries.c
9530         * src/prefs_filtering.c
9531         * src/account.c
9532         * src/compose.c
9533         * src/prefs_summary_column.c
9534         * src/addr_compl.c
9535         * src/prefs_actions.c
9536         * src/prefs_folder_column.c
9537         * src/ssl_manager.c
9538         * src/prefs_template.c
9539         * src/prefs_display_header.c
9540         * src/prefs_common.h
9541         * src/prefs_matcher.c
9542         * src/prefs_common.c
9543         * src/prefs_toolbar.c
9544         * src/summaryview.c
9545         * src/folderview.c
9546         * src/gtk/gtksctree.c
9547         * src/gtk/pluginwindow.c
9548         * src/gtk/progressdialog.c
9549         * src/gtk/prefswindow.c
9550                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9551                 to make its meaning more obvious (all versions of the manual reflect
9552                 the change).
9553                 added an extra hidden option use_stripes_in_summary to allow
9554                 discarding these stripes in mainwindow's folder and message lists;
9555                 en and fr manuals only are OK towards this.
9556
9557 2006-09-06 [colin]      2.4.0cvs153
9558
9559         * src/textview.c
9560                 Hide Sylpheed-Claws' internal queue headers
9561                 when showing all headers. They'll be present
9562                 only in Source window.
9563
9564 2006-09-05 [colin]      2.4.0cvs152
9565
9566         * src/plugins/trayicon/trayicon.c
9567                 Fix crash at exit - we have to disconnect
9568                 our handlers
9569         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9570                 Update eggtrayicon - patch adapted from a
9571                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9572                 on Sylpheed's ML
9573
9574 2006-09-05 [colin]      2.4.0cvs151
9575
9576         * src/mainwindow.c
9577         * src/gtk/logwindow.c
9578                 Fix race condition when something writes
9579                 to the log too soon during init. Thanks
9580                 to Fabien Vantard
9581
9582 2006-09-05 [colin]      2.4.0cvs150
9583
9584         * src/mimeview.c
9585                 Don't select part on right-click either
9586
9587 2006-09-05 [paul]       2.4.0cvs149
9588
9589         * src/mimeview.c
9590                 completion of previous commit
9591                 Thanks to Colin
9592
9593 2006-09-05 [colin]      2.4.0cvs148
9594
9595         * src/mimeview.c
9596                 Don't force selection on middle-click, just open
9597
9598 2006-09-04 [colin]      2.4.0cvs147
9599
9600         * src/mimeview.c
9601                 Looks like gtk_notebook_set_current_page()
9602                 sometimes steals focus, and this annoys us
9603                 in MimeViewers as it renders navigation
9604                 keys useless. Take back focus after switching
9605                 pages.
9606
9607 2006-09-04 [colin]      2.4.0cvs146
9608
9609         * src/messageview.c
9610                 Set stop_loading when clicking on Next
9611                 during load. Don't add a callback to 
9612                 avoid over-complicating things.
9613
9614 2006-09-04 [colin]      2.4.0cvs145
9615
9616         * src/mimeview.c
9617         * src/messageview.c
9618                 Fix multiple loads in separate messageview
9619
9620 2006-09-04 [colin]      2.4.0cvs144
9621
9622         * src/summaryview.c
9623                 Let navigation keys be handled during 
9624                 load
9625
9626 2006-09-04 [colin]      2.4.0cvs143
9627
9628         * src/messageview.c
9629         * src/summaryview.c
9630         * src/textview.c
9631         * src/textview.h
9632                 Make loading of huge mails (lots of text and/or
9633                 images) cancellable, so the GUI doesn't block 
9634
9635 2006-09-04 [colin]      2.4.0cvs142
9636
9637         * src/plugins/trayicon/trayicon.c
9638                 Fix annoyance when removing a folder with 
9639                 unread mails: trayicon didn't update
9640
9641 2006-09-04 [paul]       2.4.0cvs141
9642
9643         * src/gtk/icon_legend.c
9644                 straighten up columns
9645                 Patch by Fabien Vantard
9646
9647 2006-09-04 [wwp]        2.4.0cvs140
9648
9649         * src/prefs_filtering.c
9650                 fix new line's account name in filtering prefs:
9651                 was "All", is now "(New)".
9652
9653 2006-09-04 [paul]       2.4.0cvs139
9654
9655         * tools/make.themes.project
9656                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9657                 instead of homebrewed "make release"
9658
9659 2006-09-03 [colin]      2.4.0cvs138
9660
9661         * src/folderview.c
9662                 Fix bug #1007 (Wrong folder highlighted)
9663
9664 2006-09-03 [colin]      2.4.0cvs137
9665
9666         * src/compose.c
9667                 Don't set Newsgroup: header to a mail folder
9668                 path
9669
9670 2006-09-03 [paul]       2.4.0cvs136
9671
9672         * src/prefs_other.c
9673         * src/prefs_spelling.c
9674                 unify the gui
9675
9676 2006-09-03 [paul]       2.4.0cvs135
9677
9678         * src/prefs_summaries.c
9679                 correct menu item text in prefs_keybind_apply_clicked()
9680
9681 2006-09-03 [paul]       2.4.0cvs134
9682
9683         * manual/advanced.xml
9684                 some improvements to the descriptions
9685         * src/mainwindow.c
9686         * src/messageview.c
9687         * src/summaryview.c
9688         * src/gtk/menu.c
9689                 fix menu sensitivity issues
9690         * src/prefs_message.c
9691                 drop the useless word 'short'
9692         * src/prefs_other.c
9693                 add the word 'lines' indicating log length
9694                 is a measure of lines
9695         * src/textview.c
9696                 fix compilation warnings
9697
9698 2006-09-02 [colin]      2.4.0cvs133
9699
9700         * src/messageview.c
9701                 Display a special return-receipt message
9702                 if the message is from the user
9703         * src/summaryview.c
9704                 Fix missing freeze of the list when marking
9705                 all read and unthreading for exec. Thanks
9706                 to Stephan Sachse.
9707
9708 2006-09-02 [paul]       2.4.0cvs132
9709
9710         * src/mainwindow.c
9711         * src/prefs_message.c
9712         * src/summaryview.c
9713                 fix some english
9714
9715 2006-09-02 [wwp]        2.4.0cvs131
9716
9717         * src/prefs_filtering.c
9718                 added an account name column to the filtering rules
9719                 dialog.
9720
9721 2006-09-02 [colin]      2.4.0cvs130
9722
9723         * src/gtk/logwindow.c
9724         * src/gtk/logwindow.h
9725                 Block scrolling if we're not at the end
9726                 of the log
9727
9728 2006-09-02 [colin]      2.4.0cvs129
9729
9730         * src/folder.c
9731                 Make sure account-specific rules can't
9732                 be used in {pre-,post-,}processing
9733         * src/mainwindow.c
9734         * src/gtk/logwindow.c
9735         * src/gtk/logwindow.h
9736                 Jump to last error when clicking on the
9737                 warning icon
9738
9739 2006-09-02 [colin]      2.4.0cvs128
9740
9741         * src/imap.c
9742         * src/import.c
9743         * src/mainwindow.c
9744         * src/mainwindow.h
9745                 Fix warning icon
9746         * src/inc.c
9747         * src/mbox.c
9748         * src/mbox.h
9749                 Let proc_mbox know its account, for
9750                 account-specific rules
9751
9752 2006-09-01 [colin]      2.4.0cvs127
9753
9754         * src/codeconv.c
9755                 Don't uselessly use iconv to convert from
9756                 us-ascii
9757         * src/alertpanel.c
9758         * src/mainwindow.c
9759         * src/mainwindow.h
9760         * src/inc.c
9761                 Fix certain log cases, disable warning icon
9762                 for now, the correct way to display it when
9763                 necessary and only when necessary is probably
9764                 to do it manually rather than use error logs
9765         * src/etpan/imap-thread.c
9766                 Clean up UID logging a bit
9767         * src/gtk/logwindow.c
9768         * src/gtk/logwindow.h
9769                 Make logging faster when the window's closed
9770
9771 2006-09-01 [wwp]        2.4.0cvs126
9772
9773         * manual/fr/account.xml
9774                 reflect changes to the ref. manual (parts of cvs72):
9775                 fix tabnames and quotes.
9776
9777 2006-09-01 [wwp]        2.4.0cvs125
9778
9779         * manual/fr/plugins.xml
9780                 reflect changes to the reference manual (cvs42):
9781                 update IRC channel info.
9782
9783 2006-09-01 [wwp]        2.4.0cvs124
9784
9785         * commitHelper
9786                 use CVSEDITOR env. var. if set, according to `man cvs`.
9787
9788 2006-09-01 [wwp]        2.4.0cvs123
9789
9790         * manual/advanced.xml
9791                 better sentence again (thanks to Paul).
9792
9793 2006-09-01 [wwp]        2.4.0cvs122
9794
9795         * manual/advanced.xml
9796         fix definition of toolbar_detachable and rework a bit the one of
9797         enable_dotted_lines.
9798
9799 2006-09-01 [mones]      2.4.0cvs121
9800
9801         * manual/advanced.xml
9802                 Document enable_dotted_lines
9803
9804 2006-09-01 [paul]       2.4.0cvs120
9805
9806         * src/folderview.c
9807         * src/folderview.h
9808         * src/imap.c
9809         * src/mainwindow.c
9810         * src/summaryview.c
9811                 obey the 'When entering folder...' option
9812                 when using the /View/Go to/... menu items
9813                 Thanks to Colin
9814
9815 2006-08-31 [colin]      2.4.0cvs119
9816
9817         * src/folderview.c
9818                 Revert 2.4.0cvs116, wrong fix.
9819
9820 2006-08-31 [colin]      2.4.0cvs118
9821
9822         * src/gtk/gtksctree.c
9823                 Better state the various copyrights
9824
9825 2006-08-31 [colin]      2.4.0cvs117
9826
9827         * src/prefs_common.c
9828                 fix enable_dotted_lines
9829
9830 2006-08-31 [colin]      2.4.0cvs116
9831
9832         * src/folderview.c
9833                 Use pref "Always open on select" when going
9834                 to next unread folder
9835         * src/gtk/gtksctree.c
9836                 Fix link failure to _gtk_clist_create_cell_layout
9837                 on certain computers. (Why not mine, I wonder)
9838
9839 2006-08-31 [colin]      2.4.0cvs115
9840
9841         * src/procmsg.c
9842         * src/textview.c
9843         * src/plugins/bogofilter/bogofilter.c
9844         * src/plugins/spamassassin/spamassassin.c
9845                 Requalify some "errors" to warnings
9846         * src/mainwindow.c
9847         * src/mainwindow.h
9848         * src/statusbar.c
9849                 Add an icon in the statusbar to notify
9850                 of errors
9851         * src/gtk/gtksctree.c
9852         * src/folderview.c
9853         * src/summaryview.c
9854                 Make the GtkSCTree look more modern by
9855                 alternating background lines
9856         * src/prefs_common.c
9857         * src/prefs_common.h
9858                 Add a pref to let people have the old
9859                 way if they prefer
9860
9861
9862 2006-08-30 [colin]      2.4.0cvs114
9863
9864         * src/procmsg.c
9865         * src/procmsg.h
9866                 Provide a way to filter a list of
9867                 messages in an optimised manner, and
9868                 add a list-filtering hook
9869         * src/folder.c
9870         * src/inc.c
9871         * src/mbox.c
9872                 Use the list filtering
9873         * src/plugins/bogofilter/bogofilter.c
9874                 Use the list-filtering hook
9875                 Use -b (bulk) mode for more speed
9876                 when learning and filtering
9877         * src/etpan/imap-thread.c
9878                 Make log output shorter in UID SEARCH
9879
9880
9881 2006-08-30 [colin]      2.4.0cvs113
9882
9883         * src/plugins/bogofilter/bogofilter.c
9884                 Really fast mass learning - thanks to David
9885                 Relson for the options explanations :)
9886
9887 2006-08-30 [colin]      2.4.0cvs112
9888
9889         * src/msgcache.c
9890                 Fix compilation on FreeBSD. Thanks
9891                 to Michael Hugues
9892
9893 2006-08-29 [colin]      2.4.0cvs111
9894
9895         * src/folderview.c
9896                 Handle "popup_menu" signal (for popping the 
9897                 menu via the keyboard)
9898         * src/mimeview.c
9899         * src/mimeview.h
9900         * src/summaryview.c
9901         * src/textview.c
9902         * src/gtk/gtkutils.c
9903         * src/gtk/gtkutils.h
9904                 Factorize scrolling code, and add an API 
9905                 for MimeViewers to handle scroll orders
9906
9907 2006-08-29 [wwp]        2.4.0cvs110
9908
9909         * src/plugins//bogofilter/bogofilter.c
9910         * src/plugins//spamassassin/spamassassin.c
9911                 make the bogofilter/spamassassin filtering error dialogs at
9912         incorporation obey to the "don't popup error dialog on
9913         receive error" option. If disabled, feed the log window w/
9914         the error message.
9915
9916 2006-08-29 [paul]
9917
9918         2.5.0-rc2 released
9919
9920 2006-08-29 [paul]       2.4.0cvs109
9921
9922         * Makefile.am
9923                 remove 'make release', it's not needed
9924                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9925
9926 2006-08-29 [paul]       2.4.0cvs108
9927
9928         * src/foldersel.c
9929         * src/summary_search.c
9930         * src/gtk/progressdialog.c
9931         * src/plugins/pgpcore/passphrase.c
9932                 replace deprecated gtk_window_set_policy()
9933
9934 2006-08-29 [colin]      2.4.0cvs107
9935
9936         * src/folder.c
9937                 Fix data loss when copy fails during a move:
9938                 only use fast remove_msgs if everything was
9939                 copied OK; else use slow remove_msg on the
9940                 mails that got copied only.
9941
9942 2006-08-28 [paul]       2.4.0cvs106
9943
9944         * src/mh.c
9945                 revert change in 2.4.0cvs104, it breaks
9946                 stuff
9947
9948 2006-08-28 [paul]       2.4.0cvs105
9949
9950         * src/plugins/spamassassin/spamassassin.c
9951                 english fix
9952
9953 2006-08-28 [paul]       2.4.0cvs104
9954
9955         * src/mh.c
9956                 fix data loss when moving to another
9957                 mailbox fails
9958         * src/prefs_spelling.c
9959                 improve the english
9960         * src/gtk/pluginwindow.c
9961                 improve the layout of the dialog text
9962         All thanks to Colin
9963
9964 2006-08-28 [paul]       2.4.0cvs103
9965
9966         * src/plugins/bogofilter/bogofilter.c
9967         * src/plugins/bogofilter/bogofilter_gtk.c
9968                 fix english up a bit, innit
9969
9970 2006-08-28 [paul]       2.4.0cvs102
9971
9972         * configure.ac
9973         * po/Makefile.in.in
9974         * po/Makevars
9975                 require autoconf 2.60, enabling building
9976                 with gettext 0.15 (gettext 0.14.x build still
9977                 possible). Replace Makefiles with versions
9978                 from gettext 0.15.
9979                 Remove configure options --with-localedir and
9980                 --with-mandir. The options that are provided
9981                 directly by autoconf 2.60 can be used instead:
9982                 --mandir --localedir
9983
9984 2006-08-27 [colin]      2.4.0cvs101
9985
9986         * src/plugins/bogofilter/Makefile.am
9987                 Fix make dist (no README)
9988
9989 2006-08-27 [colin]      2.4.0cvs100
9990
9991         * src/folder.c
9992                 Don't use F_UNKNOWN folders for any default
9993                 outbox/trash/etc
9994         * src/plugins/bogofilter/bogofilter.c
9995         * src/plugins/bogofilter/bogofilter.h
9996         * src/plugins/bogofilter/bogofilter_gtk.c
9997                 Add an option to specify the path to bogofilter
9998                 Use single-quotes to be able to learn in folders
9999                 with spaces in their names
10000                 Verify learning status
10001
10002 2006-08-27 [colin]      2.4.0cvs99
10003
10004         * manual/faq.xml
10005         * manual/plugins.xml
10006                 Document Bogofilter plugin
10007
10008 2006-08-27 [colin]      2.4.0cvs98
10009
10010         * src/compose.c
10011         * src/messageview.c
10012         * src/procmsg.c
10013         * src/procmsg.h
10014                 When possible, copy the queued mail to sent folder
10015                 instead of re-adding. Much faster on IMAP.
10016
10017 2006-08-27 [colin]      2.4.0cvs97
10018
10019         * src/msgcache.c
10020                 Disable mmaped caches - huge metadata loss
10021                 here after a power failure.
10022         * src/summaryview.c
10023                 Add quicksearch timing
10024         * src/common/plugin.c
10025         * src/common/plugin.h
10026                 Implement an interface to tell what plugins
10027                 provide. Prevent loading of similar plugins.
10028         * src/plugins/clamav/clamav_plugin.c
10029         * src/plugins/demo/demo.c
10030         * src/plugins/dillo_viewer/dillo_viewer.c
10031         * src/plugins/pgpcore/plugin.c
10032         * src/plugins/pgpinline/pgpinline.c
10033         * src/plugins/pgpmime/pgpmime.c
10034         * src/plugins/spamassassin/spamassassin.c
10035         * src/plugins/trayicon/trayicon.c
10036                 Implement plugin_provides()
10037
10038 2006-08-27 [colin]      2.4.0cvs96
10039
10040         * configure.ac
10041         * src/plugins/Makefile.am
10042         * src/plugins/bogofilter/.cvsignore
10043         * src/plugins/bogofilter/Makefile.am
10044         * src/plugins/bogofilter/bogofilter.c
10045         * src/plugins/bogofilter/bogofilter.h
10046         * src/plugins/bogofilter/bogofilter_gtk.c
10047                 New Bogofilter plugin, provides filtering and
10048                 learning. Spamassassin will go to extra plugins.
10049
10050 2006-08-26 [mones]      2.4.0cvs95
10051
10052         * manual/handling.xml
10053                 Fix subfolder path in the example (thanks to Paul) 
10054
10055 2006-08-26 [mones]      2.4.0cvs94
10056
10057         * manual/glossary.xml
10058                 2.2. + add ISP to the glossary
10059                 7.5. + Add UIDL to glossary
10060                 7.7. + Add TCP to glossary
10061         * manual/handling.xml
10062                 7.1. + Mentions GNU/Linux distribution, what about the non...
10063                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10064                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10065                 7.4. = Use appropriate quotation for commands
10066                 7.6. = change "" to <quote></quote>
10067         * manual/plugins.xml
10068                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10069         * manual/starting.xml
10070                 2.1. + local mbox file: some examples of mbox file locations...
10071                 Also reformatted files requiring it
10072
10073 2006-08-26 [wwp]        2.4.0cvs93
10074
10075         * src/summary_search.c
10076                 disable find buttons while summary search is running.
10077
10078 2006-08-25 [colin]      2.4.0cvs92
10079
10080         * src/folder.c
10081         * src/folderutils.c
10082         * src/mh.c
10083         * src/procmsg.h
10084         * src/summaryview.c
10085                 Speed up MH moving, and add progressbar
10086                 for MH deletion
10087         * src/msgcache.c
10088                 Write cache files using mmap() too
10089
10090 2006-08-25 [wwp]        2.4.0cvs91
10091
10092         * src/summaryview.c
10093                 switch spam<->ham button when a message has been marked as spam or ham
10094                 and is still selected. Thanks to Colin.
10095
10096 2006-08-25 [paul]       2.4.0cvs90
10097
10098         * src/Makefile.am
10099         * src/stock_pixmap.c
10100         * src/stock_pixmap.h
10101         * src/summaryview.c
10102         * src/gtk/icon_legend.c
10103         * src/pixmaps/copied.xpm
10104         * src/pixmaps/moved.xpm
10105                 add icons for delayed execution marked for
10106                 copying, marked for moving
10107
10108 2006-08-25 [mones]      2.4.0cvs89
10109
10110         * manual/glossary.xml
10111                 Fix the other glossary items:
10112                 5.1. = Inmmediate execution -> <quote>immediate execution...
10113                 5.2. = Fix MBOX capitalization -> Mbox
10114                 5.3. + Improve Plugins def. w/ tech. ref.
10115                 5.4. = Quotation -> replace '>' by <quote>></quote>
10116                 5.5. - SMTP Server. -> remove dot
10117         * po/es.po
10118                 Updated translation
10119
10120 2006-08-25 [mones]      2.4.0cvs88
10121
10122         * manual/ack.xml
10123                 Reformatted, changed email address
10124         * manual/glossary.xml
10125                 Reformatted, fixed MANUAL-TODO items:
10126                 8.2. + add ROT-13 to glossary
10127                 8.4. + add URL to glossary
10128         * manual/es/advanced.xml
10129                 Fixed <literal>s
10130
10131 2006-08-25 [paul]       2.4.0cvs87
10132
10133         * src/gtk/icon_legend.c
10134                 add 'marked for deletion' icon
10135                 arrange icons by containing column
10136                 wrap long label text
10137
10138 2006-08-25 [colin]      2.4.0cvs86
10139
10140         * src/common/utils.c
10141         * src/common/utils.h
10142                 Add the sc_g_*list_bigger functions in
10143                 a place everyone can use it
10144         * src/summaryview.c
10145                 Only freeze/thaw the list when working
10146                 on the selection, if it's bigger than 1
10147         * src/gtk/gtksctree.c
10148                 Only freeze/thaw the list when unselec-
10149                 ting 'all' if ('all' != 1)
10150                 This avoids some flickering
10151
10152 2006-08-24 [colin]      2.4.0cvs85
10153
10154         * src/addressbook.c
10155                 Fix strange list selection
10156                 Fix random seg (Invalid read of freed memory)
10157
10158 2006-08-24 [colin]      2.4.0cvs84
10159
10160         * src/alertpanel.c
10161         * src/gtk/inputdialog.c
10162         * src/plugins/pgpcore/passphrase.c
10163                 Revert minimal width patch of 2.4.0cvs67,
10164                 as it is also a maximal width. Use 
10165                 gtk_window_set_default_size instead.
10166
10167 2006-08-24 [colin]      2.4.0cvs83
10168
10169         * src/msgcache.c
10170                 Write cache/mark to temp files before
10171                 overwriting old ones (avoids metadata
10172                 loss if writing the new files fail).
10173                 Use mmap() to read cache/mark file, as
10174                 this makes cache reading faster. Dis-
10175                 abled for big-endian machines until it
10176                 can be tested. (Big-endian users: set
10177                 msgcache_use_mmap = TRUE in the relevant
10178                 #if).
10179         * src/procmsg.h
10180                 Move rarely used fields of MsgInfo in 
10181                 another structure, which will only be
10182                 allocated if needed. Face, X-Face,
10183                 Return receipt headers and List-*
10184                 headers are moved. Mails having none
10185                 of these occupy 52 bytes less with
10186                 this patch, which makes 2.5MB of RAM
10187                 saved on a 50k folder).
10188         * src/headerview.c
10189         * src/mainwindow.c
10190         * src/messageview.c
10191         * src/partial_download.c
10192         * src/procheader.c
10193         * src/procmsg.c
10194         * src/textview.c
10195                 Follow this structure change.
10196
10197 2006-08-24 [wwp]        2.4.0cvs82
10198
10199         * manual/es/.cvsignore
10200         * manual/es/dist/.cvsignore
10201         * manual/es/dist/html/.cvsignore
10202         * manual/es/dist/pdf/.cvsignore
10203         * manual/es/dist/ps/.cvsignore
10204         * manual/es/dist/txt/.cvsignore
10205                 more (generated) files to ignore.
10206
10207 2006-08-24 [colin]      2.4.0cvs81
10208
10209         * src/folder.c
10210         * src/mh.c
10211                 Fix possible problems with local delivery. Check the folder doesn't
10212                 need scan before setting its mtime when saving cache (which can be
10213                 done long after the folder's been modified by an external process);
10214                 Check that the stored item's mtime didn't change in mh functions.
10215
10216 2006-08-24 [mones]      2.4.0cvs80
10217
10218         * manual/advanced.xml
10219                 Rewrapping, some fixes and MANUAL-TODO items:
10220                 8.1. = change "" to <quote></quote>
10221                 8.3. = quote menu items
10222                 8.5. - deploying -> new user ... ideally a new user (redundant)
10223
10224 2006-08-23 [colin]      2.4.0cvs79
10225
10226         * src/gtk/gtksctree.c
10227                 When selecting or deselecting range, only
10228                 freeze/thaw when selection is bigger than 10
10229
10230 2006-08-23 [colin]      2.4.0cvs78
10231
10232         * src/messageview.c
10233         * src/mimeview.c
10234         * src/mimeview.h
10235         * src/plugins/dillo_viewer/dillo_viewer.c
10236                 Provide an API for MimeViewer plugins to
10237                 return a text selection for replying
10238
10239 2006-08-23 [colin]      2.4.0cvs77
10240
10241         * src/image_viewer.c
10242         * src/textview.c
10243                 Use gtk_pixbuf_new_from_file_at_scale(), which
10244                 is faster than getting the pixbuf then resizing
10245                 it.
10246
10247 2006-08-23 [colin]      2.4.0cvs76
10248
10249         * src/procmime.c
10250                 UTF-8 should be sent Quoted-printable
10251
10252 2006-08-22 [colin]      2.4.0cvs75
10253
10254         * src/mh.c
10255                 Check if scan is required before touching
10256                 the folder (or it'll be required every time)
10257
10258 2006-08-22 [colin]      2.4.0cvs74
10259
10260         * configure.ac
10261                 Require libetpan 0.46 (crasher fix when built
10262                 against gnutls)
10263
10264 2006-08-22 [colin]      2.4.0cvs73
10265
10266         * src/folder.c
10267                 Set folder's mtime after writing its
10268                 cache
10269         * src/folderview.c
10270                 Add some timing
10271         * src/procmsg.c
10272                 Don't do useless stuff if we don't 
10273                 thread by subject
10274         * src/summaryview.c
10275                 Add some timing, don't deselect prior
10276                 to selecting (gtksctree does it itself),
10277                 remove crash avoidance hacks as it's been
10278                 properly fixed since a while
10279         * src/common/utils.c
10280                 Optimize to_human_readable(): _() is slow,
10281                 do it only once, and avoid %f format for KB
10282                 (the most common in a summaryview)
10283         * src/gtk/gtksctree.c
10284                 Don't uselessly freeze/thaw (fixes flicker
10285                 on next unread and friends), reduce number
10286                 of g_list_nth/g_list_position where possible
10287         * src/gtk/gtkutils.c
10288         * src/gtk/gtkutils.h
10289                 Reduce number of g_list_nth/g_list_position
10290                 where possible.
10291                 All of this makes loading as 70k folder 2.1
10292                 seconds instead of 3.2 (with hot FS caches).
10293                 (1.3 seconds without Date and Size columns...)
10294
10295 2006-08-22 [paul]       2.4.0cvs72
10296
10297         wrap documents and do some items from mones' MANUAL-TODO:
10298
10299         * manual/account.xml
10300                 4.1. = fix tabname references to <quote>tabname</quote>
10301                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10302         * manual/faq.xml
10303                 1.1. = mentioned options don't match UI
10304                 Add information about the 'Never send Return Receipts'
10305                 option
10306         * manual/handling.xml
10307                 6.2. = Mentions Extended symbols button, but now is
10308                 named Information
10309                 6.3. = Mentions ... button, which is now Edit
10310
10311 2006-08-22 [colin]      2.4.0cvs71
10312
10313         * src/gtk/pluginwindow.c
10314                 Fix layout in verbose translations (such
10315                 as french)
10316
10317 2006-08-22 [paul]       2.4.0cvs70
10318
10319         * manual/Makefile.am
10320                 build manuals in alphabetical order
10321         * src/addressbook.c
10322         * src/prefs_themes.c
10323                 replace/remove deprecated symbols
10324         * src/gtk/gtkutils.c
10325                 fix a warning
10326         * src/gtk/pluginwindow.c
10327                 replace deprecated symbol
10328                 replace label text and move it
10329         * src/plugins/pgpcore/prefs_gpg.c
10330                 move the 'Generate...' button out of the
10331                 Sign Key frame, replace the English used
10332         * src/plugins/pgpcore/sgpgme.c
10333                 fixes to the English
10334
10335 2006-08-21 [colin]      2.4.0cvs69
10336
10337         * src/plugins/trayicon/trayicon.c
10338                 Add more strings for translation; patch
10339                 by Pawel
10340
10341 2006-08-21 [colin]      2.4.0cvs68
10342
10343         * src/compose.c
10344                 fix replied flag not set after drafting
10345         * src/matcher.c
10346                 fix body quicksearch in non-encoded bodies
10347                 containing '='
10348         * src/msgcache.c
10349                 Get rid of the g_malloc workaround for
10350                 corrupted caches, use g_try_malloc
10351
10352 2006-08-21 [colin]      2.4.0cvs67
10353
10354         * src/alertpanel.c
10355         * src/gtk/inputdialog.c
10356         * src/plugins/pgpcore/passphrase.c
10357                 Set minimal width to 375
10358         * src/mainwindow.c
10359                 Fix switching to offline, asking if it 
10360                 should be overriden for synchronising
10361         * src/mimeview.c
10362                 Don't offer to remember command on Open 
10363                 with for text parts, as the browser or 
10364                 text editor command isn't changed from 
10365                 there
10366
10367 2006-08-20 [paul]       2.4.0cvs66
10368
10369         * po/ko.po
10370         * po/zh_CN.po
10371                 fix plural form errors. revealed by stricter
10372                 checking of gettext 0.15
10373
10374 2006-08-18 [paul]       2.4.0cvs65
10375
10376         * src/stock_pixmap.c
10377                 fix the fix of 2.4.0cvs64
10378                 Thanks to Colin
10379
10380 2006-08-18 [paul]       2.4.0cvs64
10381
10382         * src/stock_pixmap.c
10383                 fix leaks
10384                 Thanks to Colin
10385
10386 2006-08-18 [paul]       2.4.0cvs63
10387
10388         * src/compose.c
10389         * src/procmsg.c
10390                 fix occasional IMAP bug where large msgs
10391                 were left in the queue folder after sending
10392                 Thanks to Colin
10393
10394 2006-08-18 [paul]       2.4.0cvs62
10395
10396         * src/folderview.c
10397                 freeze the summaryview while quicksearch results
10398                 are displayed
10399                 (fixes bug 456 'current message is hidden when the
10400                 view is refreshed and extended search is "unread 
10401                 messages"')
10402                 Thanks to Colin
10403         * src/textview.c
10404                 add missing #include "inputdialog.h"
10405         * src/common/utils.h
10406                 add missing mailcap_update_default() and improve
10407                 readability
10408
10409 2006-08-17 [colin]      2.4.0cvs61
10410
10411         * src/plugins/pgpcore/select-keys.c
10412                 Fix warnings :)
10413
10414 2006-08-17 [colin]      2.4.0cvs60
10415
10416         * src/compose.c
10417                 Don't continue queuing if Cancel is clicked
10418                 in select-keys
10419
10420 2006-08-17 [colin]      2.4.0cvs59
10421
10422         * src/plugins/pgpcore/select-keys.c
10423                 When encrypting, if only one key matches and it 
10424                 matches exactly, automatically use it.
10425
10426 2006-08-17 [colin]      2.4.0cvs58
10427
10428         * src/mimeview.c
10429         * src/prefs_common.c
10430         * src/prefs_common.h
10431         * src/prefs_ext_prog.c
10432         * src/textview.c
10433                 Fix issues with previous patch (text/html)
10434                 Remove outdated prefs
10435
10436 2006-08-17 [colin]      2.4.0cvs57
10437
10438         * src/imap.c
10439                 Add View Log button on auth error
10440         * src/procmsg.c
10441                 Fix encrypted mail marked as new when
10442                 saved in normal folders
10443         * src/plugins/pgpinline/pgpinline.c
10444                 Fix encrypt bug on IMAP
10445         * src/mimeview.c
10446         * src/common/utils.c
10447         * src/common/utils.h
10448         * src/gtk/inputdialog.c
10449         * src/gtk/inputdialog.h
10450                 Get rid of metamail stuff, simplify
10451                 opening, and allow remembering of user's
10452                 choices (by updating ~/.mailcap). There's
10453                 still to drop "Audio player" and "Image
10454                 viewer" preferences.
10455
10456 2006-08-17 [mones]      2.4.0cvs56
10457
10458         * manual/es/sylpheed-claws-manual.xml
10459                 fix DTD path
10460
10461 2006-08-17 [mones]      2.4.0cvs55
10462
10463         * configure.ac
10464         * manual/Makefile.am
10465         * manual/es/Makefile.am
10466         * manual/es/account.xml
10467         * manual/es/ack.xml
10468         * manual/es/addrbook.xml
10469         * manual/es/advanced.xml
10470         * manual/es/faq.xml
10471         * manual/es/glossary.xml
10472         * manual/es/gpl.xml
10473         * manual/es/handling.xml
10474         * manual/es/intro.xml
10475         * manual/es/keyboard.xml
10476         * manual/es/plugins.xml
10477         * manual/es/starting.xml
10478         * manual/es/sylpheed-claws-manual.xml
10479         * manual/es/dist/Makefile.am
10480         * manual/es/dist/html/Makefile.am
10481         * manual/es/dist/pdf/Makefile.am
10482         * manual/es/dist/ps/Makefile.am
10483         * manual/es/dist/txt/Makefile.am
10484                 Spanish translation for the manual
10485
10486 2006-08-16 [colin]      2.4.0cvs54
10487
10488         * src/compose.c
10489         * src/main.c
10490         * src/mainwindow.c
10491                 Fix send button sensitivity at startup
10492                 Set send menu sensitivity (patch by Fabien)
10493         * src/ssl_manager.c
10494                 Enable closing with esc (patch by Fabien)
10495         * src/gtk/foldersort.c
10496                 Enable closing with esc (patch by Fabien)
10497         * src/procmime.c
10498                 Optimisation (no need to copy to tempfile to
10499                 "decode" 7bit and 8bit)
10500         * src/summaryview.c
10501                 Fix cruft in swap_from case
10502         * src/textview.c
10503                 Fix missing last line in some mail cases 
10504                 (Fixes debian #381872)
10505         * src/plugins/pgpcore/prefs_gpg.c
10506         * src/plugins/pgpcore/sgpgme.c
10507         * src/plugins/pgpcore/sgpgme.h
10508                 Don't show "no key found" when user explicitely
10509                 wants to create a key
10510
10511 2006-08-16 [paul]       2.4.0cvs53
10512
10513         * configure.ac
10514         * src/account.c
10515         * src/addressbook.c
10516         * src/headerview.c
10517         * src/prefs_account.c
10518         * src/prefs_message.c
10519         * src/gtk/gtkutils.c
10520                 bump up minimum required versions of GTK+ and
10521                 GLIB to 2.6.0
10522
10523 2006-08-16 [paul]       2.4.0cvs52
10524
10525         * src/toolbar.c
10526                 workaround GTK+ Bug 351600 - 'Can't re-click
10527                 on button after sensitivity update'
10528                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10529                 Thanks to Colin
10530
10531 2006-08-15 [colin]      2.4.0cvs51
10532
10533         * src/plugins/pgpcore/prefs_gpg.c
10534                 Set options sensitivity according to
10535                 key existence
10536         * src/plugins/pgpcore/sgpgme.c
10537                 Allow to create key with no passphrase
10538
10539 2006-08-14 [cleroy]     2.4.0cvs50
10540
10541         * src/gtk/pluginwindow.c
10542                 New layout (maybe to be changed?)
10543         * src/gtk/gtkutils.c
10544                 Fix a bit label_window
10545         * src/plugins/pgpcore/passphrase.c
10546         * src/plugins/pgpcore/passphrase.h
10547         * src/plugins/pgpcore/plugin.c
10548         * src/plugins/pgpcore/prefs_gpg.c
10549         * src/plugins/pgpcore/prefs_gpg.h
10550         * src/plugins/pgpcore/sgpgme.c
10551         * src/plugins/pgpcore/sgpgme.h
10552                 Allow to create a PGP private key via the GUI
10553
10554 2006-08-14 [wwp]        2.4.0cvs49
10555
10556         * src/addressbook_foldersel.c
10557                 fix strict ISO C90 compliance.
10558
10559 2006-08-14 [paul]       2.4.0cvs48
10560
10561         * src/gtk/prefswindow.c
10562                 re-set scrolled window on opening
10563                 Patch by Ticho
10564
10565 2006-08-14 [paul]
10566
10567         2.5.0-rc1 released
10568
10569 2006-08-14 [paul]       2.4.0cvs47
10570
10571         * src/prefs_display_header.c
10572                 re-enable user-defined Displayed Headers
10573
10574 2006-08-14 [paul]       2.4.0cvs46
10575
10576         * src/prefs_account.c
10577                 use GTK_STOCK_EDIT
10578
10579 2006-08-13 [colin]      2.4.0cvs45
10580
10581         * src/common/utils.c
10582                 Fix "a" in quote when the original message is empty,
10583                 by using \0 instead of 'a' to test writability of
10584                 temp files.
10585
10586 2006-08-13 [wwp]        2.4.0cvs44
10587
10588         * src/plugins/spamassassin/spamassassin.c
10589                 fix capitalization of "SpamAssassin" in some debug, log and
10590                 dialog messages.
10591
10592 2006-08-13 [paul]       2.4.0cvs43
10593
10594         * src/editldap.c
10595                 fix overlapping widgets
10596         * src/prefs_account.c
10597                 fix translation of protocol_names[]
10598                 fix label disappearing off the edge of the
10599                 visible area
10600
10601 2006-08-12 [paul]       2.4.0cvs42
10602
10603         * manual/plugins.xml
10604                 update IRC channel info before it gets forgotten
10605                 about
10606
10607 2006-08-11 [colin]      2.4.0cvs41
10608
10609         * src/compose.c
10610         * src/mainwindow.c
10611         * src/mainwindow.h
10612         * src/procmsg.c
10613         * src/procmsg.h
10614         * src/summaryview.c
10615         * src/toolbar.c
10616                 Grey out the Send button if
10617                 - Queue folders are empty, or
10618                 - We're sending already
10619
10620 2006-08-11 [wwp]        2.4.0cvs40
10621
10622         * src/main.c
10623                 fix a logic issue when quitting while a compose window is
10624                 still open, thanks to Colin.
10625
10626 2006-08-10 [colin]      2.4.0cvs39
10627
10628         * src/main.c
10629                 Fix default font size setting after wizard run
10630         * src/imap.c
10631         * src/etpan/imap-thread.c
10632         * src/etpan/imap-thread.h
10633                 Fix bug #999 (Timing out on TSL cert validation 
10634                 dialog makes ugly things happen). Also, STARTTLS
10635                 unconditionnaly if initial capabilities contain
10636                 LOGINDISABLED and STARTTLS.
10637
10638 2006-08-09 [colin]      2.4.0cvs38
10639
10640         * src/mainwindow.c
10641         * src/mainwindow.h
10642                 Fix Tools/Actions sensitivity when there are
10643                 no actions
10644
10645 2006-08-09 [colin]      2.4.0cvs37
10646
10647         * src/prefs_filtering.c
10648                 Warning fix, patch by Paul
10649         * src/messageview.c
10650         * src/prefs_actions.c
10651         * src/prefs_filtering_action.c
10652         * src/prefs_matcher.c
10653                 Uniformisation of "Info ..." to "Info..." (for
10654                 old gtk), patch by Fabien
10655         * src/plugins/clamav/clamav_plugin_gtk.c
10656                 Sensitivity fix by Fabien
10657
10658 2006-08-09 [colin]      2.4.0cvs36
10659
10660         * src/main.c
10661         * src/main.h
10662                 Add a function to know whether we're exiting
10663         * src/plugins/trayicon/trayicon.c
10664                 If exiting, don't do anything. Faster, and
10665                 avoids gtk_main_iteration reentracy causing
10666                 segfaults at exit
10667
10668 2006-08-09 [colin]      2.4.0cvs35
10669
10670         * src/messageview.c
10671         * src/mimeview.c
10672         * src/mimeview.h
10673                 Fix lack of part selection when automatically 
10674                 jumping to a specific part
10675         * src/msgcache.c
10676                 Little optimisation in cache reading
10677
10678 2006-08-09 [colin]      2.4.0cvs34
10679
10680         * src/compose.c
10681                 Fix crash setting the priority on reedit
10682                 (Accessing compose before creating it!)
10683
10684 2006-08-08 [colin]      2.4.0cvs33
10685
10686         * src/procmime.c
10687                 Fix bug #998 (last attachment is not accessible)
10688                 Bad RFC interpretation on multipart close-delimiters
10689         * src/mimeview.c
10690         * src/mimeview.h
10691         * src/gtk/gtkvscrollbutton.c
10692         * src/gtk/gtkvscrollbutton.h
10693                 Make attachments list wheel-scrollable
10694
10695 2006-08-07 [colin]      2.4.0cvs32
10696
10697         * src/gtk/gtkaspell.c
10698                 Fix bug #973 (Unicode punctation characters 
10699                 are not recognized as separators by the
10700                 spell checker); fix unsigned stuff
10701
10702 2006-08-07 [colin]      2.4.0cvs31
10703
10704         * src/compose.c
10705                 Fix bug #956 (DnD text with accents in compose 
10706                 text entry); fix gccc's signed/unsigned fuss
10707
10708 2006-08-06 [colin]      2.4.0cvs30
10709
10710         * src/main.c
10711                 Fix bug #979 (Plugin crashes when exiting 
10712                 sylpheed-claws) : handle exit request only 
10713                 once
10714
10715 2006-08-05 [colin]      2.4.0cvs29
10716
10717         * src/news.c
10718                 Just make sure we have a msgid.
10719
10720 2006-08-05 [colin]      2.4.0cvs28
10721
10722         * src/news.c
10723         * src/summaryview.c
10724                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10725                 by reimplementing it
10726         * src/textview.c
10727                 Fix bug when hiding quotes with level > 3 and quote
10728                 colors are recycled
10729
10730 2006-08-04 [colin]      2.4.0cvs27
10731
10732         * src/compose.c
10733         * src/undo.c
10734         * src/undo.h
10735                 Fix a bit replace-by-pasting undo
10736         * src/mainwindow.c
10737         * src/messageview.c
10738                 Fix Fold quotes menu synchro in
10739                 mainwindow when it changes in 
10740                 messageview
10741         * src/textview.c
10742                 Fix right-click on quotes blocks
10743         * src/common/utils.c
10744                 Verify that the file created by
10745                 my_tmpfile() is writable. Fixes
10746                 bug #988 (very specific filesystem
10747                 issue)
10748         * src/plugins/pgpcore/sgpgme.c
10749                 Fix file descriptor leak
10750         * src/plugins/spamassassin/spamassassin.c
10751                 Warn once if spamd isn't reachable
10752
10753 2006-08-04 [colin]      2.4.0cvs26
10754
10755         * src/toolbar.c
10756                 i18n context patch by Fabien
10757
10758 2006-08-03 [colin]      2.4.0cvs25
10759
10760         * src/mainwindow.c
10761         * src/messageview.c
10762                 Rename "Hide quotes" to "Fold quotes"
10763         * src/textview.c
10764                 Don't use hand cursor on quotes. "all 
10765                 the bonuses of the feature and none of 
10766                 unwelcome side-effects"
10767
10768 2006-08-03 [colin]      2.4.0cvs24
10769
10770         * AUTHORS
10771         * sylpheed-claws.desktop
10772         * src/gtk/authors.h
10773                 Bring the desktop file to XDG compliance
10774                 Patch by Charles A. Edwards
10775
10776 2006-08-03 [colin]      2.4.0cvs23
10777
10778         * src/textview.c
10779                 Fix links offset when they are preceded
10780                 by accentued chars (g_utf8_strlen!)
10781         * src/mainwindow.c
10782                 Fix wrong status when starting offline
10783
10784
10785 2006-08-03 [wwp]        2.4.0cvs22
10786
10787         * src/prefs_common.h
10788                 ask what to do w/ filtering rules that belong to an account when
10789                 applying filtering rules manually from the main window (skip,
10790                 apply regardless of the account, use current account). This dialog
10791                 can be skipped and the last reply used.
10792                 (forgot that file)
10793
10794 2006-08-03 [wwp]        2.4.0cvs21
10795
10796         * src/filtering.c
10797         * src/filtering.h
10798         * src/prefs_common.c
10799         * src/summaryview.c
10800         * src/alertpanel.c
10801         * src/alertpanel.h
10802         * src/messageview.c
10803                 ask what to do w/ filtering rules that belong to an account when
10804                 applying filtering rules manually from the main window (skip,
10805                 apply regardless of the account, use current account). This dialog
10806                 can be skipped and the last reply used.
10807
10808
10809 2006-08-03 [colin]      2.4.0cvs20
10810
10811         * src/textview.c
10812                 Optimize previous patch
10813
10814 2006-08-03 [cleroy]     2.4.0cvs19
10815
10816         * src/textview.c
10817                 Fix quotes getting toggled back when the
10818                 mail has an even number of text parts
10819
10820 2006-08-02 [colin]      2.4.0cvs18
10821
10822         * src/messageview.c
10823                 Add Hide quotes menu
10824
10825 2006-08-02 [colin]      2.4.0cvs17
10826
10827         * src/mainwindow.c
10828         * src/prefs_common.c
10829         * src/textview.c
10830         * src/textview.h
10831         * src/gtk/about.c
10832                 Allow per-level quote hiding,
10833                 Allow toggling quotes by double-clicking them
10834                 Rename RemoteURI to ClickableText to reflect
10835                 the fact it's used for a variety of things
10836
10837 2006-08-02 [wwp]        2.4.0cvs16
10838
10839         * src/mainwindow.c
10840                 fix "View/Hide quotes" menu item status initialization.
10841
10842 2006-08-02 [wwp]        2.4.0cvs15
10843
10844         * src/matcher_parser_parse.y
10845                 remove a debug trace.
10846
10847 2006-08-02 [paul]       2.4.0cvs14
10848
10849         * src/plugins/pgpcore/passphrase.c
10850                 don't set initial dialog size
10851                 make it resizable
10852
10853 2006-08-02 [paul]       2.4.0cvs13
10854
10855         * src/noticeview.c
10856                 remove the rogue '/' character
10857
10858 2006-08-02 [paul]       2.4.0cvs12
10859
10860         * src/noticeview.c
10861                 allow buttons to resize as necessary
10862
10863 2006-08-01 [wwp]        2.4.0cvs11
10864
10865         * src/mbox.c
10866                 fix strict ISO C90 compliance.
10867
10868 2006-08-01 [wwp]        2.4.0cvs10
10869
10870         * tools/update-po
10871                 updated update-po tool to work w/ context-dependent translations.
10872                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10873
10874 2006-08-01 [wwp]        2.4.0cvs9
10875
10876         * src/matcher.c
10877         * src/prefs_filtering.c
10878         * src/prefs_matcher.c
10879                 allow context-dependent translations for "All",
10880                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10881
10882 2006-07-31 [colin]      2.4.0cvs8
10883
10884         * AUTHORS
10885         * src/gtk/authors.h
10886                 Add Rafal to authors
10887
10888 2006-07-31 [colin]      2.4.0cvs7
10889
10890         * src/compose.c
10891         * src/mainwindow.c
10892         * src/messageview.h
10893         * src/prefs_common.c
10894         * src/prefs_common.h
10895         * src/textview.c
10896                 Add 'View/Hide quotes'. Patch based on a patch
10897                 by Rafal Weglarz
10898
10899 2006-07-31 [colin]      2.4.0cvs6
10900
10901         * src/action.c
10902                 Fix problem with "> stuff >" actions
10903
10904 2006-07-31 [paul]       2.4.0cvs5
10905
10906         * po/nb.po
10907                 updated by Geir Helland
10908
10909 2006-07-31 [wwp]        2.4.0cvs4
10910
10911         * src/mainwindow.c
10912         * src/summaryview.c
10913         * src/summaryview.h
10914                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10915                 thanks to Colin.
10916
10917 2006-07-31 [wwp]        2.4.0cvs3
10918
10919         * src/Makefile.am
10920         * src/addr_compl.c
10921         * src/addr_compl.h
10922         * src/addressbook.c
10923         * src/addressbook.h
10924         * src/addressbook_foldersel.c
10925         * src/addressbook_foldersel.h
10926         * src/addrindex.c
10927         * src/addrindex.h
10928         * src/matcher.c
10929         * src/matcher.h
10930         * src/matcher_parser_lex.l
10931         * src/matcher_parser_parse.y
10932         * src/prefs_common.c
10933         * src/prefs_common.h
10934         * src/prefs_filtering.c
10935         * src/prefs_matcher.c
10936         * src/prefs_matcher.h
10937         * src/summaryview.c
10938                 introduce filtering against the address book. It's now possible to add
10939                 matched conditions to determine if any email address in a message matches
10940                 or doesn't match any or all books or folders in the address book.
10941
10942 2006-07-31 [wwp]        2.4.0cvs2
10943
10944         * src/account.c
10945         * src/filtering.c
10946         * src/filtering.h
10947         * src/folder.c
10948         * src/folderview.c
10949         * src/inc.c
10950         * src/mainwindow.c
10951         * src/matcher.c
10952         * src/matcher_parser_lex.l
10953         * src/matcher_parser_parse.y
10954         * src/mbox.c
10955         * src/prefs_filtering.c
10956         * src/prefs_filtering.h
10957         * src/procmsg.c
10958         * src/procmsg.h
10959         * src/summaryview.c
10960                 introduce per-account filtering rules. Each filtering rule can now be assigned
10961                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10962                 when applying filtering rules manually, as all rules will apply - even the ones
10963                 assigned to an account. This issue will be addressed soon.
10964  
10965
10966
10967 2006-07-31 [wwp]        2.4.0cvs1
10968
10969         * src/quote_fmt.c
10970                 make more strings translatable.
10971
10972 2006-07-31 [paul]       2.4.0
10973
10974         2.4.0 released
10975
10976 2006-07-31 [paul]       2.3.1cvs91
10977
10978         * po/ca.po
10979                 updated by Miquel Oliete
10980
10981 2006-07-31 [paul]       2.3.1cvs90
10982
10983         * po/de.po
10984         * po/el.po
10985         * po/fr.po
10986         * po/it.po
10987         * po/pl.po
10988         * po/pt_BR.po
10989         * po/sr.po
10990         * po/zh_CN.po
10991                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10992                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10993                 Aleksandar Urosevic, and Ralgh Young
10994
10995 2006-07-31 [paul]       2.3.1cvs89
10996
10997         * src/account.c
10998         * src/main.c
10999         * src/mainwindow.c
11000         * src/mainwindow.h
11001                 Fix a race condition when, after an SC crash, rescanning
11002                 folders took more than 0.5 seconds
11003                 Thanks to Colin
11004
11005 2006-07-31 [paul]       2.3.1cvs88
11006
11007         * src/folderview.c
11008                 don't translate separator strings
11009
11010 2006-07-30 [mones]      2.3.1cvs87
11011
11012         * doc/man/sylpheed-claws.1
11013                 Fixed non-ASCII chars in Hoa's name
11014         * po/es.po
11015                 Updated for release
11016
11017 2006-07-27 [colin]      2.3.1cvs86
11018
11019         * src/textview.c
11020                 Don't include the leading \n in links
11021                 Patch by Fabien
11022
11023 2006-07-25 [colin]      2.3.1cvs85
11024
11025         * src/mainwindow.c
11026         * src/common/socket.h
11027         * src/etpan/imap-thread.c
11028                 Refresh resolvers before connecting
11029                 to IMAP servers, and after switching
11030                 to online. Thanks to Paul.
11031
11032 2006-07-18 [colin]
11033
11034         * 2.4.0-rc4 released
11035
11036 2006-07-17 [colin]      2.3.1cvs84
11037
11038         * src/inc.c
11039                 Show connection attempt in statusbar before
11040                 connecting (previously first message was
11041                 "Retrieving messages from ..." after the
11042                 connection succeeded.
11043
11044 2006-07-16 [wwp]        2.3.1cvs83
11045
11046         * sylpheed-claws.ico
11047                 Added .ico file (windows multi-size icon file, generated).
11048
11049 2006-07-12 [wwp]        2.3.1cvs82
11050
11051         * src/messageview.c
11052                 remove Message/Re-edit menu entry from messageview window,
11053                 as sent/draft/queued messages are opened in compose window when
11054                 re-edited and it's not possible to re-edit other msgs.
11055
11056 2006-07-12 [paul]       2.3.1cvs81
11057
11058         * AUTHORS
11059         * src/mainwindow.c
11060         * src/gtk/authors.h
11061                 check online state before resetting
11062                 mailcheck timer. Useful if some program
11063                 verifies connection state and updates
11064                 Claws.
11065                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11066
11067 2006-07-12 [paul]       2.3.1cvs80
11068
11069         * sylpheed-claws-128x128.png
11070         * sylpheed-claws-64x64.png
11071         * sylpheed-claws.png
11072         * src/Makefile.am
11073         * src/main.c
11074         * src/prefs_toolbar.c
11075         * src/stock_pixmap.c
11076         * src/stock_pixmap.h
11077         * src/wizard.c
11078         * src/gtk/about.c
11079         * src/gtk/gtkutils.c
11080         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11081         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11082         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11083         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11084         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11085         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11086                 updated and renamed logo/icon files and related
11087                 logo by Jesper Schultz
11088
11089 2006-07-11 [paul]       2.3.1cvs79
11090
11091         * src/main.c
11092                 fix the labels a smidgin
11093
11094 2006-07-09 [colin]      2.3.1cvs78
11095
11096         * src/textview.c
11097                 Show errors in textviewer's command
11098                 Patch by H. Merijn Brand
11099
11100 2006-07-09 [colin]      2.3.1cvs77
11101
11102         * src/compose.c
11103                 Save FMID in drafts too
11104
11105 2006-07-08 [colin]      2.3.1cvs76
11106
11107         * src/compose.c
11108                 Svae RMID in drafted mails too
11109                 Save quote_fmt vars for whole mails,
11110                 don't reset at each quote_fmt_init:
11111                 allows to use the same |i{var} in
11112                 various template fields
11113         * src/prefs_template.c
11114         * src/quote_fmt.h
11115         * src/quote_fmt_parse.y
11116                 Same
11117
11118 2006-07-08 [colin]      2.3.1cvs75
11119
11120         * src/textview.c
11121                 Fix highlighting of attached parts URIs
11122
11123 2006-07-08 [colin]      2.3.1cvs74
11124
11125         * src/main.c
11126                 Prevent bug #981 (sc 2.3.1 segfaults with 
11127                 gtk+ 2.10) from being reported again:
11128                 if Sylpheed-Claws has been compiled against
11129                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11130                 of if Sylpheed-Claws has been compiled against
11131                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11132                 error out.
11133
11134 2006-07-07 [colin]      2.3.1cvs73
11135
11136         * src/prefs_actions.c
11137                 Fix label
11138
11139 2006-07-07 [colin]      2.3.1cvs72
11140
11141         * src/prefs_actions.c
11142                 Fix compile on gtk < 2.8. argh :)
11143
11144 2006-07-07 [paul]       2.3.1cvs71
11145
11146         * src/common/defs.h
11147                 update DONATE_URI
11148
11149 2006-07-07 [colin]      2.3.1cvs70
11150
11151         * po/POTFILES.in
11152         * src/quote_fmt.c
11153         * src/quote_fmt_lex.l
11154         * src/quote_fmt_parse.y
11155                 Add |i{var}, a way to insert user-entered
11156                 text in a template
11157
11158 2006-07-07 [colin]
11159
11160         * 2.4.0-rc3 released
11161
11162 2006-07-07 [colin]      2.3.1cvs69
11163
11164         * src/folder.c
11165                 Don't consider inboxes of UNKNOWN folder 
11166                 classes to be useable as default inboxes
11167
11168 2006-07-07 [paul]       2.3.1cvs68
11169
11170         * src/textview.c
11171                 add missing #include <errno.h>
11172                 Thanks to René J. Blokland
11173
11174 2006-07-07 [paul]       2.3.1cvs67
11175
11176         * src/action.c
11177                 Return now Closes dialog
11178         * src/mimeview.c
11179         * src/mimeview.h
11180         * src/textview.c
11181                 add contextual menu to mime parts listed
11182                 in the textview
11183                 Thanks to Colin
11184         * src/common/utils.c
11185                 reversal: ' is a valid character in URLs
11186
11187 2006-07-06 [colin]      2.3.1cvs66
11188
11189         * src/remotefolder.h
11190                 Forgotten in previous commit
11191
11192 2006-07-06 [colin]      2.3.1cvs65
11193
11194         * src/folder.c
11195                 Set summary update flag whenever
11196                 totals changed
11197         * src/imap.c
11198         * src/prefs_account.c
11199         * src/common/utils.h
11200         * src/etpan/imap-thread.c
11201                 Fix warnings, thanks to Fabien and
11202                 Ricardo
11203
11204 2006-07-06 [wwp]        2.3.1cvs64
11205
11206         * src/gtk/gtkutils.c
11207                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11208
11209 2006-07-06 [wwp]        2.3.1cvs63
11210
11211         * src/account.c
11212         * src/addressbook.c
11213         * src/addressitem.h
11214         * src/folderview.c
11215         * src/mainwindow.c
11216         * src/manual.c
11217         * src/manual.h
11218         * src/message_search.c
11219         * src/prefs_actions.c
11220         * src/prefs_filtering.c
11221         * src/prefs_filtering.h
11222         * src/prefs_template.c
11223         * src/summary_search.c
11224         * src/summaryview.c
11225         * src/gtk/gtkutils.c
11226         * src/gtk/gtkutils.h
11227         * src/gtk/pluginwindow.c
11228                 add help buttons to some dialogs. Clicking such buttons opens a
11229                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11230
11231 2006-07-06 [paul]       2.3.1cvs62
11232
11233         * src/textview.c
11234                 fix attachments contextual menu
11235                 Thanks to Colin
11236
11237 2006-07-05 [colin]      2.3.1cvs61
11238
11239         * src/textview.c
11240         * src/compose.c
11241                 Handle sftp:// links
11242
11243 2006-07-05 [paul]       2.3.1cvs60
11244
11245         * src/gtk/filesel.c
11246                 grab save button by default
11247                 Thanks to Colin
11248
11249 2006-07-05 [wwp]        2.3.1cvs59
11250
11251         * manual/xml2pdf
11252                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11253
11254 2006-07-04 [colin]      2.3.1cvs58
11255
11256         * src/mimeview.c
11257         * src/textview.c
11258                 Use left click to select, middle click to open
11259                 on mimeparts links
11260         * src/common/utils.c
11261                 Fix segfault
11262
11263 2006-07-04 [colin]      2.3.1cvs57
11264
11265         * src/mainwindow.c
11266         * src/news.c
11267                 Warning fixes, thanks to Fabien
11268
11269 2006-07-04 [colin]      2.3.1cvs56
11270
11271         * src/mimeview.c
11272         * src/mimeview.h
11273         * src/textview.c
11274                 Allow parts to be selected via their text label
11275                 in textview
11276
11277 2006-07-04 [colin]      2.3.1cvs55
11278
11279         * src/folderview.c
11280                 Feedback when closing (for big folders)
11281         * src/prefs_actions.c
11282         * src/prefs_filtering.c
11283         * src/prefs_matcher.c
11284         * src/prefs_template.c
11285                 Fix default button when closing without
11286                 having saved
11287
11288 2006-07-04 [colin]      2.3.1cvs54
11289
11290         * src/news.c
11291                 Delete local file on deletion
11292
11293 2006-07-03 [colin]      2.3.1cvs53
11294
11295         * src/folderview.c
11296         * src/main.c
11297                 Don't freeze when rescanning after crash
11298
11299 2006-07-03 [wwp]        2.3.1cvs52
11300
11301         * src/compose.c
11302         * src/privacy.c
11303         * src/privacy.h
11304         * src/plugins/pgpinline/pgpinline.c
11305         * src/plugins/pgpmime/pgpmime.c
11306                 don't report an error when the user cancels the passphrase dialog.
11307
11308 2006-07-02 [colin]      2.3.1cvs51
11309
11310         * src/folderview.c
11311                 Open message when crossing folders with Space,
11312                 goto next unread and friends
11313
11314 2006-07-01 [colin]      2.3.1cvs50
11315
11316         * src/prefs_account.c
11317                 Typographic rules varying from language
11318                 to language (in french "Protocole :"),
11319                 we have to do that :)
11320
11321 2006-07-01 [ticho]      2.3.1cvs49
11322
11323         * src/prefs_account.c
11324                 Only use one temporary gchar* variable in
11325                 prefs_account_protocol_set_optmenu().
11326
11327 2006-07-01 [ticho]      2.3.1cvs48
11328
11329         * src/prefs_account.c
11330         * src/prefs_account.h
11331                 Use GtkLabel for existing account protocol name.
11332                 Created an array for protocol names and populate the
11333                 combobox from it in a for() cycle.
11334
11335 2006-06-30 [colin]      2.3.1cvs47
11336
11337         * src/compose.c
11338                 Block undo when changing signature (by changing
11339                 account)
11340
11341 2006-06-30 [paul]       2.3.1cvs46
11342
11343         * src/send_message.c
11344                 when editing From in the Compose window, use that address
11345                 in the Return-Path: header
11346                 Thanks to Colin
11347
11348 2006-06-30 [colin]      2.3.1cvs45
11349
11350         * src/compose.c
11351                 Fix signature replacement:
11352                 - when no newline before separator
11353                 - when reediting
11354
11355 2006-06-29 [colin]      2.3.1cvs44
11356
11357         * src/folderview.c
11358         * src/folderview.h
11359         * src/mainwindow.c
11360         * src/summaryview.c
11361                 Let 'View/Go to/Next marked' work like
11362                 Next new & Next unread: across folders
11363                 Change the select_on_entry pref to do
11364                 what we want when changing folder
11365         * src/common/utils.c
11366                 Fix single-quoted links 
11367
11368 2006-06-29 [colin]      2.3.1cvs43
11369
11370         * src/gtk/gtkaspell.c
11371                 "Sylpheed" and "Sylpheed-Claws" do exist !
11372
11373 2006-06-29 [colin]      2.3.1cvs42
11374
11375         * src/imap.c
11376                 Forgot to remove debug
11377
11378 2006-06-29 [colin]      2.3.1cvs41
11379
11380         * src/imap.c
11381         * src/imap.h
11382         * src/mainwindow.c
11383                 Disconnect from IMAP servers when going
11384                 offline. Fixes bug #978 (going to offline-mode 
11385                 won't close connections)
11386
11387 2006-06-29 [colin]      2.3.1cvs40
11388
11389         * src/main.c
11390                 Fix transient setting on failing plugins
11391                 Patch by Fabien
11392         * src/plugins/pgpcore/sgpgme.c
11393                 Only warn for OpenPGP. Most people don't
11394                 have CMS available.
11395
11396 2006-06-29 [colin]      2.3.1cvs39
11397
11398         * src/compose.c
11399                 Fix Spelling menu (discrepancy between context menu
11400                 and top menu when folder's dictionary isn't the 
11401                 default one)
11402         * src/plugins/pgpcore/sgpgme.c
11403                 More error reporting about why gpgme can fail
11404
11405 2006-06-29 [wwp]        2.3.1cvs38
11406
11407         * src/mainwindow.c
11408                 honor the display-header-pane setting even when the message view
11409                 is a separate window.
11410
11411 2006-06-29 [wwp]        2.3.1cvs37
11412
11413         * src/prefs_actions.c
11414                 forgot to commit that one (use of GTK_STOCK_INFO).
11415
11416 2006-06-29 [colin]      2.3.1cvs36
11417
11418         * src/imap.c
11419                 Better handling of login errors (ask the password
11420                 again once), alert in case of error. Fix three
11421                 signedness warnings.
11422
11423 2006-06-28 [wwp]        2.3.1cvs35
11424
11425         * src/prefs_template.c
11426         * src/prefs_matcher.c
11427         * src/prefs_filtering_action.c
11428         * src/prefs_quote.c
11429                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11430                 patch by Fabien Vantard, slightly modified.
11431
11432 2006-06-28 [paul]
11433
11434         2.4.0-rc2 released
11435
11436 2006-06-28 [colin]      2.3.1cvs34
11437
11438         * src/prefs_account.c
11439                 Fix bug #977 (Can't add or edit imap accounts)
11440
11441 2006-06-28 [colin]      2.3.1cvs33
11442
11443         * src/mimeview.c
11444                 Fix previous
11445
11446 2006-06-28 [colin]      2.3.1cvs32
11447
11448         * src/mimeview.c
11449                 Save named inlined attachments with "Save all"
11450         * src/main.c
11451         * src/mbox.c
11452         * src/common/plugin.c
11453         * src/common/plugin.h
11454         * src/common/sylpheed.c
11455         * src/common/utils.c
11456         * src/plugins/pgpcore/sylpheed.def
11457         * src/plugins/pgpinline/sylpheed.def
11458         * src/plugins/pgpmime/sylpheed.def
11459                 Win32 compatibility patch, by
11460                 Werner Koch
11461
11462 2006-06-28 [wwp]        2.3.1cvs31
11463
11464         * src/imap.c
11465         * src/prefs_folder_item.c
11466                 less compilation warnings (thanks to Fabien Vantard), less typos.
11467
11468 2006-06-28 [paul]       2.3.1cvs30
11469
11470         * src/gtk/gtkutils.c
11471                 gtk_combo_box_set_focus_on_click() is only
11472                 available since gtk 2.6.0
11473
11474 2006-06-28 [paul]       2.3.1cvs29
11475
11476         * src/prefs_ext_prog.c
11477                 fix engrish and add a tooltip for the
11478                 'command for 'Display as text' option
11479
11480 2006-06-28 [paul]
11481
11482         2.4.0-rc1 released
11483
11484 2006-06-28 [paul]       2.3.1cvs28
11485
11486         * ChangeLog
11487         * tools/Makefile.am
11488                 include textviewer.pl in releases
11489
11490 2006-06-28 [paul]       2.3.1cvs27
11491
11492         * src/prefs_ext_prog.c
11493                 hide Print command option if libgnomeprint
11494                 support is present
11495
11496 2006-06-27 [colin]      2.3.1cvs26
11497
11498         * src/compose.c
11499                 Fix Esc handling in insert/attach dialog
11500                 Don't show this dialog if dragging something
11501                 else than text/uri-list
11502                 Thanks to Fabien Vantard
11503         * tools/textviewer.pl
11504                 Filter script to display stuff as text
11505                 by H. Merijn Brand
11506
11507 2006-06-27 [wwp]        2.3.1cvs25
11508
11509         * src/messageview.c
11510                 use the exact product name (message view title), patch
11511                 by Fabien Vantard.
11512
11513 2006-06-27 [ticho]      2.3.1cvs24
11514
11515         * src/prefs_account.c
11516         * src/prefs_common.c
11517         * src/prefs_common.h
11518         * src/prefs_ext_prog.c
11519         * src/textview.c
11520                 Add a preference (Preferences/External programs)
11521                 to allow "Display as text" to be done via a script
11522                 (patch by H.Merijn Brand).
11523                 Use GtkComboBox for protocol selection in account
11524                 preferences.
11525                 Only include current choice for existing accounts, and
11526                 insensitivize the combobox.
11527
11528 2006-06-27 [paul]       2.3.1cvs23
11529
11530         * src/mbox.c
11531                 fix crasher introduced in cvs21.
11532                 Thanks to Colin
11533
11534 2006-06-26 [colin]      2.3.1cvs22
11535
11536         * src/mbox.c
11537                 Fix double-frees when leaving folders
11538                 after exporting to mbox
11539
11540 2006-06-26 [colin]      2.3.1cvs21
11541
11542         * src/mbox.c
11543                 More feedback (and optimisation)
11544                 on import/export
11545         * src/common/utils.c
11546                 Fix case when looking for mail addresses
11547         * src/gtk/gtkutils.c
11548                 Extra check for (X-)Face
11549
11550 2006-06-25 [ticho]      2.3.1cvs20
11551
11552         * src/compose.c
11553         * src/exphtmldlg.c
11554         * src/gtk/gtkutils.c
11555         * src/gtk/gtkutils.h
11556                 Added second argument to gtkut_sc_combobox_create() to
11557                 control focus-on-click for the widget.
11558                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11559
11560 2006-06-25 [ticho]      2.3.1cvs19
11561
11562         * src/compose.c
11563         * src/gtk/Makefile.am
11564         * src/gtk/combobox.c
11565         * src/gtk/combobox.h
11566         * src/gtk/gtkutils.c
11567         * src/gtk/gtkutils.h
11568                 Use GtkComboBox instead of deprecated GtkOptionMenu
11569                 for account selector in compose window and for encoding
11570                 selector in attachment properties.
11571                 Also factorise working with the new GtkComboBox somewhat.
11572
11573 2006-06-24 [paul]       2.3.1cvs18
11574
11575         * src/prefs_common.c
11576                 use the correct default value
11577
11578 2006-06-24 [paul]       2.3.1cvs17
11579
11580         * src/compose.c
11581         * src/prefs_common.c
11582         * src/prefs_common.h
11583         * src/prefs_compose_writing.c
11584                 enable setting of default action when
11585                 dnd'ing files in the compose window.
11586                 (Collaborative effort with wwp)
11587
11588 2006-06-23 [wwp]        2.3.1cvs16
11589
11590         * src/compose.c
11591                 i18n fix (thanks to Fabien Vantard)
11592
11593 2006-06-22 [colin]      2.3.1cvs15
11594
11595         * src/prefs_customheader.c
11596                 Don't use filters in custom headers' file 
11597                 selector. Remember, extensions mean nothing :)
11598
11599 2006-06-22 [paul]       2.3.1cvs14
11600
11601         * configure.ac
11602                 allow setting of man directory location
11603
11604 2006-06-22 [colin]      2.3.1cvs13
11605
11606         * src/mainwindow.c
11607                 Add 'View/Go to/Next unread folder'.
11608                 I missed that :)
11609
11610 2006-06-22 [colin]      2.3.1cvs12
11611
11612         * src/common/utils.c
11613                 Add some subject prefixes
11614                 Patch by Bjorn T Johansen <btj@havleik.no>
11615
11616 2006-06-22 [colin]      2.3.1cvs11
11617
11618         * manual/advanced.xml
11619                 Forgotten hidden pref
11620
11621 2006-06-21 [paul]       2.3.1cvs10
11622
11623         * src/prefs_account.c
11624                 complete the removal of 'Add date header' option
11625
11626 2006-06-21 [paul]       2.3.1cvs9
11627
11628         * src/account.c
11629         * src/compose.c
11630         * src/prefs_account.c
11631         * src/prefs_account.h
11632                 remove option to add date header - always
11633                 add date header
11634         * src/etpan/imap-thread.c
11635                 fix warnings (Thanks to Colin)
11636
11637 2006-06-21 [wwp]        2.3.1cvs8
11638
11639         * src/folder.c
11640                 set the attachment flag when inline text part are (file)named. This is more convenient
11641                 when receiving (for instance) inline source files or patches sent using thunderbird.
11642
11643 2006-06-21 [paul]       2.3.1cvs7
11644
11645         * src/inc.c
11646                 fix off-by-one count of current msg in
11647                 statusbar filtering progressbar
11648
11649 2006-06-21 [paul]       2.3.1cvs6
11650
11651         * src/folder.c
11652                 Show attachment icon even if the part is 'inline'
11653                 if the following conditions are met:
11654                 - content-type != 'text/plain'
11655                 - content-type != '*/pgp-signature'
11656                 - either 'name' or 'filename' parameter is not NULL
11657                 
11658                 Thanks to Colin
11659
11660 2006-06-21 [paul]       2.3.1cvs5
11661
11662         * src/messageview.c
11663         * src/prefs_common.c
11664         * src/prefs_common.h
11665         * src/prefs_other.c
11666                 add an option to 'Never send Return
11667                 Receipts'
11668                 Thanks to Colin
11669
11670 2006-06-20 [mones]      2.3.1cvs4
11671
11672         * po/es.po
11673                 updated
11674         * src/compose.c
11675                 typo fixed (space after comma)
11676         * tools/make.themes.project
11677                 remove exec mode from tarball files
11678
11679 2006-06-20 [colin]      2.3.1cvs3
11680
11681         * src/news.c
11682         * src/procheader.c
11683         * src/unmime.c
11684                 Better fix for \n's in headers (don't 
11685                 break Received: and others)
11686
11687 2006-06-20 [paul]       2.3.1cvs2
11688
11689         * src/alertpanel.c
11690         * src/textview.c
11691                 improve legibility of phishing attempt
11692                 dialog
11693
11694 2006-06-20 [paul]       2.3.1cvs1
11695
11696         * NEWS
11697         * README
11698         * configure.ac
11699                 Update version number following
11700                 stable release
11701
11702 2006-06-20 [colin]      2.3.0cvs26
11703
11704         * src/compose.c
11705                 When dragging a file to the text of the compose
11706                 window, ask whether we want to insert or attach
11707                 (I know lots of people who do that to attach)
11708
11709 2006-06-20 [colin]      2.3.0cvs25
11710
11711         * src/etpan/imap-thread.c
11712                 Fix threshold (the append command is often > 32 bytes)
11713
11714 2006-06-19 [colin]      2.3.0cvs24
11715
11716         * src/imap.c
11717         * src/etpan/imap-thread.c
11718                 Workaround Rockliffe IMAP server bug: replace
11719                 "x UID SEARCH (ANSWERED UID 1:*)" with
11720                 "x UID SEARCH ANSWERED"
11721                 (Rockliffe doesn't handle the parenthesis)
11722
11723 2006-06-19 [colin]      2.3.0cvs23
11724
11725         * src/compose.c
11726         * src/imap.c
11727         * src/etpan/imap-thread.c
11728                 Probably fix bug #972 (Freezes when adding 
11729                 an attachment to the message)
11730         * src/common/defs.h
11731                 Modernize Firefox cmd
11732
11733
11734 2006-06-18 [colin]      2.3.0cvs22
11735
11736         * src/prefs_customheader.c
11737                 Only allow correct filenames for various
11738                 custom headers
11739
11740 2006-06-18 [colin]      2.3.0cvs21
11741
11742         * src/prefs_customheader.c
11743                 Add a 'From File...' button in custom headers prefs, which
11744                 try to do the right thing: 
11745                 for normal headers, use file as plaintext,
11746                 for X-Face, calls compface,
11747                 for Face, encode to b64.
11748
11749 2006-06-17 [colin]      2.3.0cvs20
11750
11751         * src/mh.c
11752                 Warning fix
11753
11754 2006-06-16 [colin]      2.3.0cvs19
11755
11756         * src/summaryview.c
11757                 Recursive quicksearch: show message list
11758                 in current folder, *then* search children
11759                 in the background.
11760
11761 2006-06-16 [colin]      2.3.0cvs18
11762
11763         * src/main.c
11764                 Instead of ignoring SIGPIPE, save caches
11765                 when getting one. Will fix the fact that
11766                 hot caches are out-of-date when logging 
11767                 out of Xorg.
11768         * src/compose.c
11769         * src/prefs_compose_writing.c
11770                 Only save text (not attachments) when 
11771                 auto-saving to drafts
11772         * src/unmime.c
11773                 Always replace \n, \r and \t with spaces
11774                 in headers
11775         * manual/dist/html/Makefile.am
11776         * manual/dist/pdf/Makefile.am
11777         * manual/dist/ps/Makefile.am
11778         * manual/dist/txt/Makefile.am
11779         * manual/fr/dist/html/Makefile.am
11780         * manual/fr/dist/pdf/Makefile.am
11781         * manual/fr/dist/ps/Makefile.am
11782         * manual/fr/dist/txt/Makefile.am
11783         * manual/pl/dist/html/Makefile.am
11784         * manual/pl/dist/pdf/Makefile.am
11785         * manual/pl/dist/ps/Makefile.am
11786         * manual/pl/dist/txt/Makefile.am
11787                 Fix make clean removing pregenerated manuals
11788
11789
11790 2006-06-16 [colin]      2.3.0cvs17
11791
11792         * src/plugins/pgpcore/sgpgme.c
11793         * src/plugins/pgpmime/pgpmime.c
11794         * src/plugins/pgpinline/pgpinline.c
11795                 Better error reporting in setup_signers.
11796                 Don't fallback to default key if specified
11797                 key isn't found.
11798                 Don't allow signing if more than one secret
11799                 key matches the one specified in prefs.
11800
11801 2006-06-15 [colin]      2.3.0cvs16
11802
11803         * src/folderview.c
11804                 Add "Send queue" in the folder's contextual
11805                 menu
11806         * src/compose.c
11807         * src/messageview.c
11808         * src/privacy.c
11809         * src/privacy.h
11810         * src/procmime.c
11811         * src/procmsg.c
11812         * src/plugins/pgpcore/passphrase.c
11813         * src/plugins/pgpcore/sgpgme.c
11814         * src/plugins/pgpinline/pgpinline.c
11815         * src/plugins/pgpmime/pgpmime.c
11816                 Better error reporting
11817         * src/mbox.c
11818                 Probably fix bug #971 (2.2.3 cannot read mail 
11819                 from local mbox)
11820
11821
11822 2006-06-15 [mones]      2.3.0cvs15
11823
11824         * tools/make.themes.project
11825                 creates the themes project from the web page
11826
11827 2006-06-15 [colin]      2.3.0cvs14
11828
11829         * src/folder.c
11830                 Better fix (avoid losing the folder if scan_tree 
11831                 fails)
11832
11833 2006-06-15 [cleroy]     2.3.0cvs13
11834
11835         * src/folder.c
11836                 Probably fix Bug #969 (crash on rebuilding 
11837                 imap folder)
11838
11839 2006-06-14 [colin]      2.3.0cvs12
11840
11841         * manual/dtd/manual.xsl
11842         * manual/sylpheed-claws-manual.xml
11843         * manual/fr/sylpheed-claws-manual.xml
11844         * manual/pl/sylpheed-claws-manual.xml
11845                 Insert pagebreaks between sections
11846
11847 2006-06-14 [paul]       2.3.0cvs11
11848
11849         * configure.ac
11850                 better fix than 2.3.0cvs10
11851
11852 2006-06-14 [paul]       2.3.0cvs10
11853
11854         * configure.ac
11855                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11856                 (backwards compatible)
11857
11858 2006-06-13 [colin]      2.3.0cvs9
11859
11860         * src/messageview.c
11861                 Fix sending of return receipt with the new queue folders
11862
11863 2006-06-13 [wwp]        2.3.0cvs8
11864
11865         * src/quote_fmt_lex.l
11866                 fix wrong tokens returned in quote_fmt lexer, query not().
11867
11868 2006-06-13 [wwp]        2.3.0cvs7
11869
11870         * src/folder.c
11871         * src/prefs_folder_item.c
11872                 allow changing folder type even when folder is not a top-level one,
11873                 thanks to Colin.
11874
11875 2006-06-12 [colin]      2.3.0cvs6
11876
11877         * src/folderview.c
11878                 Fix double-ask of "Do you want to mark all
11879                 as read"
11880
11881 2006-06-12 [colin]      2.3.0cvs5
11882
11883         * src/compose.c
11884         * src/compose.h
11885         * src/folder.c
11886         * src/folder.h
11887         * src/imap.c
11888         * src/inc.c
11889         * src/main.c
11890         * src/messageview.c
11891         * src/mh.c
11892         * src/prefs_folder_item.c
11893         * src/procheader.c
11894         * src/procmime.c
11895         * src/procmsg.c
11896         * src/procmsg.h
11897         * src/send_message.c
11898         * src/summaryview.c
11899         * src/toolbar.c
11900                 Apply bug #964's patch (Queue and drafts aren't normal)
11901                 The Drafts and Queue folder now contain RFC-822 files,
11902                 allowing to move and copy mails from and to these 
11903                 folders. Moving from Drafts to Queue will prepare the
11904                 mail for sending (PGP signature, encryption, etc).
11905                 This patch also rework sending errors handling to try
11906                 to be more helpful.
11907                 Also, allow redefining folder types via the GUI 
11908                 (Folder type in its Properties)
11909
11910 2006-06-12 [colin]      2.3.0cvs4
11911
11912         * src/summaryview.c
11913         * src/prefs_common.c
11914         * src/prefs_common.h
11915         * src/gedit-print.c
11916                 Allow to define a specific print font - patch
11917                 by Bernhard Walle <bernhard.walle@gmx.de>
11918         * src/prefs_fonts.c
11919         * manual/advanced.xml
11920         * manual/fr/advanced.xml
11921                 Add a hidden pref to allow deletion without
11922                 confirmation
11923
11924 2006-06-12 [wwp]        2.3.0cvs3
11925
11926         * .cvsignore
11927                 more files to ignore.
11928
11929 2006-06-12 [wwp]        2.3.0cvs2
11930
11931         * src/quote_fmt.c
11932         * src/quote_fmt_lex.l
11933         * src/quote_fmt_parse.y
11934                 extend the quote_fmt parser (templates and quotes):
11935                 - allow limited sub-expressions in |p{} and |f{} expressions,
11936                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11937                 - implemented/fixed missing implementation of query_references and show_references,
11938                 - completed, fixed contents and format of the symbols help dialog,
11939                 - fix some compilation warnings.
11940
11941 2006-06-12 [wwp]        2.3.0cvs1
11942
11943         * manual/advanced.xml
11944         * manual/fr/advanced.xml
11945                 updates in the "templates" section of the manual (eng/fr):
11946                  - be more precise (both versions)
11947                  - completed to match the english reference (fr version)
11948                  - touchups (both versions)
11949
11950 2006-06-12 [paul]       2.3.0
11951
11952         2.3.0 released
11953
11954 2006-06-12 [paul]       2.2.3cvs14
11955
11956         * po/ca.po
11957         * po/cs.po
11958         * po/de.po
11959         * po/el.po
11960         * po/fr.po
11961         * po/it.po
11962         * po/pt_BR.po
11963         * po/sr.po
11964         * po/zh_CN.po
11965                 updated by Miquel Oliete, Tim, Stephan Sachse,
11966                 Stavros Giannouris, Fabien Vantard, Andrea
11967                 Spadaccini, Frederico Goncalves Guimaraes,
11968                 Aleksandar Urosevic, and Ralgh Young
11969
11970 2006-06-12 [colin]      2.2.3cvs13
11971
11972         * src/mbox.c
11973                 Add missing header
11974
11975 2006-06-11 [colin]      2.2.3cvs12
11976
11977         * src/msgcache.c
11978                 Verify that g_malloc() succeeded
11979
11980 2006-06-11 [colin]      2.2.3cvs11
11981
11982         * src/wizard.c
11983                 Add Face header to welcome mail
11984
11985 2006-06-10 [colin]      2.2.3cvs10
11986
11987         * src/textview.c
11988                 Revert previous (Forgot it changes the
11989                 margin on the whole mail)
11990
11991 2006-06-10 [colin]      2.2.3cvs9
11992
11993         * src/textview.c
11994                 Don't overlap long headers under (X-)Face
11995
11996 2006-06-10 [mones]      2.2.3cvs8
11997
11998         * manual/xml2pdf
11999                 allow generation of manual on systems lacking saxon binary
12000                 but with java and the saxon library installed
12001
12002         * po/es.po
12003                 updated for release
12004
12005 2006-06-09 [colin]      2.2.3cvs7
12006
12007         * src/summaryview.c
12008                 Fix leak when using Display Sender using Addressbook
12009
12010 2006-06-09 [colin]      2.2.3cvs6
12011
12012         * src/compose.c
12013         * src/folder.c
12014         * src/folderview.c
12015         * src/mimeview.c
12016         * src/summaryview.c
12017                 More leaks fixes
12018
12019 2006-06-09 [paul]       2.2.3cvs5
12020
12021         * AUTHORS
12022         * src/gtk/authors.h
12023         * tools/claws.i18n.status.pl
12024                 updated with new info
12025
12026 2006-06-09 [paul]       2.2.3cvs4
12027
12028         * README
12029                 updated
12030         * manual/ack.xml
12031                 add wwp to authors list
12032         * src/gtk/authors.h
12033                 update mine and Colin's addresses
12034
12035 2006-06-08 [colin]      2.2.3cvs3
12036
12037         * src/etpan/imap-thread.c
12038                 Fix leak on SSL cert check
12039
12040 2006-06-08 [colin]      2.2.3cvs2
12041
12042         * src/common/utils.c
12043                 Fix leak
12044
12045 2006-06-08 [paul]       2.2.3cvs1
12046
12047         * configure.ac
12048                 Update version number following
12049                 stable release
12050
12051 2006-06-07 [colin]      2.2.2cvs3
12052
12053         * src/msgcache.c
12054                 Fix catching cache read errors (guint instead of gint)
12055                 Prevent malloc'ing more than 8MB (means cache corruption)
12056
12057 2006-06-07 [paul]       2.2.2cvs2
12058
12059         * src/exporthtml.c
12060         * src/exportldif.c
12061         * src/mh.c
12062         * src/mutt.c
12063         * src/pine.c
12064         * src/common/utils.c
12065                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12066                 obey $HOME'
12067                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12068                 Thanks to Colin
12069
12070 2006-06-06 [paul]       2.2.2cvs1
12071
12072         * configure.ac
12073                 Update version number following
12074                 stable release
12075
12076 2006-06-06 [paul]       2.2.1cvs6
12077
12078         * src/matcher.c
12079                 fix  implicit declaration of
12080                 sylpheed_do_idle()
12081                 Patch by Fabien Vantard
12082
12083 2006-06-06 [paul]       2.2.1cvs5
12084
12085         * src/matcher.c
12086                 fix age_greater and age_lower so that they
12087                 mean what say and not '...or equal to'
12088                 Thanks to Colin
12089
12090 2006-06-06 [paul]       2.2.1cvs4
12091
12092         * src/textview.c
12093         * src/common/utils.c
12094                 fix URI check
12095                 Thanks to Colin
12096
12097 2006-06-05 [wwp]        2.2.1cvs3
12098
12099         * manual/fr/account.xml
12100                 minor language fixes (thanks to Fabien Vantard).
12101
12102 2006-06-05 [colin]      2.2.1cvs2
12103
12104         * src/prefs_folder_item.c
12105         * src/folderview.c
12106                 Allow recursive setting of properties 
12107                 for whole mailboxes
12108         * src/matcher.c
12109                 Don't freeze on 'test' filtering rule
12110
12111 2006-06-05 [colin]      2.2.1cvs1
12112
12113         * configure.ac
12114                 Update version number following
12115                 stable release
12116
12117 2006-06-04 [wwp]        2.2.0cvs82
12118
12119         * manual/glossary.xml
12120         * manual/account.xml
12121         * manual/fr/glossary.xml
12122         * manual/fr/account.xml
12123                 added glossary section and references/links related to the Face custom header.
12124
12125 2006-06-04 [colin]      2.2.0cvs81
12126
12127         * src/summaryview.c
12128                 Skip to next message on move with no
12129                 immediate execution
12130
12131 2006-06-04 [wwp]        2.2.0cvs80
12132
12133         * manual/xml2pdf
12134                 added sanity checks, exit when needed.
12135
12136 2006-06-03 [paul]       2.2.0cvs79
12137
12138         * src/prefs_receive.c
12139                 page name is now 'Receiving'
12140         * src/prefs_send.c
12141                 page name is now 'Sending'
12142
12143 2006-06-03 [colin]      2.2.0cvs78
12144
12145         * src/plugins/spamassassin/spamassassin_gtk.c
12146                 Autoswitch to Localhost if transport was previously
12147                 disabled. Else people had to check [] Enable, then
12148                 *reselect* transport.
12149
12150 2006-06-03 [colin]      2.2.0cvs77
12151
12152         * src/plugins/pgpinline/pgpinline.c
12153         * src/plugins/pgpmime/pgpmime.c
12154                 Check that gpg_data_release_and_get_mem 
12155                 didn't fail (now, why this happens...)
12156
12157 2006-06-03 [colin]      2.2.0cvs76
12158
12159         * src/mbox.c
12160                 Fix bug #962 (Manual and/or UI should 
12161                 warn about incompatible locking 
12162                 causing dataloss)
12163
12164 2006-06-02 [cleroy]     2.2.0cvs75
12165
12166         * src/filtering.c
12167         * src/folder.c
12168         * src/procmsg.c
12169         * src/summaryview.c
12170                 Fix a few leaks
12171
12172 2006-06-02 [colin]      2.2.0cvs74
12173
12174         * src/main.c
12175                 On exit, free caches after writing them
12176                 Shuts up some valgrind false positives
12177         * src/procmsg.c
12178         * src/send_message.c
12179                 Fix races when reusing existing SMTP connections
12180                 Fix inexistant session timeout
12181         * src/toolbar.c
12182                 Display alertpanel after all queues have
12183                 been processed, not after each
12184
12185 2006-06-02 [wwp]        2.2.0cvs73
12186
12187         * manual/fr/glossary.xml
12188         * manual/fr/ack.xml
12189         * manual/ack.xml
12190                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12191
12192 2006-06-02 [wwp]        2.2.0cvs72
12193
12194         * manual/xml2pdf
12195         * manual/dist/pdf/Makefile.am
12196         * manual/dtd/manual.xsl
12197         * manual/fr/dist/pdf/Makefile.am
12198         * manual/pl/dist/pdf/Makefile.am
12199                 we changed the procedure to generate the .pdf version of the manual.
12200                 The procedure is more modern and the .pdf we get now has a valid index.
12201                 Here are the new pre-requisites:
12202
12203                 - JRE 1.x (1.4 here): there must be one from your distro
12204                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12205                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12206                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12207
12208                 See my posts for further info about the installation of this toolchain:
12209
12210                 Date: Fri, 19 May 2006 19:40:06 +0200
12211                 From: wwp <subscript@free.fr>
12212                 To: sylpheed-claws-devel@lists.sourceforge.net
12213                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12214
12215                 and
12216
12217                 Date: Wed, 24 May 2006 12:58:49 +0200
12218                 From: wwp <subscript@free.fr>
12219                 To: sylpheed-claws-devel@lists.sourceforge.net
12220                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12221
12222 2006-06-01 [colin]      2.2.0cvs71
12223
12224         * src/compose.c
12225                 Better guards against IMAP races
12226         * src/main.c
12227         * src/prefs_common.c
12228         * src/prefs_common.h
12229         * src/common/ssl_certificate.c
12230         * src/etpan/imap-thread.c
12231         * src/etpan/imap-thread.h
12232         * src/gtk/sslcertwindow.c
12233                 New hidden option ssl_skip_cert_check to 
12234                 avoid dups of bug #959 (libetpan linked
12235                 against gnutls and gnutls buggy on 64bit)
12236                 Present expired warning only once per
12237                 session/server.
12238         * manual/advanced.xml
12239         * manual/fr/advanced.xml
12240                 Document new option
12241
12242 2006-06-01 [wwp]        2.2.0cvs70
12243
12244         * src/messageview.c
12245                 fix for bug #961 (return receipt dialog 
12246                 complains incorrectly about return-path 
12247                 email adress being different), thanks 
12248                 to Colin.
12249
12250 2006-05-31 [cleroy]     2.2.0cvs69
12251
12252         * src/common/ssl.c
12253                 Guard against NULLs, although this
12254                 should never be an issue
12255
12256 2006-05-31 [colin]      2.2.0cvs68
12257
12258         * src/filtering.c
12259                 Use g_slist_prepend
12260         * src/imap.c
12261                 Don't remove caches when destroying folder, it
12262                 could (should) be done at exit
12263         * src/inc.c
12264                 free processing cache after incorporation
12265         * src/etpan/imap-thread.c
12266                 Maybe fix bug #959 (Crash on moving to emails 
12267                 to a imap account per ssl with a expired 
12268                 certificate.)
12269
12270 2006-05-30 [colin]      2.2.0cvs67
12271
12272         * src/summaryview.c
12273                 Put back event flush when displaying message
12274                 It avoids reading a bunch of messages just
12275                 by hitting shift-n for too long ;)
12276
12277 2006-05-29 [colin]      2.2.0cvs66
12278
12279         * src/summaryview.c
12280                 Remove useless g_warnings
12281
12282 2006-05-29 [colin]      2.2.0cvs65
12283
12284         * src/imap.c
12285                 Fix g_slist_append()s for performance
12286
12287 2006-05-29 [colin]      2.2.0cvs64
12288
12289         * src/compose.c
12290         * src/common/utils.c
12291                 Fix extraneous tab at start of addresses
12292         * src/mainwindow.c
12293                 Fix warnings (thanks to Fabien)
12294                 Fix crash at exit when composing messages 
12295                 exist
12296         * src/pop.c
12297                 Fix progress bar when deleting expired mails
12298                 Thanks to Hiro
12299         * src/summaryview.c
12300         * src/gtk/gtksctree.c
12301                 Fix re-sorting slowness
12302
12303 2006-05-29 [paul]       2.2.0cvs63
12304
12305         * src/mh.c
12306                 fetch full message when moving mails
12307                 from another mailbox, (fixed data loss
12308                 when filtering from IMAP to MH, introduced
12309                 in 2.2.0cvs57).
12310                 Thanks to Colin
12311
12312 2006-05-29 [mones]      2.2.0cvs62
12313
12314         * src/gtk/gtksctree.c
12315                 Unselect faster (patch by Colin)        
12316
12317 2006-05-26 [colin]      2.2.0cvs61
12318
12319         * src/summaryview.c
12320                 Unplug MSGINFO_UPDATE callback on delete too.
12321
12322 2006-05-26 [colin]      2.2.0cvs60
12323
12324         * src/foldersel.c
12325                 Fix bold in folder selection window with glib2.10
12326                 thanks Hiro
12327
12328 2006-05-26 [colin]      2.2.0cvs59
12329
12330         * src/procheader.c
12331                 Convert date only if necessary (and don't
12332                 try to convert from utf8 to utf8, too)
12333         * src/summaryview.c
12334                 Only set column's text if the column's 
12335                 displayed
12336
12337 2006-05-26 [colin]      2.2.0cvs58
12338
12339         * src/summaryview.c
12340         * src/gtk/gtkutils.c
12341                 Fix useless warning
12342
12343 2006-05-26 [colin]      2.2.0cvs57
12344
12345         * src/mainwindow.c
12346                 Make summaryview selectable as long as 
12347                 no message has focus
12348         * src/mh.c
12349                 Faster deletion (by implementing mh_remove_msgs)
12350                 Faster copy (avoid using mh_fetch_msg just to get
12351                 the filename)
12352                 Faster move (using move_file instead of copy_file
12353                 if MSG_IS_MOVE)
12354                 No progressbar if total number of mails to cp/mv 
12355                 is less than 100
12356         * src/summaryview.c
12357                 Fix removal from subject_table when mail gets moved
12358                 Faster deletion (g_slist_prepend instead of append)
12359         * src/gtk/gtksctree.c
12360                 Remove useless code
12361
12362 2006-05-25 [colin]      2.2.0cvs56
12363
12364         * src/common/ssl_certificate.c
12365                 Fix leak in expired cert check
12366
12367 2006-05-25 [colin]      2.2.0cvs55
12368
12369         * src/mh.c
12370                 Disable flags syncing on .mh_sequences - it
12371                 is buggy and marks mails read under unknown
12372                 conditions.
12373
12374 2006-05-25 [paul]
12375
12376         * 2.3.0-rc4 released
12377
12378 2006-05-24 [colin]      2.2.0cvs54
12379
12380         attention cvs users: if you manage to crash
12381         Sylpheed-Claws while moving, copying or deleting
12382         mails, we *are* interested in stack traces and
12383         valgrind logs. It looks stable, but one never
12384         knows...
12385
12386         * src/folder.c
12387                 Add progressbar for cache updates
12388         * src/folderutils.c
12389                 Optimize Mark all read in the current
12390                 folder
12391         * src/mh.c
12392                 Add progressbar for copy/move
12393         * src/procmsg.c
12394                 Optimize O(n^2) in copy/move
12395         * src/summaryview.c
12396         * src/gtk/gtksctree.c
12397                 Optimize O(n^2) algos
12398         * src/common/timing.h
12399                 Display ms instead of us
12400
12401 2006-05-24 [wwp]        2.2.0cvs53
12402
12403         * manual/fr/advanced.xml
12404                 updates to the French manual.
12405
12406 2006-05-24 [wwp]        2.2.0cvs52
12407
12408         * src/common/utils.c
12409                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12410
12411 2006-05-24 [wwp]        2.2.0cvs51
12412
12413         * src/folderutils.c
12414                 fixed "mark all read" in MH folders (thanks to Colin).
12415
12416 2006-05-24 [paul]       2.2.0cvs50
12417
12418         * doc/man/sylpheed-claws.1
12419                 updated the man page
12420
12421 2006-05-23 [colin]      2.2.0cvs49
12422
12423         * src/folderview.c
12424         * src/imap.c
12425         * src/inc.c
12426         * src/mbox.c
12427         * src/messageview.c
12428         * src/news.c
12429         * src/send_message.c
12430         * src/summaryview.c
12431         * src/gtk/sslcertwindow.c
12432                 alertpanel fixes, by Fabien
12433
12434 2006-05-23 [colin]      2.2.0cvs48
12435
12436         * src/folder.c
12437         * src/folderview.c
12438         * src/msgcache.c
12439         * src/summaryview.c
12440         * src/gtk/gtksctree.c
12441         * src/gtk/gtksctree.h
12442                 More timings
12443                 Fix slow loading problem, which was caused by the
12444                 use of some gtk_ctree funcs and their use of
12445                 g_list_position while gtk_ctree_(un)link'ing.
12446                 Reap more functions from gtkctree.c to be sure we
12447                 use our (fast) version instead of theirs.
12448         * src/mh.c
12449                 Fix copy of unread mails
12450
12451
12452 2006-05-22 [wwp]        2.2.0cvs47
12453
12454         * manual/fr/advanced.xml
12455                 updated.
12456
12457 2006-05-22 [colin]      2.2.0cvs46
12458
12459         * src/filtering.c
12460                 Fix possible infinite loop. 'copy' is not a 
12461                 final action, so when encountering a 'copy',
12462                 we have to check if a previous one was set
12463                 and do it. In the same way, if we encounter
12464                 a 'move' we have to perform a possibly 
12465                 pending 'copy'. This will slow down filtering
12466                 on IMAP if move+copy or multiple copy actions
12467                 are to be done, but handling it via the batch
12468                 would be really too convoluted.
12469
12470 2006-05-22 [wwp]        2.2.0cvs45
12471
12472         * manual/fr/advanced.xml
12473         * manual/fr/faq.xml
12474         * manual/fr/glossary.xml
12475         * manual/fr/handling.xml
12476         * manual/fr/intro.xml
12477         * manual/fr/plugins.xml
12478         * manual/fr/sylpheed-claws-manual.xml
12479                 sync w/ the english manual: updates URIs, documented mailing-list
12480                 support, better explanation about the enabled/disabled feature
12481                 in filtering/processing rules by Paul.
12482
12483 2006-05-21 [colin]      2.2.0cvs44
12484
12485         * src/summaryview.c
12486                 Don't expand after building threads, but during
12487
12488 2006-05-21 [colin]      2.2.0cvs43
12489
12490         * src/procmsg.c
12491         * src/summaryview.c
12492                 More timing possibilities... For next time I have 
12493                 to find out how the hell some 3GHz computer takes
12494                 one minute to open a 30k folder...
12495
12496 2006-05-21 [colin]      2.2.0cvs42
12497
12498         * manual/pl/advanced.xml
12499         * manual/pl/faq.xml
12500         * manual/pl/glossary.xml
12501         * manual/pl/handling.xml
12502         * manual/pl/intro.xml
12503         * manual/pl/plugins.xml
12504         * manual/pl/sylpheed-claws-manual.xml
12505                 Polish manual updated by Pawel
12506
12507 2006-05-20 [colin]
12508
12509         * 2.3.0-rc3 released
12510
12511 2006-05-20 [colin]      2.2.0cvs41
12512
12513         * src/imap.c
12514                 Fix -rc2 problems:
12515                 - remove cache of moved messages from original folder
12516                 - apply new flags to messages even if they aren't appliable
12517                   via IMAP.
12518
12519 2006-05-20 [colin]
12520
12521         * 2.3.0-rc2 released
12522
12523 2006-05-19 [colin]      2.2.0cvs40
12524
12525         * src/imap.c
12526                 Don't issue SELECT in imap_change_flags
12527                 before having checked that we indeed have
12528                 some flags to change. MSG_POSTFILTERED for
12529                 example can't be used on IMAP.
12530                 Fixes bug #955 (copying messages between 
12531                 imap folders is extremely slow), which was
12532                 a regression.
12533
12534 2006-05-19 [colin]      2.2.0cvs39
12535
12536         * src/folder.c
12537         * src/folder.h
12538         * src/folderview.c
12539                 Try to fix bug #830 (Some unread messages 
12540                 get marked read in IMAP inbox):
12541                 - Prevent scanning a folder if it's being 
12542                   opened via the GUI
12543                 - Postpone opening via the GUI of a folder
12544                   currently scanned.
12545
12546
12547 2006-05-19 [wwp]        2.2.0cvs38
12548
12549         * manual/advanced.xml
12550                 fix English+typo (thanks to Paul).
12551
12552 2006-05-19 [wwp]        2.2.0cvs37
12553
12554         * manual/advanced.xml
12555         * manual/fr/advanced.xml
12556         * src/gtk/logwindow.c
12557         * src/prefs_common.c
12558         * src/prefs_common.h
12559                 added hidden prefs to allow customization of colors used in
12560                 protocol log window (useful for dark gtk+ themes).
12561
12562 2006-05-19 [wwp]        2.2.0cvs36
12563
12564         * ChangeLog
12565                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12566
12567 2006-05-19 [paul]       2.2.0cvs35
12568
12569         * src/textview.c
12570                 make Reply-To fully clickable
12571         * src/gtk/logwindow.c
12572                 more colouring (SMTP ESMTP)
12573         Both patches by Pawel Pekala
12574
12575 2006-05-19 [cleroy]     2.2.0cvs34
12576
12577         * src/mh.c
12578                 Don't update flags from current folder
12579                 Probably fixes bug #935 (Read Messages 
12580                 Revert to Being Marked as Unread)
12581
12582 2006-05-18 [colin]      2.2.0cvs33
12583
12584         * src/imap.c
12585                 Warning fix
12586         * src/compose.c
12587         * src/mainwindow.c
12588         * src/summaryview.c
12589         * src/toolbar.c
12590                 Allow replying to multiple emails
12591                 in multiple windows
12592         * src/mimeview.c
12593         * src/etpan/imap-thread.c
12594                 Leak fixes
12595
12596 2006-05-18 [paul]       2.2.0cvs32
12597
12598         * src/summaryview.c
12599                 keep Mailing-List menu refreshed
12600                 Thanks to Colin
12601
12602 2006-05-18 [paul]       2.2.0cvs31
12603
12604         * manual/advanced.xml
12605         * manual/faq.xml
12606         * manual/glossary.xml
12607         * manual/handling.xml
12608         * manual/intro.xml
12609         * manual/plugins.xml
12610         * manual/sylpheed-claws-manual.xml
12611                 update URLs
12612                 add info about mailing-list support
12613                 edit filtering info
12614         * src/wizard.c
12615         * src/common/defs.h
12616         * src/gtk/about.c
12617         * src/plugins/dillo_viewer/README
12618                 update URLs
12619
12620 2006-05-17 [wwp]        2.2.0cvs30
12621
12622         * manual/handling.xml
12623         * manual/fr/handling.xml
12624                 documented the ability to enabled/disable filtering/processing rules.
12625
12626 2006-05-17 [colin]      2.2.0cvs29
12627
12628         * src/main.c
12629                 Don't initialize g_thread subsystem if it's 
12630                 already done (thanks to Hiro)
12631         * src/mimeview.c
12632                 Fix saving of parts when there name can't be
12633                 converted from UTF-8.
12634
12635 2006-05-17 [paul]       2.2.0cvs28
12636
12637         * po/Makefile.in.in
12638                 fix config.status warning with autoconf 2.60
12639
12640 2006-05-17 [paul]       2.2.0cvs27
12641
12642         * po/POTFILES.in
12643                 add src/mbox.c
12644
12645 2006-05-17 [wwp]        2.2.0cvs26
12646
12647         * src/mainwindow.c
12648                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12649
12650 2006-05-17 [wwp]        2.2.0cvs25
12651
12652         * src/plugins/demo/demo.c
12653                 updated product name in plugin demo (many plugins need to be
12654                 sync'ed w/ that change).
12655
12656 2006-05-17 [colin]      2.2.0cvs24
12657
12658         * src/mh.c
12659                 Fix leak
12660
12661 2006-05-16 [colin]      2.2.0cvs23
12662
12663         * src/mainwindow.c
12664                 Stupid me hit again. Fix cvs22.
12665
12666 2006-05-16 [colin]      2.2.0cvs22
12667
12668         * src/mainwindow.c
12669                 Fix bug #922 (sylpheed-claws crashed after 
12670                 pushing on Inbox folder)
12671
12672 2006-05-16 [colin]      2.2.0cvs21
12673
12674         * src/compose.c
12675                 Make From header be copy/paste/select-able
12676
12677 2006-05-16 [wwp]        2.2.0cvs20
12678
12679         * src/export.c
12680         * src/matcher.c
12681         * src/summaryview.c
12682         * src/etpan/imap-thread.c
12683                 fix some compiler warnings (thanks to Colin).
12684
12685 2006-05-16 [wwp]        2.2.0cvs19
12686
12687         * src/action.c
12688         * src/gedit-print.c
12689         * src/inc.c
12690         * src/mainwindow.c
12691         * src/mh.c
12692         * src/statusbar.c
12693         * src/send_message.c
12694         * src/summaryview.c
12695                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12696
12697 2006-05-15 [colin]      2.2.0cvs18
12698
12699         * src/procmsg.c
12700                 Fix automatic rule creation with List-Post
12701
12702 2006-05-15 [paul]       2.2.0cvs17
12703
12704         * tools/filter_conv_new.pl
12705                 updated for rule enabling/disabling
12706                 claws version >= 2.3.x required
12707
12708 2006-05-15 [cleroy]     2.2.0cvs16
12709
12710         * src/main.c
12711                 Revert test
12712
12713 2006-05-15 [cleroy]     2.2.0cvs15
12714
12715         * src/main.c
12716                 test
12717
12718 2006-05-15 [wwp]        2.2.0cvs14
12719
12720         * manual/pl/.cvsignore
12721                 ignore generated files.
12722
12723 2006-05-14 [wwp]        2.3.0-rc1
12724
12725         * 2.3.0-rc1 released
12726
12727 2006-05-13 [wwp]        2.2.0cvs13
12728
12729         * src/filtering.c
12730         * src/filtering.h
12731         * src/matcher.c
12732         * src/matcher_parser_lex.l
12733         * src/matcher_parser_parse.y
12734         * src/prefs_filtering.c
12735                 new feature: provide the ability to disable filtering and processing
12736                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12737                 adaptations.
12738
12739 2006-05-13 [colin]      2.2.0cvs12
12740
12741         * src/compose.c
12742                 Remove useless if (a) b; else b;
12743                 Thanks to wwp
12744
12745 2006-05-13 [wwp]        2.2.0cvs11
12746
12747         * src/export.c
12748         * src/import.c
12749         * src/mainwindow.c
12750         * src/mbox.c
12751         * src/summaryview.c
12752         * src/summaryview.h
12753                 no more silent failures (or at least less ones) when importing
12754                 or exporting from/to mbox. Also start importing/exporting if
12755                 the necessary info is set.
12756
12757 2006-05-13 [wwp]        2.2.0cvs10
12758
12759         * RELEASE_NOTES
12760                 restored up-to-date release notes.
12761
12762 2006-05-13 [paul]       2.2.0cvs9
12763
12764         * po/nl.po
12765         * po/ru.po
12766                 updated by Tim Dijkstra and Pavlo Bohmat
12767
12768 2006-05-12 [colin]      2.2.0cvs8
12769
12770         * src/gtk/quicksearch.c
12771                 Add "k" as shortcut for "colorlabel". Patch
12772                 by ath42@users.sf.net.
12773
12774 2006-05-12 [paul]       2.2.0cvs7
12775
12776         * src/prefs_common.h
12777         * src/prefs_summaries.c
12778         * src/summaryview.c
12779                 when entering a folder also allow
12780                 going directly to first Marked message
12781
12782 2006-05-12 [paul]       2.2.0cvs6
12783
12784         * src/summaryview.c
12785                 always obey 'confirm before marking all
12786                 mails read' option
12787
12788 2006-05-12 [paul]       2.2.0cvs5
12789
12790         * src/textview.c
12791                 make Sender fully clickable
12792
12793 2006-05-12 [colin]      2.2.0cvs4
12794
12795         * src/compose.c
12796         * src/compose.h
12797                 Let From be editable
12798         * src/main.c
12799         * src/mh.c
12800                 Full support of .mh_sequences' Unseen seq
12801
12802 2006-05-12 [colin]      2.2.0cvs3
12803
12804         * src/folder.c
12805         * src/mainwindow.c
12806         * src/mainwindow.h
12807         * src/messageview.c
12808         * src/prefs_spelling.c
12809         * src/procheader.c
12810         * src/procmsg.c
12811         * src/procmsg.h
12812         * src/summaryview.c
12813         * src/toolbar.c
12814         * src/toolbar.h
12815                 Add contextual menu on Compose toolbar
12816                 button. Fixes bug #944 (Automatic
12817                 addresses not applied when changing account
12818                 from compose window)
12819                 add Mailing List support
12820                 based on the old 0.6.5claws25 patch by
12821                 Melvin Hadasht, with finishing touches
12822                 by Colin
12823                 Fix "ignore thread" when mails are threaded by
12824                 subject (and weren't ignored although appearing
12825                 in the thread).
12826                 GUI rework.
12827                 Both patches by Pawel.
12828
12829 2006-05-08 [paul]       2.2.0cvs2
12830
12831         * src/mainwindow.c
12832         * src/mainwindow.h
12833         * src/messageview.c
12834         * src/procheader.c
12835         * src/procmsg.c
12836         * src/procmsg.h
12837         * src/summaryview.c
12838                 add Mailing List support
12839                 based on the old 0.6.5claws25 patch by 
12840                 Melvin Hadasht, with finishing touches
12841                 by Colin
12842
12843 2006-05-08 [colin]      2.2.0cvs1
12844
12845         * src/mainwindow.c
12846         * src/toolbar.c
12847         * src/toolbar.h
12848                 Add contextual menu on Compose toolbar 
12849                 button. Fixes bug #944 (Automatic 
12850                 addresses not applied when changing account 
12851                 from compose window)
12852
12853 2006-05-08 [paul]       2.2.0
12854
12855         2.2.0 released
12856
12857 2006-05-08 [paul]       2.1.1cvs51
12858
12859         * po/cs.po
12860         * po/de.po
12861         * po/en_GB.po
12862         * po/fi.po
12863         * po/fr.po
12864         * po/pt_BR.po
12865         * po/sr.po
12866         * po/zh_CN.po
12867                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12868                 Fabien Vantard, Frederico Goncalves Guimaraes,
12869                 Aleksandar Urosevic, and Ralgh Young
12870
12871 2006-05-12 [colin]      2.1.1cvs50
12872
12873         * po/cs.po
12874         * po/de.po
12875         * po/en_GB.po
12876         * po/es.po
12877         * po/fi.po
12878         * po/fr.po
12879         * po/pt_BR.po
12880         * po/sr.po
12881         * po/zh_CN.po
12882                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12883                 Fabien Vantard, Frederico Goncalves Guimaraes,
12884                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12885
12886 2006-05-05 [colin]      2.1.1cvs49
12887
12888         * manual/Makefile.am
12889         * manual/pl/Makefile.am
12890         * manual/pl/account.xml
12891         * manual/pl/ack.xml
12892         * manual/pl/addrbook.xml
12893         * manual/pl/advanced.xml
12894         * manual/pl/faq.xml
12895         * manual/pl/glossary.xml
12896         * manual/pl/gpl.xml
12897         * manual/pl/handling.xml
12898         * manual/pl/intro.xml
12899         * manual/pl/keyboard.xml
12900         * manual/pl/plugins.xml
12901         * manual/pl/starting.xml
12902         * manual/pl/sylpheed-claws-manual.xml
12903         * manual/pl/dist/.cvsignore
12904         * manual/pl/dist/Makefile.am
12905         * manual/pl/dist/html/.cvsignore
12906         * manual/pl/dist/html/Makefile.am
12907         * manual/pl/dist/pdf/.cvsignore
12908         * manual/pl/dist/pdf/Makefile.am
12909         * manual/pl/dist/ps/.cvsignore
12910         * manual/pl/dist/ps/Makefile.am
12911         * manual/pl/dist/txt/.cvsignore
12912         * manual/pl/dist/txt/Makefile.am
12913                 Add the polish translation of the manual,
12914                 Authored by Pawel Pekala.
12915
12916 2006-05-05 [cleroy]     2.1.1cvs48
12917
12918         * src/main.c
12919                 Re-read matcherrc after loading plugins 
12920                 if some of them add folders.
12921
12922 2006-05-03 [colin]      2.1.1cvs47
12923
12924         * src/imap.c
12925                 I'm idiot
12926
12927 2006-05-03 [colin]      2.1.1cvs46
12928
12929         * src/imap.c
12930                 Be sure to have a session when
12931                 getting separator
12932
12933 2006-05-03 [colin]      2.1.1cvs45
12934
12935         * src/imap.c
12936         * src/imap.h
12937         * src/imap_gtk.c
12938                 Fix preventing renaming with namespace 
12939                 separator.
12940
12941 2006-05-01 [colin]      2.1.1cvs44
12942
12943         * src/action.c
12944                 Don't reload messageview when result of
12945                 action is piped.
12946
12947 2006-04-29 [colin]      2.1.1cvs43
12948
12949         * src/prefs_receive.c
12950         * src/plugins/spamassassin/spamassassin_gtk.c
12951         * src/plugins/clamav/clamav_plugin_gtk.c
12952                 GUI fixes by Pawel
12953
12954 2006-04-29 [colin]      2.1.1cvs42
12955
12956         * src/prefs_compose_writing.c
12957         * src/prefs_quote.c
12958                 Cleanups. Patch by Pawel
12959
12960 2006-04-28 [paul]       2.1.1cvs41
12961
12962         * src/matcher.c
12963                 fix returned quick search results when search
12964                 term contains an underscore.
12965                 Thanks to Colin
12966
12967 2006-04-28 [paul]       2.1.1cvs40
12968
12969         * src/prefs_message.c
12970         * src/prefs_receive.c
12971                 GUI cleanups
12972                 Patches by Pawel Pekala
12973
12974 2006-04-27 [colin]      2.1.1cvs39
12975
12976         * src/wizard.c
12977                 Differentiate subject Welcome from
12978                 window's title Welcome
12979
12980 2006-04-27 [paul]
12981
12982         2.2.0-rc1 released
12983
12984 2006-04-27 [paul]       2.1.1cvs38
12985
12986         * manual/advanced.xml
12987         * manual/fr/advanced.xml
12988                 add info about compose_no_markup hidden pref
12989
12990 2006-04-27 [paul]       2.1.1cvs37
12991
12992         * src/prefs_account.c
12993                 improve privacy labels
12994         * src/prefs_msg_colors.c
12995                 change some strings for translators' convenience
12996         * src/gtk/gtkutils.c
12997                 don't underline the link button text
12998
12999 2006-04-25 [colin]      2.1.1cvs36
13000
13001         * src/folder.c
13002                 Complete 2.1.1cvs33 (once more ;)
13003
13004 2006-04-25 [colin]      2.1.1cvs35
13005
13006         * src/editldap.c
13007                 Fix tooltip
13008
13009 2006-04-25 [cleroy]     2.1.1cvs34
13010
13011         * src/compose.c
13012         * src/gtk/gtkaspell.c
13013                 Fix crash on redirect (related to the return 
13014                 of the aspell menu in compose's toolbar)
13015         * src/prefs_msg_colors.c
13016                 Fix sensitivity widgets
13017         * src/image_viewer.c
13018         * src/gtk/pluginwindow.c
13019         * src/gtk/prefswindow.c
13020                 Change released signals to clicked (Fabien)
13021         * po/POTFILES.in
13022         * src/common/socket.c
13023         * src/plugins/spamassassin/spamassassin.c
13024                 Translate strings (Fabien)
13025
13026 2006-04-25 [paul]       2.1.1cvs33
13027
13028         * src/folder.c
13029         * src/folder.h
13030         * src/folderview.c
13031                 complete the fix of bug #912
13032                 Thanks to Colin
13033
13034 2006-04-25 [colin]      2.1.1cvs32
13035
13036         * src/news.c
13037                 Better progress bar
13038         * src/mimeview.c
13039         * src/summaryview.c
13040         * src/summaryview.h
13041                 Fix focus chain
13042                 Patches by Pawel Pekala
13043
13044 2006-04-24 [colin]      2.1.1cvs31
13045
13046         * src/compose.c
13047                 Fix compilation warnings (Fabien)
13048
13049 2006-04-24 [colin]      2.1.1cvs30
13050
13051         * src/addrindex.c
13052         * src/editldap.c
13053         * src/editldap_basedn.c
13054         * src/editldap_basedn.h
13055         * src/ldapctrl.c
13056         * src/ldapctrl.h
13057         * src/ldapquery.c
13058         * src/ldaputil.c
13059         * src/ldaputil.h
13060                 Fix bug #901 (LDAPS support)
13061
13062 2006-04-24 [colin]      2.1.1cvs29
13063
13064         * src/compose.c
13065                 Fix logic on error with send dialog on
13066         * src/imap.c
13067                 Fix compilation without libetpan, thanks
13068                 to Fabien
13069         * src/summaryview.c
13070                 Fix 'context-menu' key
13071
13072 2006-04-23 [colin]      2.1.1cvs28
13073
13074         * src/folder.c
13075                 Never free current's cache to free up 
13076                 memory. Fixes bug #912 (new count 
13077                 randomly set to message count)
13078
13079 2006-04-23 [colin]      2.1.1cvs27
13080
13081         * src/gtk/quicksearch.c
13082                 And remove printf...
13083
13084 2006-04-23 [colin]      2.1.1cvs26
13085
13086         * src/gtk/quicksearch.c
13087                 Fix replacing in quicksearch, and fix inserting
13088                 in the middle of the string. (introduced at 2.1.0cvs22)
13089
13090 2006-04-23 [colin]      2.1.1cvs25
13091
13092         * src/imap.c
13093                 Make sure uidnext is initialized in get_num_list
13094                 (not for stable, related to 2.1.1cvs8 and friends)
13095
13096 2006-04-23 [colin]      2.1.1cvs24
13097
13098         * src/imap.c
13099                 Output something when login is successful
13100                 too
13101
13102 2006-04-23 [colin]      2.1.1cvs23
13103
13104         * src/etpan/imap-thread.c
13105                 Better logging (line-per-line, hide data in fetch)
13106                 Fix a const warning
13107         * src/gtk/logwindow.c
13108         * src/gtk/logwindow.h
13109                 Better logging (color for input/output)
13110
13111 2006-04-21 [colin]      2.1.1cvs22
13112
13113         * src/gtk/quicksearch.c
13114                 On gtk+-2.8, use stock buttons in quicksearch
13115                 Based on a patch by Fabien and a design by Paul
13116
13117 2006-04-21 [colin]      2.1.1cvs21
13118
13119         * src/folderview.c
13120         * src/mainwindow.c
13121                 Fix occasional flicker in folderview
13122         * src/common/utils.c
13123                 Fix bug #943 (Incorrectly parsed email address 
13124                 list in short headers on message view and in 
13125                 printouts)
13126
13127 2006-04-20 [colin]      2.1.1cvs20
13128
13129         * src/imap.c
13130         * src/imap.h
13131         * src/prefs_account.c
13132                 Add ANONYMOUS auth for IMAP
13133
13134 2006-04-20 [paul]       2.1.1cvs19
13135
13136         * src/main.c
13137                 proper fix for 2.1.1cvs18
13138                 Thanks to Colin
13139
13140 2006-04-20 [paul]       2.1.1cvs18
13141
13142         * src/main.c
13143                 fix build warnings
13144
13145 2006-04-20 [paul]       2.1.1cvs17
13146
13147         * src/gtk/quicksearch.c
13148                 fix standard, non-extended Quick search,
13149                 was broken in 2.1.1cvs15.
13150                 Thanks to Colin.
13151
13152 2006-04-20 [colin]      2.1.1cvs16
13153
13154         * src/prefs_matcher.c
13155                 Fix values when reselecting a ~test
13156                 rule
13157
13158 2006-04-19 [colin]      2.1.1cvs15
13159
13160         * src/compose.c
13161         * src/compose.h
13162         * src/gtk/gtkaspell.c
13163         * src/gtk/gtkaspell.h
13164                 Put back Options menu in Spelling/
13165         * src/gtk/quicksearch.c
13166                 Don't search, and show error, if the
13167                 advanced search has a syntax error
13168
13169 2006-04-18 [colin]      2.1.1cvs14
13170
13171         * src/textview.c
13172                 Fix gdk warnings on set_cursor when textview
13173                 isn't visible
13174
13175 2006-04-18 [colin]      2.1.1cvs13
13176
13177         * src/gtk/gtksctree.c
13178                 Remove seemingly useless refresh that causes
13179                 flicker - watch this commit in case of 
13180                 problems before planned backport to stable
13181
13182 2006-04-18 [colin]      2.1.1cvs12
13183
13184         * src/imap.c
13185                 Factorize get/set_xml code
13186         * src/compose.c
13187         * src/prefs_account.c
13188         * src/prefs_account.h
13189         * src/procmsg.c
13190                 Add Encrypt to self option
13191
13192 2006-04-17 [colin]      2.1.1cvs11
13193
13194         * configure.ac
13195                 Fix search on encrpyt function on dragonfly
13196                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13197
13198 2006-04-17 [colin]      2.1.1cvs10
13199
13200         * src/prefs_account.c
13201                 Be safe by default: remove mails from POP3
13202                 after 7 days, not immediately
13203
13204 2006-04-17 [colin]      2.1.1cvs9
13205
13206         * src/etpan/imap-thread.c
13207                 Fix build on DragonFly - patch by 
13208                 Jonathan Buschmann <jonthn@agmact.com>
13209
13210 2006-04-17 [colin]      2.1.1cvs8
13211
13212         * src/imap.c
13213                 Save uidnext between sessions
13214
13215 2006-04-17 [colin]      2.1.1cvs7
13216
13217         * src/imap.c
13218                 scan is required when uid validity changes
13219
13220 2006-04-17 [colin]      2.1.1cvs6
13221
13222         * src/folderview.c
13223                 Don't scan if not necessary, apart in current
13224                 folder and INBOX to fetch flags.
13225         * src/imap.c
13226                 Scan is necessary if unread count changes
13227
13228 2006-04-17 [colin]      2.1.1cvs5
13229
13230         * src/imap.c
13231                 ...But always fetch ANSWERED and DELETED flags for
13232                 INBOX, as filtering can happen on these flags.
13233
13234 2006-04-17 [colin]      2.1.1cvs4
13235
13236         * src/imap.c
13237                 Don't fetch REPLIED and DELETED flags when synchronising
13238                 flags with a closed folder. We only need UNSEEN and FLAGGED
13239                 to update the folderview.
13240
13241 2006-04-17 [colin]      2.1.1cvs3
13242
13243         * src/imap.c
13244                 Faster flag search when there are new mails 
13245                 in a folder. We can do a full search if the 
13246                 folder contains less messages than the new
13247                 list.
13248
13249 2006-04-17 [colin]      2.1.1cvs2
13250
13251         * po/cs.po
13252         * po/de.po
13253         * po/fr.po
13254         * po/nl.po
13255         * po/pt_BR.po
13256                 Update translations from stable branch
13257
13258 2006-04-17 [colin]      2.1.1cvs1
13259
13260         * configure.ac
13261                 Bump version to follow stable release
13262
13263 2006-04-16 [mones]      2.1.0cvs50
13264
13265         * po/es.po
13266                 Updated for release
13267
13268 2006-04-16 [colin]      2.1.0cvs49
13269
13270         * src/textview.c
13271                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13272                 with gtk < 2.8. Thanks to Fabien Vantard.
13273
13274 2006-04-15 [colin]      2.1.0cvs48
13275
13276         * src/etpan/imap-thread.c
13277                 Fix bug #919 (libetpan: SEGV when connecting 
13278                 using command)
13279
13280 2006-04-14 [colin]      2.1.0cvs47
13281
13282         * src/main.c
13283                 Fix race on --select (should be done better)
13284
13285 2006-04-14 [wwp]        2.1.0cvs46
13286
13287         * src/send_message.c
13288                 enforce a check for domain in account prefs (a sending
13289                 error could be faced if domain was checked but no value set),
13290                 thanks to Colin.
13291
13292 2006-04-14 [colin]      2.1.0cvs45
13293
13294         * src/codeconv.c
13295                 when converting from unknown to unknown, if the
13296                 string is UTF8, don't convert it to the locale
13297                 (which breaks it)
13298
13299 2006-04-14 [colin]      2.1.0cvs44
13300
13301         * src/compose.c
13302                 Don't try to use ASCII for converting headers
13303                 (as done in body)
13304
13305 2006-04-14 [paul]       2.1.0cvs43
13306
13307         * src/crash.c
13308                 add locale/charset info to crash report
13309         * src/gtk/about.c
13310                 add wwp to doc team
13311                 replace 'e-mail' with preferred 'email'
13312         * src/gtk/authors.h
13313                 ensure contributors list is in alphabetical
13314                 order
13315
13316 2006-04-13 [colin]      2.1.0cvs42
13317
13318         * src/textview.c
13319                 Prevent gdk warnings
13320
13321 2006-04-13 [colin]      2.1.0cvs41
13322
13323         * src/common/ssl_certificate.c
13324         * src/common/ssl_certificate.h
13325         * src/gtk/sslcertwindow.c
13326                 Warn on expired certs, and display the expiration date
13327
13328 2006-04-13 [colin]      2.1.0cvs40
13329
13330         * src/plugins/spamassassin/spamassassin_gtk.c
13331                 Fix missing set_text on unix socket
13332
13333 2006-04-13 [wwp]        2.1.0cvs39
13334
13335         * manual/fr/advanced.xml
13336         * manual/fr/glossary.xml
13337                 applied new spam/ham/email lexicon (pourriel, courriel)
13338
13339 2006-04-13 [paul]       2.1.0cvs38
13340
13341         * src/plugins/pgpmime/plugin.c
13342                 remove the mention of S/MIME from the
13343                 description. This is now handled by the
13344                 S/MIME plugin.
13345
13346 2006-04-13 [paul]       2.1.0cvs37
13347
13348         * src/prefs_msg_colors.c
13349                 rework dialog
13350         * src/prefs_folder_item.c
13351         * src/prefs_spelling.c
13352                 add a tooltip to the colour selector buttons
13353
13354 2006-04-13 [wwp]        2.1.0cvs36
13355
13356         * manual/advanced.xml
13357         * manual/glossary.xml
13358         * manual/handling.xml
13359         * manual/keyboard.xml
13360         * manual/plugins.xml
13361         * manual/starting.xml
13362         * manual/fr/account.xml
13363         * manual/fr/ack.xml
13364         * manual/fr/addrbook.xml
13365         * manual/fr/advanced.xml
13366         * manual/fr/faq.xml
13367         * manual/fr/glossary.xml
13368         * manual/fr/gpl.xml
13369         * manual/fr/handling.xml
13370         * manual/fr/intro.xml
13371         * manual/fr/keyboard.xml
13372         * manual/fr/plugins.xml
13373         * manual/fr/starting.xml
13374         * manual/fr/sylpheed-claws-manual.xml
13375                 fixes to the manuals:
13376                  - summaryview -> Message List (same in French)
13377                  - translate key names
13378                  - fix French punctuation, use non-breakable spaces when
13379                    necessary, don't use &thinsp; which is not portable
13380                  - tell what maildir and mbox formats we support
13381
13382 2006-04-12 [wwp]        2.1.0cvs35
13383
13384         * src/prefs_toolbar.c
13385                 unified a replace button more,
13386                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13387
13388 2006-04-12 [wwp]        2.1.0cvs34
13389
13390         * src/prefs_common.c
13391         * src/prefs_msg_colors.c
13392                 make default color labels translatable,
13393                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13394                 thanks to Tim <timbrain@post.cz> for reporting.
13395
13396 2006-04-12 [wwp]        2.1.0cvs33
13397
13398         * manual/glossary.xml
13399         * manual/intro.xml
13400         * manual/plugins.xml
13401         * manual/starting.xml
13402         * manual/sylpheed-claws-manual.xml
13403         * manual/fr/.cvsignore
13404         * manual/fr/account.xml
13405         * manual/fr/ack.xml
13406         * manual/fr/addrbook.xml
13407         * manual/fr/advanced.xml
13408         * manual/fr/faq.xml
13409         * manual/fr/glossary.xml
13410         * manual/fr/handling.xml
13411         * manual/fr/intro.xml
13412         * manual/fr/keyboard.xml
13413         * manual/fr/plugins.xml
13414         * manual/fr/starting.xml
13415         * manual/fr/sylpheed-claws-manual.xml
13416                 various fixes: typos, missing .fr translations, punctuation,
13417                 capitalization, links, accents and some bad French more.
13418
13419 2006-04-12 [wwp]        2.1.0cvs32
13420
13421         * src/prefs_gtk.c
13422                 fix for bug #935: always store prefs files in UTF-8 (thanks
13423                 to Colin).
13424
13425 2006-04-11 [colin]      2.1.0cvs31
13426
13427         * src/compose.c
13428                 Fix inserting files not in utf8 when locale is utf8
13429
13430 2006-04-11 [colin]      2.1.0cvs30
13431
13432         * src/inc.c
13433                 Don't show error dialog when cancelling connection
13434                 Patch by Pawel
13435
13436 2006-04-11 [cleroy]     2.1.0cvs29
13437
13438         * src/compose.c
13439                 Implement multiple quote levels
13440         * src/prefs_common.c
13441                 Change a little bit the quote bgcolor for 2nd level
13442
13443 2006-04-11 [colin]      2.1.0cvs28
13444
13445         * src/gtk/about.c
13446                 Add locale and charset in the label
13447
13448 2006-04-10 [colin]      2.1.0cvs27
13449
13450         * src/compose.c
13451         * src/prefs_common.c
13452         * src/prefs_common.h
13453         * src/prefs_msg_colors.c
13454         * src/textview.c
13455                 Allow optional background color in quotes
13456                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13457                 GTK+-2.8.x feature
13458
13459 2006-04-10 [colin]      2.1.0cvs26
13460
13461         * src/main.c
13462         * src/mainwindow.c
13463         * src/mainwindow.h
13464                 Implement --select
13465
13466 2006-04-10 [colin]      2.1.0cvs25
13467
13468         * manual/plugins.xml
13469         * manual/fr/plugins.xml
13470                 Document libcurl's proxy variables
13471
13472 2006-04-09 [colin]      2.1.0cvs24
13473
13474         * src/prefs_common.c
13475                 gettext() returns statically allocated stuff. We have
13476                 to strdup it in order to be able to free it.
13477
13478 2006-04-09 [colin]      2.1.0cvs23
13479
13480         * AUTHORS
13481         * src/gtk/authors.h
13482                 Add Alexei
13483
13484 2006-04-09 [colin]      2.1.0cvs22
13485
13486         * src/mainwindow.c
13487         * src/gtk/quicksearch.c
13488                 Fix bug #859 (problems with cyrilic input in 
13489                 search panel) - Patch by Alexey Illarionov 
13490                 <littlesavage@rambler.ru>
13491
13492 2006-04-09 [colin]      2.1.0cvs21
13493
13494         * src/prefs_customheader.c
13495                 I prefer removing then freeing rather than the contrary
13496                 (even if it doesn't change anything ;-)
13497         * src/prefs_account.c
13498                 Fix bug #933 (Crash re-entering the custom headers list 
13499                 dialog in accounts prefs)
13500                 The problem happened when cancelling the Account 
13501                 Preferences' dialogs - in which case we didn't do 
13502                 anything to the PrefsAccount * struct. In case of applying,
13503                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13504                 working with in this dialog. The problem is that 
13505                 prefs_customheader.c, working on this tmp_ac_prefs, always
13506                 changes the ->customhdr_list pointer, even when cancelled. 
13507                 So in case of cancelling the prefs_account dialog, we still
13508                 have to update ->customhdr_list in the real account.
13509
13510 2006-04-08 [colin]      2.1.0cvs20
13511
13512         * manual/fr/glossary.xml
13513         * manual/fr/keyboard.xml
13514                 Forgot some headers :)
13515
13516 2006-04-08 [colin]      2.1.0cvs19
13517
13518         * manual/Makefile.am
13519         * manual/fr/Makefile.am
13520         * manual/fr/account.xml
13521         * manual/fr/ack.xml
13522         * manual/fr/addrbook.xml
13523         * manual/fr/advanced.xml
13524         * manual/fr/faq.xml
13525         * manual/fr/glossary.xml
13526         * manual/fr/gpl.xml
13527         * manual/fr/handling.xml
13528         * manual/fr/intro.xml
13529         * manual/fr/keyboard.xml
13530         * manual/fr/plugins.xml
13531         * manual/fr/starting.xml
13532         * manual/fr/sylpheed-claws-manual.xml
13533         * manual/fr/dist/.cvsignore
13534         * manual/fr/dist/Makefile.am
13535         * manual/fr/dist/html/.cvsignore
13536         * manual/fr/dist/html/Makefile.am
13537         * manual/fr/dist/pdf/.cvsignore
13538         * manual/fr/dist/pdf/Makefile.am
13539         * manual/fr/dist/ps/.cvsignore
13540         * manual/fr/dist/ps/Makefile.am
13541         * manual/fr/dist/txt/.cvsignore
13542         * manual/fr/dist/txt/Makefile.am
13543                 Add the french translation of the manual. Thanks to
13544                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13545                 account.xml, ack.xml, addrbook.xml and advanced.xml
13546
13547 2006-04-08 [colin]      2.1.0cvs18
13548
13549         * manual/plugins.xml
13550         * manual/starting.xml
13551                 More fixes
13552
13553 2006-04-07 [colin]      2.1.0cvs17
13554
13555         * manual/faq.xml
13556         * manual/intro.xml
13557         * manual/keyboard.xml
13558                 Little fixes
13559
13560 2006-04-07 [colin]      2.1.0cvs16
13561
13562         * README
13563         * src/compose.c
13564         * src/prefs_common.c
13565         * src/prefs_common.h
13566                 Add hidden compose_no_markup pref
13567
13568 2006-04-07 [wwp]        2.1.0cvs15
13569
13570         * src/summary_search.c
13571         * .cvsignore
13572                 Bugfix: stop button was sticky when searching in an empty folder.
13573                 Applied curly brackets code style to the whole file (summary_search.c).
13574                 More files to ignore.
13575
13576 2006-04-07 [wwp]        2.1.0cvs14
13577
13578         * src/message_search.c
13579         * src/summary_search.c
13580                 changed default button when search bumps at file/folder
13581                 beginning or end, for convenience (thanks to Colin).
13582
13583 2006-04-07 [paul]       2.1.0cvs13
13584
13585         * src/plugins/dillo_viewer/dillo_prefs.c
13586                 avoid future potential for namespace collision
13587                 Patch by Colin
13588
13589 2006-04-06 [wwp]        2.1.0cvs12
13590
13591         * src/summary_search.c
13592                 Unify extended/advanced searches names (and thus factorize labels),
13593                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13594
13595 2006-04-06 [wwp]        2.1.0cvs11
13596
13597         * src/folderview.c
13598         * src/prefs_themes.c
13599         * src/summaryview.c
13600                 Fixed some compilation warnings.
13601
13602 2006-04-06 [colin]      2.1.0cvs10
13603
13604         * manual/advanced.xml
13605                 Document the wizard template and how to deploy
13606                 Sylpheed-Claws effectively
13607
13608 2006-04-06 [colin]      2.1.0cvs9
13609
13610         * src/folderview.c
13611                 gettext patch to tell translators about _("#"),
13612                 by Maxim Britov
13613
13614 2006-04-06 [colin]      2.1.0cvs8
13615
13616         * src/textview.c
13617                 Fix invalid GtkTextBIter after clicking "Display as text"
13618
13619 2006-04-06 [mones]      2.1.0cvs7
13620
13621         * src/addr_compl.c
13622         * src/addrindex.c
13623         * src/addritem.c
13624         * src/codeconv.c
13625         * src/compose.c
13626         * src/filtering.c
13627         * src/folder.c
13628         * src/folder_item_prefs.c
13629         * src/folderview.c
13630         * src/localfolder.c
13631         * src/matcher.c
13632         * src/mimeview.c
13633         * src/prefs_msg_colors.c
13634         * src/prefs_spelling.c
13635         * src/prefs_themes.c
13636         * src/procmime.c
13637         * src/procmsg.c
13638         * src/stock_pixmap.c
13639         * src/summaryview.c
13640         * src/textview.c
13641         * src/toolbar.c
13642         * src/common/mgutils.c
13643         * src/common/prefs.c
13644         * src/common/ssl_certificate.c
13645         * src/gtk/colorlabel.c
13646         * src/gtk/quicksearch.c
13647         * src/plugins/pgpmime/pgpmime.c
13648         * src/plugins/spamassassin/spamassassin.c
13649                 Removed redundant NULL checks for g_free() calls.
13650                 Patch by Pawel Pekala.
13651
13652 2006-04-06 [mones]      2.1.0cvs6
13653
13654         * src/prefs_actions.c
13655         * src/prefs_filtering.c
13656         * src/prefs_filtering_action.c
13657         * src/prefs_matcher.c
13658         * src/prefs_template.c
13659         * src/gtk/gtkutils.c
13660         * src/gtk/gtkutils.h
13661                 Have a nice replace button. Patch by Pawel Pekala
13662
13663 2006-04-06 [colin]      2.1.0cvs5
13664
13665         * src/addressbook.c
13666                 Fix crash with empty columns
13667
13668 2006-04-05 [colin]      2.1.0cvs4
13669
13670         * src/wizard.c
13671         * src/prefs_gtk.c
13672                 Allow wizard customization with pre-filled values
13673
13674 2006-04-05 [colin]      2.1.0cvs3
13675
13676         * src/textview.c
13677         * src/mimeview.c
13678         * src/mimeview.h
13679                 Nicer messages in mimeview
13680
13681 2006-04-05 [colin]      2.1.0cvs2
13682
13683         * src/addressbook.c
13684         * src/prefs_summaries.c
13685                 i18n fix
13686
13687 2006-04-05 [colin]      2.1.0cvs1
13688
13689         * src/plugins/pgpcore/plugin.c
13690         * src/plugins/pgpcore/select-keys.c
13691         * src/plugins/pgpcore/select-keys.h
13692         * src/plugins/pgpcore/sgpgme.c
13693         * src/plugins/pgpcore/sgpgme.h
13694         * src/plugins/pgpinline/pgpinline.c
13695         * src/plugins/pgpinline/plugin.c
13696         * src/plugins/pgpmime/pgpmime.c
13697         * src/plugins/pgpmime/plugin.c
13698                 Factorize and generalize a bit 
13699                 Drop S/MIME signature verification from PGP/MIME
13700                 (adding it as another, more complete plugin)
13701
13702 2006-04-05 [paul]       2.1.0
13703
13704         2.1.0 released
13705
13706 2006-04-05 [paul]       2.0.0cvs186
13707
13708         * manual/advanced.xml
13709                 add info on colour labels
13710
13711 2006-04-05 [paul]       2.0.0cvs185
13712
13713         * po/bg.po
13714         * po/cs.po
13715         * po/de.po
13716         * po/el.po
13717         * po/en_GB.po
13718         * po/fi.po
13719         * po/fr.po
13720         * po/it.po
13721         * po/nl.po
13722         * po/pl.po
13723         * po/pt_BR.po
13724         * po/sr.po
13725         * po/zh_CN.po
13726                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13727                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13728                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13729                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13730         * src/gtk/authors.h
13731         * tools/claws.i18n.status.pl
13732                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13733                 and new Czech translator, Tim <timbrain@post.cz>
13734
13735 2006-04-05 [mones]      2.0.0cvs184
13736
13737         * po/es.po
13738                 Updated translation
13739
13740 2006-04-05 [colin]      2.0.0cvs183
13741
13742         * src/gtk/quicksearch.c
13743                 Fix bug #929 (unnecessary reload in quick search bar)
13744
13745 2006-04-05 [colin]      2.0.0cvs182
13746
13747         * src/compose.c
13748                 Fix crash on Reply with no From:
13749                 Show signature and conversion error on queuing 
13750                 (but not sending)
13751         * src/mainwindow.c
13752         * src/summaryview.c
13753         * src/summaryview.h
13754                 Factorize threading code and make sure msginfo 
13755                 is not null when it comes from a GtkCTreeRow's 
13756                 data
13757         * src/gtk/gtkaspell.c
13758                 Check for necessary things
13759         * src/gtk/gtksctree.c
13760         * src/gtk/gtksctree.h
13761                 Reset anchor if necessary when removing node
13762
13763 2006-03-29 [colin]      2.0.0cvs181
13764
13765         * src/folderview.c
13766                 Warn for disabled IMAP accounts (due to lack of
13767                 libetpan). Breaks string-freeze - sorry - but it
13768                 is kind of important ;)
13769
13770 2006-03-28 [colin]      2.0.0cvs180
13771
13772         * src/gtk/gtkutils.c
13773         * src/gtk/gtkutils.h
13774                 Add a gtkut_get_link_btn() function that
13775                 creates a button which acts like an URI
13776         * src/prefs_themes.c
13777         * src/gtk/about.c
13778                 Use this function (factorizes codes)
13779         * src/common/defs.h
13780         * src/gtk/pluginwindow.c
13781                 Add a "Get more..." in the plugins window
13782
13783 2006-03-28 [colin]      2.0.0cvs179
13784
13785         * src/common/smtp.c
13786         * src/common/passcrypt.c
13787         * src/undo.c
13788                 Warning fixes. Patch by Pawel Pekala
13789
13790 2006-03-27 [colin]      2.0.0cvs178
13791
13792         * src/undo.c
13793                 Fix undoing by blocks with spaces
13794
13795 2006-03-27 [colin]      2.0.0cvs177
13796
13797         * src/textview.c
13798                 Set margin to 3px for headers
13799
13800 2006-03-27 [paul]
13801
13802         2.1.0-rc2 released
13803
13804 2006-03-27 [wwp]        2.0.0cvs176
13805
13806         * src/summaryview.c
13807                 don't reset quicksearch when updating the message list.
13808                 Thanks to Colin.
13809
13810 2006-03-26 [wwp]        2.0.0cvs175
13811
13812         * src/compose.c
13813                 use a unified border width ('other' tab in the compose window,
13814                 patch by Pawel Pekala).
13815
13816
13817 2006-03-26 [wwp]        2.0.0cvs174
13818
13819         * src/common/quoted-printable.c
13820         * src/addressbook.c
13821                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13822
13823 2006-03-26 [colin]      2.0.0cvs173
13824
13825         * src/quote_fmt_parse.y
13826                 Fix non-UTF8 date formats messing up the whole quote a 
13827                 little bit
13828
13829 2006-03-26 [colin]      2.0.0cvs172
13830
13831         * src/procheader.c
13832                 Make sure the date is UTF8 valid, or try to make it
13833                 so. IncrediMail is really IncrediStupid.
13834         * src/compose.c
13835                 Fix possible conversions. 
13836                 
13837
13838 2006-03-26 [colin]      2.0.0cvs171
13839
13840         * src/matcher.c
13841                 Fix corner cases in body search. This is still a
13842                 hack... It seems impossible to make it good and 
13843                 reasonably fast at the same time.
13844
13845 2006-03-26 [colin]      2.0.0cvs170
13846
13847         * src/summaryview.c
13848                 I think I killed the twilight zone bug!
13849                 summary_select_node() flushes GTK events in order
13850                 to be able to center the view. But this also 
13851                 flushes keypresses like Ctrl-Alt-U, so this can
13852                 call summary_show from summary_select_node (itself
13853                 called from summary_show, etc.). And the summaryview
13854                 has to be unlocked in this function. So just locking
13855                 while processing GTK events, and bailing if locked, 
13856                 should fix it.
13857                 Fixes bug #927 (SIGSEGV during Update Summary)
13858
13859 2006-03-25 [colin]      2.0.0cvs169
13860
13861         * src/matcher.c
13862                 Fix search in QP-encoded bodies
13863                 Fix utf-8 searches in bodies encoded in the
13864                 locale's encoding
13865         * src/common/quoted-printable.c
13866         * src/common/quoted-printable.h
13867                 Add a decode function that doesn't overwrite
13868                 the original pointer
13869                 
13870
13871 2006-03-24 [colin]      2.0.0cvs168
13872
13873         * src/action.c
13874         * src/summaryview.c
13875         * src/summaryview.h
13876                 Update message cache after action
13877                 Patch by H. Merijn Brand
13878         * src/prefs_msg_colors.c
13879                 Factorize label 
13880                 Patch by Fabien Vantard
13881         * src/plugins/spamassassin/spamassassin_gtk.c
13882                 Remove useless translation
13883                 Patch by Fabien Vantard
13884
13885 2006-03-23 [colin]      2.0.0cvs167
13886
13887         * src/common/ssl.c
13888                 Let 30 seconds to SSL_connect
13889
13890 2006-03-23 [wwp]        2.0.0cvs166
13891
13892         * src/summaryview.c
13893         * src/gtk/description_window.c
13894                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13895                 and headers are translated; adjust description windows' width to fit their
13896                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13897
13898 2006-03-23 [paul]       2.0.0cvs165
13899
13900         * src/common/utils.c
13901                 fix highlighting of URIs containing "()"
13902                 (2.0.0cvs164's reversal fixed)
13903                 Thanks to Colin.
13904
13905 2006-03-23 [paul]       2.0.0cvs164
13906
13907         * src/common/utils.c
13908                 revert patch, (postponing a fix), at 2.0.0cvs120
13909                 as it breaks more URIs than it fixes.
13910                 Allow '-' to be a terminating character in a URI
13911
13912 2006-03-22 [colin]      2.0.0cvs163
13913
13914         * configure.ac
13915                 Require libetpan 0.45
13916                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13917
13918 2006-03-22 [paul]       2.0.0cvs162
13919
13920         * src/editgroup.c
13921                 replace '<-' and '->' buttons with GTK_STOCK graphical
13922                 buttons
13923         * src/summary_search.c
13924                 don't offer '...' for translation
13925                 add a tooltip to advanced search '...' button
13926         * src/gtk/quicksearch.c
13927                 don't offer '...' for translation
13928
13929 2006-03-21 [colin]      2.0.0cvs161
13930
13931         * src/compose.c
13932                 Fix middle-click pasting (insert at click
13933                 position instead of cursor position, don't
13934                 remove existing selection and allow pasting
13935                 our own selection)
13936         * src/addressbook.c
13937                 "LDAP Server" -> "LDAP servers"
13938
13939 2006-03-21 [wwp]        2.0.0cvs160
13940
13941         * src/etpan/imap-thread.c
13942                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13943
13944 2006-03-20 [colin]      2.0.0cvs159
13945
13946         * src/summaryview.c
13947                 Don't reload summaryview after an execute with no
13948                 move action
13949
13950 2006-03-19 [colin]      2.0.0cvs158
13951
13952         * src/addressbook.c
13953                 and put groups at the top, always
13954
13955 2006-03-19 [colin]      2.0.0cvs157
13956
13957         * src/addressbook.c
13958                 Order groups before names, as previously
13959
13960 2006-03-19 [colin]      2.0.0cvs156
13961
13962         * src/addressbook.c
13963                 - Sort case-unsensitive
13964                 - Put the sort arrow at opening too
13965
13966 2006-03-19 [wwp]        2.0.0cvs155
13967
13968         * src/addressbook.c
13969                 allow sorting by name/email/remarks, ensure that right-pane's contents
13970                 matches the left-pane selection (cleared when appropriate).
13971                 Patch by Pawel Pekala <c0rn@o2.pl>.
13972
13973 2006-03-18 [colin]      2.0.0cvs154
13974
13975         * src/textview.c
13976                 Fix text cursor ;)
13977
13978 2006-03-18 [colin]      2.0.0cvs153
13979
13980         * src/gtk/filesel.c
13981                 Make sure we hide the preview if we didn't get
13982                 a filename
13983
13984 2006-03-18 [colin]      2.0.0cvs152
13985
13986         * src/summaryview.c
13987                 Set cursor to watch for execution (fixes lack
13988                 of watch-cursor when dnd'ing hundreds of mails)
13989         * src/gtk/filesel.c
13990                 Check that mime type is 'image/*' before updating
13991                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13992
13993 2006-03-18 [colin]      2.0.0cvs151
13994
13995         * src/mainwindow.c
13996         * src/textview.c
13997         * src/textview.h
13998                 Put a watch cursor in textview too when the mainwindow's
13999                 cursor in a watch
14000
14001 2006-03-18 [colin]      2.0.0cvs150
14002
14003         * src/folder.c
14004                 Change wrong asserts to simple tests
14005
14006 2006-03-17 [colin]      2.0.0cvs149
14007
14008         * src/mainwindow.c
14009         * src/mainwindow.h
14010         * src/prefs_msg_colors.c
14011         * src/summaryview.c
14012         * src/summaryview.h
14013         * src/gtk/colorlabel.c
14014         * src/gtk/colorlabel.h
14015                 Add a color label menu in the main menubar
14016                 Add (fixed) accels Ctrl-{0-7} to change the color
14017                 They have to be fixed because the menu's dynamic,
14018                 the items are complex widgets, hence we can't use
14019                 a GtkItemFactory.
14020
14021
14022 2006-03-17 [wwp]        2.0.0cvs148
14023
14024         * src/compose.c
14025                 rollback few lines from my previous commit (those lines come from
14026                 a pending patch, accidentally commited, even if neutral as they are
14027                 commented out).
14028
14029 2006-03-17 [wwp]        2.0.0cvs147
14030
14031         * src/compose.c
14032                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14033                 applied code style/indentation to the modified function.
14034
14035 2006-03-17 [wwp]        2.0.0cvs146
14036
14037         * src/procmsg.c
14038         * src/compose.c
14039                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14040
14041 2006-03-17 [paul]
14042
14043         2.1.0-rc1 released
14044
14045 2006-03-17 [paul]       2.0.0cvs145
14046
14047         * src/main.c
14048                 addressbook_read_file() was called twice
14049         * src/textview.c
14050                 X-Mailer highlighting
14051
14052 2006-03-16 [colin]      2.0.0cvs144
14053
14054         * src/sourcewindow.c
14055         * src/sourcewindow.h
14056                 And the last one, in source window.
14057
14058 2006-03-16 [colin]      2.0.0cvs143
14059
14060         * src/compose.c
14061         * src/compose.h
14062                 Fix the same stuff in compose
14063
14064 2006-03-16 [colin]      2.0.0cvs142
14065
14066         * src/messageview.c
14067                 Complete the previous messageview crash fix
14068
14069 2006-03-16 [colin]      2.0.0cvs141
14070
14071         * src/procmsg.h
14072         * src/procmsg.c
14073         * src/folder.c
14074                 Fix POSTPROCESSING hook
14075                 Patch by H. Merijn Brand
14076
14077         * src/procmime.c
14078         * src/procmime.h
14079                 Parse Content-Location
14080
14081         * src/toolbar.c
14082         * src/messageview.c
14083         * src/messageview.h
14084                 Don't crash when a top-level MessageView has
14085                 been closed on us. Same problematic than
14086                 yesterday's quicksearch issue.
14087
14088 2006-03-15 [colin]      2.0.0cvs140
14089
14090         * src/gtk/quicksearch.c
14091                 Fix a bitchy race we didn't think about when we
14092                 added quicksearch cancellation:
14093                 If the search is not on cached fields, for example
14094                 body_part matchcase "stuff"
14095                 the matcher code has to get the whole message. If
14096                 we're on IMAP, that can be slow, and in order to
14097                 be non-blocking, the IMAP code idle loop processes
14098                 gtk events too. So it is possible to cancel a
14099                 quicksearch while the matcher is getting the mail's
14100                 body. After matcher got its body, it will start to
14101                 iterate over the matcher list that the Quicksearch's
14102                 clear_search_cb() just freed via prepare_matcher().
14103                 SIGSEGV ensues.
14104                 The fix consists of guarding the matcherlist_match()
14105                 call with a boolean 'matching'. If we reset the
14106                 quicksearch while matching is TRUE, we don't free
14107                 the matcherlist anymore like we did, but we set
14108                 another new flag, deferred_free, to TRUE. Then,
14109                 in quicksearch_match(), just after returning from
14110                 matcherlist_match() and unsetting the matching flag,
14111                 we check the deferred_free flag and do the
14112                 prepare_matcher() (which does the matcherlist_free)
14113                 for real, so we free the matcherlist once it's not
14114                 used anymore.
14115                 As all of this runs via the glib main loop, we
14116                 luckily don't need a mutex.
14117         * src/summaryview.c
14118                 Also, show progress while searching.
14119
14120
14121 2006-03-14 [colin]      2.0.0cvs139
14122
14123         * src/alertpanel.c
14124                 Make alertpanel_is_open non-static
14125
14126 2006-03-14 [colin]      2.0.0cvs138
14127
14128         * src/prefs_spelling.c
14129                 Cleanups - Fabien Vantard
14130
14131 2006-03-14 [wwp]        2.0.0cvs137
14132
14133         * src/main.c
14134                 code style normalization (curly braces, indentation).
14135
14136 2006-03-14 [wwp]        2.0.0cvs137
14137
14138         * src/main.c
14139                 code style (braces, indentation)
14140
14141 2006-03-12 [paul]       2.0.0cvs136
14142
14143         * src/prefs_common.c
14144                 trans_hdr defaults to FALSE to be RFC-savvy
14145         * src/prefs_summaries.c
14146                 add a tooltip to the trans_hdr option
14147                 
14148
14149 2006-03-12 [paul]       2.0.0cvs135
14150
14151         * src/prefs_matcher.c
14152                 give a little more width to the combos
14153         * src/prefs_display_header.c
14154         * src/textview.c
14155                 translate headers if prefs_common.trans_hdr
14156                 is TRUE
14157
14158         Patches by Pawel Pekala
14159
14160 2006-03-12 [paul]       2.0.0cvs134
14161
14162         * src/plugins/clamav/clamav_plugin.c
14163         * src/plugins/dillo_viewer/dillo_viewer.c
14164         * src/plugins/pgpcore/plugin.c
14165         * src/plugins/pgpinline/plugin.c
14166         * src/plugins/pgpmime/plugin.c
14167         * src/plugins/spamassassin/spamassassin.c
14168                 update/add to descriptions
14169         * src/plugins/spamassassin/spamassassin_gtk.c
14170                 fixes to the english, remove superfluous
14171                 tooltips, clean up a little
14172
14173 2006-03-12 [paul]       2.0.0cvs133
14174
14175         * src/compose.c
14176                 fix Bug 924, 'Account combo box shows up wrong 
14177                 if & is in account name'
14178
14179 2006-03-11 [colin]      2.0.0cvs132
14180
14181         * src/summaryview.c
14182                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14183                 messed up shift-selection because is slows down
14184                 moving around summaryview. thanks -users
14185
14186 2006-03-10 [colin]      2.0.0cvs131
14187
14188         * src/plugins/spamassassin/spamassassin_gtk.c
14189                 Put back Paul's engrish fixes
14190
14191 2006-03-10 [colin]      2.0.0cvs130
14192
14193         * src/plugins/spamassassin/spamassassin.c
14194         * src/plugins/spamassassin/spamassassin.h
14195         * src/plugins/spamassassin/spamassassin_gtk.c
14196                 Cleanup SA prefs page (more)
14197                 Patch by Fabien Vantard
14198
14199 2006-03-10 [paul]       2.0.0cvs129
14200
14201         * src/prefs_msg_colors.c
14202         * src/prefs_spelling.c
14203                 widget sensitivity
14204
14205 2006-03-09 [mones]      2.0.0cvs128
14206
14207         * po/es.po
14208                 Update for next RC
14209
14210 2006-03-09 [wwp]        2.0.0cvs127
14211
14212         * configure.ac
14213                 revert accidental commit (requirement for libetpan 0.43), this time
14214                 not in HEAD.
14215
14216 2006-03-09 [wwp]        2.0.0cvs125
14217
14218         * configure.ac
14219                 revert accidental commit (requirement for libetpan 0.43)
14220
14221 2006-03-09 [paul]       2.0.0cvs126
14222
14223         * src/prefs_receive.c
14224                 remove useless frame
14225                 replace 'incorporation' with 'receiving'
14226         * src/plugins/clamav/clamav_plugin_gtk.c
14227         * src/plugins/spamassassin/spamassassin_gtk.c
14228                 improve widget sensitivity
14229                 fix a bit his engrish
14230
14231 2006-03-09 [wwp]        2.0.0cvs125
14232
14233         * src/addressadd.c
14234         * src/foldersel.c
14235         * src/prefs_common.c
14236         * src/prefs_common.h
14237                 remember some more windows' sizes (add to addressbook and
14238                 select folder).
14239
14240 2006-03-09 [paul]       2.0.0cvs124
14241
14242         * src/plugins/pgpcore/prefs_gpg.c
14243                 normalise construction of dialogue
14244
14245 2006-03-09 [paul]       2.0.0cvs123
14246
14247         * src/plugins/trayicon/Makefile.am
14248                 add missing slash
14249
14250 2006-03-08 [colin]      2.0.0cvs122
14251
14252         * src/plugins/trayicon/Makefile.am
14253                 Fix build in separate dir 
14254                 Patch by Bamanzi <bamanzi@gmail.com>
14255
14256 2006-03-08 [colin]      2.0.0cvs121
14257
14258         * src/procmsg.c
14259                 Batch move and copies from summaryview with delayed execution
14260                 too
14261
14262 2006-03-07 [paul]       2.0.0cvs120
14263
14264         * src/common/utils.c
14265                 fix highlighting of URIs containing "()"
14266                 Patch by Pawel Pekala
14267
14268 2006-03-07 [paul]       2.0.0cvs119
14269
14270         * src/folder.c
14271         * src/folder.h
14272         * src/folderview.c
14273                 immediately do alphabetical resort when
14274                 changing a folder's name
14275                 Patch by Pawel Pekala
14276
14277 2006-03-07 [paul]       2.0.0cvs118
14278
14279         * src/news.c
14280         * src/news_gtk.c
14281                 when unsubscribing a newsgroup, remove the
14282                 folder and msgs in .sylpheed-claws/newscache
14283                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14284
14285 2006-03-07 [paul]       2.0.0cvs117
14286
14287         * src/textview.c
14288                 fix wrong Fake URL Warning
14289                 Thanks to Hiro
14290
14291 2006-03-07 [colin]      2.0.0cvs116
14292
14293         * src/imap.c
14294                 Return immediately when password dialog was
14295                 cancelled
14296         * src/gtk/inputdialog.c
14297                 Allow empty strings for passwords
14298
14299
14300 2006-03-06 [colin]      2.0.0cvs115
14301
14302         * src/imap.c
14303                 Prevent double-timeouts when connection fails
14304
14305 2006-03-06 [colin]
14306
14307         2.0.1-rc1 released
14308
14309 2006-03-06 [colin]      2.0.0cvs114
14310
14311         * src/imap.c
14312                 Refresh session during potentially long
14313                 operations
14314
14315 2006-03-06 [wwp]        2.0.0cvs113
14316
14317         * src/prefs_msg_colors.h
14318                 forgot that one (custom color labels).
14319
14320 2006-03-06 [wwp]        2.0.0cvs112
14321
14322         * src/prefs_common.c
14323         * src/prefs_common.h
14324         * src/prefs_msg_colors.c
14325         * src/summaryview.c
14326         * src/summaryview.h
14327         * src/gtk/colorlabel.c
14328         * src/gtk/colorlabel.h
14329                 colors in messages list are now customizable. Color values and names can
14330                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14331                 Thanks to Paul and Colin for their help with this longstanding patch!
14332
14333 2006-03-06 [wwp]        2.0.0cvs111
14334
14335         * src/textview.c
14336                 don't crash if (x)face is bad.
14337
14338 2006-03-05 [paul]       2.0.0cvs110
14339
14340         * AUTHORS
14341         * configure.ac
14342         * src/Makefile.am
14343         * src/common/Makefile.am
14344         * src/common/utils.h
14345         * src/etpan/imap-thread.c
14346         * src/gtk/authors.h
14347         * src/plugins/clamav/Makefile.am
14348         * src/plugins/demo/Makefile.am
14349         * src/plugins/dillo_viewer/Makefile.am
14350         * src/plugins/pgpcore/Makefile.am
14351         * src/plugins/pgpcore/passphrase.c
14352         * src/plugins/pgpinline/Makefile.am
14353         * src/plugins/pgpmime/Makefile.am
14354         * src/plugins/spamassassin/Makefile.am
14355         * src/plugins/trayicon/Makefile.am
14356                 fix builiding on cygwin
14357                 Patch by Ralgh Young <bamanzi@gmail.com>
14358
14359 2006-03-04 [wwp]        2.0.0cvs109
14360
14361         * manual/keyboard.xml
14362                 fix mixed up/down keys.
14363
14364 2006-03-04 [wwp]        2.0.0cvs108
14365
14366         * README
14367         * INSTALL
14368                 updated links to SpamAssassin.
14369
14370 2006-03-04 [wwp]        2.0.0cvs107
14371
14372         * manual/plugins.xml
14373         * src/plugins/spamassassin/README
14374                 updated SpamAssassin plugin docs to reflect new functional additions
14375                 (also fix/update/documents few technical stuff more, see the README).
14376
14377 2006-03-04 [wwp]        2.0.0cvs106
14378
14379         * src/prefs_message.c
14380                 normalized capitalization of message-prefs paths.
14381
14382 2006-03-04 [wwp]        2.0.0cvs105
14383
14384         * manual/advanced.xml
14385                 typo.
14386
14387 2006-03-03 [colin]      2.0.0cvs104
14388
14389         * src/plugins/clamav/clamav_plugin_gtk.c
14390                 Rework prefs page, patch by Fabien 
14391
14392 2006-03-03 [colin]      2.0.0cvs103
14393
14394         * src/plugins/clamav/clamav_plugin.c
14395                 Set error on all errors
14396
14397 2006-03-03 [colin]      2.0.0cvs102
14398
14399         * src/common/plugin.c
14400                 Initialize error to avoid crashing when a plugin fails
14401                 without setting error
14402
14403 2006-03-02 [wwp]        2.0.0cvs101
14404
14405         * configure.ac
14406                 fixed linker flags for libetpan support on Cygwin
14407                 (thanks to H.Merijn Brand).
14408
14409 2006-03-02 [wwp]        2.0.0cvs100
14410
14411         * src/addressbook.c
14412                 fix some AB error messages: one for punctuation and
14413                 one wrongly duplicate (thanks, maxbritov).
14414
14415 2006-03-02 [wwp]        2.0.0cvs99
14416
14417         * src/plugins/spamassassin/spamassassin.c
14418                 make sync calls to sa-learn/spamc to prevent
14419                 system (whatever local or client/server) overload.
14420
14421 2006-03-02 [colin]      2.0.0cvs98
14422
14423         * src/summaryview.c
14424                 Put the spam icon in the status column instead of the
14425                 mark one
14426
14427 2006-03-01 [colin]      2.0.0cvs97
14428
14429         * src/plugins/spamassassin/spamassassin.c
14430                 Fix segfault (g_file_set_contents fails for some 
14431                 reason and err==0x2f. Can't find out why with
14432                 valgrind, using working function :-)
14433
14434 2006-03-01 [colin]      2.0.0cvs96
14435
14436         * src/inc.c
14437                 Offline overriding: let 'No' be cached only 3 seconds
14438
14439 2006-03-01 [colin]      2.0.0cvs95
14440
14441         * src/addr_compl.c
14442         * src/addrbook.c
14443         * src/addressbook.c
14444         * src/addrindex.c
14445         * src/folder_item_prefs.c
14446         * src/headerview.c
14447         * src/imap.c
14448         * src/inc.c
14449         * src/ldif.c
14450         * src/mainwindow.c
14451         * src/mh.c
14452         * src/msgcache.c
14453         * src/prefs_common.h
14454         * src/prefs_msg_colors.c
14455         * src/procheader.c
14456         * src/procheader.h
14457         * src/procmime.c
14458         * src/procmsg.c
14459         * src/procmsg.h
14460         * src/send_message.h
14461         * src/simple-gettext.c
14462         * src/summaryview.c
14463         * src/summaryview.h
14464         * src/syldap.c
14465         * src/textview.c
14466         * src/undo.c
14467         * src/common/ssl_certificate.c
14468         * src/common/utils.c
14469         * src/gtk/colorsel.c
14470         * src/gtk/gtksctree.c
14471         * src/gtk/gtkshruler.c
14472         * src/plugins/trayicon/trayicon.c
14473                 #if 0 goes to /dev/null
14474
14475 2006-03-01 [colin]      2.0.0cvs94
14476
14477         * src/compose.c
14478         * src/imap.c
14479         * src/inc.c
14480         * src/inc.h
14481         * src/messageview.c
14482         * src/news.c
14483         * src/plugins/spamassassin/spamassassin.c
14484                 Allow to add information in the "working offline"
14485                 window
14486
14487 2006-03-01 [wwp]        2.0.0cvs93
14488
14489         * src/plugins/spamassassin/spamassassin.c
14490                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14491                 'cause it seems that calling `spamc ... < inputfile` with
14492                 g_spawn_(a)sync simply.. erm doesn't work :-).
14493
14494 2006-03-01 [wwp]        2.0.0cvs92
14495
14496         * src/toolbar.c
14497         * src/toolbar.h
14498                 simplify the adding of spam/ham button to the messageview toolbar
14499                 (it gets more clear now that the same button will be "Mark as spam"
14500                 or "Mark as ham" according to the current message status,
14501                 thanks to Colin).
14502
14503 2006-03-01 [wwp]        2.0.0cvs91
14504
14505         * src/messageview.c
14506         * src/procmsg.c
14507         * src/procmsg.h
14508         * src/summaryview.c
14509         * src/plugins/spamassassin/spamassassin.c
14510         * src/plugins/spamassassin/spamassassin.h
14511                 make learner callbacks return a status (0 for ok),
14512                 handle it in main code to avoid setting flags when learning failed,
14513                 don't learn on TCP if offline in spamassassin,
14514                 thanks to Colin.
14515
14516                 
14517
14518 2006-03-01 [wwp]        2.0.0cvs90
14519
14520         * src/compose.c
14521                 some work around the compose window's account menu,
14522                 patch by Fabien Vantard.
14523
14524 2006-03-01 [wwp]        2.0.0cvs89
14525
14526         * src/plugins/spamassassin/spamassassin.c
14527                 fixed bad logics, was using spamc in local mode and sa-learn
14528                 in remote mode (thanks, Colin).
14529
14530 2006-03-01 [wwp]        2.0.0cvs88
14531
14532         * src/plugins/spamassassin/spamassassin.c
14533         * src/plugins/spamassassin/spamassassin.h
14534         * src/plugins/spamassassin/spamassassin_gtk.c
14535                 made processing of emails w/ sa-plugin an option (default is TRUE),
14536                 fixed Engrish some tooltips, capitalization of some debug messages
14537                 and warnings. The spamassassin plugin now provides two separate
14538                 services: process emails upon incorporation and spamd training.
14539                 Both services (un)register independently but use some common
14540                 plugin settings (transport settings, spam storage location).
14541
14542 2006-02-28 [wwp]        2.0.0cvs87
14543
14544         * src/plugins/spamassassin/spamassassin.c
14545                 fix async flag to spamc cmdline execution (batch exec should
14546                 be asynchronous).
14547
14548 2006-02-27 [wwp]        2.0.0cvs86
14549
14550         * src/plugins/spamassassin/spamassassin.c
14551         * src/plugins/spamassassin/spamassassin.h
14552         * src/plugins/spamassassin/spamassassin_gtk.c
14553                 - added the ability to learn a remote spamassassin server (spamd),
14554                 using spamc.
14555                 - added the spamassassin option 'username', that applies to all
14556                 spamassassin operations (filtering, learning, local or remote).
14557                 The default username is the current unix user (if left blank
14558                 from gtk prefs or config file).
14559                 - commented out some unused code (notebook widget), removed unused
14560                 layout (hbox1).
14561                 - make more widgets sensitive to the transport type.
14562
14563 2006-02-27 [colin]      2.0.0cvs85
14564
14565         * src/plugins/spamassassin/spamassassin.c
14566                 Fix sa-learn call when offline
14567
14568 2006-02-27 [colin]      2.0.0cvs84
14569
14570         * configure.ac
14571         * src/Makefile.am
14572         * src/mainwindow.c
14573         * src/mainwindow.h
14574         * src/messageview.c
14575         * src/messageview.h
14576         * src/prefs_toolbar.c
14577         * src/procmsg.c
14578         * src/stock_pixmap.c
14579         * src/stock_pixmap.h
14580         * src/summaryview.c
14581         * src/toolbar.c
14582         * src/toolbar.h
14583         * src/pixmaps/ham_btn.xpm
14584         * src/pixmaps/spam.xpm
14585         * src/pixmaps/spam_btn.xpm
14586         * src/plugins/spamassassin/spamassassin.c
14587                 Add button in toolbar for spam learning
14588                 Fix a few bugs from the last related commit
14589                 Revert 1.9.6cvs23 which messed up shift-selection
14590
14591 2006-02-24 [colin]      2.0.0cvs83
14592
14593         * src/procmsg.c
14594         * src/summaryview.c
14595         * src/summaryview.h
14596         * src/plugins/spamassassin/spamassassin.c
14597         * src/plugins/spamassassin/spamassassin.h
14598         * src/plugins/spamassassin/spamassassin_gtk.c
14599                 Unregister learner when spamassassin is either
14600                 disabled or over tcp
14601
14602 2006-02-24 [colin]      2.0.0cvs82
14603
14604         * src/Makefile.am
14605         * src/mainwindow.c
14606         * src/mainwindow.h
14607         * src/procmsg.c
14608         * src/procmsg.h
14609         * src/stock_pixmap.c
14610         * src/stock_pixmap.h
14611         * src/summaryview.c
14612         * src/summaryview.h
14613         * src/gtk/icon_legend.c
14614         * src/pixmaps/spam.xpm  ** NEW FILE **
14615         * src/plugins/spamassassin/spamassassin.c
14616         * src/plugins/spamassassin/spamassassin_gtk.c
14617                 Add spam learning interface (Mark/Mark as 
14618                 (spam|ham) menus)
14619
14620 2006-02-24 [wwp]        2.0.0cvs81
14621
14622         * src/compose.c
14623         * src/compose.h
14624         * src/filtering.c
14625                 hide compose window when sending message in batch mode
14626                 (filtering: forward and redirect). Also fixed a wrong
14627                 value returned when sending failed, neutral anyway.
14628                 (Colin, me) 
14629
14630 2006-02-24 [wwp]        2.0.0cvs80
14631
14632         * src/mainwindow.c
14633                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14634
14635 2006-02-24 [paul]       2.0.0cvs79
14636
14637         * src/news.c
14638         * src/news.h
14639         * src/news_gtk.c
14640                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14641                 Thanks to Colin
14642
14643 2006-02-23 [colin]      2.0.0cvs78
14644
14645         * src/alertpanel.c
14646                 Change OK to Close in alertpanel with View log
14647                 button; add accel to View log. Patch by Fabien
14648                 Vantard
14649
14650 2006-02-23 [wwp]        2.0.0cvs77
14651
14652         * src/compose.c
14653                 silly me, there were much more tests to perform, since toolbars can
14654                 really have down to 1 element only.
14655
14656 2006-02-23 [wwp]        2.0.0cvs76
14657
14658         * commitHelper
14659                 fixed indentation from my previous commit. Fallback to VISUAL if
14660                 EDITOR is not set (and to vi, at last resort).
14661
14662 2006-02-23 [wwp]        2.0.0cvs75
14663
14664         * commitHelper
14665                 improved error detection (Colin, me).
14666
14667 2006-02-23 [wwp]        2.0.0cvs74
14668
14669         * src/prefs_toolbar.c
14670                 simplify and fix prefs/toolbars layouting. Combos' contents can
14671                 now be really displayed.
14672
14673 2006-02-23 [wwp]        2.0.0cvs73
14674         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14675         be really displayed.
14676
14677 2006-02-22 [wwp]        2.0.0cvs72
14678
14679         * src/compose.c
14680                 fix a typo in my previous commit (sorry!).
14681
14682 2006-02-22 [wwp]        2.0.0cvs71
14683
14684         * src/prefs_toolbar.c
14685                 fix a crash when adding separators to toolbars,
14686                 also fix some separator item information.
14687
14688 2006-02-22 [wwp]        2.0.0cvs70
14689
14690         * src/compose.c
14691                 fix a crash when redirecting (for instance) when compose window's
14692                 toolbar contents has been customized (when some buttons have been
14693                 removed in fact).
14694
14695 2006-02-21 [wwp]        2.0.0cvs69
14696
14697         * src/summaryview.c
14698         * src/gtk/pluginwindow.c
14699         * src/plugins/pgpcore/prefs_gpg.c
14700                 fix some compilation warnings (feat. remains of removed code).
14701
14702 2006-02-21 [wwp]        2.0.0cvs68
14703
14704         * src/gtk/gtkutils.c
14705                 fix two compilation issues, thanks to Stephan Sachse.
14706
14707 2006-02-20 [colin]      2.0.0cvs67
14708
14709         * src/mainwindow.c
14710                 Don't reselect displayed mail on refocus
14711                 This fixes actions misbehaving 
14712
14713 2006-02-20 [wwp]        2.0.0cvs66
14714
14715         * src/summaryview.c
14716         * src/gtk/gtksctree.c
14717         * src/gtk/gtkshruler.c
14718                 changed more runtime typecast checks.
14719
14720 2006-02-20 [wwp]        2.0.0cvs65
14721
14722         * src/summary_search.c
14723                 find all - summaryview refresh issue fixed, thanks to Colin.
14724
14725 2006-02-20 [wwp]        2.0.0cvs64
14726
14727         * src/gtk/gtkutils.c
14728                 better runtime typecast checks.
14729
14730 2006-02-20 [wwp]        2.0.0cvs63
14731
14732         * src/summary_search.c
14733                 enhancements to the summary search:
14734                         - add the ability to stop the running search
14735                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14736                         - don't search if no criteria (From/To/Subject/Body) is set
14737                         - ensure that a busy mouse pointer is always shown when searching,
14738                           show it even a bit earlier
14739
14740 2006-02-19 [colin]      2.0.0cvs62
14741
14742         * src/compose.c
14743         * src/imap.c
14744         * src/etpan/imap-thread.c
14745         * src/etpan/imap-thread.h
14746                 (Future) IMAP speed improvement on sending
14747                 Will require a libetpan update
14748         * src/summaryview.c
14749         * src/gtk/quicksearch.c
14750                 Make quicksearch clearable while running.
14751
14752 2006-02-17 [colin]      2.0.0cvs61
14753
14754         * src/imap.c
14755         * src/etpan/imap-thread.c
14756         * src/etpan/imap-thread.h
14757                 Check for IMAP certificates
14758                 ** Requires libetpan-0.42-cvs4 
14759                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14760
14761 2006-02-17 [colin]      2.0.0cvs60
14762
14763         * src/messageview.c
14764         * src/prefs_common.c
14765         * src/prefs_common.h
14766         * src/prefs_message.c
14767                 Add pref to display HTML-only mails with plugin, 
14768                 if possible (defaulting to FALSE of course).
14769
14770 2006-02-16 [colin]      2.0.0cvs59
14771
14772         * src/main.c
14773         * src/common/plugin.c
14774         * src/common/plugin.h
14775         * src/gtk/pluginwindow.c
14776                 Keep track of requested (but unloaded) plugins
14777                 in some error cases.
14778
14779 2006-02-16 [wwp]        2.0.0cvs58
14780
14781         * src/gtk/gtkaspell.c
14782         * src/gtk/gtkaspell.h
14783         * src/prefs_spelling.c
14784         * src/compose.c
14785         * src/prefs_common.c
14786         * src/prefs_common.h
14787                 implemented new optional spellchecker behaviour: re-check message when
14788                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14789
14790 2006-02-16 [wwp]        2.0.0cvs57
14791
14792         * src/quote_fmt_parse.y
14793                 pclose popen'ed pipe.
14794
14795 2006-02-15 [colin]      2.0.0cvs56
14796
14797         * src/mimeview.c
14798         * src/mimeview.h
14799                 Let MimeViewers know which MimeView they
14800                 depend of.
14801         * src/summaryview.c
14802                 Swap From/To columns in Sent/Queue/Drafts
14803                 folders
14804         * src/etpan/imap-thread.c
14805                 Use mailstream_low_tls_open() for STARTTLS
14806                 instead of mailstream_low_ssl_open()
14807                 ** REQUIRES libetpan 0.42cvs3 **
14808
14809 2006-02-15 [wwp]        2.0.0cvs55
14810
14811         * src/compose.c
14812         * src/compose.h
14813         * src/message_search.c
14814         * src/message_search.h
14815         * src/textview.c
14816         * src/gtk/gtkutils.c
14817         * src/gtk/gtkutils.h
14818                 added the ability to Find text in the compose window (and a bit
14819                 of code factorization).
14820
14821 2006-02-15 [wwp]        2.0.0cvs54
14822
14823         * src/prefs_gtk.c
14824                 yet another one file was missing (fix for some widgets' sensitivity).
14825                 Thanks Colin!
14826
14827 2006-02-15 [wwp]        2.0.0cvs53
14828
14829         * src/prefs_gtk.h
14830                 oops forgot that file (fix for some widgets' sensitivity).
14831
14832 2006-02-15 [wwp]        2.0.0cvs52
14833
14834         * src/summary_search.c
14835                 implemented advanced summary search options (added the ability
14836                 to use matcher conditions in an advanced search mode).
14837
14838 2006-02-15 [wwp]        2.0.0cvs51
14839
14840         * src/plugins/pgpcore/prefs_gpg.c
14841         * src/prefs_account.c
14842                 fix some widget sensitivity, mostly around some labels in
14843                 account prefs.
14844
14845 2006-02-15 [paul]       2.0.0cvs50
14846
14847         * manual/advanced.xml
14848                 improve Templates info
14849                 written by wwp
14850
14851 2006-02-14 [colin]      2.0.0cvs49
14852
14853         * src/pixmaps/address_book.xpm
14854         * src/pixmaps/preferences.xpm
14855         * src/pixmaps/properties.xpm
14856                 Fix pixmap size - patch by Fabien Vantard
14857
14858 2006-02-13 [colin]      2.0.0cvs48
14859
14860         * src/procmime.c
14861                 Add missing fclose()s on error
14862         * src/textview.c
14863                 Remove unused code
14864         * src/common/utils.c
14865                 Fix temp files not being deleted on windows
14866         Patches by Thomas Gilgin
14867
14868 2006-02-13 [colin]      2.0.0cvs47
14869
14870         * src/mainwindow.c
14871                 Fix exit crash
14872
14873 2006-02-13 [wwp]        2.0.0cvs46
14874
14875         * src/plugins/pgpcore/prefs_gpg.c
14876                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14877
14878 2006-02-12 [colin]      2.0.0cvs45
14879
14880         * src/folderview.c
14881         * src/main.c
14882         * src/mainwindow.c
14883                 Fix "stuff" when quitting
14884
14885 2006-02-12 [wwp]        2.0.0cvs44
14886
14887         * src/prefs_themes.c
14888                 fix typos in debug messages.
14889
14890 2006-02-11 [colin]      2.0.0cvs43
14891
14892         * src/summaryview.c
14893                 don't allow drag/drop from ourself
14894
14895 2006-02-10 [wwp]        2.0.0cvs42
14896
14897         * src/exporthtml.c
14898         * src/html.c
14899         * src/html.h
14900         * src/procmime.c
14901         * src/textview.c
14902                 renamed html_ prefixed functions and data structures to avoid
14903                 namespace clashes w/ other software (gtkhtml2 for instance).
14904                 Closes bug #907.
14905
14906
14907 2006-02-09 [colin]      2.0.0cvs41
14908
14909         * src/summaryview.c
14910                 Fix shitty logic messed up. Thanks Ticho for the hint!
14911
14912 2006-02-09 [wwp]        2.0.0cvs40
14913
14914         * src/gtk/about.c
14915         * src/compose.c
14916         * src/prefs_account.c
14917         * src/prefs_gtk.h
14918         * src/editaddress.c
14919                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14920                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14921                 Browse buttons in accounts prefs.
14922
14923 2006-02-09 [colin]      2.0.0cvs39
14924
14925         * src/matcher.c
14926                 Check for pointer before using its members
14927         * src/gtk/gtksourceprintjob.c
14928                 Fix a wrong warning
14929
14930 2006-02-09 [wwp]        2.0.0cvs38
14931
14932         * src/gtk/filesel.c
14933                 fix few compiler warnings (type mismatch).
14934
14935 2006-02-09 [paul]       2.0.0cvs37
14936
14937         * po/fr.po
14938                 updated by Fabien Vantard
14939
14940 2006-02-08 [colin]      2.0.0cvs36
14941
14942         * src/prefs_common.c
14943         * src/common/defs.h
14944         * src/common/plugin.c
14945                 allow windows and linux configurations to coexist
14946                 patch by Thomas Gilgin
14947
14948 2006-02-08 [colin]      2.0.0cvs35
14949
14950         * src/filtering.c
14951         * src/matcher.c
14952         * src/matcher.h
14953         * src/matcher_parser_parse.y
14954         * src/prefs_filtering_action.c
14955         * src/prefs_matcher.c
14956                 Add the "Ignore thread" filtering
14957                 action
14958
14959 2006-02-08 [colin]      2.0.0cvs34
14960
14961         * src/compose.c
14962         * src/procmime.c
14963         * src/procmime.h
14964                 Fix bug #905 (damaged attachment)
14965                 text files with raw \0's aren't really text files
14966         FOR_STABLE
14967
14968 2006-02-08 [colin]      2.0.0cvs33
14969
14970         * src/summaryview.c
14971                 Fix crasher introduced yesterday
14972
14973 2006-02-08 [wwp]        2.0.0cvs32
14974
14975         * src/compose.c
14976         * src/compose.h
14977                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14978
14979 2006-02-08 [wwp]        2.0.0cvs31
14980
14981         * src/prefs_template.c
14982                 templates enhancement: allow address completion for Cc and Bcc fields
14983                 (it was currently possible for the To field only)
14984
14985 2006-02-08 [colin]      2.0.0cvs30
14986
14987         * src/compose.c
14988                 Don't unblock if not blocked
14989         FOR_STABLE
14990
14991 2006-02-07 [colin]      2.0.0cvs29
14992
14993         * src/action.c
14994                 Forgot to refresh summaryview
14995
14996 2006-02-07 [colin]      2.0.0cvs28
14997
14998         * src/action.c
14999                 Freeze/thaw message list and folder list while
15000                 processing %as{} actions 
15001         * src/compose.c
15002                 Fix auto-wrap disabling after a middle-click
15003                 paste - FOR_STABLE
15004
15005 2006-02-07 [paul]       2.0.0cvs27
15006
15007         * src/folder.c
15008                 fix freeing of uninitialised pointers
15009                 Thanks to Colin
15010
15011 2006-02-06 [colin]      2.0.0cvs26
15012
15013         * src/folder.c
15014                 Use g_slist_prepend in potentially big list
15015
15016 2006-02-06 [colin]      2.0.0cvs25
15017
15018         * src/folder.c
15019                 Completely skip processing if it doesn't 
15020                 exist (faster!)
15021
15022 2006-02-06 [colin]      2.0.0cvs24
15023
15024         * src/folder.c
15025         * src/summaryview.c
15026                 Batch filtering in summaryview (from Tools menu)
15027                 and pre/post//-processing too
15028
15029 2006-02-06 [colin]      2.0.0cvs23
15030
15031         * src/procmsg.h
15032         * src/filtering.c
15033                 Use a special field for batch filtering instead
15034                 of stepping on deferred execution's toes
15035
15036 2006-02-06 [colin]      2.0.0cvs22
15037
15038         * src/action.c
15039         * src/filtering.c
15040         * src/filtering.h
15041         * src/folder.c
15042         * src/summaryview.c
15043                 Fix filtering via menus and actions
15044
15045 2006-02-06 [colin]      2.0.0cvs21
15046
15047         * src/imap.c
15048                 Put the added file directly to cache if possible (will work
15049                 with next libetpan)
15050         * src/filtering.c
15051         * src/filtering.h
15052         * src/inc.c
15053         * src/folder.c
15054         * src/mbox.c
15055         * src/procmsg.h
15056                 Move and copy filtered messages by batches instead of one
15057                 by one - faster on IMAP
15058         * src/procmsg.c
15059                 Add a function that'll possibly be useful later
15060
15061 2006-02-06 [colin]      2.0.0cvs20
15062
15063         * src/addressbook.c
15064                 Use internal mime-type instead of text/plain for d'n'd
15065         * src/compose.c
15066                 Allow attaching files from mimeview's icon list via d'n'd
15067         * src/folderview.c
15068         * src/folderview.h
15069                 Use internal mime-type instead of text/plain for d'n'd
15070                 Don't try to selected opened folder if none is
15071                 Factorize d'n'd from other apps code
15072         * src/headerview.c
15073         * src/textview.c
15074         * src/gtk/gtkutils.c
15075         * src/gtk/gtkutils.h
15076                 Factorize Face/X-Face stuff
15077         * src/mimeview.c
15078                 Fix d'n'd to other apps
15079         * src/prefs_message.c
15080                 Let the XFace pref be usable without libcompface as it also
15081                 applies to Face
15082         * src/summaryview.c
15083                 Fix d'n'd to other apps
15084                 Factorize d'n'd from other apps code
15085
15086 2006-02-06 [wwp]        2.0.0cvs19
15087
15088         * po/it.po
15089                 Italian translation fixes by Andrea Spadaccini (no more confusion
15090                 between filtering and processing, and few changes in the About
15091                 dialog).
15092
15093
15094 2006-02-06 [mones]      2.0.0cvs18
15095
15096         * src/gtk/icon_legend.c
15097                 Improved descriptions allowing better translations
15098
15099 2006-02-05 [colin]      2.0.0cvs17
15100
15101         * src/imap.c
15102                 Add the f*cking missing expunge that caused imap_fetch_env
15103                 to fail after an add_msgs ! :-///
15104         * src/etpan/imap-thread.c
15105                 Add a bit of debug
15106         FOR_STABLE
15107
15108 2006-02-05 [colin]      2.0.0cvs16
15109
15110         * src/common/utils.c
15111                 Don't check for return-path (or we can't put
15112                 back non-sent mails)
15113
15114 2006-02-05 [colin]      2.0.0cvs15
15115
15116         * src/textview.c
15117                 Don't try to display Face header in textview
15118                 when teh headerview's active
15119
15120 2006-02-05 [colin]      2.0.0cvs14
15121
15122         * tools/tbird2syl.py
15123         * tools/Makefile.am
15124                 Add script to import Thunderbird mails
15125
15126 2006-02-05 [colin]      2.0.0cvs13
15127
15128         * src/headerview.c
15129         * src/procheader.c
15130         * src/procmsg.c
15131         * src/procmsg.h
15132         * src/textview.c
15133                 Show Face headers - patch partially by Klaus Flittner
15134
15135 2006-02-05 [colin]      2.0.0cvs12
15136
15137         * src/folderview.c
15138         * src/summaryview.c
15139         * src/common/utils.c
15140         * src/common/utils.h
15141                 Let dnd work from mime icons to summaryview
15142                 and to folderview too
15143                 Add a crude test to avoid trying to add files
15144                 drag'n'dropped when they're not mails
15145
15146 2006-02-04 [colin]      2.0.0cvs11
15147
15148         * src/summaryview.c
15149         * src/mimeview.c
15150                 Fix utf8 conversion
15151
15152 2006-02-04 [colin]      2.0.0cvs10
15153
15154         * src/compose.c
15155         * src/folderview.c
15156         * src/mimeview.c
15157         * src/summaryview.c
15158         * src/summaryview.h
15159                 Added various drag and drop capas:
15160                 From                    To
15161                 summaryview             other apps
15162                 mimeview icons          other apps
15163                 other apps              summaryview
15164                 other apps              folderview
15165
15166                 This shouldn't have broken the existing:
15167                 From                    To
15168                 summaryview             folderview
15169                 folderview              folderview
15170                 summaryview             compose's attachments
15171
15172         Tests welcomed.
15173
15174 2006-02-02 [paul]       2.0.0cvs9
15175
15176         * src/mainwindow.c
15177                 move global option 'Set displayed columns...' out
15178                 of folder option grouping.
15179                 fix sensitivity of 'harvest addresses'
15180         FOR_STABLE
15181
15182 2006-02-01 [colin]      2.0.0cvs8
15183
15184         * src/mimeview.c
15185                 Revert the alertpanel patch, it sucks (intrusive
15186                 and gets in the way of "open")
15187
15188 2006-02-01 [colin]      2.0.0cvs7
15189
15190         * src/compose.c
15191         * src/prefs_account.c
15192         * src/prefs_common.c
15193         * src/common/defs.h
15194         * src/common/utils.c
15195         * src/common/utils.h
15196                 Add ability to edit the signature file
15197                 from the account preferences, and use
15198                 a default for the text editor.
15199                 Patch by Fabien Vantard
15200
15201 2006-02-01 [colin]      2.0.0cvs6
15202
15203         * src/mimeview.c
15204                 Try to get mime type by extension if it is
15205                 application/octet-stream
15206                 Display a window with possible choices when
15207                 encountering unknown mime types
15208         * src/gtk/filesel.c
15209         * src/gtk/filesel.h
15210                 Add preview
15211                 Allow multiple selection in filtered filesel
15212                 (patch by Fabien Vantard)
15213         * src/gtk/pluginwindow.c
15214                 Use it (patch by Fabien Vantard)
15215
15216 2006-02-01 [paul]       2.0.0cvs5
15217
15218         * src/jpilot.c
15219                 fix crash on creating jpilot address book
15220                 Thanks to Colin - FOR_STABLE
15221         * src/prefs_summaries.c
15222         * src/prefs_wrapping.c
15223         * src/gtk/icon_legend.c
15224         * src/gtk/quicksearch.c
15225                 string fixes and additions
15226
15227 2006-02-01 [paul]       2.0.0cvs4
15228
15229         * src/compose.c
15230         * src/mainwindow.c
15231         * src/messageview.c
15232         * src/prefs_send.c
15233                 add Arabic encoding option
15234                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15235
15236 2006-01-31 [colin]      2.0.0cvs3
15237
15238         * src/plugins/pgpcore/passphrase.c
15239                 Convert passphrase to locale encoding
15240         * src/compose.c
15241                 Fix drafting on IMAP. Crappy bug sneaked in
15242                 the release :-/
15243         FOR_STABLE
15244
15245 2006-01-30 [paul]       2.0.0cvs2
15246
15247         * src/gtk/icon_legend.c
15248                 show the new entries
15249
15250 2006-01-30 [colin]      2.0.0cvs1
15251
15252         * src/manual.c
15253                 Check for the file to be present before 
15254                 enabling the menu - FOR_STABLE
15255         * src/gtk/icon_legend.c
15256                 Add folders icons (not all of them, there
15257                 are too much, but the most intriguing ones)
15258
15259 2006-01-30 [paul]       2.0.0
15260
15261         version 2.0.0 released
15262
15263 [For previous entries, see ChangeLog.pre2.0.0]