2007-08-24 [paul] 2.10.0cvs168
[claws.git] / ChangeLog
1 2007-08-24 [paul]       2.10.0cvs168
2
3         * src/folder.h
4                 fix typo causing compiler warning
5
6 2007-08-24 [paul]       2.10.0cvs167
7
8         * README
9                 put back the correct version of this file also
10
11 2007-08-24 [colin]      2.10.0cvs166
12
13         * src/send_message.c
14                 Use progress bar when sending messages
15
16 2007-08-24 [paul]       2.10.0cvs165
17
18         * Makefile.am
19                 oops! if i'm quick no-one will notice
20                 (put back the proper file)
21
22 2007-08-24 [paul]       2.10.0cvs164
23
24         * AUTHORS
25         * Makefile.am
26         * README
27         * src/gtk/authors.h
28         * tools/Makefile.am
29         * tools/README
30         * tools/mew2claws-mail.pl
31                 add new script that imports a Mew address book
32                 submitted by Jerome Lelong
33
34 2007-08-24 [paul]       2.10.0cvs163
35
36         * manual/plugins.xml
37                 remove the obsolete plugins, add the
38                 missing plugins, including the forthcoming
39                 SpamReport plugin
40
41 2007-08-24 [paul]       2.10.0cvs162
42
43         * manual/advanced.xml
44                 add info about the hidden emphasis_color option
45         * manual/keyboard.xml
46                 correct the info about hotkeys
47                 wrap the long lines
48
49 2007-08-24 [paul]       2.10.0cvs161
50
51         * src/folderview.c
52                 add mnemonic to 'Run procesing rules'
53
54 2007-08-24 [paul]       2.10.0cvs160
55
56         * src/account.c
57         * src/folder.c
58         * src/folder.h
59                 use suitable defaults for outbox,
60                 queue, drafts and trash folders
61
62 2007-08-24 [wwp]        2.10.0cvs159
63
64         * src/folderview.c
65                 Update menu item sensitivity if necessary (or we get a
66                 gtk critical message).
67
68 2007-08-23 [wwp]        2.10.0cvs158
69
70         * src/action.c
71         * src/prefs_actions.c
72                 Allow literal % chars in action commands (use %%).
73                 Add a missing p++ to the action parser in action_get_type(),
74                 which was missing it, even if it was neutral.
75                 Fix a pango markup warning at runtime.
76
77 2007-08-23 [wwp]        2.10.0cvs157
78
79         * src/addressbook.c
80                 Contacts are now locale-aware sorted in the address book
81                 (LC_COLLATE matters here).
82                 Fix missing table initializers.
83
84 2007-08-23 [colin]      2.10.0cvs156
85
86         * src/imap.c
87                 Check scan_required on dest folder when copying
88
89 2007-08-23 [colin]      2.10.0cvs155
90
91         * src/imap.c
92                 Fix scanning when folder was empty
93
94 2007-08-22 [colin]      2.10.0cvs154
95
96         * src/msgcache.c
97                 Don't g_warning when g_try_malloc fails(), or it makes
98                 things worse as g_log() allocates. Fixes bug 1290,
99                 'Claws Mail crashes if too little memory when 
100                 rebuilding folder tree'
101
102 2007-08-22 [colin]      2.10.0cvs153
103
104         * src/inc.c
105                 Fix format string vulnerability, thanks to
106                 Ulf Harnhammar, Secunia Research
107
108 2007-08-22 [colin]      2.10.0cvs152
109
110         * src/ldapserver.c
111                 Set tv_usec too
112
113 2007-08-22 [wwp]        2.10.0cvs151
114
115         * src/ldapquery.c
116                 Few better null-ptr checks.
117
118 2007-08-22 [colin]      2.10.0cvs150
119
120         * src/editldap.c
121         * src/editldap_basedn.c
122         * src/ldapquery.c
123         * src/ldapserver.c
124         * src/ldapserver.h
125         * src/ldapupdate.c
126         * src/ldaputil.c
127         * src/ldaputil.h
128                 Fix ldap timeouts
129
130 2007-08-22 [colin]      2.10.0cvs149
131
132         * src/ldapquery.c
133                 Finish previous fix
134
135 2007-08-22 [colin]      2.10.0cvs148
136
137         * src/ldapquery.c
138                 Fix wrong assertions
139
140 2007-08-22 [colin]      2.10.0cvs147
141
142         * src/ldaputil.c
143                 Fix test (set ldap v3 if bindDN is set or TLS is set)
144
145 2007-08-22 [colin]      2.10.0cvs146
146
147         * src/editldap.c
148         * src/ldaputil.c
149                 Fix wrong "Connected successfully to server". Connection only succeeds if
150                 we can get the base DN.
151
152 2007-08-21 [wwp]        2.10.0cvs145
153
154         * src/browseldap.c
155         * src/editldap.c
156         * src/ldapctrl.c
157         * src/ldapquery.c
158         * src/ldapserver.c
159         * src/ldapupdate.c
160         * src/ldaputil.c
161                 More sanity checks in ldap functions.
162
163 2007-08-21 [wwp]        2.10.0cvs144
164
165         * src/prefs_account.c
166                 Don't return a value in a void function().
167
168 2007-08-21 [paul]       2.10.0cvs143
169
170         * src/messageview.c
171                 add check for ftp: to messageview_list_urls()
172
173 2007-08-21 [colin]      2.10.0cvs142
174
175         * src/editldap.c
176         * src/ldapctrl.c
177         * src/ldapctrl.h
178         * src/ldapquery.c
179         * src/ldapupdate.c
180                 Fix bug 1293, 'LDAP address book not working'
181                 Search only on specified fields, but fetch 
182                 every field possible. People will have to 
183                 reset the searched Attributes in their LDAP
184                 servers properties.
185
186 2007-08-21 [wwp]        2.10.0cvs141
187
188         * src/addr_compl.c
189         * src/addrbook.c
190         * src/addrcache.c
191         * src/addrcindex.c
192         * src/addressbook.c
193         * src/addrindex.c
194         * src/browseldap.c
195         * src/crash.c
196         * src/editaddress_other_attributes_ldap.c
197         * src/exporthtml.c
198         * src/folder.c
199         * src/folderview.c
200         * src/imap.c
201         * src/jpilot.c
202         * src/ldapserver.c
203         * src/ldapupdate.c
204         * src/ldif.c
205         * src/main.c
206         * src/mainwindow.c
207         * src/matcher.c
208         * src/mh.c
209         * src/msgcache.c
210         * src/mutt.c
211         * src/pine.c
212         * src/pop.c
213         * src/prefs_customheader.c
214         * src/prefs_msg_colors.c
215         * src/procmime.c
216         * src/textview.c
217         * src/vcard.c
218         * src/wizard.c
219         * src/common/log.c
220         * src/common/socket.c
221         * src/common/ssl_certificate.c
222         * src/common/utils.c
223         * src/common/utils.h
224         * src/gtk/description_window.c
225         * src/plugins/demo/demo.c
226         * src/plugins/pgpcore/prefs_gpg.c
227         * src/plugins/spamassassin/libspamc.c
228                 Make sure we use glib functions to send text messages (information,
229                 debug, warning, errors) to stdout/stderr - no more direct puts
230                 fputs printf fprintf to stdout/stderr when it can be done using
231                 g_log*() and g_print/g_printerr. Doing this, we make sure every
232                 stdout/stderr message is saved to log in Windows.
233
234
235 2007-08-21 [wwp]        2.10.0cvs140
236
237         * src/main.c
238         * src/common/utils.h
239                 Route glib's stdout/stderr messages to a log file (Windows only),
240                 instead of loosing them.
241
242 2007-08-21 [paul]       2.10.0cvs139
243
244         * src/mainwindow.c
245                 replace deprecated g_strncasecmp()
246         * src/messageview.c
247                 fix 'List URLS'
248
249 2007-08-20 [ticho]      2.10.0cvs138
250
251         * src/account.c
252         * src/prefs_account.h
253                 Copy all account preferences in account_clone() - some
254                 were missing.
255         * src/prefs_account.c
256                 Handle empty privacy system combobox gracefully (warning
257                 instead of a crash).
258
259 2007-08-20 [colin]      2.10.0cvs137
260
261         * src/ldapctrl.c
262                 Fix a leak
263
264 2007-08-20 [paul]       2.10.0cvs136
265
266         * src/browseldap.c
267         * src/editldap.c
268         * src/ldapctrl.c
269         * src/ldapquery.c
270         * src/ldapquery.h
271         * src/ldapserver.c
272         * src/ldaputil.c
273                 add debug_prints
274                 patch by Michael Rasmussen
275
276 2007-08-19 [colin]      2.10.0cvs135
277
278         * src/imap.c
279                 Fix previous commit. Sensitivity update is needed
280                 for "Cancel receiving". However when batching we
281                 don't need to do it for every message flag change,
282                 just once at the start and once at the end.
283
284 2007-08-19 [colin]      2.10.0cvs134
285
286         * src/imap.c
287                 Remove useless menu updates on session lock/unlock
288
289 2007-08-19 [colin]      2.10.0cvs133
290
291         * src/etpan/imap-thread.c
292                 Make all fetch logs less verbose
293
294 2007-08-19 [paul]       2.10.0cvs132
295
296         * src/foldersel.c
297         * src/folderview.c
298         * src/summaryview.c
299                 fix bug 1286, 'Can't move a folder into a "Folders
300                 Only" folder'
301
302 2007-08-18 [ticho]      2.10.0cvs131
303
304         * src/editaddress_other_attributes_ldap.c
305                 Converted option menu for other ldap attributes to GtkComboBox.
306
307 2007-08-18 [colin]      2.10.0cvs130
308
309         * src/compose.c
310         * src/prefs_common.c
311         * src/prefs_common.h
312         * src/prefs_send.c
313         * src/send_message.c
314                 Revert 'send_dialog_mode' meaning to 
315                 'send_dialog_invisible', so that the 
316                 new checkbox doesn't change the 
317                 existing behaviour.
318
319 2007-08-18 [paul]       2.10.0cvs129
320
321         * src/summaryview.c
322                 add missing menu update
323
324 2007-08-17 [colin]      2.10.0cvs128
325
326         * src/folder.c
327                 Set batching after getting flags - maybe fixes
328                 bug 1292, 'CM crashes on writing mail'
329
330 2007-08-16 [ticho]      2.10.0cvs127
331
332         * src/prefs_send.c
333                 Convert two GtkOptionMenu widgets to new GtkComboBox.
334         * src/gtk/combobox.h
335         * src/gtk/gtkutils.c
336                 Allow NULL for GtkComboBox menuitem label, rendering such
337                 items as row separators.
338
339 2007-08-16 [paul]       2.10.0cvs126
340
341         * src/plugins/trayicon/trayicon.c
342                 remove wrongly used gettextisation
343
344 2007-08-15 [ticho]      2.10.0cvs125
345
346         * src/importldif.c
347                 Fixed a runtime warning where an attempt to pack an
348                 already packed GtkLabel was made.
349
350 2007-08-15 [ticho]      2.10.0cvs124
351
352         * src/prefs_compose_writing.c
353                 Convert the insert-or-attach-dragged-files GtkOptionMenu
354                 into GtkComboBox.
355
356 2007-08-14 [ticho]      2.10.0cvs123
357
358         * src/messageview.c
359         * src/gtk/gtkutils.c
360                 Changed return receipt account selector to GtkComboBox.
361                 Fixed a runtime warning where GTK tried to parse
362                 "name <email@address" as a Pango markup in an alertpanel label.
363
364 2007-08-14 [ticho]      2.10.0cvs122
365
366         * src/prefs_logging.c
367                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
368
369 2007-08-14 [wwp]        2.10.0cvs121
370
371         * tools/Makefile.am
372         * tools/README
373         * tools/popfile-link.sh
374                 Added a new tool: POPFile helper, to open
375                 selected messages in POPFile control center,
376                 in order to change the messages' status.
377
378 2007-08-14 [ticho]      2.10.0cvs120
379
380         * src/compose.c
381         * src/prefs_common.c
382         * src/prefs_common.h
383         * src/prefs_send.c
384         * src/send_message.c
385                 Change "Show send dialog" optionmenu to a checkbutton.
386         * src/prefs_receive.c
387                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
388
389 2007-08-13 [wwp]        2.10.0cvs119
390
391         * src/addr_compl.c
392         * src/addressbook.c
393         * src/addrindex.c
394         * src/compose.c
395         * src/filtering.c
396         * src/folderview.c
397         * src/inc.c
398         * src/matcher.c
399         * src/mh.c
400         * src/partial_download.c
401         * src/prefs_gtk.c
402         * src/procmsg.c
403         * src/stock_pixmap.c
404         * src/summaryview.c
405         * src/common/utils.c
406         * src/gtk/gtkaspell.c
407         * src/gtk/menu.c
408                 Make sure we never pass NULL pointers for %s substitutions
409                 (prevent from crashing in Windows).
410
411 2007-08-13 [wwp]        2.10.0cvs118
412
413         * src/msgcache.c
414                 Re-enable mmap_reads in Windows with some missing
415                 CloseHandle of mapping objects, thanks to
416                 Marcus Brinkmann.
417
418 2007-08-13 [paul]       2.10.0cvs117
419
420         * src/common/utils.c
421                 fix bug 1287, 'Compile time problem on Solaris
422                 (nexenta gnu/Solaris) utils.c'
423                 Thanks to Piotr Chrzczonowicz
424
425 2007-08-12 [wwp]        2.10.0cvs116
426
427         * src/plugins/pgpcore/prefs_gpg.c
428                 Don't try to unset a GPG_AGENT_INFO that was not
429                 set (and don't use a NULL string in Windows, it was
430                 crashing with --debug if GPG_AGENT_INFO was not set).
431
432 2007-08-12 [wwp]        2.10.0cvs115
433
434         * src/privacy.h
435                 Make gcc type-check arguments passed to privacy_set_error().
436
437 2007-08-12 [ticho]      2.10.0cvs114
438
439         * src/prefs_folder_item.c
440                 Make sure that folder default account combobox always has some
441                 account preselected.
442         * src/gtk/combobox.c
443                 Handle empty combobox gracefully (warning instead of crash).
444
445 2007-08-12 [ticho]      2.10.0cvs114
446
447         * src/prefs_folder_item.c
448                 Make sure that folder default account combobox is not empty.
449         * src/gtk/combobox.c
450                 Handle empty combobox gracefully (warning instead of crash).
451
452 2007-08-11 [paul]       2.10.0cvs113
453
454         * src/addrgather.c
455         * src/folderview.c
456                 use 'subfolder' instead of 'sub-folder', matching
457                 everywhere else the term is used
458         * src/imap_gtk.c
459                 fix engrish
460
461 2007-08-10 [wwp]        2.10.0cvs112
462
463         * src/msgcache.c
464                 Disable mmap reads in Windows only (at least temporarily), they
465                 prevent from renaming/removing target cache files.
466
467 2007-08-10 [paul]
468
469         3.0.0-rc2 released
470
471 2007-08-10 [wwp]        2.10.0cvs111
472
473         * src/msgcache.c
474                 fix unpredictable crashes in Windows due to broken
475                 cache/mark/tags files writting (file were opened for
476                 writing in text mode).
477
478         * src/recv.c
479                 use gettimeofday() from w32lib.h on Windows.
480
481 2007-08-10 [colin]      2.10.0cvs110
482
483         * src/imap.c
484         * src/etpan/imap-thread.c
485         * src/etpan/imap-thread.h
486                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
487
488 2007-08-09 [colin]      2.10.0cvs109
489
490         * src/editldap.c
491                 Fix port being reset to 636 on SSL
492         * src/folder.c
493                 Fix folder_item_get_msg_num_by_file
494                 on drafts/queue folders
495
496 2007-08-09 [wwp]        2.10.0cvs108
497
498         * src/folder.c
499                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
500                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
501
502
503 2007-08-09 [colin]      2.10.0cvs107
504
505         * src/folderview.c
506         * src/summaryview.c
507         * src/gtk/prefswindow.c
508                 A few Maemo layout fixes
509
510 2007-08-09 [paul]       2.10.0cvs106
511
512         * src/prefs_account.c
513                 remove the hyphen from plug-ins to
514                 match everywhere else
515
516 2007-08-08 [wwp]        2.10.0cvs105
517
518         * src/prefs_folder_item.c
519                 Fix an extraneous stealth ^L char.
520
521 2007-08-08 [wwp]        2.10.0cvs104
522
523         * src/prefs_folder_item.c
524                 Better fix, group variables declarations (USE_ASPELL).
525
526 2007-08-08 [wwp]        2.10.0cvs103
527
528         * src/prefs_folder_item.c
529                 Fix compilation w/ USE_ASPELL set (broken
530                 by 2.10.0cvs102).
531
532 2007-08-08 [ticho]      2.10.0cvs102
533
534         * src/prefs_folder_item.c
535                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
536
537 2007-08-08 [colin]      2.10.0cvs101
538
539         * src/imap.c
540         * src/etpan/imap-thread.c
541         * src/etpan/imap-thread.h
542                 Close selected mailbox before doing
543                 status on it.
544
545 2007-08-08 [colin]      2.10.0cvs100
546
547         * src/html.c
548                 Complete symbol table, thanks to wwp.
549                 Fixes bug 1284, 'The html -> text 
550                 converter ignores entities'
551         * src/msgcache.c
552                 Fix possible fd leak
553
554 2007-08-08 [colin]      2.10.0cvs99
555
556         * src/imap.c
557                 Better way to fetch UIDs on non-UIDPLUS servers
558
559 2007-08-07 [colin]      2.10.0cvs98
560
561         * src/imap.c
562                 fix bug 1275, 'auto-saved draft messages not 
563                 always being removed'; Also, make multiple
564                 copy (in the same account) faster by matching
565                 source/destination message UIDs.
566         * src/messageview.c
567                 Don't try to reshow deleted mail
568         * src/msgcache.c
569                 Fix leak on error path
570
571 2007-08-07 [wwp]        2.10.0cvs97
572
573         * manual/account.xml
574         * manual/advanced.xml
575         * manual/fr/account.xml
576         * manual/fr/advanced.xml
577                 Updated the reference manual and the French translation to
578                 reflect 2.10.0cvs84: enable running folder Processing
579                 rules on demand.
580
581 2007-08-06 [wwp]        2.10.0cvs96
582
583         * src/prefs_common.c
584         * src/prefs_common.h
585         * src/textview.c
586                 Allow changing the emphasis color used to highlight
587                 the newsreader/x-mailer header value when it matches
588                 our preferred mail agent (hidden pref 'emphasis_col' added
589                 to clawsrc).
590
591 2007-08-06 [colin]      2.10.0cvs95
592
593         * src/compose.c
594         * src/compose.h
595                 Re-commit 2.10.0cvs86, with a protection
596                 against Pango bug. Also, try to fix 
597                 bug 1275, 'auto-saved draft messages not 
598                 always being removed'
599
600 2007-08-06 [wwp]        2.10.0cvs94
601
602         * src/gtk/quicksearch.c
603                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
604
605 2007-08-06 [ticho]      2.10.0cvs93
606
607         * src/prefs_account.c
608         * src/gtk/combobox.c
609                 Use GtkComboBox instead of GtkOptionMenu for privacy system
610                 selection in account preferences.
611
612 2007-08-06 [wwp]        2.10.0cvs92
613
614         * src/plugins/pgpcore/plugin.def
615                 Apply one more chunk from gpg4win's 03-w32-port patch.
616
617 2007-08-05 [colin]      2.10.0cvs91
618
619         * src/compose.c
620         * src/compose.h
621                 reverting buggy patch for now
622
623 2007-08-05 [colin]      2.10.0cvs90
624
625         * src/folder.c
626                 Fix slowdown
627
628 2007-08-04 [colin]      2.10.0cvs89
629
630         * src/prefs_summaries.c
631         * src/summary_search.c
632                 Replace deprecated widgets. Patch by
633                 Andrej.
634
635 2007-08-04 [colin]      2.10.0cvs88
636
637         * src/mh.c
638                 Refresh GUI only every 2000 mails on mh_get_last_num
639                 This is fast (readdir) and done only once per 
640                 session/folder
641
642 2007-08-03 [colin]      2.10.0cvs87
643
644         * src/prefs_account.c
645         * src/gtk/combobox.h
646         * src/gtk/gtkutils.c
647                 Fix a deprecated widget. Patch by
648                 Andrej
649
650 2007-08-03 [colin]      2.10.0cvs86
651
652         * src/compose.c
653         * src/compose.h
654                 Make colorisation and wrapping algorithms
655                 faster. Fixes bug 1246, 'compose becomes 
656                 increasingly slow replying to complex emails'
657
658 2007-08-03 [paul]       2.10.0cvs85
659
660         * src/mh.c
661                 keep the window painted
662
663 2007-08-02 [paul]       2.10.0cvs84
664
665         * src/folderview.c
666         * src/mainwindow.c
667         * src/mainwindow.h
668                 enable running folder Processing
669                 rules on demand
670
671 2007-08-02 [paul]       2.10.0cvs83
672
673         * src/textview.c
674                 speed up/clean up rendering of larger
675                 msgs
676                 Thanks to Colin
677
678 2007-08-01 [paul]       2.10.0cvs82
679
680         * src/mainwindow.h
681                 clean up cruft
682         * src/toolbar.c
683                 change default toolbar layout on maemo
684         * src/pixmaps/close.xpm
685                 make the red cross a grey cross
686         * src/pixmaps/jpilot.xpm
687                 make icon smaller so it fits better
688
689 2007-07-31 [paul]       2.10.0cvs81
690
691         * src/setup.c
692         * src/gtk/gtkutils.c
693                 fix crash on maemo on first launch
694
695 2007-07-30 [paul]       2.10.0cvs80
696
697         * src/prefs_matcher.c
698                 specify the units of age and size
699
700 2007-07-30 [paul]       2.10.0cvs79
701
702         * src/main.c
703                 Fix IMAP timeout setting
704
705 2007-07-30 [colin]      2.10.0cvs78
706
707         * src/prefs_account.c
708                 Fix a deprecated widget. Patch by
709                 Andrej
710
711 2007-07-27 [paul]       2.10.0cvs77
712
713         * src/matcher_parser_parse.y
714         * src/prefs_filtering_action.c
715         * src/prefs_matcher.c
716                 these changes forgotten in cvs74's
717                 'watch thread' feature
718
719 2007-07-27 [paul]       2.10.0cvs76
720
721         * src/compose.c
722                 fix potential crasher
723                 thanks to Colin
724
725 2007-07-27 [paul]       2.10.0cvs75
726
727         * src/mainwindow.c
728         * src/manual.c
729         * src/manual.h
730         * src/gtk/gtkutils.c
731                 make mainwindow's /Help/Manual point to the
732                 remote copy if the local copy doesn't exist
733
734 2007-07-27 [paul]       2.10.0cvs74
735
736         * src/Makefile.am
737         * src/filtering.c
738         * src/folder.c
739         * src/mainwindow.c
740         * src/matcher.c
741         * src/matcher.h
742         * src/matcher_parser_parse.y
743         * src/procmsg.c
744         * src/procmsg.h
745         * src/stock_pixmap.c
746         * src/stock_pixmap.h
747         * src/summaryview.c
748         * src/summaryview.h
749         * src/toolbar.c
750         * src/toolbar.h
751         * src/pixmaps/watchthread.xpm
752                 add 'watch thread' feature
753
754 2007-07-27 [paul]       2.10.0cvs73
755
756         * src/prefs_folder_item.c
757                 adjust labels, add tooltips
758
759 2007-07-27 [colin]      2.10.0cvs72
760
761         * src/summaryview.c
762                 Maemo: Remove less used menu items
763
764 2007-07-26 [colin]      2.10.0cvs71
765
766         * src/messageview.c
767                 Maemo: destroy messageview after trashing mail.
768                 Maybe should be done on X11 too
769
770 2007-07-26 [colin]      2.10.0cvs70
771
772         * src/folderview.c
773         * src/mainwindow.c
774         * src/prefs_common.c
775         * src/prefs_common.h
776         * src/summaryview.c
777                 Add View/Show or Hide/Column headers
778
779 2007-07-26 [colin]      2.10.0cvs69
780
781         * src/procmime.c
782                 Fix unwanted output
783
784 2007-07-26 [colin]      2.10.0cvs68
785
786         * src/ldapserver.c
787                 Fix possible crash on cache invalidation
788         * src/compose.c
789         * src/procmime.c
790         * src/procmime.h
791         * src/quote_fmt_parse.y
792                 Make replying to mails with big attachments
793                 much faster. Fixes bug 1224, 'The process of 
794                 Replying to emails with large attachments 
795                 seems unreasonably long...'
796
797 2007-07-26 [colin]      2.10.0cvs67
798
799         * src/mimeview.c
800         * src/matcher.c
801         * src/common/ssl.c
802                 Fix threads use on BSDs
803
804 2007-07-26 [paul]       2.10.0cvs66
805
806         * src/gtk/prefswindow.c
807                 fix account prefs breakage
808                 thanks to Colin
809
810 2007-07-26 [paul]       2.10.0cvs65
811
812         * configure.ac
813                 standardise ./configure --help messages
814
815 2007-07-26 [colin]      2.10.0cvs64
816
817         * src/addressbook.c
818         * src/editaddress.c
819                 Fix two vCard-related crashes
820
821 2007-07-25 [colin]      2.10.0cvs63
822
823         * src/inc.c
824         * src/prefs_common.c
825         * src/prefs_common.h
826         * src/prefs_receive.c
827                 Maemo: Add a better way to notify of
828                 new mails
829         * src/mainwindow.c
830         * src/statusbar.h
831         * src/summaryview.c
832         * src/toolbar.c
833                 Maemo: Various layout fixes
834         * src/gtk/prefswindow.c
835                 Maemo: Better prefs layout
836
837 2007-07-25 [paul]       2.10.0cvs62
838
839         * src/textview.c
840                 fix the layout on maemo
841                 thanks to Colin
842
843 2007-07-25 [iwkse]      2.10.0cvs61
844
845         * src/summaryview.c
846                 add 'o' shortcut on summaryview
847
848 2007-07-25 [iwkse]      2.10.0cvs60
849
850         * src/textview.c
851                 fix o shortcut
852
853 2007-07-24 [colin]      2.10.0cvs59
854
855         * src/mh.c
856                 Fix missing timestamp update on source
857                 folder when moving
858         * src/textview.c
859         * src/textview.h
860                 Better text layout on part's choices
861
862 2007-07-23 [colin]      2.10.0cvs58
863
864         * src/mimeview.c
865         * src/textview.c
866                 Maemo: Automatically choose the correct application
867                 to open parts
868         * src/gtk/quicksearch.c
869                 Make search run on GDK_KP_Enter too
870
871 2007-07-23 [wwp]        2.10.0cvs57
872
873         * src/quote_fmt_lex.l
874                 Revert accidentaly committed lines (account_sig) in
875                 2.10.0cvs56.
876
877 2007-07-23 [wwp]        2.10.0cvs56
878
879         * src/quote_fmt_lex.l
880                 Fix typos around long form expressions in the quote lexer.
881
882 2007-07-23 [paul]
883
884         3.0.0-rc1 released
885
886 2007-07-23 [colin]      2.10.0cvs55
887
888         * src/addr_compl.c
889                 Fix auto-completion on Maemo
890
891 2007-07-23 [colin]      2.10.0cvs54
892
893         * src/statusbar.c
894                 Maemo: Fix sticking statusbars
895
896 2007-07-22 [colin]      2.10.0cvs53
897
898         * src/main.c
899                 Maemo: Fix the strange "top_application" info
900                 at startup. We should do something when 
901                 receiving such a message.
902
903 2007-07-20 [paul]       2.10.0cvs52
904
905         * src/news_gtk.c
906                 add missing #include "statusbar.h"
907
908 2007-07-20 [colin]      2.10.0cvs51
909
910         * src/folder.c
911         * src/folder.h
912         * src/folder_item_prefs.c
913         * src/folder_item_prefs.h
914         * src/folderview.c
915         * src/imap.c
916         * src/imap_gtk.c
917         * src/imap_gtk.h
918         * src/news.c
919         * src/news_gtk.c
920         * src/news_gtk.h
921         * src/prefs_folder_item.c
922                 Implement age-based caching: allow to
923                 specify a threshold for the offline synchronisation
924                 feature, and whether old cached bodies should 
925                 be removed
926         * src/toolbar.c
927         * src/toolbar.h
928                 Fix label/tooltips
929         * src/plugins/dillo_viewer/dillo_viewer.c
930                 Check that Dillo's installed
931
932 2007-07-20 [wwp]        2.10.0cvs50
933
934         * src/mimeview.c
935         * src/stock_pixmap.c
936                 Draw a frame around the selected mimeview part icon (instead of the
937                 shifted 'dancing' icon).
938
939 2007-07-20 [colin]      2.10.0cvs49
940
941         * src/main.c
942                 Unref stuff even on error
943         * src/wizard.c
944                 disconnect signals only at the very
945                 end of the wizard save.
946
947 2007-07-20 [colin]      2.10.0cvs48
948
949         * src/mainwindow.c
950         * src/messageview.c
951         * src/toolbar.c
952         * src/toolbar.h
953                 Fix random crashes while navigating
954                 (GTK_EVENTS_FLUSH)
955
956 2007-07-19 [colin]      2.10.0cvs47
957
958         * configure.ac
959         * src/main.c
960         * src/prefs_common.c
961         * src/prefs_common.h
962         * src/wizard.c
963         * src/common/defs.h
964         * src/common/utils.c
965                 Maemo: add an easy way to store data (mails
966                 and IMAP/NNTP caches) on one of the SD cards,
967                 and protect against unmounts if needed
968
969 2007-07-19 [paul]       2.10.0cvs46
970
971         * src/Makefile.am
972         * src/stock_pixmap.c
973         * src/gtk/about.c
974         * src/pixmaps/claws-mail_logo-small.xpm
975                 implement a (slightly) different About
976                 dialog for maemo and add a small version
977                 of the logo for it
978         * src/wizard.c
979                 use a scrolled window for wizard page 1
980                 on maemo
981
982 2007-07-19 [paul]       2.10.0cvs45
983
984         * src/Makefile.am
985                 too soon for this line
986
987 2007-07-19 [paul]       2.10.0cvs44
988
989         * src/Makefile.am
990                 fix build on n800
991
992 2007-07-19 [colin]      2.10.0cvs43
993
994         * src/wizard.c
995                 Solve Mail/Mailbox name when specifying
996                 full /path/to/Mail.
997
998 2007-07-18 [colin]      2.10.0cvs42
999
1000         * src/inc.c
1001         * configure.ac
1002                 Fix build on n770
1003
1004 2007-07-18 [colin]      2.10.0cvs41
1005
1006         * src/inc.c
1007                 Maemo: plug the online/offline system into
1008                 maemo's interfaces to have Claws automatically
1009                 switch according to the system status
1010         * src/statusbar.c
1011                 Maemo: use HildonBanners to display status
1012                 messages. Renders the main statusbar useless.
1013
1014 2007-07-18 [paul]       2.10.0cvs40
1015
1016         * src/filtering.c
1017                 fix screen blanking on moving/copying many msgs
1018         * src/folder.c
1019                 fix processing progressbar and screen blanking
1020                 during processing
1021
1022 2007-07-18 [paul]       2.10.0cvs39
1023
1024         * src/messageview.c
1025                 revert cvs37, breakage on maemo
1026
1027 2007-07-18 [paul]       2.10.0cvs38
1028
1029         * src/gtk/gtkutils.c
1030                 make sure we can still build with older GTK's
1031
1032 2007-07-18 [colin]      2.10.0cvs37
1033
1034         * src/messageview.c
1035                 Only hide the small layout's messageview, instead
1036                 of destroying it when closing
1037         * src/gtk/gtkutils.c
1038                 Use gtk_window_present_with_time to popup windows,
1039                 it seems to make things better with modern WMs
1040                 (actually focusing)
1041
1042 2007-07-17 [colin]      2.10.0cvs36
1043
1044         * src/editaddress.c
1045                 Simplify layout on Maemo
1046         * src/folder.c
1047                 Fix possible crash
1048         * src/prefs_display_header.c
1049                 Remove some headers by default on Maemo
1050
1051 2007-07-17 [paul]       2.10.0cvs35
1052
1053         * src/prefs_common.c
1054         * src/prefs_common.h
1055         * src/prefs_logging.c
1056         * src/common/log.c
1057                 add options to stop/enable writing logs to disc
1058
1059 2007-07-17 [paul]       2.10.0cvs34
1060
1061         * src/edittags.c
1062                 fix some issues with the Apply tags window:
1063                 - set search column (enables autocompl in the treeview)
1064                 - apply tag from "New tag" if it existed
1065                 - clears New tag entry when adding it with the button
1066                 Thanks to Colin
1067
1068 2007-07-17 [paul]       2.10.0cvs33
1069
1070         * src/edittags.c
1071                 fix 'apply tags' dialogue weirdness
1072
1073 2007-07-16 [colin]      2.10.0cvs32
1074
1075         * src/toolbar.c
1076                 Fix double-loading of mails on Maemo
1077
1078 2007-07-16 [colin]      2.10.0cvs31
1079
1080         * src/messageview.c
1081                 Prevent double-loading of the same part under some
1082                 conditions; hide statusbar on Maemo
1083
1084 2007-07-16 [colin]      2.10.0cvs30
1085
1086         * src/edittags.c
1087         * src/edittags.h
1088         * src/mainwindow.c
1089         * src/summaryview.c
1090                 Improve the tag interface - allow
1091                 to set/unset tags from a special
1092                 window.
1093         * src/gtk/gtkvscrollbutton.c
1094         * src/mimeview.c
1095         * src/mimeview.h
1096         * src/stock_pixmap.c
1097                 Fix Mimeview's ugly hacks in the
1098                 icon list. 
1099
1100 2007-07-16 [paul]       2.10.0cvs29
1101
1102         * src/wizard.c
1103                 rework dialog
1104         * src/gtk/icon_legend.c
1105                 put it all in a scrolled window
1106
1107 2007-07-15 [colin]      2.10.0cvs28
1108
1109         * src/mainwindow.c
1110                 Maemo: force layout to be Small screen; the
1111                 others don't make sense
1112
1113 2007-07-14 [colin]      2.10.0cvs27
1114
1115         * src/mimeview.c
1116         * src/gtk/gtkvscrollbutton.c
1117                 Maemo: Fix mimeview's buttons size
1118
1119 2007-07-14 [colin]      2.10.0cvs26
1120
1121         * src/toolbar.c
1122                 Fix the button workaround fix.
1123                 (Use the correct variable)
1124
1125 2007-07-14 [colin]      2.10.0cvs25
1126
1127         * src/mainwindow.c
1128         * src/toolbar.c
1129                 Maemo: put the progress bar in the
1130                 toolbar
1131
1132 2007-07-14 [colin]      2.10.0cvs24
1133
1134         * src/prefs_common.c
1135                 Maemo: hide statusbar by default
1136         * src/Makefile.am
1137         * src/stock_pixmap.c
1138         * src/stock_pixmap.h
1139         * src/toolbar.c
1140         * src/pixmaps/go_folders.xpm
1141                 Maemo: Add a specific icon to go back to
1142                 folder list
1143
1144 2007-07-14 [colin]      2.10.0cvs23
1145
1146         * src/toolbar.c
1147                 Don't set homogeneous finally
1148
1149 2007-07-14 [colin]      2.10.0cvs22
1150
1151         * src/toolbar.c
1152                 Fix button show/hide issues
1153
1154 2007-07-14 [colin]      2.10.0cvs21
1155
1156         * src/toolbar.c
1157                 Fix huge arrows
1158                 Fix button workaround to be able to click
1159                 if mouse was on button when it went un-
1160                 sensitive.
1161                 Revert previous commit, gtk_tool_item_set_homogeneous
1162                 doesn't mean what it seems to mean ;-)
1163
1164 2007-07-14 [paul]       2.10.0cvs20
1165
1166         * src/toolbar.c
1167                 make homogeneous FALSE always
1168
1169 2007-07-13 [colin]      2.10.0cvs19
1170
1171         * src/toolbar.c
1172         * src/toolbar.h
1173                 Rework to fit the non-deprecated API
1174         * src/compose.c
1175         * src/folderview.c
1176         * src/mainwindow.c
1177         * src/messageview.c
1178         * src/summaryview.c
1179                 Maemo layout changes. Better toolbars,
1180                 removal of CTree headers. 
1181
1182 2007-07-13 [paul]       2.10.0cvs18
1183
1184         * src/gtk/colorlabel.c
1185                 fix bug 1261, '[DE] coloring messages in overview 
1186                 keys are not localised'
1187                 the string is now included in claws-mail.pot
1188
1189 2007-07-13 [colin]      2.10.0cvs17
1190
1191         * src/summaryview.c
1192                 Fix bug 1267, 'printing mutliple messages 
1193                 opens one message-dialog after the other'
1194                 Ask for confirmation when printing 10
1195                 messages or more.
1196
1197 2007-07-11 [colin]      2.10.0cvs16
1198
1199         * COPYING
1200         * README
1201         * autogen.sh
1202         * manual/claws-mail-manual.xml
1203         * manual/gpl.xml
1204         * manual/es/claws-mail-manual.xml
1205         * manual/es/gpl.xml
1206         * manual/fr/claws-mail-manual.xml
1207         * manual/fr/gpl.xml
1208         * manual/pl/gpl.xml
1209         * src/account.c
1210         * src/account.h
1211         * src/action.c
1212         * src/action.h
1213         * src/adbookbase.h
1214         * src/addr_compl.c
1215         * src/addr_compl.h
1216         * src/addrbook.c
1217         * src/addrbook.h
1218         * src/addrcache.c
1219         * src/addrcache.h
1220         * src/addrcindex.c
1221         * src/addrcindex.h
1222         * src/addrclip.c
1223         * src/addrclip.h
1224         * src/addrdefs.h
1225         * src/addressadd.c
1226         * src/addressadd.h
1227         * src/addressbook.c
1228         * src/addressbook.h
1229         * src/addressbook_foldersel.c
1230         * src/addressbook_foldersel.h
1231         * src/addressitem.h
1232         * src/addrgather.c
1233         * src/addrgather.h
1234         * src/addrharvest.c
1235         * src/addrharvest.h
1236         * src/addrindex.c
1237         * src/addrindex.h
1238         * src/addritem.c
1239         * src/addritem.h
1240         * src/addrquery.c
1241         * src/addrquery.h
1242         * src/addrselect.c
1243         * src/addrselect.h
1244         * src/alertpanel.c
1245         * src/alertpanel.h
1246         * src/browseldap.c
1247         * src/browseldap.h
1248         * src/codeconv.c
1249         * src/codeconv.h
1250         * src/compose.c
1251         * src/compose.h
1252         * src/crash.c
1253         * src/crash.h
1254         * src/customheader.c
1255         * src/customheader.h
1256         * src/displayheader.c
1257         * src/displayheader.h
1258         * src/editaddress.c
1259         * src/editaddress.h
1260         * src/editaddress_other_attributes_ldap.c
1261         * src/editaddress_other_attributes_ldap.h
1262         * src/editbook.c
1263         * src/editbook.h
1264         * src/editgroup.c
1265         * src/editgroup.h
1266         * src/editjpilot.c
1267         * src/editjpilot.h
1268         * src/editldap.c
1269         * src/editldap.h
1270         * src/editldap_basedn.c
1271         * src/editldap_basedn.h
1272         * src/edittags.c
1273         * src/edittags.h
1274         * src/editvcard.c
1275         * src/editvcard.h
1276         * src/enriched.c
1277         * src/enriched.h
1278         * src/exphtmldlg.c
1279         * src/exphtmldlg.h
1280         * src/expldifdlg.c
1281         * src/expldifdlg.h
1282         * src/export.c
1283         * src/export.h
1284         * src/exporthtml.c
1285         * src/exporthtml.h
1286         * src/exportldif.c
1287         * src/exportldif.h
1288         * src/filtering.c
1289         * src/filtering.h
1290         * src/folder.c
1291         * src/folder.h
1292         * src/folder_item_prefs.c
1293         * src/folder_item_prefs.h
1294         * src/foldersel.c
1295         * src/foldersel.h
1296         * src/folderutils.c
1297         * src/folderutils.h
1298         * src/folderview.c
1299         * src/folderview.h
1300         * src/gedit-print.c
1301         * src/gedit-print.h
1302         * src/grouplistdialog.c
1303         * src/grouplistdialog.h
1304         * src/headerview.c
1305         * src/headerview.h
1306         * src/html.c
1307         * src/html.h
1308         * src/image_viewer.c
1309         * src/image_viewer.h
1310         * src/imap.c
1311         * src/imap.h
1312         * src/imap_gtk.c
1313         * src/imap_gtk.h
1314         * src/import.c
1315         * src/import.h
1316         * src/importldif.c
1317         * src/importldif.h
1318         * src/importmutt.c
1319         * src/importmutt.h
1320         * src/importpine.c
1321         * src/importpine.h
1322         * src/inc.c
1323         * src/inc.h
1324         * src/jpilot.c
1325         * src/jpilot.h
1326         * src/ldapctrl.c
1327         * src/ldapctrl.h
1328         * src/ldaplocate.c
1329         * src/ldaplocate.h
1330         * src/ldapquery.c
1331         * src/ldapquery.h
1332         * src/ldapserver.c
1333         * src/ldapserver.h
1334         * src/ldapupdate.c
1335         * src/ldapupdate.h
1336         * src/ldaputil.c
1337         * src/ldaputil.h
1338         * src/ldif.c
1339         * src/ldif.h
1340         * src/localfolder.c
1341         * src/localfolder.h
1342         * src/main.c
1343         * src/main.h
1344         * src/mainwindow.c
1345         * src/mainwindow.h
1346         * src/manual.c
1347         * src/manual.h
1348         * src/matcher.c
1349         * src/matcher.h
1350         * src/matcher_parser.h
1351         * src/matcher_parser_lex.l
1352         * src/matcher_parser_parse.y
1353         * src/mbox.c
1354         * src/mbox.h
1355         * src/message_search.c
1356         * src/message_search.h
1357         * src/messageview.c
1358         * src/messageview.h
1359         * src/mh.c
1360         * src/mh.h
1361         * src/mh_gtk.c
1362         * src/mh_gtk.h
1363         * src/mimeview.c
1364         * src/mimeview.h
1365         * src/msgcache.c
1366         * src/msgcache.h
1367         * src/mutt.c
1368         * src/mutt.h
1369         * src/news.c
1370         * src/news.h
1371         * src/news_gtk.c
1372         * src/news_gtk.h
1373         * src/noticeview.c
1374         * src/noticeview.h
1375         * src/partial_download.c
1376         * src/partial_download.h
1377         * src/pine.c
1378         * src/pine.h
1379         * src/pop.c
1380         * src/pop.h
1381         * src/prefs_account.c
1382         * src/prefs_account.h
1383         * src/prefs_actions.c
1384         * src/prefs_actions.h
1385         * src/prefs_common.c
1386         * src/prefs_common.h
1387         * src/prefs_compose_writing.c
1388         * src/prefs_compose_writing.h
1389         * src/prefs_customheader.c
1390         * src/prefs_customheader.h
1391         * src/prefs_display_header.c
1392         * src/prefs_display_header.h
1393         * src/prefs_ext_prog.c
1394         * src/prefs_ext_prog.h
1395         * src/prefs_filtering.c
1396         * src/prefs_filtering.h
1397         * src/prefs_filtering_action.c
1398         * src/prefs_filtering_action.h
1399         * src/prefs_folder_column.c
1400         * src/prefs_folder_column.h
1401         * src/prefs_folder_item.c
1402         * src/prefs_folder_item.h
1403         * src/prefs_fonts.c
1404         * src/prefs_fonts.h
1405         * src/prefs_gtk.c
1406         * src/prefs_gtk.h
1407         * src/prefs_image_viewer.c
1408         * src/prefs_image_viewer.h
1409         * src/prefs_logging.c
1410         * src/prefs_logging.h
1411         * src/prefs_matcher.c
1412         * src/prefs_matcher.h
1413         * src/prefs_message.c
1414         * src/prefs_message.h
1415         * src/prefs_msg_colors.c
1416         * src/prefs_msg_colors.h
1417         * src/prefs_other.c
1418         * src/prefs_other.h
1419         * src/prefs_quote.c
1420         * src/prefs_quote.h
1421         * src/prefs_receive.c
1422         * src/prefs_receive.h
1423         * src/prefs_send.c
1424         * src/prefs_send.h
1425         * src/prefs_spelling.c
1426         * src/prefs_spelling.h
1427         * src/prefs_summaries.c
1428         * src/prefs_summaries.h
1429         * src/prefs_summary_column.c
1430         * src/prefs_summary_column.h
1431         * src/prefs_summary_open.c
1432         * src/prefs_summary_open.h
1433         * src/prefs_template.c
1434         * src/prefs_template.h
1435         * src/prefs_themes.c
1436         * src/prefs_themes.h
1437         * src/prefs_toolbar.c
1438         * src/prefs_toolbar.h
1439         * src/prefs_wrapping.c
1440         * src/prefs_wrapping.h
1441         * src/privacy.c
1442         * src/privacy.h
1443         * src/procheader.c
1444         * src/procheader.h
1445         * src/procmime.c
1446         * src/procmime.h
1447         * src/procmsg.c
1448         * src/procmsg.h
1449         * src/quote_fmt.c
1450         * src/quote_fmt_lex.l
1451         * src/quote_fmt_parse.y
1452         * src/recv.c
1453         * src/recv.h
1454         * src/remotefolder.c
1455         * src/remotefolder.h
1456         * src/send_message.c
1457         * src/send_message.h
1458         * src/setup.c
1459         * src/setup.h
1460         * src/simple-gettext.c
1461         * src/sourcewindow.c
1462         * src/sourcewindow.h
1463         * src/ssl_manager.c
1464         * src/ssl_manager.h
1465         * src/statusbar.c
1466         * src/statusbar.h
1467         * src/stock_pixmap.c
1468         * src/stock_pixmap.h
1469         * src/summary_search.c
1470         * src/summary_search.h
1471         * src/summaryview.c
1472         * src/summaryview.h
1473         * src/textview.c
1474         * src/textview.h
1475         * src/toolbar.c
1476         * src/toolbar.h
1477         * src/undo.c
1478         * src/undo.h
1479         * src/unmime.c
1480         * src/unmime.h
1481         * src/uri_opener.c
1482         * src/uri_opener.h
1483         * src/vcard.c
1484         * src/vcard.h
1485         * src/wizard.c
1486         * src/wizard.h
1487         * src/common/base64.c
1488         * src/common/base64.h
1489         * src/common/claws.c
1490         * src/common/claws.h
1491         * src/common/defs.h
1492         * src/common/fnmatch.c
1493         * src/common/fnmatch.h
1494         * src/common/fnmatch_loop.c
1495         * src/common/hooks.c
1496         * src/common/hooks.h
1497         * src/common/log.c
1498         * src/common/log.h
1499         * src/common/md5.c
1500         * src/common/md5.h
1501         * src/common/mgutils.c
1502         * src/common/mgutils.h
1503         * src/common/nntp.c
1504         * src/common/nntp.h
1505         * src/common/passcrypt.c
1506         * src/common/passcrypt.h.in
1507         * src/common/plugin.c
1508         * src/common/plugin.h
1509         * src/common/prefs.c
1510         * src/common/prefs.h
1511         * src/common/progressindicator.c
1512         * src/common/progressindicator.h
1513         * src/common/quoted-printable.c
1514         * src/common/quoted-printable.h
1515         * src/common/session.c
1516         * src/common/session.h
1517         * src/common/smtp.c
1518         * src/common/smtp.h
1519         * src/common/socket.c
1520         * src/common/socket.h
1521         * src/common/ssl.c
1522         * src/common/ssl.h
1523         * src/common/ssl_certificate.c
1524         * src/common/ssl_certificate.h
1525         * src/common/string_match.c
1526         * src/common/string_match.h
1527         * src/common/stringtable.c
1528         * src/common/stringtable.h
1529         * src/common/tags.c
1530         * src/common/tags.h
1531         * src/common/template.c
1532         * src/common/template.h
1533         * src/common/timing.h
1534         * src/common/utils.c
1535         * src/common/utils.h
1536         * src/common/uuencode.c
1537         * src/common/uuencode.h
1538         * src/common/version.h.in
1539         * src/common/w32_dirent.c
1540         * src/common/w32_reg.c
1541         * src/common/w32_signal.c
1542         * src/common/w32_stat.c
1543         * src/common/w32_stdlib.c
1544         * src/common/w32_string.c
1545         * src/common/w32_time.c
1546         * src/common/w32_unistd.c
1547         * src/common/w32_wait.c
1548         * src/common/w32lib.h
1549         * src/common/xml.c
1550         * src/common/xml.h
1551         * src/common/xmlprops.c
1552         * src/common/xmlprops.h
1553         * src/etpan/etpan-errors.h
1554         * src/etpan/etpan-thread-manager-types.h
1555         * src/etpan/etpan-thread-manager.c
1556         * src/etpan/etpan-thread-manager.h
1557         * src/etpan/imap-thread.c
1558         * src/etpan/imap-thread.h
1559         * src/gtk/about.c
1560         * src/gtk/about.h
1561         * src/gtk/colorlabel.c
1562         * src/gtk/colorlabel.h
1563         * src/gtk/colorsel.c
1564         * src/gtk/colorsel.h
1565         * src/gtk/combobox.c
1566         * src/gtk/combobox.h
1567         * src/gtk/description_window.c
1568         * src/gtk/description_window.h
1569         * src/gtk/filesel.c
1570         * src/gtk/filesel.h
1571         * src/gtk/foldersort.c
1572         * src/gtk/foldersort.h
1573         * src/gtk/gtkaspell.c
1574         * src/gtk/gtkaspell.h
1575         * src/gtk/gtksctree.c
1576         * src/gtk/gtkshruler.c
1577         * src/gtk/gtkshruler.h
1578         * src/gtk/gtksourceprintjob.c
1579         * src/gtk/gtksourceprintjob.h
1580         * src/gtk/gtkutils.c
1581         * src/gtk/gtkutils.h
1582         * src/gtk/gtkvscrollbutton.c
1583         * src/gtk/gtkvscrollbutton.h
1584         * src/gtk/icon_legend.c
1585         * src/gtk/icon_legend.h
1586         * src/gtk/inputdialog.c
1587         * src/gtk/inputdialog.h
1588         * src/gtk/logwindow.c
1589         * src/gtk/logwindow.h
1590         * src/gtk/manage_window.c
1591         * src/gtk/manage_window.h
1592         * src/gtk/menu.c
1593         * src/gtk/menu.h
1594         * src/gtk/pluginwindow.c
1595         * src/gtk/pluginwindow.h
1596         * src/gtk/prefswindow.c
1597         * src/gtk/prefswindow.h
1598         * src/gtk/progressdialog.c
1599         * src/gtk/progressdialog.h
1600         * src/gtk/quicksearch.c
1601         * src/gtk/quicksearch.h
1602         * src/gtk/sslcertwindow.c
1603         * src/gtk/sslcertwindow.h
1604         * src/plugins/bogofilter/bogofilter.c
1605         * src/plugins/bogofilter/bogofilter.h
1606         * src/plugins/bogofilter/bogofilter_gtk.c
1607         * src/plugins/clamav/clamav_plugin.c
1608         * src/plugins/clamav/clamav_plugin.h
1609         * src/plugins/clamav/clamav_plugin_gtk.c
1610         * src/plugins/demo/demo.c
1611         * src/plugins/dillo_viewer/dillo_prefs.c
1612         * src/plugins/dillo_viewer/dillo_prefs.h
1613         * src/plugins/dillo_viewer/dillo_viewer.c
1614         * src/plugins/pgpcore/passphrase.c
1615         * src/plugins/pgpcore/passphrase.h
1616         * src/plugins/pgpcore/pgp_viewer.c
1617         * src/plugins/pgpcore/pgp_viewer.h
1618         * src/plugins/pgpcore/plugin.c
1619         * src/plugins/pgpcore/prefs_gpg.c
1620         * src/plugins/pgpcore/prefs_gpg.h
1621         * src/plugins/pgpcore/select-keys.c
1622         * src/plugins/pgpcore/select-keys.h
1623         * src/plugins/pgpcore/sgpgme.c
1624         * src/plugins/pgpcore/sgpgme.h
1625         * src/plugins/pgpinline/pgpinline.c
1626         * src/plugins/pgpinline/pgpinline.h
1627         * src/plugins/pgpinline/plugin.c
1628         * src/plugins/pgpmime/pgpmime.c
1629         * src/plugins/pgpmime/pgpmime.h
1630         * src/plugins/pgpmime/plugin.c
1631         * src/plugins/spamassassin/spamassassin.c
1632         * src/plugins/spamassassin/spamassassin.h
1633         * src/plugins/spamassassin/spamassassin_gtk.c
1634         * src/plugins/trayicon/trayicon.c
1635         * src/plugins/trayicon/trayicon_prefs.c
1636         * src/plugins/trayicon/trayicon_prefs.h
1637         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1638         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1639         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1640         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1641         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1642         * tools/OOo2claws-mail.pl
1643         * tools/README.sylprint
1644         * tools/acroread2claws-mail.pl
1645         * tools/claws-mail-compose-insert-files.pl
1646         * tools/convert_mbox.pl
1647         * tools/filter_conv.pl
1648         * tools/filter_conv_new.pl
1649         * tools/fix_date.sh
1650         * tools/freshmeat_search.pl
1651         * tools/google_search.pl
1652         * tools/kmail-mailbox2claws-mail.pl
1653         * tools/kmail2claws-mail.pl
1654         * tools/kmail2claws-mail_v2.pl
1655         * tools/mairix.sh
1656         * tools/make.themes.project
1657         * tools/multiwebsearch.pl
1658         * tools/nautilus2claws-mail.sh
1659         * tools/outlook2claws-mail.pl
1660         * tools/textviewer.sh
1661         * tools/thunderbird-filters-convertor.pl
1662         * tools/update-po
1663         * tools/uuooffice
1664         * tools/vcard2xml.py
1665         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1666                 Upgrade to GPLv3 or later.
1667
1668 2007-07-10 [wwp]        2.10.0cvs15
1669
1670         * src/main.c
1671                 Fix re-opening of all composing messages that were
1672                 opened when closing the previous instance, thanks
1673                 to Colin.
1674
1675 2007-07-10 [paul]       2.10.0cvs14
1676
1677         * src/editaddress_other_attributes_ldap.c
1678         * src/ldapupdate.c
1679                 fix crash on selecting 'other attributes' combo
1680                 for either a new entry or an old entry with no
1681                 existing attributes.
1682                 fix bug on editing multiple attributes which
1683                 resulted them all having the value of the last
1684                 one changed.
1685                 Thanks to Colin
1686
1687 2007-07-10 [colin]      2.10.0cvs13
1688
1689         * src/editaddress.c
1690         * src/editaddress_other_attributes_ldap.h
1691         * src/ldapupdate.c
1692                 Fix --disable-ldap build
1693
1694 2007-07-09 [colin]      2.10.0cvs12
1695
1696         * src/Makefile.am
1697         * src/addritem.c
1698         * src/addritem.h
1699         * src/editaddress.c
1700         * src/editaddress_other_attributes_ldap.c
1701         * src/editaddress_other_attributes_ldap.h
1702         * src/editldap.c
1703         * src/ldapctrl.c
1704         * src/ldapctrl.h
1705         * src/ldapupdate.c
1706                 Add capability to edit all inetOrgPerson
1707                 attributes on LDAP. Patch by Michael 
1708                 Rasmussen
1709
1710 2007-07-09 [colin]      2.10.0cvs11
1711
1712         * src/Makefile.am
1713         * src/exporthtml.c
1714         * src/mbox.c
1715         * src/msgcache.c
1716         * src/prefs_summaries.c
1717         * src/prefs_themes.c
1718         * src/procheader.c
1719         * src/common/Makefile.am
1720         * src/common/log.c
1721         * src/common/timing.h
1722         * src/common/utils.c
1723         * src/common/utils.h
1724         * src/common/w32_account.c
1725         * src/common/w32lib.h
1726         * src/gtk/Makefile.am
1727         * src/gtk/colorlabel.c
1728         * src/plugins/pgpcore/Makefile.am
1729         * src/plugins/pgpcore/claws.def
1730         * src/plugins/pgpcore/passphrase.c
1731         * src/plugins/pgpcore/pgp_viewer.c
1732         * src/plugins/pgpcore/plugin.def
1733         * src/plugins/pgpcore/sgpgme.c
1734         * src/plugins/pgpinline/Makefile.am
1735         * src/plugins/pgpinline/claws.def
1736         * src/plugins/pgpinline/mypgpcore.def
1737         * src/plugins/pgpinline/plugin.def
1738         * src/plugins/pgpmime/Makefile.am
1739         * src/plugins/pgpmime/claws.def
1740         * src/plugins/pgpmime/mypgpcore.def
1741         * src/plugins/pgpmime/plugin.def
1742                 Commit win32 patch, from Werner Koch and
1743                 Marcus Brinkmann
1744
1745 2007-07-09 [colin]      2.10.0cvs10
1746
1747         * src/prefs_toolbar.c
1748                 Fix crash when no actions exist
1749
1750 2007-07-07 [paul]       2.10.0cvs9
1751
1752         * COPYING
1753         * manual/claws-mail-manual.xml
1754                 update copyright year
1755         * po/fi.po
1756                 updated by Flammie Pirinen
1757
1758 2007-07-05 [wwp]        2.10.0cvs8
1759
1760         * src/plugins/clamav/clamav_plugin_gtk.c
1761                 Make vertical spacing like in other plugin prefs pages.
1762
1763 2007-07-05 [wwp]        2.10.0cvs7
1764
1765         * src/quote_fmt.c
1766                 It's %am that works, not %ae (this doc incoherence has been
1767                 introduced with 2.9.2cvs13).
1768
1769 2007-07-04 [wwp]        2.10.0cvs6
1770
1771         * src/plugins/bogofilter/bogofilter.c
1772                 Gettext-ize an occurrence of "Any" that wasn't.
1773
1774 2007-07-04 [colin]      2.10.0cvs5
1775
1776         * po/POTFILES.in
1777                 Fix untranslated strings; thanks
1778                 to Pader Rezso.
1779
1780 2007-07-03 [colin]      2.10.0cvs4
1781
1782         * src/folder.c
1783         * src/mainwindow.c
1784                 Fix saving of sort mode for tags and
1785                 thread date. Thanks to Pierre Ossman.
1786                 Completes fix for bug 1233
1787
1788 2007-07-03 [paul]       2.10.0cvs3
1789
1790         * src/compose.c
1791                 fix auto-save
1792         * src/summaryview.c
1793                 fix build warnings
1794         Thanks to Colin
1795
1796 2007-07-02 [colin]      2.10.0cvs2
1797
1798         * src/folder.h
1799         * src/mainwindow.c
1800         * src/procmsg.h
1801         * src/summaryview.c
1802                 Add View/Sort/by Thread date
1803                 Fixes bug 1233, 'Capability to sort 
1804                 threads by most recent message'
1805                 Based on a patch by Paul Rolland
1806
1807 2007-07-02 [colin]      2.10.0cvs1
1808
1809         * src/Makefile.am
1810         * src/compose.c
1811         * src/edittags.c
1812         * src/edittags.h
1813         * src/filtering.c
1814         * src/folder.c
1815         * src/folder.h
1816         * src/headerview.c
1817         * src/headerview.h
1818         * src/main.c
1819         * src/mainwindow.c
1820         * src/mainwindow.h
1821         * src/manual.h
1822         * src/matcher.c
1823         * src/matcher.h
1824         * src/matcher_parser_parse.y
1825         * src/mimeview.c
1826         * src/msgcache.c
1827         * src/msgcache.h
1828         * src/prefs_common.c
1829         * src/prefs_common.h
1830         * src/prefs_filtering_action.c
1831         * src/prefs_matcher.c
1832         * src/prefs_summary_column.c
1833         * src/procmsg.c
1834         * src/procmsg.h
1835         * src/quote_fmt.c
1836         * src/quote_fmt_lex.l
1837         * src/quote_fmt_parse.y
1838         * src/summaryview.c
1839         * src/summaryview.h
1840         * src/textview.c
1841         * src/common/Makefile.am
1842         * src/common/defs.h
1843         * src/common/tags.c
1844         * src/common/tags.h
1845         * src/gtk/quicksearch.c
1846         * src/gtk/quicksearch.h
1847                 Add Tags implementation. Tags are arbitrary labels
1848                 that can be applied to messages. It is possible 
1849                 to create, edit, remove tags; apply them to mails;
1850                 filter on tags or tag presence; apply or unset
1851                 tags via filtering actions; reference tags in
1852                 reply templates.
1853
1854 2007-07-02 [paul]       2.10.0
1855
1856         * NEWS
1857         * README
1858         * RELEASE_NOTES
1859                 2.10.0 released
1860
1861 2007-07-02 [paul]       2.9.2cvs78
1862
1863         * po/de.po
1864         * po/en_GB.po
1865         * po/es.po
1866         * po/fr.po
1867         * po/hu.po
1868         * po/pt_BR.po
1869         * po/ru.po
1870         * po/zh_CN.po
1871                 updated by Stephan Sachse, me, Ricardo Mones
1872                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1873                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1874
1875 2007-07-02 [paul]       2.9.2cvs77
1876
1877         * AUTHORS
1878                 updated
1879
1880 2007-06-29 [wwp]        2.9.2cvs76
1881
1882         * src/gtk/headers.h
1883                 Fix a typo (thanks to Ricardo for finding this out).
1884
1885 2007-06-28 [paul]       2.9.2cvs75
1886
1887         * src/folderview.c
1888                 fix build warnings
1889
1890 2007-06-28 [paul]       2.9.2cvs74
1891
1892         * tools/Makefile.am
1893                 fix bug in the autotools build system.
1894                 Files cataloged under EXTRA_DIST were never
1895                 automatically copied to the build tree.
1896                 (fix 'make distcheck')
1897                 Patch by Michael Rasmussen.
1898
1899 2007-06-24 [colin]      2.9.2cvs73
1900
1901         * src/news_gtk.c
1902                 Fix bug 1249, 'Error handling for 
1903                 news errors needs modification'
1904                 Only popup error if the according
1905                 pref in Prefs/Receive is set.
1906
1907 2007-06-21 [colin]      2.9.2cvs72
1908
1909         * src/common/plugin.c
1910         * src/common/plugin.h
1911                 Change plugin API to know whether it's safe to 
1912                 unload plugins or whether we should just hide
1913                 them. Fixes bug 1248, 'Core dumps after 
1914                 unloading plugin and clicking on load plugins'
1915         * src/plugins/bogofilter/bogofilter.c
1916         * src/plugins/clamav/clamav_plugin.c
1917         * src/plugins/demo/demo.c
1918         * src/plugins/dillo_viewer/dillo_viewer.c
1919         * src/plugins/pgpcore/plugin.c
1920         * src/plugins/pgpinline/plugin.c
1921         * src/plugins/pgpmime/plugin.c
1922         * src/plugins/spamassassin/spamassassin.c
1923         * src/plugins/trayicon/trayicon.c
1924                 Update API
1925
1926 2007-06-19 [colin]      2.9.2cvs71
1927
1928         * src/compose.c
1929         * src/messageview.c
1930                 Fix crash mentioned in bug 1246
1931                 Race condition when automatically drafting
1932                 due to insertion on reedit.
1933
1934 2007-06-18 [wwp]        2.9.2cvs70
1935
1936         * src/importldif.c
1937                 LDIF import: use a "Proceed" button to complete
1938                 the process.
1939
1940 2007-06-18 [paul]       2.9.2cvs69
1941
1942         * configure.ac
1943                 use pkgconfig to check for gtk and glib
1944
1945 2007-06-17 [wwp]        2.9.2cvs68
1946
1947         * src/ldif.c
1948         * src/importldif.c
1949                 LDIF import: better error handling, minor code
1950                 and UI cleanup, and renamed the Save button
1951                 to Close, as imported stuff is already saved
1952                 when the Save button is shown.
1953
1954 2007-06-17 [colin]      2.9.2cvs67
1955
1956         * src/prefs_summaries.c
1957         * src/procmsg.c
1958                 Don't set as read when forwarded, only replied to
1959
1960 2007-06-17 [paul]       2.9.2cvs66
1961
1962         * src/alertpanel.c
1963                 add missing #include
1964
1965 2007-06-16 [colin]      2.9.2cvs65
1966
1967         * src/prefs_summaries.c
1968         * src/procmsg.c
1969                 Change the pref "Only mark as read when opened
1970                 in new window" to "..., replied to or forwarded".
1971                 Based on a patch by Paul Rolland.
1972
1973 2007-06-16 [paul]       2.9.2cvs64
1974
1975         * src/gtk/authors.h
1976                 alphabetical order! :)
1977
1978 2007-06-16 [colin]      2.9.2cvs63
1979
1980         * AUTHORS
1981         * src/gtk/authors.h
1982                 Add Michael Rasmussen in authors list
1983
1984 2007-06-16 [colin]      2.9.2cvs62
1985
1986         * src/messageview.c
1987                 Fix messageview_copy_clipboard to take advantage
1988                 of plugins' get_selection.
1989
1990 2007-06-15 [colin]      2.9.2cvs61
1991
1992         * src/action.c
1993         * src/addr_compl.c
1994         * src/addressbook.c
1995         * src/folderview.c
1996         * src/message_search.c
1997         * src/mimeview.c
1998         * src/summary_search.c
1999         * src/summaryview.c
2000         * src/textview.c
2001                 Allow GDK_KP_Enter to do the same as GDK_Return
2002                 Patch by Michael Rasmussen
2003
2004 2007-06-15 [paul]       2.9.2cvs60
2005
2006         * src/compose.c
2007                 fix bug when closing a compose window
2008                 during autosave
2009
2010 2007-06-14 [paul]       2.9.2cvs59
2011
2012         * src/main.c
2013         * src/common/defs.h
2014                 migrate sylpheed config
2015
2016 2007-06-14 [wwp]        2.9.2cvs58
2017
2018         * src/gtk/pluginwindow.c
2019                 Yet another attempt to fix sizing/alignment of the
2020                 button bar in plugins window.
2021
2022 2007-06-12 [colin]      2.9.2cvs57
2023
2024         * po/POTFILES.in
2025         * src/Makefile.am
2026         * src/folderview.c
2027         * src/prefs_common.c
2028         * src/prefs_common.h
2029         * src/prefs_summaries.c
2030         * src/prefs_summary_open.c
2031         * src/prefs_summary_open.h
2032         * src/summaryview.c
2033                 Make "when entering a folder" actions more personalisable
2034
2035 2007-06-12 [wwp]        2.9.2cvs56
2036
2037         * tools/README
2038                 Use short description from Paul (mairix.sh).
2039
2040 2007-06-12 [wwp]        2.9.2cvs55
2041
2042         * tools/README
2043                 Updated info about mairix.sh.
2044
2045 2007-06-11 [paul]       2.9.2cvs54
2046
2047         * src/prefs_logging.c
2048                 rework log window length widgets
2049                 and some sensitivity fixes
2050
2051 2007-06-11 [paul]       2.9.2cvs53
2052
2053         * src/mainwindow.c
2054         * src/prefs_logging.c
2055                 rename 'Protocol Log' to 'Network Log'
2056                 and some function renaming
2057
2058 2007-06-10 [wwp]        2.9.2cvs52
2059
2060         * src/gtk/pluginwindow.c
2061                 Revert 2.9.2cvs51.
2062
2063 2007-06-10 [wwp]        2.9.2cvs51
2064
2065         * src/gtk/pluginwindow.c
2066                 Fix button bar in plugin window, was centered and not
2067                 behaving like other dialogs w/ such button bar.
2068
2069 2007-06-08 [wwp]        2.9.2cvs50
2070
2071         * src/compose.c
2072         * src/compose.h
2073         * src/main.c
2074         * src/mainwindow.c
2075         * src/mainwindow.h
2076                 Provide a way out of automatic draft saving on IMAP, when
2077                 exiting offline.
2078                 Prevent drafting while sending and quitting while sending.
2079                 Thanks for Colin.
2080
2081
2082
2083 2007-06-08 [wwp]        2.9.2cvs49
2084
2085         * src/prefs_account.c
2086         * src/gtk/prefswindow.c
2087         * src/gtk/prefswindow.h
2088                 Activate the Basic page when opening account prefs.
2089
2090 2007-06-08 [wwp]        2.9.2cvs48
2091
2092         * src/common/socket.c
2093                 Don't crash if fork() fails, thanks to Colin.
2094
2095 2007-06-08 [wwp]        2.9.2cvs47
2096
2097         * src/gtk/prefswindow.c
2098                 Wrap some long lines, and reset horizontal scroller's adjusment
2099                 (this was already done, vertically), when changing tab (not page)
2100                 in prefs windows.
2101
2102 2007-06-08 [paul]       2.9.2cvs46
2103
2104         * src/common/utils.c
2105                 use gethostname() instead of uname()
2106                 based on a patch by Michael Hughes
2107                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2108
2109 2007-06-07 [wwp]        2.9.2cvs45
2110
2111         * src/prefs_common.c
2112                 Fix some useless warnings, thanks to Colin.
2113
2114 2007-06-06 [colin]      2.9.2cvs44
2115
2116         * src/ldapupdate.c
2117                 Fix strange allocations. 
2118
2119 2007-06-06 [colin]      2.9.2cvs43
2120
2121         * src/ldapupdate.c
2122                 Patch by Michael Rasmussus to help
2123                 bug 1232
2124
2125 2007-06-05 [wwp]        2.9.2cvs42
2126
2127         * src/prefs_account.c
2128         * src/prefs_folder_item.c
2129         * src/prefs_quote.c
2130         * src/quote_fmt.c
2131         * src/quote_fmt.h
2132                 Per-folder templates can now be applied recursively.
2133                 Always save per-folder templates (formats were erroneously
2134                 saved only if they were enabled).
2135                 Check for validity of quotation marks everywhere there
2136                 are defined.
2137
2138 2007-06-05 [wwp]        2.9.2cvs41
2139
2140         * src/inc.c
2141                 Fix incoming messages from local accounts always getting filtered
2142                 (even if the account prefs say don't), thanks to Colin.
2143
2144 2007-06-05 [wwp]        2.9.2cvs40
2145
2146         * src/compose.c
2147         * src/compose.h
2148                 Use per-folder/per-account quote chars when applying a
2149                 template or inserting text as well. Const'ify some
2150                 vars more.
2151
2152 2007-06-04 [colin]      2.9.2cvs39
2153
2154         * src/compose.c
2155                 More work for wwp :)
2156
2157 2007-06-04 [wwp]        2.9.2cvs38
2158
2159         * src/compose.c
2160                 Same as 2.9.2cvs36 but for forwarding.
2161
2162 2007-06-04 [colin]      2.9.2cvs37
2163
2164         * src/compose.c
2165                 Use original mail file for forward/redirect
2166                 Fixes some forwarded mails to be attached as
2167                 application/octet-stream (when they have binary
2168                 parts), and incidentally fixes bug 848
2169                 'Redirect breaks GnuPG'
2170
2171 2007-06-04 [wwp]        2.9.2cvs36
2172
2173         * src/compose.c
2174                 Fix quote mark mis-initialisation when replying/forwarding
2175                 (introduced w/ 2.9.2cvs20).
2176
2177 2007-06-04 [wwp]        2.9.2cvs35
2178
2179         * src/prefs_compose_writing.c
2180         * src/prefs_quote.c
2181                 Fix a bug where Quotation characters (prefs/compose/writing)
2182                 was cleared (introduced w/ 2.9.2cvs26).
2183
2184 2007-06-04 [wwp]        2.9.2cvs34
2185
2186         * src/prefs_account.c
2187         * src/prefs_account.h
2188                 Better fix for compiling w/o aspell (rollbacks
2189                 2.9.2cvs31).
2190
2191 2007-06-04 [wwp]        2.9.2cvs33
2192
2193         * src/account.c
2194         * src/prefs_account.c
2195         * src/prefs_account.h
2196         * src/procmsg.c
2197                 It's now possible to disable mail filtering plugins
2198                 on a per-account basis.
2199
2200 2007-06-04 [wwp]        2.9.2cvs32
2201
2202         * src/procheader.c
2203         * src/common/utils.c
2204         * src/common/utils.h
2205                 Support CRLF in headers part of messages.
2206                 Support few more date formats (RFC3339 subsets).
2207
2208 2007-06-04 [wwp]        2.9.2cvs31
2209
2210         * src/prefs_account.c
2211                 Fix compiling w/o aspell support.
2212
2213 2007-06-03 [wwp]        2.9.2cvs30
2214
2215         * src/prefs_gtk.c
2216                 Don't decode leading ENV_ and ~ in P_PASSWORD
2217                 values.
2218
2219 2007-06-03 [wwp]        2.9.2cvs29
2220
2221         * src/prefs_gtk.c
2222                 Don't decode leading ENV_ and ~ in P_PASSWORD
2223                 values.
2224
2225 2007-06-03 [wwp]        2.9.2cvs28
2226
2227         * src/prefs_account.c
2228         * src/gtk/prefswindow.c
2229         * src/gtk/prefswindow.h
2230                 Added a way to force preloading of all pages
2231                 (prefswindow).
2232                 Moved tabs to pages in account prefs.
2233
2234 2007-06-02 [colin]      2.9.2cvs27
2235
2236         * src/addressbook.c
2237                 Fix possible crash, fix ldap write bugs
2238         * src/ldapupdate.c
2239                 Fix ldap write bugs - patch by Michael
2240                 Rasmussen
2241         * src/alertpanel.c
2242         * src/alertpanel.h
2243                 Add a hook whenever alertpanel opens/closes
2244
2245 2007-05-31 [wwp]        2.9.2cvs26
2246
2247         * src/prefs_compose_writing.c
2248         * src/prefs_quote.c
2249                 Re-organized writing options a bit:
2250                  - renamed the Quoting page to Templates
2251                  - moved all composing templates to that page
2252                  - moved non-templates options to the Writing one,
2253                    grouped reply-related options, reordered reply and
2254                    forward options.
2255
2256 2007-05-31 [wwp]        2.9.2cvs25
2257
2258         * src/compose.c
2259                 Removed unused code.
2260
2261 2007-05-31 [colin]      2.9.2cvs24
2262
2263         * src/addressbook.c
2264                 Fix missing display name when modifying
2265                 LDAP. Patch by Michael Rasmussen
2266
2267 2007-05-31 [wwp]        2.9.2cvs23
2268
2269         * src/plugins/bogofilter/Makefile.am
2270         * src/plugins/clamav/Makefile.am
2271         * src/plugins/demo/Makefile.am
2272         * src/plugins/dillo_viewer/Makefile.am
2273         * src/plugins/spamassassin/Makefile.am
2274                 Fix building of those plugins in Mac OS X.
2275
2276 2007-05-30 [wwp]        2.9.2cvs22
2277
2278         * src/gtk/quicksearch.c
2279                 Fix missing initialization.
2280
2281 2007-05-30 [wwp]        2.9.2cvs21
2282
2283         * src/procheader.c
2284                 Revert accidental commit (debug outputs).
2285
2286 2007-05-30 [wwp]        2.9.2cvs20
2287
2288         * src/compose.c
2289         * src/folder_item_prefs.c
2290         * src/folder_item_prefs.h
2291         * src/prefs_account.c
2292         * src/prefs_account.h
2293         * src/prefs_folder_item.c
2294         * src/prefs_gtk.c
2295         * src/prefs_gtk.h
2296                 Implemented per-account and per-folder
2297                 compose/reply/forward formats.
2298
2299 2007-05-30 [wwp]        2.9.2cvs19
2300
2301         * src/prefs_compose_writing.c
2302         * src/prefs_quote.c
2303         * src/procheader.c
2304         * src/quote_fmt.c
2305         * src/quote_fmt.h
2306                 Internal API changes (factorize quote format
2307                 prefs and checks).
2308
2309 2007-05-30 [colin]      2.9.2cvs18
2310
2311         * src/compose.c
2312                 Fix race where it's possible to re-click Send
2313                 between end of SMTP session and end of "move to
2314                 sent folder" when sending an email with send
2315                 dialog enabled.
2316
2317 2007-05-30 [colin]      2.9.2cvs17
2318
2319         * src/crash.c
2320                 Ask for backtrace on all threads. Patch by
2321                 Pawel
2322         * src/folderview.c
2323                 Fix stale news statusbar when scanning fails.
2324                 Patch by Pawel
2325         * src/ldapupdate.c
2326                 Fix some LDAP write updates bugs. Patch
2327                 by Michael Rasmussen
2328
2329 2007-05-29 [colin]      2.9.2cvs16
2330
2331         * src/imap.c
2332                 Fix loss of local flags when moving mails
2333                 on IMAP in high-bandwidth mode (UID FETCH)
2334
2335 2007-05-25 [paul]       2.9.2cvs15
2336
2337         * src/common/socket.c
2338                 fix sometimes crasher on cancelling
2339                 message sending
2340
2341 2007-05-25 [colin]      2.9.2cvs14
2342
2343         * src/imap.c
2344                 Fix a memory leak
2345         * src/imap_gtk.c
2346                 Be more helpful in the subscription
2347                 message
2348
2349 2007-05-23 [wwp]        2.9.2cvs13
2350
2351         * src/compose.c
2352         * src/prefs_compose_writing.c
2353         * src/prefs_quote.c
2354         * src/prefs_template.c
2355         * src/prefs_template.h
2356         * src/quote_fmt.c
2357         * src/quote_fmt.h
2358         * src/quote_fmt_lex.l
2359         * src/quote_fmt_parse.y
2360                 Introduced new syntax elements (symbols and commands)
2361                 in templates/quote_fmt. Compatibility w/ old
2362                 symbols is kept.
2363                 Updated and reworked the corresponding Information
2364                 dialog.
2365                 Display the line number in dialogs that talk about
2366                 parser errors (in addition to the error message in
2367                 output).
2368
2369 2007-05-23 [wwp]        2.9.2cvs12
2370
2371         * src/quote_fmt_parse.y
2372                 Fix 2.9.2cvs11, probably a paste accident ;).
2373
2374 2007-05-23 [wwp]        2.9.2cvs11
2375
2376         * src/compose.c
2377         * src/prefs_template.c
2378         * src/quote_fmt.h
2379         * src/quote_fmt_parse.y
2380                 Fix 2.9.2cvs10, which broke --disable-aspell.
2381
2382 2007-05-22 [wwp]        2.9.2cvs10
2383
2384         * src/compose.c
2385         * src/prefs_template.c
2386         * src/quote_fmt.c
2387         * src/quote_fmt.h
2388         * src/quote_fmt_lex.l
2389         * src/quote_fmt_parse.y
2390         * src/gtk/gtkaspell.c
2391         * src/gtk/gtkaspell.h
2392                 Added template/quote format syntactical elements
2393                 to show and query:
2394                         - current dictionary
2395                           %T to show (shows empty if not set or not enabled),
2396                           ?T and !T to check if the default dictionary is
2397                           enabled and set
2398                         - current account's default dictionary
2399                           %aT to show (empty if not set or not enabled),
2400                           ?aT and !aT to check if it's enabled and set
2401                         - name completion for an address, from the address
2402                           book
2403                           %ABf, %ABt, %ABc respectively show the full name got
2404                           from the address book if From, To or Cc match a single
2405                           contact.
2406                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2407                           matches any contact and if the full name is non-empty.
2408                           If From, To or Cc are lists of email addresses, only
2409                           the first address will be checked.
2410                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2411                 that could show a trailing ','.
2412                 Also, template/quote_fmt parser now shows the line number in case
2413                 of parser error.
2414
2415 2007-05-15 [colin]      2.9.2cvs9
2416
2417         * src/main.c
2418         * src/main.h
2419                 Add a public function to know whether Claws
2420                 crashed last time
2421                 Store opened folder when exiting
2422         * src/folder.c
2423         * src/folder.h
2424                 Store last opened message in each FolderItem;
2425                 Reset last seen messages if Claws crashed, so 
2426                 that one can't go in an infinite crash in case 
2427                 a particular mail crashes Claws.
2428         * src/messageview.c
2429         * src/prefs_common.c
2430         * src/prefs_common.h
2431         * src/summaryview.c
2432         * src/prefs_summaries.c
2433                 Add "Select last opened message" when entering
2434                 a folder
2435                 Add "Select last opened folder" at startup.
2436
2437 2007-05-14 [colin]      2.9.2cvs8
2438
2439         * manual/xml2pdf
2440                 Fix bashism, search for xml catalog 
2441                 in /usr/local/share/xml/catalog too
2442                 Patch by Pawel
2443
2444 2007-05-13 [wwp]        2.9.2cvs7
2445
2446         * src/gtk/logwindow.c
2447                 fix raising log windows when they are either minimized or
2448                 in background.
2449
2450 2007-05-11 [colin]      2.9.2cvs6
2451
2452         * src/gtk/filesel.c
2453                 Use Hildon's file chooser on Maemo. Patch
2454                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2455                 'File attachment "manipulation" bugs...'
2456
2457 2007-05-10 [wwp]        2.9.2cvs5
2458
2459         * src/prefs_common.c
2460         * src/prefs_common.h
2461         * src/gtk/quicksearch.c
2462                 Add a quicksearch option to automatically run
2463                 a search selected from the history (this option
2464                 is exclusive towards type-ahead).
2465
2466 2007-05-10 [colin]      2.9.2cvs4
2467
2468         * src/imap.c
2469                 Fix g_warnings, thanks to Brian
2470                 Morrison
2471
2472 2007-05-09 [colin]      2.9.2cvs3
2473
2474         * src/crash.c
2475         * src/exporthtml.c
2476         * src/mbox.c
2477         * src/prefs_summaries.c
2478         * src/procheader.c
2479         * src/common/log.c
2480         * src/common/utils.c
2481         * src/gtk/gtksourceprintjob.c
2482         * src/gtk/sslcertwindow.c
2483                 Use the re-entrant variant of time functions
2484                 Probably fixes bug 1217, 'reentrancy problems 
2485                 with time functions'
2486
2487 2007-05-09 [colin]      2.9.2cvs2
2488
2489         * src/imap.c
2490                 Fix crasher when reconnection fails
2491
2492 2007-05-08 [paul]       2.9.2cvs1
2493
2494         * NEWS
2495         * README
2496         * RELEASE_NOTES
2497         * configure.ac
2498                 bump version number following
2499                 stable release
2500
2501 2007-05-08 [paul]       2.9.1cvs48
2502
2503         * src/plugins/demo/demo.c
2504         * src/plugins/dillo_viewer/dillo_prefs.c
2505         * src/plugins/dillo_viewer/dillo_prefs.h
2506         * src/plugins/dillo_viewer/dillo_viewer.c
2507         * src/plugins/pgpcore/pgp_viewer.c
2508         * src/plugins/pgpcore/pgp_viewer.h
2509         * src/plugins/pgpcore/plugin.c
2510         * src/plugins/pgpcore/prefs_gpg.c
2511         * src/plugins/pgpcore/prefs_gpg.h
2512         * src/plugins/pgpcore/sgpgme.c
2513         * src/plugins/pgpcore/sgpgme.h
2514         * src/plugins/pgpinline/plugin.c
2515         * src/plugins/pgpmime/pgpmime.c
2516         * src/plugins/pgpmime/pgpmime.h
2517         * src/plugins/pgpmime/plugin.c
2518         * src/plugins/spamassassin/spamassassin.c
2519         * src/plugins/spamassassin/spamassassin.h
2520         * src/plugins/spamassassin/spamassassin_gtk.c
2521         * src/plugins/trayicon/README
2522         * tools/README
2523         * tools/README.sylprint
2524         * tools/outlook2claws-mail.pl
2525         * tools/sylprint.pl
2526         * tools/tb2claws-mail
2527         * tools/tbird2claws.py
2528         * tools/update-po
2529         * tools/vcard2xml.py
2530         * tools/kdeservicemenu/README
2531                 cleanups and corrections
2532
2533 2007-05-06 [wwp]        2.9.1cvs47
2534
2535         * tools/uudec
2536                 Fix missing dash to `display` command-line, reported
2537                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2538
2539 2007-05-06 [colin]      2.9.1cvs46
2540
2541         * src/Makefile.am
2542         * src/stock_pixmap.c
2543         * src/stock_pixmap.h
2544         * src/pixmaps/printer.xpm
2545                 Add a printer icon
2546
2547 2007-05-06 [paul]       2.9.1cvs45
2548
2549         * src/compose.c
2550         * src/ldapquery.c
2551         * src/privacy.h
2552         * src/summary_search.c
2553         * src/summaryview.c
2554                 fix build warnings
2555
2556 2007-05-05 [wwp]        2.9.1cvs44
2557
2558         * src/messageview.c
2559         * src/mh.c
2560         * src/prefs_actions.c
2561         * src/prefs_gtk.c
2562         * src/summaryview.c
2563         * src/common/xml.c
2564                 Fix "faild" typos everywhere and capitalization of
2565                 some g_warnings.
2566
2567 2007-05-04 [colin]      2.9.1cvs43
2568
2569         * src/compose.c
2570         * src/privacy.c
2571         * src/privacy.h
2572         * src/plugins/pgpcore/prefs_gpg.c
2573         * src/plugins/pgpcore/prefs_gpg.h
2574         * src/plugins/pgpinline/pgpinline.c
2575         * src/plugins/pgpmime/pgpmime.c
2576                 Add an API to warn about encryption limits,
2577                 and allow to disable these warnings
2578
2579 2007-05-03 [colin]      2.9.1cvs42
2580
2581         * src/summaryview.c
2582         * src/mainwindow.c
2583                 Fix bug 1213, 'Delete more than 
2584                 one thread at once'
2585
2586 2007-05-03 [wwp]        2.9.1cvs41
2587
2588         * src/prefs_common.c
2589         * src/prefs_filtering.c
2590         * src/prefs_template.c
2591         * src/common/template.c
2592         * src/common/template.h
2593         * src/gtk/gtkutils.c
2594         * src/gtk/gtkutils.h
2595                 Templates are no longer automatically sorted
2596                 by name, but can be sorted manually using
2597                 |< < > >| buttons as well as drag'n'drop.
2598
2599 2007-05-03 [wwp]        2.9.1cvs40
2600
2601         * src/plugins/spamassassin/spamassassin.c
2602         * src/plugins/spamassassin/spamassassin.h
2603         * src/plugins/spamassassin/spamassassin_gtk.c
2604         * src/plugins/bogofilter/bogofilter.c
2605         * src/plugins/bogofilter/bogofilter.h
2606         * src/plugins/bogofilter/bogofilter_gtk.c
2607                 Added an option to conditionally mark saved spam
2608                 as read (default is and was to do so).
2609                 Satisfies feature request 1708539 on sf.net tracker.
2610
2611 2007-05-03 [colin]      2.9.1cvs39
2612
2613         * src/inc.c
2614                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2615
2616 2007-05-02 [colin]      2.9.1cvs38
2617
2618         * src/textview.c
2619                 Fix bug 1209, 'Clicking on address 
2620                 in header (mailto uri) selects 
2621                 default account'. Patch adapted from
2622                 G.P. Halkes' patch.
2623
2624 2007-05-02 [colin]      2.9.1cvs37
2625
2626         * src/grouplistdialog.c
2627                 Set cursor to wait cursor while loading
2628                 groups.
2629
2630 2007-05-02 [paul]       2.9.1cvs36
2631
2632         * src/folder.c
2633         * src/common/defs.h
2634                 rename cache and mark files
2635                 (data is preserved)
2636
2637 2007-04-30 [paul]       2.9.1cvs35
2638
2639         * manual/glossary.xml
2640         * manual/plugins.xml
2641                 updates. Patch by Ricardo
2642
2643 2007-04-29 [wwp]        2.9.1cvs34
2644
2645         * src/mainwindow.c
2646         * configure.ac
2647                 Fix few grammatical errors (patch by David Relson < relson at
2648                 osagesoftware dot com >).
2649
2650 2007-04-28 [colin]      2.9.1cvs33
2651
2652         * src/account.c
2653         * src/pop.c
2654         * src/prefs_account.c
2655         * src/prefs_account.h
2656                 Drop the "Download all" preference. It's
2657                 stupidly useless and confuses people from
2658                 time to time.
2659
2660 2007-04-27 [wwp]        2.9.1cvs32
2661
2662         * src/account.c
2663         * src/prefs_account.c
2664         * src/prefs_account.h
2665                 Don't reflect accounts changes to the mainwindow when it's
2666                 not necessary.
2667
2668 2007-04-27 [colin]      2.9.1cvs31
2669
2670         * src/folder.c
2671                 Freeze/thaw when sync'ing flags
2672         * src/imap.c
2673         * src/prefs_account.c
2674         * src/prefs_account.h
2675         * src/etpan/imap-thread.c
2676         * src/etpan/imap-thread.h
2677                 Add a way to use UID FETCH instead
2678                 of searches to fetch message lists
2679                 and flags. More expensive towards
2680                 bandwidth, less expensive towards
2681                 server's CPU. Probably fixes 
2682                 bug 1158, 'Scanning new folders on 
2683                 Exchange 2007 extremely slow'.
2684                 Patch 95% by Hoa.
2685
2686 2007-04-27 [paul]       2.9.1cvs30
2687
2688         * src/mainwindow.c
2689         * src/prefs_logging.c
2690                 improvements to english usage
2691
2692 2007-04-27 [colin]      2.9.1cvs29
2693
2694         * src/imap.c
2695                 Fix build without libetpan (my bad!)
2696
2697 2007-04-26 [colin]      2.9.1cvs28
2698
2699         * src/imap.c
2700         * src/imap.h
2701                 Fix uselessly exported function
2702         * src/textview.c
2703                 Consider "- -- \n" as signature separator
2704                 (that's what signature separators look like
2705                  in PGP/Inline signed mails)
2706
2707 2007-04-26 [colin]      2.9.1cvs27
2708
2709         * configure.ac
2710                 libetpan-0.49 is now required
2711         * src/procmime.c
2712                 Fix double fetching of mails if
2713                 first try failed
2714         * src/imap.c
2715                 Make offline sync faster, by
2716                 remembering last change time, and
2717                 last sync time.
2718
2719 2007-04-26 [hoa]        2.9.1cvs26
2720
2721         * src/imap.c
2722         * src/imap.h
2723         * src/mainwindow.c
2724         * src/toolbar.c
2725         * src/etpan/imap-thread.c
2726         * src/etpan/imap-thread.h
2727                 cancellation of IMAP operations is now allowed.
2728                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2729
2730 2007-04-26 [colin]      2.9.1cvs25
2731
2732         * src/folder.c
2733                 Always fetch body+headers in folders that are
2734                 synched for offline use, if "Synchronise as
2735                 soon as possible" is set.
2736                 Fixes bug 1200, 'Add option to always retrieve full 
2737                 messages'
2738
2739 2007-04-25 [colin]      2.9.1cvs24
2740
2741         * src/compose.c
2742                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2743                 persists...'
2744
2745 2007-04-24 [colin]      2.9.1cvs23
2746
2747         * src/folderview.c
2748                 Fix bug 1195, 'Hardware key navigation' 
2749                 Make GDK_Enter toggle expansion (Maemo)
2750
2751 2007-04-24 [wwp]        2.9.1cvs22
2752
2753         * src/compose.c
2754                 Fix few compiler warnings.
2755
2756 2007-04-24 [paul]       2.9.1cvs21
2757
2758         * src/Makefile.am
2759         * src/stock_pixmap.c
2760         * src/stock_pixmap.h
2761                 complete last commit
2762
2763 2007-04-24 [paul]       2.9.1cvs20
2764
2765         * src/gtk/about.c
2766         * src/pixmaps/active.xpm
2767         * src/pixmaps/checkbox_off.xpm
2768         * src/pixmaps/checkbox_on.xpm
2769         * src/pixmaps/inactive.xpm
2770                 kick out the blobs
2771                 remove transparent border from checkbox icons
2772
2773 2007-04-24 [wwp]        2.9.1cvs19
2774
2775         * src/textview.c
2776         * src/textview.h
2777                 Fix a crash in textview, thanks to Colin.
2778
2779 2007-04-23 [wwp]        2.9.1cvs18
2780
2781         * src/prefs_common.c
2782                 Fix 2.9.1cvs5: no header was being translated at all.
2783
2784 2007-04-23 [colin]      2.9.1cvs17
2785
2786         * src/Makefile.am
2787         * src/stock_pixmap.c
2788         * src/stock_pixmap.h
2789         * src/summaryview.c
2790         * src/summaryview.h
2791         * src/gtk/gtksctree.c
2792         * src/gtk/gtksctree.h
2793         * src/pixmaps/selection.xpm
2794                 Fix bug 1193, 'Need a way to multi-select
2795                 items'. Add a toggle button to the summaryview
2796                 to switch between normal and multiple selection
2797                 (Maemo)
2798
2799 2007-04-23 [colin]      2.9.1cvs16
2800
2801         * src/Makefile.am
2802         * src/stock_pixmap.c
2803         * src/stock_pixmap.h
2804         * src/summaryview.c
2805         * src/summaryview.h
2806         * src/gtk/gtksctree.c
2807         * src/gtk/gtksctree.h
2808         * src/pixmaps/selection.xpm
2809                 Fix bug 1193, 'Need a way to multi-
2810                 select items'
2811                 Add a toggle button in the summaryview
2812                 to enable normal or multiple selection.
2813                 (Maemo)
2814
2815 2007-04-23 [colin]      2.9.1cvs15
2816
2817         * src/compose.c
2818                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2819
2820 2007-04-21 [colin]      2.9.1cvs14
2821
2822         * src/gtk/quicksearch.c
2823                 Fix previous commit (actually use correct
2824                 parameter)
2825
2826 2007-04-21 [colin]      2.9.1cvs13
2827
2828         * src/gtk/quicksearch.c
2829                 Fix changing quicksearch type (after Esc,
2830                 after changing Recursive, ...)
2831
2832 2007-04-20 [wwp]        2.9.1cvs12
2833
2834         * src/gtk/Makefile.am
2835                 Added headers.h (completes 2.9.1cvs5).
2836
2837 2007-04-20 [wwp]        2.9.1cvs11
2838
2839         * src/addressbook.c
2840                 Fix the use of display name in name column,
2841                 it has been overriden w/ the use of nickname
2842                 by 2.9.0cvs3. Now nickname is used (if any)
2843                 in case of LDAP books only.
2844
2845 2007-04-20 [colin]      2.9.1cvs10
2846
2847         * src/mimeview.c
2848         * src/summaryview.c
2849         * src/textview.c
2850                 Add handling of 'a' to loop in a mail's
2851                 mimeparts
2852
2853 2007-04-20 [colin]      2.9.1cvs9
2854
2855         * src/toolbar.c
2856                 Fix bug 1190, 'dir_open' button doesn't work'
2857                 (Maemo)
2858
2859 2007-04-20 [colin]      2.9.1cvs8
2860
2861         * src/folderview.c
2862         * src/mainwindow.c
2863                 Fix bug 1194, 'Hardware keys move from email 
2864                 list to account/directory list, but not back 
2865                 to email list...' (Maemo)
2866
2867 2007-04-20 [colin]      2.9.1cvs7
2868
2869         * src/compose.h
2870                 complete previous commit
2871
2872 2007-04-20 [colin]      2.9.1cvs6
2873
2874         * src/compose.c
2875                 Fix bug 1187, 'Reply-to addressee disappears 
2876                 when reply-to text box is clicked...' (Maemo)
2877
2878 2007-04-20 [wwp]        2.9.1cvs5
2879
2880         * po/POTFILES.in
2881         * src/addressbook.c
2882         * src/compose.c
2883         * src/filtering.c
2884         * src/headerview.c
2885         * src/matcher.c
2886         * src/prefs_common.c
2887         * src/prefs_common.h
2888         * src/prefs_display_header.c
2889         * src/prefs_matcher.c
2890         * src/summaryview.c
2891         * src/gtk/headers.h
2892         * src/gtk/quicksearch.c
2893                 Translate more header names according to the relevant option value,
2894                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2895                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2896                 to prefs_common_translated_header_name().
2897                 Added a headers.h reference file that contains known header names
2898                 (RFC2822 and others) to the translation process' input, so that
2899                 translated header names will still exist even if no occurrence of
2900                 _("headername") is found anymore in the sources.
2901                 Don't translate column name 'Number' following to trans_hdr option
2902                 value as it's not a header name.
2903
2904 2007-04-20 [colin]      2.9.1cvs4
2905
2906         * src/gtk/quicksearch.c
2907         * src/gtk/quicksearch.h
2908                 Add "From, To or Subject" quicksearch
2909                 type. Patch by ulfschaper@users.sf.net
2910
2911 2007-04-20 [colin]      2.9.1cvs3
2912
2913         * src/matcher.c
2914                 Implement proper references filtering condition.
2915                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2916
2917 2007-04-19 [wwp]        2.9.1cvs2
2918
2919         * src/prefs_display_header.c
2920         * src/message_search.c
2921                 Fix few warnings (g_free of const gchar*).
2922
2923 2007-04-19 [paul]       2.9.1cvs1
2924
2925         * NEWS
2926         * README
2927         * RELEASE_NOTES
2928         * configure.ac
2929                 bump version number following
2930                 stable release
2931
2932 2007-04-19 [paul]       2.9.0cvs9
2933
2934         * manual/advanced.xml
2935         * manual/glossary.xml
2936                 fix typos
2937
2938 2007-04-18 [paul]       2.9.0cvs8
2939
2940         * src/pop.c
2941                 fix for CVE-2007-1558 (APOP)
2942                 Thanks to Colin
2943
2944 2007-04-18 [paul]       2.9.0cvs7
2945
2946         * src/messageview.c
2947         * src/mimeview.c
2948         * src/summaryview.c
2949         * src/gtk/filesel.c
2950                 Fix encoding woes wrt saving of
2951                 mails and parts
2952                 Thanks to Colin
2953
2954 2007-04-18 [colin]      2.9.0cvs6
2955
2956         * src/gtk/pluginwindow.c
2957                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2958
2959 2007-04-17 [wwp]        2.9.0cvs5
2960
2961         * src/addressadd.c
2962         * src/addressbook.c
2963         * src/addrindex.c
2964         * src/ldapupdate.c
2965                 Fix --disable-ldap build,
2966                 fix some LDAP annoyances on 
2967                 searches, thanks to Colin.
2968
2969 2007-04-17 [wwp]        2.9.0cvs4
2970
2971         * src/ldapupdate.c
2972                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2973                 like gcc 2.9x. Thanks to Colin.
2974
2975 2007-04-17 [wwp]        2.9.0cvs3
2976
2977         * src/Makefile.am
2978         * src/addressadd.c
2979         * src/addressbook.c
2980         * src/addrindex.c
2981         * src/addritem.c
2982         * src/addritem.h
2983         * src/editaddress.c
2984         * src/ldapctrl.c
2985         * src/ldapctrl.h
2986         * src/ldapquery.c
2987         * src/ldapserver.c
2988         * src/ldapserver.h
2989         * src/ldapupdate.c
2990         * src/ldapupdate.h
2991                 Add LDAP write support. Patch mostly by 
2992                 Michael <mir at datanom dot net>
2993
2994 2007-04-17 [wwp]        2.9.0cvs2
2995
2996         * src/compose.c
2997                 Prepend "Add to address book" to the context menu of compose window's sender and
2998                 recipient fields.
2999
3000 2007-04-16 [paul]       2.9.0cvs1
3001
3002         * src/gtk/authors.h
3003                 add Pader Rezso
3004
3005 2007-04-16 [paul]       2.9.0
3006
3007         * NEWS
3008         * README
3009         * RELEASE_NOTES
3010                 2.9.0 released
3011
3012 2007-04-16 [paul]       2.8.1cvs102
3013
3014         * po/fr.po
3015                 updated by Fabien Vantard
3016
3017 2007-04-16 [paul]       2.8.1cvs101
3018
3019         * po/ca.po
3020         * po/cs.po
3021         * po/de.po
3022         * po/hu.po
3023         * po/pl.po
3024         * po/pt_BR.po
3025         * po/sr.po
3026         * po/zh_CN.po
3027                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3028                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3029                 Aleksandar Urosevic, and Ralgh Young
3030
3031 2007-04-15 [mones]      2.8.1cvs100
3032
3033         * po/es.po
3034                 Updated for release
3035
3036 2007-04-14 [colin]      2.8.1cvs99
3037
3038         * src/message_search.c
3039         * src/prefs_display_header.c
3040         * src/summary_search.c
3041         * src/gtk/combobox.c
3042                 Fix allocations
3043
3044 2007-04-14 [wwp]        2.8.1cvs98
3045
3046         * src/gtk/combobox.c
3047         * src/message_search.c
3048         * src/summary_search.c
3049         * src/prefs_display_header.c
3050                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3051                 returns NULL, get the text value directly from the GtkEntry child.
3052
3053 2007-04-13 [colin]      2.8.1cvs97
3054
3055         * src/gtk/quicksearch.c
3056                 Give the focus back to summaryview when
3057                 emptying the quicksearch with Esc
3058
3059 2007-04-13 [colin]      2.8.1cvs96
3060
3061         * src/message_search.c
3062         * src/prefs_display_header.c
3063         * src/summary_search.c
3064                 Fix possibles crashes when getting text
3065                 from gtk combos
3066
3067 2007-04-13 [colin]      2.8.1cvs95
3068
3069         * src/pop.c
3070                 Add some UIDL debugging
3071
3072 2007-04-12 [colin]      2.8.1cvs94
3073
3074         * src/folder.c
3075                 Force folder scan if necessary after
3076                 copying mails, to be able to reapply
3077                 flags.
3078
3079 2007-04-11 [colin]      2.8.1cvs93
3080
3081         * src/main.c
3082                 don't scan for new mail on startup if --select
3083                 is specified (or race conditions arise). If so,
3084                 do both sequentially.
3085
3086 2007-04-09 [colin]      2.8.1cvs92
3087
3088         * src/common/defs.h
3089                 Use leafpad by default on Maemo. Patch
3090                 by Jean-Luc Biord.
3091
3092 2007-04-06 [colin]      2.8.1cvs91
3093
3094         * src/pixmaps/queue_close.xpm
3095         * src/pixmaps/queue_close_hrm.xpm
3096         * src/pixmaps/queue_close_hrm_mark.xpm
3097         * src/pixmaps/queue_close_mark.xpm
3098         * src/pixmaps/queue_open.xpm
3099         * src/pixmaps/queue_open_hrm.xpm
3100         * src/pixmaps/queue_open_hrm_mark.xpm
3101         * src/pixmaps/queue_open_mark.xpm
3102                 Move the clock one pixel down :)
3103
3104 2007-04-05 [colin]      2.8.1cvs90
3105
3106         * src/mainwindow.c
3107                 Don't sync when switching offline from
3108                 command line - it's usually too late :)
3109
3110 2007-04-05 [paul]       2.8.1cvs89
3111
3112         * src/Makefile.am
3113         * src/stock_pixmap.c
3114         * src/pixmaps/dir_close_hrm.xpm
3115         * src/pixmaps/dir_close_hrm_mark.xpm
3116         * src/pixmaps/drafts_close.xpm
3117         * src/pixmaps/drafts_close_mark.xpm
3118         * src/pixmaps/drafts_open.xpm
3119         * src/pixmaps/drafts_open_mark.xpm
3120         * src/pixmaps/inbox.xpm
3121         * src/pixmaps/inbox_close.xpm
3122         * src/pixmaps/inbox_close_hrm.xpm
3123         * src/pixmaps/inbox_close_hrm_mark.xpm
3124         * src/pixmaps/inbox_close_mark.xpm
3125         * src/pixmaps/inbox_hrm.xpm
3126         * src/pixmaps/inbox_hrm_mark.xpm
3127         * src/pixmaps/inbox_mark.xpm
3128         * src/pixmaps/inbox_open.xpm
3129         * src/pixmaps/inbox_open_hrm.xpm
3130         * src/pixmaps/inbox_open_hrm_mark.xpm
3131         * src/pixmaps/inbox_open_mark.xpm
3132         * src/pixmaps/outbox.xpm
3133         * src/pixmaps/outbox_close.xpm
3134         * src/pixmaps/outbox_close_hrm.xpm
3135         * src/pixmaps/outbox_close_hrm_mark.xpm
3136         * src/pixmaps/outbox_close_mark.xpm
3137         * src/pixmaps/outbox_hrm.xpm
3138         * src/pixmaps/outbox_hrm_mark.xpm
3139         * src/pixmaps/outbox_mark.xpm
3140         * src/pixmaps/outbox_open.xpm
3141         * src/pixmaps/outbox_open_hrm.xpm
3142         * src/pixmaps/outbox_open_hrm_mark.xpm
3143         * src/pixmaps/outbox_open_mark.xpm
3144         * src/pixmaps/queue_close.xpm
3145         * src/pixmaps/queue_close_hrm.xpm
3146         * src/pixmaps/queue_close_hrm_mark.xpm
3147         * src/pixmaps/queue_close_mark.xpm
3148         * src/pixmaps/queue_open.xpm
3149         * src/pixmaps/queue_open_hrm.xpm
3150         * src/pixmaps/queue_open_hrm_mark.xpm
3151         * src/pixmaps/queue_open_mark.xpm
3152                 updated, added and replaced icons
3153                 Icons by Colin
3154
3155 2007-04-04 [colin]      2.8.1cvs88
3156
3157         * src/imap.c
3158                 Fix build without libetpan
3159
3160 2007-04-03 [colin]      2.8.1cvs87
3161
3162         * src/imap.c
3163                 Fix crash with Citadel, and try to make
3164                 things work. this server (and specifically 
3165                 STATUS and APPEND at least) seems broken.
3166
3167 2007-04-03 [colin]      2.8.1cvs86
3168
3169         * src/folderview.c
3170                 Fix icons on folder close
3171
3172 2007-04-03 [colin]      2.8.1cvs85
3173
3174         * src/inc.c
3175                 Fix double-ask of offline override in
3176                 certain cases
3177         * src/imap.c
3178         * src/imap.h
3179         * src/imap_gtk.c
3180                 Much more efficient way to synchronise
3181                 for offline use
3182         * src/etpan/imap-thread.c
3183                 Fix possible segs
3184         * src/folder.c
3185         * src/gtk/quicksearch.c
3186                 Fix some GUI lags
3187
3188 2007-04-03 [paul]       2.8.1cvs84
3189
3190         * src/filtering.c
3191         * src/folder.c
3192         * src/folder.h
3193         * src/prefs_common.c
3194         * src/prefs_common.h
3195         * src/prefs_other.c
3196                 Fix sync being done too late
3197                 Thanks to Colin
3198
3199 2007-04-02 [colin]      2.8.1cvs83
3200
3201         * src/summaryview.c
3202                 Maemo: Put status and quicksearch at the top
3203         * src/plugins/bogofilter/bogofilter.c
3204         * src/plugins/spamassassin/spamassassin.c
3205                 Derive trash from inbox if possible
3206
3207 2007-04-02 [paul]       2.8.1cvs82
3208
3209         * src/plugins/bogofilter/bogofilter_gtk.c
3210                 a few English changes
3211
3212 2007-04-02 [paul]
3213
3214         2.9.0-rc1 released
3215
3216 2007-04-02 [colin]      2.8.1cvs81
3217
3218         * src/image_viewer.c
3219                 Fix transparent images by using
3220                 GtkImage
3221         * src/messageview.c
3222                 Flush events (on new windows) to avoid
3223                 having the textview's image resize fail
3224                 to know the available width
3225
3226 2007-04-01 [colin]      2.8.1cvs80
3227
3228         * src/prefs_account.c
3229                 If no MH mailbox exist, when creating a POP/Local
3230                 account, just create and use the default one 
3231                 instead of bailing with a "Mailbox doesn't exist"
3232                 error
3233
3234 2007-03-31 [colin]      2.8.1cvs79
3235
3236         * src/prefs_account.c
3237                 Create signature file if it doesn't exist
3238                 before editing
3239         * src/prefs_toolbar.c
3240                 Maemo: Move "Use default" on the left so
3241                 that people can find it
3242         * src/common/defs.h
3243                 Maemo: make default editor "Maemopad", 
3244                 default signature file "MyDocs/signature.txt"
3245
3246 2007-03-31 [colin]      2.8.1cvs78
3247
3248         * src/prefs_account.c
3249                 Maemo: rework account prefs so
3250                 that less horizontal scrolling
3251                 is required
3252
3253 2007-03-31 [colin]      2.8.1cvs77
3254
3255         * src/folderview.c
3256         * src/prefs_common.c
3257         * src/prefs_common.h
3258                 Fix bug 1167, 'Allow not displaying zeros 
3259                 in folder list'. Patch by MartinP
3260
3261 2007-03-31 [colin]      2.8.1cvs76
3262
3263         * AUTHORS
3264                 Add Jean-Luc Biord
3265
3266 2007-03-31 [colin]      2.8.1cvs75
3267
3268         * src/imap.c
3269                 Apply patch from bug 1172, direct
3270                 access to the folder's session instead
3271                 of using getter. Patch by MartinP
3272
3273 2007-03-31 [paul]       2.8.1cvs74
3274
3275         * src/gtk/authors.h
3276                 no need to list Fabien twice!
3277
3278 2007-03-31 [colin]      2.8.1cvs73
3279
3280         * src/inc.c
3281                 If we're currently "overriding for %d minutes",
3282                 don't ask
3283
3284 2007-03-31 [colin]      2.8.1cvs72
3285
3286         * src/compose.c
3287         * src/imap.c
3288         * src/inc.c
3289         * src/inc.h
3290         * src/messageview.c
3291         * src/news.c
3292         * src/plugins/spamassassin/spamassassin.c
3293                 Offline override: Add a parameter to allow
3294                 asking even if the override timer is running.
3295                 Allows to ask every time the user makes an
3296                 explicit action needing online access (such
3297                 as Get Mail), and not when the action is 
3298                 implicit (such as opening an IMAP folder)
3299
3300 2007-03-31 [colin]      2.8.1cvs71
3301
3302         * src/inc.c
3303                 Override offline: "No" answer shouldn't
3304                 re-ask after 3 seconds, but 10 minutes. 
3305
3306 2007-03-30 [colin]      2.8.1cvs70
3307
3308         * src/common/socket.c
3309                 Better error reporting on unix socket
3310                 failure (bind usually)
3311         * src/gtk/gtkutils.c
3312         * src/gtk/gtkutils.h
3313                 Label window: add a pulsing progress
3314                 bar to show we're not hung :)
3315         * src/folderview.c
3316         * src/main.c
3317         * src/plugins/pgpcore/sgpgme.c
3318                 Update API
3319
3320 2007-03-30 [colin]      2.8.1cvs69
3321
3322         * src/pop.c
3323         * src/prefs_common.c
3324                 Fix possible trashing of history and uidl
3325                 files on disk full problems
3326
3327 2007-03-30 [paul]       2.8.1cvs68
3328
3329         * src/mainwindow.c
3330         * src/summaryview.c
3331         * src/summaryview.h
3332                 update summary when changing layout type
3333                 (fixes wrong folder icon being displayed)
3334                 Thanks to Colin
3335
3336 2007-03-29 [colin]      2.8.1cvs67
3337
3338         * src/prefs_ext_prog.c
3339                 The browser pref is irrelevant on Maemo
3340
3341 2007-03-29 [colin]      2.8.1cvs66
3342
3343         * src/compose.c
3344         * src/compose.h
3345                 Maemo: dynamically switch headers/text position
3346         * src/prefs_common.c
3347                 Maemo: hide compose's ruler by default
3348         * src/common/socket.c
3349         * src/common/socket.h
3350                 Fix build warning
3351
3352 2007-03-29 [colin]      2.8.1cvs65
3353
3354         * src/common/socket.c
3355         * src/common/socket.h
3356                 Fix build when MAEMO_CFLAGS contains
3357                 _X_OPENSOURCE (resolv.h errors as long
3358                 as we don't add _BSD_SOURCE. Ugly).
3359
3360 2007-03-29 [wwp]        2.8.1cvs64
3361
3362         * src/prefs_logging.c
3363                 Fix sensitivity of clip-log widgets in prefs/logging,
3364                 thanks to Fabien.
3365
3366 2007-03-29 [wwp]        2.8.1cvs63
3367
3368         * po/POTFILES.in
3369                 Updated files list for translations, thanks to Fabien.
3370
3371 2007-03-29 [colin]      2.8.1cvs62
3372
3373         * src/main.c
3374         * src/common/Makefile.am
3375         * src/common/utils.c
3376                 Maybe make URI opening work in Maemo
3377                 Requires testing :)
3378
3379 2007-03-28 [colin]      2.8.1cvs61
3380
3381         * src/folder.c
3382         * src/folder.h
3383         * src/folderview.c
3384                 Add the possibility to sort folders arbitrarily
3385                 (via editing of folderlist.xml only). Patch by
3386                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3387                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3388                 be changed by the user'
3389
3390 2007-03-28 [colin]      2.8.1cvs60
3391
3392         * src/mimeview.c
3393                 Add popup menu for mime icons
3394
3395 2007-03-28 [colin]      2.8.1cvs59
3396
3397         * src/mainwindow.c
3398                 Fix a layout issue when presenting
3399                 mainwindow in Small screen layout
3400         * src/toolbar.c
3401         * src/toolbar.h
3402                 Add a "Go to folder list" button for
3403                 mainwindow, and make it default in
3404                 the Maemo build
3405
3406 2007-03-28 [colin]      2.8.1cvs58
3407
3408         * src/compose.c
3409                 Don't dynamically update title on Maemo
3410                 Patch by Jean-Luc Biord
3411
3412 2007-03-27 [colin]      2.8.1cvs57
3413
3414         * src/compose.c
3415         * src/folderview.c
3416         * src/summaryview.c
3417                 Enable tap-and-hold on Maemo
3418
3419 2007-03-26 [colin]      2.8.1cvs56
3420
3421         * src/compose.c
3422                 More popup-menu (in attachments list)
3423
3424 2007-03-26 [colin]      2.8.1cvs55
3425
3426         * src/compose.c
3427                 Enable popup-menu signal
3428
3429 2007-03-26 [colin]      2.8.1cvs54
3430
3431         * src/plugins/pgpinline/pgpinline.c
3432                 Fix bug 1111, 'PGP/inline plugin hides text 
3433                 around encrypted text block'. Patch based on
3434                 a patch from Michal Cihar.
3435
3436 2007-03-26 [wwp]        2.8.1cvs53
3437
3438         * src/procmsg.c
3439                 Fix getting a false error when sending queued message
3440                 whereas the sending was fine (if there are subfolders
3441                 in the queue folder), thanks to Colin.
3442
3443 2007-03-26 [paul]       2.8.1cvs52
3444
3445         * src/wizard.c
3446                 update FACE header in welcome message
3447
3448 2007-03-25 [colin]      2.8.1cvs51
3449
3450         * src/Makefile.am
3451                 Fix make dist
3452
3453 2007-03-25 [colin]      2.8.1cvs50
3454
3455         * src/main.c
3456                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3457
3458 2007-03-24 [colin]      2.8.1cvs49
3459
3460         * src/main.c
3461                 Fix a few launch problems on Maemo
3462                 Patch by Jean-Luc Biord
3463
3464 2007-03-24 [wwp]        2.8.1cvs48
3465
3466         * src/alertpanel.c
3467         * src/alertpanel.h
3468         * src/messageview.c
3469         * src/summaryview.c
3470                 Fix wrong action performed when closing the
3471                 "ask about account specific filtering rules
3472                 when filtering manually" dialog by pressing Escape.
3473                 Fix wrong order of buttons in the "return receipt
3474                 notification - the message was sent to several of
3475                 your accounts" dialog.
3476
3477 2007-03-24 [paul]       2.8.1cvs47
3478
3479         * src/folderview.c
3480                 an improvement to English usage
3481         * tools/kdeservicemenu/README
3482                 updated Claws url
3483
3484 2007-03-24 [paul]       2.8.1cvs46
3485
3486         * src/Makefile.am
3487         * src/stock_pixmap.c
3488         * src/pixmaps/edit_extern.xpm
3489         * src/pixmaps/mail_sign.xpm
3490                 rescue long lost icons
3491
3492 2007-03-24 [paul]       2.8.1cvs45
3493
3494         * src/toolbar.c
3495                 fix toolbar (broken in 2.8.1cvs42)
3496
3497 2007-03-23 [colin]      2.8.1cvs44
3498
3499         * src/imap.c
3500                 Correctly unsubscribe/resubscribe after
3501                 RENAME
3502
3503 2007-03-23 [colin]      2.8.1cvs43
3504
3505         * src/prefs_common.c
3506                 Maemo: as the platform is light on RAM, allow
3507                 caches to be discarded faster.
3508
3509 2007-03-23 [colin]      2.8.1cvs42
3510
3511         * src/Makefile.am
3512         * src/compose.c
3513         * src/compose.h
3514         * src/stock_pixmap.c
3515         * src/stock_pixmap.h
3516         * src/summaryview.c
3517         * src/summaryview.h
3518         * src/toolbar.c
3519         * src/toolbar.h
3520         * src/pixmaps/open_mail.xpm
3521                 Maemo changes: Add the possibility to have
3522                 "Open Email" and "Close Window" buttons on 
3523                 toolbars (and use them in Maemo's default
3524                 toolbars)
3525
3526 2007-03-23 [wwp]        2.8.1cvs41
3527
3528         * src/action.c
3529                 Reverted that part of the action dialog closure logics, to
3530                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3531                 done later in a different way (or may not).
3532
3533 2007-03-22 [wwp]        2.8.1cvs40
3534
3535         * src/action.c
3536                 Fix sticky action dialog when got no output but action command
3537                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3538
3539 2007-03-22 [colin]      2.8.1cvs39
3540
3541         * src/prefs_filtering.c
3542         * src/gtk/combobox.h
3543                 Fix escaping account names in filtering prefs
3544
3545 2007-03-22 [colin]      2.8.1cvs38
3546
3547         * src/addrindex.c
3548         * src/ldapctrl.h
3549         * src/ldapquery.c
3550                 Add any attribute specified in LDAP servers'
3551                 Search attributes to the Other Attributes tab
3552                 of contacts; Add 'telephoneNumber' in the
3553                 default list.
3554
3555 2007-03-22 [colin]      2.8.1cvs37
3556
3557         * src/folderview.c
3558         * src/folderview.h
3559         * src/mainwindow.c
3560                 Try to prevent race conditions when
3561                 changing the folder list
3562         * src/summaryview.c
3563                 Fix possible red folder icon when
3564                 switching from Small screen layout
3565                 to any other
3566
3567 2007-03-22 [colin]      2.8.1cvs36
3568
3569         * src/mainwindow.c
3570         * src/mainwindow.h
3571         * src/summaryview.c
3572                 Rename "little screen" to "Small screen"
3573         * src/gtk/Makefile.am
3574         * src/common/utils.c
3575         * src/mh.c
3576                 Fix Maemo-related compilation problems
3577
3578 2007-03-21 [colin]      2.8.1cvs35
3579
3580         * configure.ac
3581                 Fix previous commit
3582         * claws-mail.desktop
3583                 Remove .png from the Icon, it's useless
3584
3585 2007-03-21 [colin]      2.8.1cvs34
3586
3587         * configure.ac
3588         * src/Makefile.am
3589                 Add the necessary lib checking for 
3590                 Maemo
3591
3592 2007-03-21 [colin]      2.8.1cvs33
3593
3594         * src/main.c
3595                 Fix unconditional "error happened" when
3596                 sending via command-line. "lol @ myself"
3597
3598 2007-03-21 [colin]      2.8.1cvs32
3599
3600         * claws-mail-40x40.png
3601         * claws-mail-26x26.png
3602         * src/account.c
3603         * src/addressbook.c
3604         * src/compose.c
3605         * src/folderview.c
3606         * src/folderview.h
3607         * src/main.c
3608         * src/mainwindow.c
3609         * src/mainwindow.h
3610         * src/messageview.c
3611         * src/prefs_account.c
3612         * src/prefs_common.c
3613         * src/summary_search.c
3614         * src/summaryview.c
3615         * src/summaryview.h
3616         * src/gtk/authors.h
3617         * src/gtk/gtkutils.c
3618         * src/gtk/gtkutils.h
3619         * src/gtk/logwindow.c
3620         * src/gtk/menu.c
3621         * src/gtk/prefswindow.c
3622                 Add Maemo port (patch mainly by Jean-Luc Biort)
3623                 Add a new 'Little screen' layout to help on such
3624                 platforms (patch by me)
3625                 Make some default preferences different (more
3626                 adapted) on Maemo (patch by me)
3627
3628 2007-03-21 [wwp]        2.8.1cvs31
3629
3630         * src/prefs_logging.c
3631         * src/prefs_logging.h
3632                 Fixed copyright header of newly added files.
3633
3634 2007-03-21 [wwp]        2.8.1cvs30
3635
3636         * src/Makefile.am
3637         * src/filtering.c
3638         * src/filtering.h
3639         * src/folder.c
3640         * src/folderview.c
3641         * src/imap.c
3642         * src/inc.c
3643         * src/main.c
3644         * src/mainwindow.c
3645         * src/mainwindow.h
3646         * src/matcher.c
3647         * src/messageview.c
3648         * src/news.c
3649         * src/pop.c
3650         * src/prefs_common.c
3651         * src/prefs_common.h
3652         * src/prefs_logging.c
3653         * src/prefs_logging.h
3654         * src/prefs_other.c
3655         * src/procmsg.c
3656         * src/send_message.c
3657         * src/summaryview.c
3658         * src/common/log.c
3659         * src/common/log.h
3660         * src/common/nntp.c
3661         * src/common/session.c
3662         * src/common/smtp.c
3663         * src/common/socket.c
3664         * src/etpan/imap-thread.c
3665         * src/gtk/logwindow.c
3666         * src/gtk/logwindow.h
3667         * src/plugins/bogofilter/bogofilter.c
3668         * src/plugins/spamassassin/spamassassin.c
3669                 Added debugging of filtering/processing rules.
3670                 The debug log is here 'Tools/Filtering debug window',
3671                 the options there 'Configuration/Preferences/Other/Logging',
3672                 and the log file is ~/.claws-mail/filtering.log.
3673                 Moved protocol log prefs to 'Other/Logging' as well.
3674                 To support such debugging feature, the existing log API has
3675                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3676                 this impacts many external modules (commits follow).
3677
3678 2007-03-21 [paul]       2.8.1cvs29
3679
3680         * src/etpan/Makefile.am
3681         * src/etpan/imap-thread.c
3682                 add missing #include
3683
3684 2007-03-21 [colin]      2.8.1cvs28
3685
3686         * src/procmime.c
3687                 Fix bug 1157, 'some broken messages confuse 
3688                 mime parser'. Make sure we can't have MimeInfos
3689                 with negative sizes.
3690
3691 2007-03-20 [colin]      2.8.1cvs27
3692
3693         * src/main.c
3694                 Fix missing \0 on buffer
3695
3696 2007-03-20 [colin]      2.8.1cvs26
3697
3698         * src/mh.c
3699                 Use make_dir_hier instead of make_dir 
3700                 to create the MH mailbox
3701
3702 2007-03-20 [colin]      2.8.1cvs25
3703
3704         * src/folder.c
3705         * src/folder.h
3706         * src/prefs_account.c
3707         * src/wizard.c
3708                 Fix default inbox weirdnesses (after wizard,
3709                 if path is Mail, mailbox identifier is #mh/Mailbox,
3710                 and when creating new accounts)
3711
3712 2007-03-20 [colin]      2.8.1cvs24
3713
3714         * src/account.c
3715                 Write folderlist after adding/deleting accounts
3716                 that have folders
3717
3718 2007-03-20 [colin]      2.8.1cvs23
3719
3720         * src/imap.c
3721         * src/remotefolder.h
3722                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3723                 selected while scanning prior to update'
3724
3725 2007-03-17 [paul]       2.8.1cvs22
3726
3727         * src/main.c
3728                 fix a typo, and be a little more verbose.
3729
3730 2007-03-17 [wwp]        2.8.1cvs21
3731
3732         * src/inc.c
3733                 Fix a compiler warning.
3734
3735 2007-03-16 [wwp]        2.8.1cvs20
3736
3737         * tools/Makefile.am
3738         * tools/README
3739                 Updated to deal w/ the new mairix.sh tool.
3740
3741 2007-03-16 [wwp]        2.8.1cvs19
3742
3743         * src/action.c
3744                 Fix logics issues around the action IO dialog:
3745                 - disable entry widget and exec button when
3746                   the exec button is clicked (don't wait for any
3747                   output line) - fix possible disabling/re-enabling/
3748                   re-disabling of those widgets
3749                 - raise an error if executing a %as{} action either
3750                   empty or invalid, instead of failing silently
3751                 - don't close the dialog if the abort button has been
3752                   clicked and if there was no output yet
3753                 - set focus to the abort button when the exec button
3754                   is clicked
3755                 - fix capitalization of a warning message
3756
3757 2007-03-16 [wwp]        2.8.1cvs18
3758
3759         * tools/mairix.sh
3760                 Added a wrapper to mairix to the tools folder.
3761
3762 2007-03-16 [colin]      2.8.1cvs17
3763
3764         * src/messageview.c
3765         * src/mimeview.h
3766                 Allow mimeviewer plugins to print
3767                 their stuff
3768
3769 2007-03-16 [colin]      2.8.1cvs16
3770
3771         * .cvsignore
3772                 Ignore *.patchset
3773
3774 2007-03-15 [colin]      2.8.1cvs15
3775
3776         * src/messageview.c
3777         * src/mimeview.h
3778                 Add a way for mimeviewer plugins to
3779                 implement body search
3780
3781 2007-03-15 [paul]       2.8.1cvs14
3782
3783         * src/prefs_spelling.c
3784                 fix English usage
3785
3786 2007-03-15 [paul]       2.8.1cvs13
3787
3788         * src/common/quoted-printable.c
3789                 fix decoding of quoted-printable parts
3790
3791 2007-03-14 [wwp]        2.8.1cvs12
3792
3793         * src/gtk/logwindow.h
3794                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3795
3796 2007-03-14 [wwp]        2.8.1cvs11
3797
3798         * src/gtk/logwindow.h
3799                 Complete 2.8.1cvs10.
3800
3801 2007-03-14 [colin]      2.8.1cvs10
3802
3803         * src/gtk/logwindow.c
3804                 Probably fix bug 1149, crash on logwindow
3805                 close - at the expense of performance once
3806                 logwin has been opened
3807
3808 2007-03-14 [colin]      2.8.1cvs9
3809
3810         * src/main.c
3811                 If claws-mail is running on another
3812                 display, warn instead of popping it up
3813                 on the other display
3814
3815 2007-03-12 [colin]      2.8.1cvs8
3816
3817         * src/wizard.c
3818                 Fix bug 1145, 'Setting a different name 
3819                 for the Mailbox name isn't reflected in 
3820                 default account settings'. Patch by wwp
3821
3822 2007-03-12 [colin]      2.8.1cvs7
3823
3824         * src/summaryview.c
3825                 Fix bug 1143, 'Add number of messages to be 
3826                 deleted to confirmation dialog'
3827
3828 2007-03-12 [wwp]        2.8.1cvs6
3829
3830         * src/folderview.c
3831         * src/prefs_common.c
3832         * src/prefs_common.h
3833         * src/prefs_summaries.c
3834                 Changed the option that displays unread messages count
3835                 next to the folder name in folder list: it is now
3836                 possible to either display nothing, display the
3837                 unread messages number only or the unread and total messages
3838                 numbers. The patch includes this extra feature as well
3839                 as some minor fixes by rewriting the algo in folderview.c.
3840                 Thanks to Paul for the original idea and implementation, plus
3841                 testing and proof-reading!
3842
3843 2007-03-09 [paul]       2.8.1cvs5
3844
3845         * tools/Makefile.am
3846         * tools/README
3847         * tools/claws-mail-compose-insert-files.pl
3848                 added a script which enables inserting files
3849                 into the message body of a new Claws Mail
3850                 Compose window from the command line. Additionally
3851                 To, Cc, Subject and files to attach to the message
3852                 can be specified.
3853
3854 2007-03-09 [wwp]        2.8.1cvs4
3855
3856         * src/addr_compl.c
3857         * src/addr_compl.h
3858         * src/filtering.c
3859                 Optimize matching of addresses in the addressbook
3860                 (filtering/processing 'found_in_addressbook' condition).
3861
3862 2007-03-07 [wwp]        2.8.1cvs3
3863
3864         * src/quote_fmt.c
3865         * src/quote_fmt_lex.l
3866         * src/quote_fmt_parse.y
3867                 Add a new quote format symbol: %A to insert the
3868                 sender email address (just the address itself).
3869
3870 2007-03-06 [wwp]        2.8.1cvs2
3871
3872         * src/gtk/gtkutils.c
3873         * src/plugins/trayicon/trayicon_prefs.h
3874         * src/plugins/trayicon/trayicon_prefs.c
3875         * src/plugins/trayicon/trayicon.c
3876         * src/mainwindow.h
3877         * src/mainwindow.c
3878                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3879                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3880
3881
3882 2007-03-06 [paul]       2.8.1cvs1
3883
3884         * NEWS
3885         * README
3886         * RELEASE_NOTES
3887         * configure.ac
3888                 bump version number following
3889                 stable release
3890
3891 2007-03-06 [paul]       2.8.0cvs24
3892
3893         * po/cs.po
3894                 corrected by by Tim <timbrain@post.cz>
3895
3896 2007-03-05 [colin]      2.8.0cvs23
3897
3898         * src/Makefile.am
3899         * src/procmime.c
3900                 Fix mime/globs path on NetBSD
3901                 patch by George Michaelson
3902
3903 2007-03-05 [wwp]        2.8.0cvs22
3904
3905         * src/addr_compl.c
3906                 Remove debug statement (accidentally committed w/ cvs14).
3907
3908 2007-03-05 [paul]       2.8.0cvs21
3909
3910         * src/plugins/pgpcore/prefs_gpg.c
3911                 fix compiler warning
3912
3913 2007-03-05 [wwp]        2.8.0cvs20
3914
3915         * src/matcher_parser_parse.y
3916                 Fix mismerge between cvs17 and cvs19.
3917
3918 2007-03-05 [wwp]        2.8.0cvs19
3919
3920         * src/matcher_parser_parse.y
3921         * src/prefs_filtering_action.c
3922         * src/matcher.c
3923         * src/matcher.h
3924         * src/filtering.c
3925         * src/filtering.h
3926                 Add new 'add_to_addressbook' filtering/processing action.
3927
3928 2007-03-05 [wwp]        2.8.0cvs18
3929
3930         * src/filtering.c
3931                 Fix mark_as_ham filtering/processing action: spam flag
3932                 was not unset.
3933
3934 2007-03-04 [colin]      2.8.0cvs17
3935
3936         * src/filtering.c
3937         * src/matcher.c
3938         * src/matcher.h
3939         * src/matcher_parser_parse.y
3940         * src/prefs_filtering_action.c
3941                 Add 'Mark as spam' and 'Mark as ham' filtering
3942                 actions. Fixes bug 1138.
3943
3944 2007-03-04 [colin]      2.8.0cvs16
3945
3946         * src/imap.c
3947                 Fix bug 1140, wrong return value
3948                 without libetpan
3949
3950 2007-03-04 [wwp]        2.8.0cvs15
3951
3952         * src/addr_compl.c
3953                 Rollback cvs14: don't free stuff that is managed in g_list.
3954
3955 2007-03-04 [wwp]        2.8.0cvs14
3956
3957         * src/addr_compl.c
3958                 Fix a leak in address completion code.
3959
3960 2007-03-04 [colin]      2.8.0cvs13
3961
3962         * src/addr_compl.c
3963                 Maybe fix bug 1136, 'Crash in group 
3964                 address completion'
3965
3966 2007-03-04 [iwkse]      2.8.0cvs12
3967
3968         * src/imap.c
3969                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3970
3971 2007-03-03 [colin]      2.8.0cvs11
3972
3973         * src/plugins/pgpinline/pgpinline.c
3974                 Fix off-by-one, fix double-free. Fixes
3975                 bug 1135, 'cm-segfault on decrypting 
3976                 with PGP/inline'
3977
3978 2007-03-03 [colin]      2.8.0cvs10
3979
3980         * configure.ac
3981         * src/main.c
3982         * src/common/plugin.c
3983                 Fix bug 1134, 'Valgrind macros unhandled 
3984                 by Irix's cc'
3985
3986 2007-03-02 [colin]      2.8.0cvs9
3987
3988         * src/mbox.c
3989                 Don't error out on EAGAIN. Fixes 
3990                 bug 1129, '"local mbox file" account 
3991                 isn't retrieving mails'
3992
3993 2007-03-01 [wwp]        2.8.0cvs8
3994
3995         * src/mainwindow.c
3996         * src/gtk/colorlabel.c
3997                 Remove accels for extra color labels until we set better
3998                 and definitive ones.
3999
4000 2007-02-28 [wwp]        2.8.0cvs7
4001
4002         * src/mainwindow.c
4003         * src/matcher_parser_parse.y
4004         * src/prefs_common.c
4005         * src/prefs_msg_colors.c
4006         * src/procmsg.h
4007         * src/gtk/colorlabel.c
4008         * src/gtk/colorlabel.h
4009                 Add more customizable color labels. Cleaned up a bit
4010                 the color label API to avoid duplicate defines of
4011                 the max number of colors.
4012
4013 2007-02-27 [colin]      2.8.0cvs6
4014
4015         * src/mainwindow.c
4016         * src/common/utils.c
4017         * src/common/utils.h
4018                 Fix '+' in mailto URIs for List-* headers
4019
4020 2007-02-27 [colin]      2.8.0cvs5
4021
4022         * src/gtk/gtkutils.c
4023                 Use gtk_window_set_role instead of 
4024                 _set_wmclass
4025
4026 2007-02-27 [colin]      2.8.0cvs4
4027
4028         * src/inc.c
4029                 Fix "After receiving new mail, go to inbox" on IMAP,
4030                 and make it work only on manual reception
4031
4032 2007-02-27 [wwp]        2.8.0cvs3
4033
4034         * src/prefs_filtering.c
4035         * src/prefs_filtering_action.c
4036         * src/prefs_matcher.c
4037                 Update filtering matcher's and action's color label menus
4038                 when re-opening those dialogs (reflect any change to the
4039                 color labels list in the preferences).
4040
4041 2007-02-27 [colin]      2.8.0cvs2
4042
4043         * src/imap.c
4044         * src/etpan/etpan-thread-manager-types.h
4045         * src/etpan/etpan-thread-manager.c
4046         * src/etpan/imap-thread.c
4047                 Log imap ALERTs as errors in the log.
4048
4049 2007-02-26 [paul]       2.8.0cvs1
4050
4051         * tools/claws.i18n.status.pl
4052                 updated
4053
4054 2007-02-26 [paul]       2.7.2cvs75
4055
4056         * po/ca.po
4057         * po/cs.po
4058         * po/de.po
4059         * po/en_GB.po
4060         * po/fi.po
4061         * po/fr.po
4062         * po/hu.po
4063         * po/pl.po
4064         * po/pt_BR.po
4065         * po/sk.po
4066         * po/sr.po
4067         * po/zh_CN.po
4068                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4069                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4070                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4071                 Aleksandar Urosevic, and Ralgh Young
4072
4073 2007-02-25 [mones]      2.7.2cvs74
4074
4075         * po/es.po
4076                 Updated for release
4077
4078 2007-02-25 [colin]      2.7.2cvs73
4079
4080         * src/main.c
4081                 Clearing the list is only useful
4082                 to prevent a valgrind false-positive
4083
4084 2007-02-25 [paul]       2.7.2cvs72
4085
4086         * tools/Makefile.am
4087         * tools/README
4088         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4089         * tools/maildir2claws-mail.pl  **REMOVED**
4090                 renamed the script, fixed a couple bugs
4091
4092 2007-02-23 [colin]      2.7.2cvs71
4093
4094         * src/addressbook.c
4095                 Fix a leak, check for a few improbable nulls
4096
4097 2007-02-23 [colin]      2.7.2cvs70
4098
4099         * src/main.c
4100         * src/main.h
4101         * src/plugins/trayicon/trayicon.c
4102                 Fix blinking mainwin when starting in tray
4103                 (show mainwindow later in the startup process,
4104                  apart if restarting post-crash)
4105
4106 2007-02-23 [colin]      2.7.2cvs69
4107
4108         * src/folderview.c
4109         * src/imap_gtk.c
4110                 Fix crash when unsubscribing the currently
4111                 selected/opened folder
4112
4113 2007-02-23 [colin]      2.7.2cvs68
4114
4115         * src/compose.c
4116                 Fix bug that prevented colorization to
4117                 work without wrap quotation option
4118
4119 2007-02-23 [colin]      2.7.2cvs67
4120
4121         * src/addr_compl.c
4122                 Fix refcounting, start and end completion who
4123                 behaved as if there couldn't be any other current
4124                 user of completion
4125
4126 2007-02-23 [wwp]        2.7.2cvs66
4127
4128         * src/addressbook.c
4129         * src/addrindex.c
4130                 Address completion fixes: fix addressbook_peek_folder_exists() in
4131                 which the algorithm was ridiculously over-obfuscated and broken.
4132                 Fix addrindex_load_completion() as well, to load addresses in
4133                 completion list with regards to what addressbook_peek_folder_exists()
4134                 returns now.
4135
4136 2007-02-23 [wwp]        2.7.2cvs65
4137
4138         * src/addr_compl.c
4139                 Add addresses to completion when they're non-empty (thanks to Colin).
4140
4141 2007-02-23 [paul]       2.7.2cvs64
4142
4143         * src/plugins/pgpcore/passphrase.c
4144                 remove 'const '
4145
4146 2007-02-23 [colin]      2.7.2cvs63
4147
4148         * src/plugins/pgpcore/prefs_gpg.c
4149         * src/plugins/pgpcore/prefs_gpg.h
4150         * src/plugins/pgpcore/sgpgme.c
4151         * src/plugins/pgpinline/pgpinline.c
4152         * src/plugins/pgpmime/pgpmime.c
4153                 Try harder to respect user's choice wrt
4154                 gpg-agent even with gpg2, by unsetting
4155                 GPG_AGENT_INFO when necessary.
4156
4157 2007-02-22 [paul]       2.7.2cvs62
4158
4159         * src/plugins/pgpcore/sgpgme.c
4160         * src/plugins/pgpcore/sgpgme.h
4161         * src/plugins/pgpcore/passphrase.c
4162         * src/plugins/pgpinline/pgpinline.c
4163         * src/plugins/pgpmime/pgpmime.c
4164                 Fix a leak - gpgme_data_release_and_get_mem
4165                 leaks in recent gpgme. Workaround by using
4166                 our own function.
4167
4168 2007-02-22 [paul]       2.7.2cvs61
4169
4170         * src/gtk/quicksearch.c
4171                 Abandon dynamic search when pressing
4172                 Enter
4173
4174 2007-02-21 [colin]      2.7.2cvs60
4175
4176         * src/procmsg.c
4177         * src/plugins/pgpcore/passphrase.c
4178                 Fix little memory leaks
4179         * src/main.c
4180                 Fix false-positive leak at exit
4181         * src/gtk/quicksearch.c
4182                 Fix potentially big leak in recursive
4183                 Quicksearch
4184
4185 2007-02-21 [wwp]        2.7.2cvs59
4186
4187         * src/summaryview.c
4188                 Add missing newline to a debug message.
4189
4190 2007-02-20 [colin]      2.7.2cvs58
4191
4192         * src/Makefile.am
4193         * src/mimeview.c
4194         * src/stock_pixmap.c
4195         * src/stock_pixmap.h
4196         * src/pixmaps/mime_pgpsig.xpm
4197                 Add icon for application/pgp-signature
4198
4199 2007-02-20 [colin]      2.7.2cvs57
4200
4201         * src/Makefile.am
4202         * src/main.c
4203         * src/mimeview.c
4204         * src/stock_pixmap.c
4205         * src/stock_pixmap.h
4206         * src/pixmaps/mime_calendar.xpm
4207         * src/pixmaps/mime_pdf.xpm
4208         * src/pixmaps/mime_ps.xpm
4209                 Add icons for text/calendar, application/pdf
4210                 and application/postscript
4211
4212 2007-02-20 [colin]      2.7.2cvs56
4213
4214         * autogen.sh
4215         * src/matcher_parser_parse.y
4216         * src/matcher_parser_lex.l
4217                 Fix big memory leak in flex, and
4218                 require flex 2.5.31
4219
4220 2007-02-20 [wwp]        2.7.2cvs55
4221
4222         * src/matcher_parser_parse.y
4223                 Fix a duplicate token definition (thanks to iwkse).
4224
4225 2007-02-20 [wwp]        2.7.2cvs54
4226
4227         * src/matcher_parser_lex.l
4228         * src/quote_fmt_lex.l
4229                 Use proper flex options instead of direct use of #define,
4230                 make the flex-generated C lighter.
4231
4232 2007-02-20 [colin]      2.7.2cvs53
4233
4234         * src/summaryview.c
4235                 Grab focus in message list after hiding
4236                 the quicksearch, instead of leaving it
4237                 "somewhere"
4238
4239 2007-02-19 [colin]      2.7.2cvs52
4240
4241         * src/folderview.c
4242                 Fix bug 1033, 'Automatically refresh 
4243                 message list when new messages arrives'
4244                 Looks like folderview->opened can sometimes
4245                 be wrong...
4246
4247 2007-02-19 [paul]       2.7.2cvs51
4248
4249         * tools/Makefile.am
4250         * tools/README
4251         * tools/thunderbird-filters-convertor.pl
4252                 add new script which converts thunderbird filter
4253                 rules to Claws filter rules
4254
4255 2007-02-18 [paul]       2.7.2cvs50
4256
4257         * src/plugins/pgpcore/prefs_gpg.c
4258         * src/plugins/pgpcore/prefs_gpg.h
4259         * src/plugins/pgpcore/sgpgme.c
4260         * src/plugins/pgpinline/pgpinline.c
4261         * src/plugins/pgpmime/pgpmime.c
4262                 improved GUI interoperability with gpg-agent
4263
4264 2007-02-18 [paul]       2.7.2cvs49
4265
4266         * src/prefs_account.c
4267                 Privacy options sensitivity fix
4268
4269 2007-02-17 [colin]      2.7.2cvs48
4270
4271         * src/messageview.c
4272                 Reset icon to warning in the noticeview
4273
4274 2007-02-15 [colin]      2.7.2cvs47
4275
4276         * src/folderview.c
4277                 Fix a manifestation of bug 1033 (summaryview failing
4278                 to update for new mails), which happens after editing
4279                 account preferences or preferences that cause a 
4280                 folderview reload.
4281
4282 2007-02-15 [colin]      2.7.2cvs46
4283
4284         * src/addressbook.c
4285                 Probably fix bug 1123, 'Segmentation 
4286                 fault while opening address book'. I get
4287                 g_warnings if the saved paned position is
4288                 not greater than 0. Also, save position
4289                 when hiding the addressbook instead of
4290                 via signal.
4291
4292 2007-02-14 [colin]      2.7.2cvs45
4293
4294         * src/plugins/pgpcore/prefs_gpg.c
4295         * src/plugins/pgpcore/prefs_gpg.h
4296         * src/plugins/pgpcore/sgpgme.c
4297         * src/plugins/pgpinline/pgpinline.c
4298         * src/plugins/pgpmime/pgpmime.c
4299                 Add an option "Use gpg-agent if available". Fixes
4300                 annoyances with distro-installed gpg-agent, when
4301                 no pinentry program is installed, and the user's 
4302                 at a loss on why "decryption failed". Makes more
4303                 clear why passphrase isn't saved when gpg-agent is
4304                 used. Defaults to true, to avoid changing the 
4305                 current behaviour.
4306
4307 2007-02-14 [wwp]        2.7.2cvs44
4308
4309         * src/matcher_parser_parse.y
4310                 Fix missing line number reset (wrong line number might appear
4311                 when re-loading filtering rules if there's a parser error).
4312
4313 2007-02-13 [colin]      2.7.2cvs43
4314
4315         * src/common/utils.c
4316                 Don't encode ',' in URIs before passing it
4317                 to the browser command-line. It was probably
4318                 done at a time where commas in URIs made
4319                 mozilla -remote 'openurl(%s,new-window)'
4320                 bug.
4321
4322 2007-02-13 [wwp]        2.7.2cvs42
4323
4324         * src/prefs_matcher.c
4325         * src/plugins/bogofilter/bogofilter_gtk.c
4326                 A bit of string factorization around "Select ..." buttons.
4327
4328 2007-02-11 [colin]      2.7.2cvs41
4329
4330         * src/alertpanel.c
4331                 Make sure to escape the title
4332
4333 2007-02-11 [colin]      2.7.2cvs40
4334
4335         * src/codeconv.c
4336                 Recognize .utf8 locales as .UTF-8 ones
4337
4338 2007-02-11 [colin]      2.7.2cvs39
4339
4340         * src/compose.c
4341                 Fix code conversion when dragging a file
4342
4343 2007-02-09 [colin]      2.7.2cvs38
4344
4345         * src/plugins/clamav/clamav_plugin.c
4346                 Complete Paul's patch with conditional
4347                 compilation to avoid breaking compilation
4348                 on old Dapper and Edgy... Maybe other
4349                 distros too.
4350
4351 2007-02-09 [paul]       2.7.2cvs37
4352
4353         * src/plugins/clamav/clamav_plugin.c
4354                 fix for the upstream changes in libclamav
4355
4356 2007-02-09 [paul]       2.7.2cvs36
4357
4358         * src/main.c
4359         * src/mainwindow.c
4360         * src/procmsg.c
4361         * src/procmsg.h
4362                 fix "warn if there are queued messages" (on exit)
4363                 option, which only checked the first mailbox's
4364                 queue
4365                 don't ask before emptying trash if there are no
4366                 messages in trash, also check and empty all trash
4367                 folders
4368         * src/prefs_other.c
4369                 move "Ask before emptying trash" option
4370                 outside of the "On exit" frame as it's
4371                 not only an "On exit" option
4372
4373 2007-02-09 [paul]       2.7.2cvs35
4374
4375         * src/addrgather.c
4376         * src/alertpanel.c
4377         * src/editldap.c
4378         * src/prefs_account.c
4379         * src/prefs_folder_item.c
4380         * src/prefs_gtk.h
4381         * src/prefs_matcher.c
4382         * src/prefs_message.c
4383         * src/prefs_msg_colors.c
4384         * src/prefs_summaries.c
4385         * src/wizard.c
4386         * src/gtk/inputdialog.c
4387         * src/plugins/bogofilter/bogofilter_gtk.c
4388                 pedantic commit: use 'checkbtn' everywhere
4389                 instead of a mixture of 'checkbtn' and 'chkbtn'
4390
4391 2007-02-09 [paul]       2.7.2cvs34
4392
4393         * src/compose.c
4394                 fix default hotkeys
4395         * src/prefs_other.c
4396         * src/prefs_send.c
4397                 move "Never send Return Receipts" from
4398                 prefs_other to prefs_send
4399                 add an option "Ask about account specific
4400                 filtering rules..." to prefs_other
4401         * src/gtk/gtkutils.c
4402                 fix a compiler warning
4403
4404 2007-02-08 [colin]      2.7.2cvs33
4405
4406         * src/plugins/pgpinline/pgpinline.c
4407                 Fix bug 1110, 'pgpmime fails to process 
4408                 encapsulated openpgp mime (rfc 3156, 6.1 
4409                 -> rfc1847)'
4410                 It was due to an interaction between PGP/Mime
4411                 and PGP/Inline plugin. 
4412
4413 2007-02-08 [colin]      2.7.2cvs32
4414
4415         * src/inc.c
4416         * src/mbox.c
4417         * src/mbox.h
4418                 Fix bug 1117, 'fcntl locking code 
4419                 does not work in mbox.c'
4420
4421 2007-02-08 [colin]      2.7.2cvs31
4422
4423         * src/prefs_account.c
4424                 Fix Gentoo bug 165819, 'can't create 
4425                 a "local mbox file" account'. Patch
4426                 by Olivier <castan.o@free.fr>
4427
4428 2007-02-07 [colin]      2.7.2cvs30
4429
4430         * src/ldapquery.c
4431                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4432                 autocompletion was used'
4433
4434 2007-02-07 [paul]       2.7.2cvs29
4435
4436         * src/folder.c
4437                 cut down on unnecessary debug_prints
4438         * src/imap_gtk.c
4439                 fix menu_set_active() on 'Show only
4440                 subscribed folders'
4441
4442 2007-02-07 [paul]       2.7.2cvs28
4443
4444         * src/plugins/clamav/clamav_plugin.c
4445         * src/plugins/clamav/clamav_plugin.h
4446         * src/plugins/clamav/clamav_plugin_gtk.c
4447                 fix copyright header
4448
4449 2007-02-07 [paul]       2.7.2cvs27
4450
4451         * src/procheader.c
4452                 fix bug 1116, 'summary view allow a 
4453                 subject line break'
4454
4455 2007-02-06 [colin]      2.7.2cvs26
4456
4457         * src/summaryview.c
4458                 Fix delete thread
4459
4460 2007-02-05 [fabien]     2.7.2cvs25
4461
4462         * po/POTFILES.in
4463         * src/uri_opener.c
4464                 i18n related - 1 fix and 1 message for translators.
4465
4466 2007-02-05 [colin]      2.7.2cvs24
4467
4468         * src/gtk/quicksearch.c
4469                 Don't reload summary list if quicksearch wasn't
4470                 active on hiding; move currently selected mail in
4471                 the visible area when showing the quicksearch
4472
4473 2007-02-05 [colin]      2.7.2cvs23
4474
4475         * src/folderview.c
4476                 Add debug to try to solve bug 1104
4477
4478 2007-02-05 [paul]       2.7.2cvs22
4479
4480         * src/mainwindow.c
4481                 confirm before emptying trash on exit is
4482                 a Yes or No answer, use Yes or No in the
4483                 dialog
4484
4485 2007-02-04 [colin]      2.7.2cvs21
4486
4487         * src/compose.c
4488         * src/plugins/pgpcore/passphrase.c
4489         * src/plugins/pgpcore/select-keys.c
4490                 Set wmclass on new windows
4491
4492 2007-02-04 [colin]
4493
4494         2.8.0-rc1 released
4495
4496 2007-02-04 [colin]      2.7.2cvs20
4497
4498         * src/compose.c
4499         * src/compose.h
4500                 Auto save drafts on exit, reopen them
4501                 at startup, instead of asking
4502         * src/account.c
4503         * src/addressadd.c
4504         * src/addressbook.c
4505         * src/addressbook_foldersel.c
4506         * src/addrgather.c
4507         * src/crash.c
4508         * src/editaddress.c
4509         * src/editbook.c
4510         * src/editgroup.c
4511         * src/editjpilot.c
4512         * src/editldap.c
4513         * src/editldap_basedn.c
4514         * src/editvcard.c
4515         * src/exphtmldlg.c
4516         * src/expldifdlg.c
4517         * src/export.c
4518         * src/foldersel.c
4519         * src/gedit-print.c
4520         * src/import.c
4521         * src/importldif.c
4522         * src/importmutt.c
4523         * src/importpine.c
4524         * src/main.c
4525         * src/mainwindow.c
4526         * src/message_search.c
4527         * src/messageview.c
4528         * src/prefs_actions.c
4529         * src/prefs_customheader.c
4530         * src/prefs_display_header.c
4531         * src/prefs_filtering.c
4532         * src/prefs_filtering_action.c
4533         * src/prefs_folder_column.c
4534         * src/prefs_gtk.c
4535         * src/prefs_matcher.c
4536         * src/prefs_other.c
4537         * src/prefs_summaries.c
4538         * src/prefs_summary_column.c
4539         * src/prefs_template.c
4540         * src/sourcewindow.c
4541         * src/ssl_manager.c
4542         * src/summary_search.c
4543         * src/uri_opener.c
4544         * src/gtk/about.c
4545         * src/gtk/description_window.c
4546         * src/gtk/foldersort.c
4547         * src/gtk/gtkutils.c
4548         * src/gtk/gtkutils.h
4549         * src/gtk/icon_legend.c
4550         * src/gtk/logwindow.c
4551         * src/gtk/pluginwindow.c
4552         * src/gtk/prefswindow.c
4553                 Give different wmclass to different
4554                 windows - thanks to sed ;)
4555
4556 2007-02-04 [colin]      2.7.2cvs19
4557
4558         * src/main.c
4559                 Revert previous patch, can't reproduce
4560                 it anymore. 
4561
4562 2007-02-03 [colin]      2.7.2cvs18
4563
4564         * src/main.c
4565                 Don't save the mainwindow size and
4566                 position on emergency exit (libSM's
4567                 "die" callback), Xfce seems to make
4568                 the window smaller just before the
4569                 size's saved.
4570
4571 2007-02-03 [colin]      2.7.2cvs17
4572
4573         * src/plugins/bogofilter/bogofilter.c
4574         * src/plugins/bogofilter/bogofilter.h
4575         * src/plugins/bogofilter/bogofilter_gtk.c
4576         * src/plugins/pgpinline/pgpinline.c
4577         * src/plugins/pgpinline/pgpinline.h
4578                 Fix more copyrights
4579
4580 2007-02-03 [colin]      2.7.2cvs16
4581
4582         * src/partial_download.c
4583         * src/partial_download.h
4584         * src/ssl_manager.c
4585         * src/ssl_manager.h
4586         * src/uri_opener.c
4587         * src/uri_opener.h
4588         * src/wizard.c
4589         * src/wizard.h
4590         * src/common/ssl_certificate.c
4591         * src/common/ssl_certificate.h
4592         * src/gtk/quicksearch.c
4593         * src/gtk/quicksearch.h
4594         * src/gtk/sslcertwindow.c
4595         * src/gtk/sslcertwindow.h
4596                 Fix copyright on my files
4597
4598 2007-02-02 [colin]      2.7.2cvs15
4599
4600         * src/Makefile.am
4601         * src/mainwindow.c
4602         * src/messageview.c
4603         * src/messageview.h
4604         * src/textview.c
4605         * src/textview.h
4606         * src/uri_opener.c
4607         * src/uri_opener.h
4608                 Add Tools/List URIs to allow
4609                 opening any URI in the current mail
4610
4611 2007-02-02 [colin]      2.7.2cvs14
4612
4613         * src/common/valgrind.h ** NEW FILE **
4614         * src/common/Makefile.am
4615         * src/common/plugin.c
4616                 Don't dlclose the plugins if we're running
4617                 under valgrind. (doesn't require valgrind
4618                 either at compile time or run time).
4619
4620 2007-02-01 [paul]       2.7.2cvs13
4621
4622         * AUTHORS
4623         * src/gtk/authors.h
4624         * tools/freshmeat_search.pl
4625         * tools/google_search.pl
4626         * tools/multiwebsearch.pl
4627                 add support for non ISO-8859-1 compatible locales
4628                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4629
4630 2007-02-01 [colin]      2.7.2cvs12
4631
4632         * src/prefs_other.c
4633         * src/prefs_summaries.c
4634                 Move keybinding prefs to the Other page
4635
4636 2007-02-01 [wwp]        2.7.2cvs11
4637
4638         * src/plugins/trayicon/trayicon.c
4639                 Fix a raising issue within KDE.
4640
4641 2007-02-01 [colin]      2.7.2cvs10
4642
4643         * src/codeconv.c
4644                 Fix stray quotes in encoded strings
4645         * src/addressadd.c
4646                 Fix wrong call causing g_warnings
4647         * src/textview.c
4648                 Remove useless message
4649
4650 2007-01-31 [wwp]        2.7.2cvs9
4651
4652         * src/plugins/trayicon/trayicon.c
4653                 fix buggy hiding of main window when closing if close-to-tray
4654                 is not set (bad logics  in the trayicon hook code).
4655                 Changed the quit confirmation message too.
4656
4657 2007-01-30 [colin]      2.7.2cvs8
4658
4659         * src/main.c
4660                 Fix hidden mainwindow after clicking on
4661                 the X close button, if compose windows
4662                 exist and the user chooses not to quit
4663
4664 2007-01-30 [colin]      2.7.2cvs7
4665
4666         * src/main.c
4667         * src/compose.c
4668                 Handle local URIs to attach files (file:///...)
4669                 Fixes attaching files from Thunar for example
4670
4671 2007-01-30 [colin]      2.7.2cvs6
4672
4673         * src/prefs_ext_prog.c
4674                 Add 'mousepad' to the list of text editors.
4675                 Mousepad is XFCE's text editor
4676
4677 2007-01-29 [wwp]        2.7.2cvs5
4678
4679         * po/POTFILES.in
4680         * src/plugins/trayicon/trayicon_prefs.c
4681                 trayicon i18n fixes, thanks to Fabien.
4682
4683 2007-01-28 [wwp]        2.7.2cvs4
4684
4685         * src/mainwindow.c
4686         * src/mainwindow.h
4687         * src/plugins/trayicon/trayicon.c
4688         * src/plugins/trayicon/trayicon_prefs.c
4689         * src/plugins/trayicon/trayicon_prefs.h
4690                 Added a new TrayIcon plugin option to close to tray
4691                 (WM's hotkey and [X] button will hide the window instead
4692                 of closing it - closing CM can be done using the tray icon
4693                 menu or the File menu).
4694                 Improved visibility handling in trayicon, clicking the
4695                 trayicon now raise the window to current desktop when it
4696                 was either minimized/shaded/on another desktop.
4697                 Thanks to Paul for testing and fixing a strange behaviour
4698                 in KDE ;-).
4699
4700 2007-01-27 [paul]       2.7.2cvs3
4701
4702         * src/prefs_folder_item.c
4703         * src/prefs_receive.c
4704         * src/plugins/pgpcore/prefs_gpg.c
4705                 use 'start-up' instead of 'startup' in labels
4706
4707 2007-01-26 [wwp]        2.7.2cvs2
4708
4709         * src/plugins/trayicon/Makefile.am
4710         * src/plugins/trayicon/trayicon.c
4711         * src/plugins/trayicon/trayicon_prefs.c
4712         * src/plugins/trayicon/trayicon_prefs.h
4713                 Add a new TrayIcon option to hide the main window at
4714                 start-up.
4715                 Fix trayicon.c copyright header.
4716
4717 2007-01-26 [paul]       2.7.2cvs1
4718
4719         * NEWS
4720         * README
4721         * RELEASE_NOTES
4722         * configure.ac
4723                 bump up version number following
4724                 stable release
4725
4726 2007-01-25 [mones]      2.7.1cvs60
4727
4728         * po/es.po
4729                 updated thousands of strings (well, probably less ;-)
4730
4731 2007-01-25 [colin]      2.7.1cvs59
4732
4733         * src/matcher.c
4734                 Fix 2nd-run loss of matcherrc on new
4735                 configurations. 
4736
4737 2007-01-25 [wwp]        2.7.1cvs58
4738
4739         * src/mimeview.c
4740                 fix handling of empty value in attach_save_directory too, thanks
4741                 to Colin.
4742
4743 2007-01-25 [wwp]        2.7.1cvs57
4744
4745         * src/gtk/filesel.c
4746                 fix handling of empty value in attach_load_directory,
4747                 thanks to Colin.
4748
4749 2007-01-25 [wwp]        2.7.1cvs56
4750
4751         * src/plugins/dillo_viewer/dillo_prefs.h
4752                 fix a typo.
4753
4754 2007-01-25 [colin]      2.7.1cvs55
4755
4756         * src/matcher.c
4757         * src/matcher.h
4758         * src/matcher_parser_parse.y
4759         * src/prefs_matcher.c
4760                 Add matching on the spam flag
4761
4762 2007-01-24 [colin]      2.7.1cvs54
4763
4764         * src/folder.c
4765         * src/common/xml.c
4766         * src/common/xml.h
4767                 Make sure folderlist.xml is correctly
4768                 written before overwriting it.
4769         * src/procmsg.c
4770         * src/procmsg.h
4771         * src/summaryview.c
4772         * src/plugins/bogofilter/bogofilter.c
4773         * src/plugins/bogofilter/bogofilter.h
4774         * src/plugins/bogofilter/bogofilter_gtk.c
4775         * src/plugins/spamassassin/spamassassin.c
4776         * src/plugins/spamassassin/spamassassin.h
4777         * src/plugins/spamassassin/spamassassin_gtk.c
4778                 Move spam to the correct trash folder after
4779                 learning, if spam directory isn't set.
4780
4781 2007-01-23 [paul]       2.7.1cvs53
4782
4783         * src/plugins/bogofilter/bogofilter_gtk.c
4784                 fix sensitivity of "Insert X-Bogosity header"
4785                 option
4786
4787 2007-01-23 [colin]      2.7.1cvs52
4788
4789         * src/toolbar.c
4790                 Translate toolbar items text if
4791                 they're translatable (default)
4792         * src/addrcache.c
4793         * src/addrcache.h
4794         * src/addritem.c
4795         * src/addritem.h
4796         * src/codeconv.c
4797         * src/codeconv.h
4798         * src/jpilot.c
4799         * src/jpilot.h
4800         * src/ldapctrl.c
4801         * src/ldapctrl.h
4802         * src/ldapquery.h
4803         * src/ldif.c
4804         * src/ldif.h
4805         * src/etpan/etpan-thread-manager.c
4806         * src/etpan/etpan-thread-manager.h
4807         * src/gtk/gtkutils.c
4808         * src/gtk/gtkutils.h
4809                 More static functions
4810
4811 2007-01-22 [fabien]     2.7.1cvs51
4812
4813         * src/gtk/gtkutils.c
4814                 gtkut_get_options_frame() : ability to pass
4815                 a 'NULL' value in frame pointer parameter if
4816                 we don't need it.
4817
4818 2007-01-22 [colin]      2.7.1cvs50
4819
4820         * src/procmsg.c
4821         * src/procmsg.h
4822         * src/plugins/bogofilter/bogofilter.c
4823         * src/plugins/bogofilter/bogofilter_gtk.c
4824         * src/plugins/spamassassin/spamassassin.c
4825         * src/plugins/spamassassin/spamassassin_gtk.c
4826                 Allow moving spams to the account's trash
4827                 instead of default one
4828
4829 2007-01-21 [colin]      2.7.1cvs49
4830
4831         * src/ldapquery.c
4832         * src/ldapquery.h
4833                 Revert a static function that shouldn't
4834                 have been
4835
4836 2007-01-21 [colin]      2.7.1cvs48
4837
4838         * src/ldapquery.c
4839         * src/ldapquery.h
4840                 Same
4841
4842 2007-01-21 [colin]      2.7.1cvs47
4843
4844         * src/procmsg.c
4845         * src/procmsg.h
4846                 Same
4847
4848 2007-01-21 [colin]      2.7.1cvs46
4849
4850         * src/common/socket.c
4851         * src/common/socket.h
4852                 Same
4853
4854 2007-01-21 [colin]      2.7.1cvs45
4855
4856         * src/crash.c
4857         * src/exporthtml.c
4858         * src/exporthtml.h
4859         * src/exportldif.c
4860         * src/exportldif.h
4861         * src/folder.c
4862         * src/folder.h
4863         * src/folder_item_prefs.c
4864         * src/folder_item_prefs.h
4865         * src/folderview.c
4866         * src/folderview.h
4867         * src/gedit-print.c
4868         * src/gedit-print.h
4869         * src/main.c
4870         * src/main.h
4871         * src/common/socket.c
4872         * src/common/socket.h
4873         * src/gtk/gtkaspell.c
4874         * src/gtk/gtkaspell.h
4875         * src/gtk/quicksearch.c
4876         * src/gtk/quicksearch.h
4877                 Same
4878
4879 2007-01-21 [colin]      2.7.1cvs44
4880
4881         * src/common/utils.c
4882         * src/common/utils.h
4883         * src/etpan/etpan-thread-manager.c
4884         * src/etpan/etpan-thread-manager.h
4885                 Same (Funny that etpan_thread_unbind
4886                 is called but not etpan_thread_bind)
4887
4888 2007-01-21 [colin]      2.7.1cvs43
4889
4890         * src/addrselect.c
4891         * src/addrselect.h
4892         * src/codeconv.c
4893         * src/codeconv.h
4894         * src/compose.c
4895         * src/compose.h
4896         * src/etpan/Makefile.am
4897         * src/gtk/colorlabel.c
4898         * src/gtk/colorlabel.h
4899         * src/gtk/sslcertwindow.c
4900         * src/gtk/sslcertwindow.h
4901         * src/etpan/etpan-log.c ** REMOVED **
4902         * src/etpan/etpan-log.h ** REMOVED **
4903                 Same
4904
4905 2007-01-20 [colin]      2.7.1cvs42
4906
4907         * src/addritem.c
4908         * src/addritem.h
4909                 Same
4910
4911 2007-01-20 [colin]      2.7.1cvs41
4912
4913         * src/account.c
4914         * src/account.h
4915         * src/addrbook.c
4916         * src/addrbook.h
4917         * src/addrcache.c
4918         * src/addrcache.h
4919         * src/addrclip.c
4920         * src/addrclip.h
4921         * src/addressbook.c
4922         * src/addressbook.h
4923         * src/addrharvest.c
4924         * src/addrharvest.h
4925         * src/addrindex.c
4926         * src/addrindex.h
4927         * src/editaddress.c
4928         * src/editaddress.h
4929                 Make functions that aren't used in other
4930                 files static
4931
4932 2007-01-20 [colin]      2.7.1cvs40
4933
4934         * src/account.c
4935         * src/addrbook.c
4936         * src/addrcache.c
4937         * src/addressbook.c
4938         * src/addrgather.c
4939         * src/addrindex.c
4940         * src/addrquery.c
4941         * src/addrselect.c
4942         * src/browseldap.c
4943         * src/compose.c
4944         * src/editbook.c
4945         * src/editjpilot.c
4946         * src/editldap.c
4947         * src/editldap_basedn.c
4948         * src/editvcard.c
4949         * src/exporthtml.c
4950         * src/exportldif.c
4951         * src/folder.c
4952         * src/folderview.c
4953         * src/image_viewer.c
4954         * src/imap.c
4955         * src/importmutt.c
4956         * src/importpine.c
4957         * src/jpilot.c
4958         * src/ldapquery.c
4959         * src/main.c
4960         * src/mainwindow.c
4961         * src/matcher.c
4962         * src/messageview.c
4963         * src/mh.c
4964         * src/mimeview.c
4965         * src/msgcache.c
4966         * src/mutt.c
4967         * src/news.c
4968         * src/pine.c
4969         * src/prefs_account.c
4970         * src/prefs_common.c
4971         * src/prefs_compose_writing.c
4972         * src/prefs_ext_prog.c
4973         * src/prefs_folder_item.c
4974         * src/prefs_fonts.c
4975         * src/prefs_message.c
4976         * src/prefs_msg_colors.c
4977         * src/prefs_other.c
4978         * src/prefs_quote.c
4979         * src/prefs_receive.c
4980         * src/prefs_send.c
4981         * src/prefs_spelling.c
4982         * src/prefs_summaries.c
4983         * src/prefs_toolbar.c
4984         * src/prefs_wrapping.c
4985         * src/privacy.c
4986         * src/procmime.c
4987         * src/procmsg.c
4988         * src/ssl_manager.c
4989         * src/statusbar.c
4990         * src/summaryview.c
4991         * src/toolbar.c
4992         * src/vcard.c
4993         * src/common/hooks.c
4994         * src/common/log.c
4995         * src/common/passcrypt.c
4996         * src/common/socket.c
4997         * src/common/ssl.c
4998         * src/common/ssl_certificate.c
4999         * src/common/template.c
5000         * src/common/utils.c
5001         * src/etpan/imap-thread.c
5002         * src/gtk/sslcertwindow.c
5003         * src/gtk/sslcertwindow.h
5004                 Make functions that could be static, static
5005
5006 2007-01-20 [colin]      2.7.1cvs39
5007
5008         * src/editldap.c
5009                 Fix tooltip
5010
5011 2007-01-20 [colin]      2.7.1cvs38
5012
5013         * src/ldapquery.c
5014         * src/ldaputil.c
5015         * src/ldaputil.h
5016                 Fix bug 1102, 'claws-mail-2.7.1 
5017                 makes use of deprecated ldap 
5018                 functions'
5019
5020 2007-01-20 [colin]      2.7.1cvs37
5021
5022         * src/mainwindow.c
5023         * src/mainwindow.h
5024         * src/summaryview.c
5025         * src/gtk/quicksearch.c
5026                 Add Wide message list layout
5027
5028 2007-01-19 [fabien]     2.7.1cvs36
5029
5030         * src/textview.c
5031                 make sure a font change is considered in links of
5032                 headerview.
5033
5034 2007-01-19 [colin]      2.7.1cvs35
5035
5036         * src/main.c
5037         * src/mainwindow.c
5038         * src/mainwindow.h
5039         * src/messageview.c
5040         * src/messageview.h
5041         * src/prefs_common.c
5042         * src/prefs_common.h
5043         * src/summaryview.c
5044         * src/summaryview.h
5045         * src/gtk/quicksearch.c
5046         * src/gtk/quicksearch.h
5047                 Drop 'Separate Folder tree' and 'Separate
5048                 Message View'. Put three layouts in place
5049                 of it.
5050
5051 2007-01-19 [paul]       2.7.1cvs34
5052
5053         * src/prefs_msg_colors.c
5054                 more use of Q_ for translators
5055
5056 2007-01-19 [paul]       2.7.1cvs33
5057
5058         * src/imap_gtk.c
5059         * src/prefs_account.c
5060                 a few changes to the English
5061
5062 2007-01-19 [fabien]     2.7.1cvs32
5063
5064         * src/wizard.c
5065                 factorize translatable string
5066
5067 2007-01-18 [colin]      2.7.1cvs31
5068
5069         * src/main.c
5070                 Don't error out on --sync option. Although
5071                 we don't do anything with it, gtk+ handles
5072                 it, and it's useful for debugging X errors
5073
5074 2007-01-18 [fabien]     2.7.1cvs30
5075
5076         * src/prefs_other.c
5077                 ability to apply on the fly the recent added
5078                 'gtk_can_change_accels' pref (no need to restart).
5079
5080 2007-01-18 [fabien]     2.7.1cvs29
5081
5082         * src/plugins/bogofilter/bogofilter_gtk.c
5083         * src/plugins/bogofilter/bogofilter.c
5084         * src/plugins/spamassassin/spamassassin_gtk.c
5085         * src/addr_compl.c
5086         * src/prefs_account.c
5087                 factorize or rewrite some translatable strings.
5088
5089 2007-01-18 [fabien]     2.7.1cvs28
5090
5091         * src/prefs_gtk.h
5092         * src/compose.c
5093                 set a 4pix space between "Subject:" label and subject entry in
5094                 compose window.
5095
5096 2007-01-18 [wwp]        2.7.1cvs27
5097
5098         * src/addressbook.c
5099                 fix conflicting address-copy/paste when focus is set
5100                 to the embedded edit-person form.
5101  
5102
5103 2007-01-18 [wwp]        2.7.1cvs26
5104
5105         * src/addressbook.h
5106                 complete 2.7.1cvs23 (one more file was missing from that
5107                 commit).
5108
5109 2007-01-18 [colin]      2.7.1cvs25
5110
5111         * src/main.c
5112                 Provide a way to migrate without backup
5113                 Re-ask for migration on next start if 
5114                 it has been refused and wizard has been 
5115                 cancelled after.
5116
5117 2007-01-18 [wwp]        2.7.1cvs24
5118
5119         * src/editaddress.c
5120                 complete 2.7.1.cvs23 (file was missing from previous
5121                 commit).
5122
5123 2007-01-18 [wwp]        2.7.1cvs23
5124
5125         * src/addressbook.c
5126                 fix potential crashes in address book's focus_in/out signal handlers,
5127                 force focus to the edit-person form when clicked the Edit menu entry or
5128                 button (this only matters if the edit-person form is embedded to the
5129                 AB window, in that case, focus is not set when browsing the contacts
5130                 list w/ keys or mouse clicks).
5131
5132 2007-01-18 [paul]       2.7.1cvs22
5133
5134         * src/main.c
5135                 add command line options:
5136                 -h for --help
5137                 -q and --quit for --exit
5138                 -v for --version
5139                 print "Unknown option" for unknown options
5140
5141 2007-01-18 [paul]       2.7.1cvs21
5142
5143         * po/ru.po
5144                 updated by Pavlo Bohmat
5145
5146 2007-01-18 [paul]       2.7.1cvs20
5147
5148         * src/mainwindow.c
5149                 fix sensitivity issues of Mark as Spam/Ham
5150
5151 2007-01-17 [fabien]     2.7.1cvs19
5152
5153         * src/prefs_other.c
5154         * src/prefs_common.c
5155         * src/prefs_common.h
5156         * src/main.c
5157                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5158                 control the corresponding gtk property. It could be used to lock
5159                 all shortcuts (avoid to set one of them by inadvertency).
5160
5161 2007-01-17 [colin]      2.7.1cvs18
5162
5163         * src/summaryview.c
5164                 Fix bug 1100, 'Highlighted e-mail data not visible 
5165                 when color label applied.'. Use a weighted average
5166                 between normal selected foreground color and color
5167                 label instead of a simple one (3/1 instead 1/1).
5168
5169 2007-01-17 [colin]      2.7.1cvs17
5170
5171         * src/messageview.c
5172                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5173                 crash' - don't prevent mail switching while loading
5174
5175 2007-01-17 [colin]      2.7.1cvs16
5176
5177         * src/folder.c
5178         * src/folder.h
5179         * src/folderview.c
5180         * src/folderview.h
5181         * src/imap.c
5182         * src/imap.h
5183         * src/imap_gtk.c
5184                 Manage recursive search of unsubscribed folders
5185                 Rescan tree without checking for new messages 
5186                 after subscriptions changed
5187
5188 2007-01-17 [paul]       2.7.1cvs15
5189
5190         * src/prefs_common.c
5191         * src/gtk/pluginwindow.c
5192                 fix bug 1101, '"Load plugin" button is
5193                 accidentally hidden'
5194                 unset (-1) initial width in prefs_common,
5195                 fix overlapping buttons,
5196                 and other cleanups
5197
5198 2007-01-17 [paul]       2.7.1cvs14
5199
5200         * src/procmime.c
5201                 add #include <errno.h>, it's needed
5202                 on some systems
5203
5204 2007-01-17 [paul]       2.7.1cvs13
5205
5206         * src/common/defs.h
5207         * tools/make.themes.project
5208                 rename .sylpheed_themeinfo to .claws_themeinfo
5209                 and use it
5210         * src/etpan/etpan-errors.h
5211         * src/etpan/etpan-log.c
5212         * src/etpan/etpan-log.h
5213         * src/etpan/etpan-thread-manager-types.h
5214         * src/etpan/etpan-thread-manager.c
5215         * src/etpan/etpan-thread-manager.h
5216         * src/etpan/imap-thread.c
5217         * src/etpan/imap-thread.h
5218                 add copyright header
5219
5220 2007-01-17 [colin]      2.7.1cvs12
5221
5222         * src/plugins/pgpcore/select-keys.c
5223         * src/gtk/pluginwindow.c
5224         * src/prefs_account.c
5225                 Fix warnings
5226
5227 2007-01-16 [colin]      2.7.1cvs11
5228
5229         * src/imap.c
5230         * src/imap.h
5231         * src/imap_gtk.c
5232                 Manage subscribing to subfolders when only
5233                 subscribed folders are shown.
5234
5235 2007-01-16 [colin]      2.7.1cvs10
5236
5237         * src/folderview.c
5238                 Fix annoying vscrollbar going back to top
5239                 on Check for new folders
5240
5241 2007-01-16 [colin]      2.7.1cvs9
5242
5243         * src/imap.c
5244                 Remove printf
5245
5246 2007-01-16 [colin]      2.7.1cvs8
5247
5248         * src/filtering.c
5249                 Bigger buffer for errors
5250         * src/imap.c
5251         * src/imap.h
5252         * src/imap_gtk.c
5253         * src/prefs_account.c
5254         * src/prefs_account.h
5255         * src/wizard.c
5256         * src/etpan/imap-thread.c
5257         * src/etpan/imap-thread.h
5258         * manual/handling.xml
5259                 Add subscriptions management. What it changes:
5260                 Creating a folder subscribes to it
5261                 Deleting a folder unsubscribes it
5262                 New contextual menu item allowing to switch between
5263                 All folders and Subscribed folders, subscribe, and
5264                 unsubscribe. "Creating" an existing but unsubscribed
5265                 folder will subscribe it.
5266                 By default for new accounts, only subscribed folders 
5267                 are shown.
5268
5269
5270 2007-01-16 [paul]       2.7.1cvs7
5271
5272         * src/summaryview.c
5273                 Allow folder classes to specify only sort_key or
5274                 sort_type instead of both or none.
5275
5276 2007-01-16 [paul]       2.7.1cvs6
5277
5278         * src/action.c
5279         * src/compose.c
5280         * src/mimeview.c
5281         * src/procmime.c
5282         * src/textview.c
5283                 Save and use errno for procmime_get_part
5284
5285 2007-01-16 [colin]      2.7.1cvs5
5286
5287         * src/imap.c
5288                 Never remove INBOX when scanning for
5289                 new folders. It's a special folder
5290                 that has to exist.
5291
5292 2007-01-15 [colin]      2.7.1cvs4
5293
5294         * src/imap.c
5295                 Fix 'Check for new folders' when IMAP subdirectory
5296                 is set
5297         * src/etpan/imap-thread.c
5298                 Fix build
5299
5300 2007-01-15 [colin]      2.7.1cvs3
5301
5302         * src/etpan/imap-thread.c
5303                 Fix invalid free on command-connection
5304                 error
5305
5306 2007-01-15 [wwp]        2.7.1cvs2
5307
5308         * src/matcher_parser_lex.l
5309         * src/quote_fmt_lex.l
5310         * src/matcher_parser_parse.y
5311                 fix copyright header in lexers and parsers.
5312
5313 2007-01-15 [paul]       2.7.1cvs1
5314
5315         * NEWS
5316         * README
5317         * RELEASE_NOTES
5318         * configure.ac
5319                 bump up version number following
5320                 stable release
5321
5322 2007-01-15 [paul]       2.7.0cvs31
5323
5324         * AUTHORS
5325         * src/gtk/authors.h
5326                 add Fabien to the Team list
5327                 add the recent contributors
5328                 make a few corrections
5329
5330 2007-01-15 [paul]       2.7.0cvs30
5331
5332         * src/mainwindow.c
5333                 fix compiler warning
5334         * src/plugins/pgpcore/prefs_gpg.c
5335         * src/plugins/pgpcore/prefs_gpg.h
5336                 add missing include
5337                 fix copyright header
5338
5339 2007-01-14 [colin]      2.7.0cvs29
5340
5341         * src/gtk/filesel.c
5342                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5343                 two benefits: faster to open, will fix strange
5344                 dbus-related crash. Thanks to Pascal Terjan.
5345
5346 2007-01-14 [colin]      2.7.0cvs28
5347
5348         * src/etpan/imap-thread.c
5349                 Delete the old imap just after allocating
5350                 the new one. Makes sure we don't get the
5351                 same pointer by sheer luck, which feels
5352                 strange in the debug log.
5353
5354 2007-01-14 [colin]      2.7.0cvs27
5355
5356         * src/gtk/inputdialog.c
5357                 Make sure we don't print passwords in
5358                 clear text when in debug mode
5359
5360 2007-01-14 [colin]      2.7.0cvs26
5361
5362         * src/gtk/gtksctree.c
5363                 Fix bug 1098, 'bogus last row display 
5364                 after expanding a thread'. Patch by
5365                 Jindrich Makovicka <makovick@gmail.com>
5366
5367 2007-01-14 [colin]      2.7.0cvs25
5368
5369         * src/etpan/imap-thread.c
5370                 Close socket manually before
5371                 freeing the imap struct
5372
5373 2007-01-14 [colin]      2.7.0cvs24
5374
5375         * src/etpan/imap-thread.c
5376                 Maybe fix new reconnection issues
5377
5378 2007-01-13 [colin]      2.7.0cvs23
5379
5380         * src/summaryview.c
5381                 Freeze/thaw on thread selection
5382
5383 2007-01-13 [paul]       2.7.0cvs22
5384
5385         * src/mainwindow.c
5386         * src/summaryview.c
5387         * src/summaryview.h
5388                 add 'Edit/Delete thread'
5389
5390 2007-01-13 [colin]      2.7.0cvs21
5391
5392         * src/prefs_account.c
5393         * src/prefs_compose_writing.c
5394         * src/prefs_message.c
5395         * src/prefs_msg_colors.c
5396         * src/prefs_other.c
5397         * src/prefs_receive.c
5398         * src/prefs_spelling.c
5399         * src/prefs_summaries.c
5400         * src/prefs_themes.c
5401         * src/gtk/gtkutils.c
5402         * src/gtk/gtkutils.h
5403         * src/plugins/pgpcore/prefs_gpg.c
5404         * src/plugins/spamassassin/spamassassin_gtk.c
5405                 Factorize gtk frame creation
5406                 Patch by Pawel
5407
5408 2007-01-13 [colin]      2.7.0cvs20
5409
5410         * src/message_search.c
5411         * src/summary_search.c
5412                 Fix Enter in search windows
5413         * src/messageview.c
5414                 Fix body search starting at the
5415                 end of the mail (and asking for loop)
5416
5417 2007-01-13 [colin]      2.7.0cvs19
5418
5419         * src/etpan/imap-thread.c
5420                 Make sure we don't free the same imap
5421                 twice
5422
5423 2007-01-13 [colin]      2.7.0cvs18
5424
5425         * commitHelper
5426                 Allow multiple commitHelpers to
5427                 run at once
5428
5429 2007-01-12 [colin]      2.7.0cvs17
5430
5431         * src/etpan/imap-thread.c
5432                 Make sure we get rid of the previous mailimap
5433                 when connecting - just in case disconnect was
5434                 unclean
5435
5436 2007-01-12 [paul]       2.7.0cvs16
5437
5438         * src/compose.c
5439                 Strip S/MIME signatures when re-editing
5440                 S/MIME signed messages.
5441
5442 2007-01-12 [paul]       2.7.0cvs15
5443
5444         * configure.ac
5445         * src/addressbook.c
5446         * src/foldersel.c
5447         * src/folderview.c
5448         * src/main.c
5449                 no need to define CLAWS anymore, remove
5450                 all that stuff
5451
5452 2007-01-12 [paul]       2.7.0cvs14
5453
5454         * src/mimeview.c
5455                 check if the mail's signed as
5456                 it can change the mail structure
5457                 Thanks to Colin
5458
5459 2007-01-12 [paul]       2.7.0cvs13
5460
5461         * src/procmime.c
5462                 fix Forwarding msgs with attachments
5463                 that have dos line endings
5464                 Thanks to Colin
5465
5466 2007-01-12 [wwp]        2.7.0cvs12
5467
5468         * configure.ac
5469                 Revert accidentally committed extra version tag.
5470
5471 2007-01-12 [wwp]        2.7.0cvs11
5472
5473         * src/prefs_account.c
5474                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5475
5476 2007-01-11 [colin]      2.7.0cvs10
5477
5478         * src/imap.c
5479                 move g_warning to debug_print
5480                 it scares people for no reason
5481
5482 2007-01-11 [colin]      2.7.0cvs9
5483
5484         * po/POTFILES.in
5485                 Fix files to translate. Patch by
5486                 Fabien
5487
5488 2007-01-11 [paul]       2.7.0cvs8
5489
5490         * src/imap.c
5491                 Fix recursion when server lists the
5492                 current subfolder in the response
5493         * src/mimeview.c
5494                 Fix updating of icon_list/ctree
5495         * src/plugins/pgpcore/select-keys.c
5496                 Fix a few annoyances when choosing
5497                 keys for the CMS (S/MIME) protocol
5498
5499 2007-01-11 [wwp]        2.7.0cvs7
5500
5501         * src/compose.c
5502         * src/prefs_account.c
5503         * src/prefs_account.h
5504                 Add per-account spellcheck default dictionaries settings.
5505
5506 2007-01-10 [colin]      2.7.0cvs6
5507
5508         * src/prefs_folder_item.c
5509                 Factorize strings - patch by Fabien
5510
5511 2007-01-10 [colin]      2.7.0cvs5
5512
5513         * src/mainwindow.c
5514                 Fix bug 1095, 'Crash while changing folder 
5515                 columns during incorporation'
5516
5517 2007-01-09 [colin]      2.7.0cvs4
5518
5519         * src/gtk/pluginwindow.c
5520                 Set the plugin window transient. Seems
5521                 like some window managers hide it in
5522                 the background after "load plugin"...
5523
5524 2007-01-09 [colin]      2.7.0cvs3
5525
5526         * src/gtk/filesel.c
5527                 Use the same type for alloc and free
5528
5529 2007-01-08 [paul]       2.7.0cvs2
5530
5531         * po/nl.po
5532                 updated by Tim Dijkstra
5533
5534 2007-01-08 [paul]       2.7.0cvs1
5535
5536         * src/prefs_themes.c
5537         * src/common/utils.c
5538                 Fix resource leaks
5539
5540 2007-01-08 [paul]       2.7.0
5541
5542         * NEWS
5543         * README
5544         * RELEASE_NOTES
5545                 2.7.0 released
5546
5547 2007-01-08 [paul]       2.6.1cvs119
5548
5549         * doc/man/claws-mail.1
5550                 another correction
5551
5552 2007-01-08 [paul]       2.6.1cvs118
5553
5554         * doc/man/claws-mail.1
5555                 corrections
5556         * manual/advanced.xml
5557                 improved English usage
5558
5559 2007-01-08 [paul]       2.6.1cvs117
5560
5561         * po/ca.po
5562         * po/de.po
5563         * po/en_GB.po
5564         * po/fi.po
5565         * po/it.po
5566         * po/pt_BR.po
5567         * po/sk.po
5568         * po/sr.po
5569         * po/zh_CN.po
5570                 updated by Miquel Oliete, Stephan Sachse, me,
5571                 Tommi Pirinen, Andrea Spadaccini, Frederico
5572                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5573                 Urosevic, and Ralgh Young
5574
5575 2007-01-07 [mones]      2.6.1cvs116
5576
5577         * manual/es/advanced.xml
5578         * po/es.po
5579                 Synced manual (unhide mark_as_read_delay)
5580                 and updated translation for release
5581
5582 2007-01-07 [paul]       2.6.1cvs115
5583
5584         * src/prefs_matcher.c
5585                 make the hbox content fit better under
5586                 various languages
5587
5588 2007-01-07 [colin]      2.6.1cvs114
5589
5590         * src/messageview.c
5591                 Fix bug 1088, 'Ctrl-h produces repeatable
5592                 crash'
5593
5594 2007-01-06 [colin]      2.6.1cvs113
5595
5596         * src/etpan/imap-thread.c
5597                 Add casts to int to get certs. Fixes
5598                 bug 1064, 'crash @ etpan_certificate_check() 
5599                 when opening an IMAP folder', with latest
5600                 libetpan CVS or >= 0.49
5601         * src/mainwindow.c
5602         * src/mainwindow.h
5603         * src/imap_gtk.c
5604         * src/news_gtk.c
5605         * src/prefs_folder_item.c
5606                 Grey out the "synchronise" menu items if
5607                 there's nothing to synchronise.
5608         * src/plugins/pgpcore/sgpgme.c
5609                 Make an error clearer than "Unknown error"
5610
5611 2007-01-06 [colin]      2.6.1cvs112
5612
5613         * src/messageview.c
5614                 Don't try to show a message if updating
5615                 Maybe fixes bug 1088, 'ctrl-h produces
5616                 repeatable crash'.
5617
5618 2007-01-06 [colin]      2.6.1cvs111
5619
5620         * src/summaryview.c
5621                 Disable Control-Space (handle it as Space).
5622
5623 2007-01-05 [paul]       2.6.1cvs110
5624
5625         * src/imap.c
5626                 Fix bug 934, 'sylpheed claws 2.1 
5627                 doesn't show Exchanges Public Folders'
5628                 Thanks to Hoa and Colin
5629         * src/msgcache.c
5630                 Refuse to allocate more than 2 MB for a 
5631                 single field, it's a good indication of
5632                 cache corruption.
5633
5634 2007-01-05 [colin]      2.6.1cvs109
5635
5636         * src/mainwindow.c
5637                 Allow --select'ing emails by Message-ID too
5638
5639 2007-01-05 [colin]      2.6.1cvs108
5640
5641         * src/common/quoted-printable.c
5642                 Uh! Third fix :)
5643
5644 2007-01-05 [colin]      2.6.1cvs107
5645
5646         * src/common/quoted-printable.c
5647                 Fix previous commit about bug 1089
5648                 Thanks to Ralf
5649
5650 2007-01-05 [colin]      2.6.1cvs106
5651
5652         * src/common/quoted-printable.c
5653                 Fix my previous commit on bug 1089
5654                 - Thanks to Ralf :)
5655
5656 2007-01-04 [colin]      2.6.1cvs105
5657
5658         * src/common/quoted-printable.c
5659                 Fix bug 1089, 'NUL characters in Subject 
5660                 line are misinterpreted'. Not a pain to
5661                 fix in fact.
5662
5663 2007-01-04 [colin]      
5664
5665         2.7.0-rc3 released
5666
5667 2007-01-04 [wwp]        2.6.1cvs104
5668
5669         * src/image_viewer.c
5670                 Force operator precedence (fix a compiler warning).
5671
5672 2007-01-04 [colin]      2.6.1cvs103
5673
5674         * src/image_viewer.c
5675                 Be cautious there too (same fix as the one
5676                 in textview from cvs33)
5677         * src/messageview.c
5678                 Don't use any MimeViewer plugin when showing
5679                 all headers
5680
5681 2007-01-03 [wwp]        2.6.1cvs102
5682
5683         * src/html.c
5684         * src/html.h
5685                 fixed "cent" sign (use the existing ASCII one),
5686                 decode more HTML entities,
5687                 converted table ASCII entries to UTF-8,
5688                 moved a switch() into a hashtable.
5689
5690 2007-01-03 [paul]       2.6.1cvs101
5691
5692         * src/compose.c
5693         * src/messageview.c
5694         * src/procmsg.c
5695         * src/procmsg.h
5696                 When possible, use move_msg instead of
5697                 copy_msg + remove_msg to move sent mail
5698                 from Queue to Sent. 
5699
5700 2007-01-03 [paul]       2.6.1cvs100
5701
5702         * src/html.c
5703                 add more html entity recognition:
5704                 pounds, euros, and cents
5705
5706 2007-01-03 [colin]      2.6.1cvs99
5707
5708         * src/imap_gtk.c
5709                 Don't display an error on NOSELECT
5710                 folders when synchronising
5711
5712 2007-01-03 [paul]       2.6.1cvs98
5713
5714         * tools/maildir2claws-mail.pl
5715                 only substitute 'sent-mail' if it's
5716                 the full directory name
5717
5718 2007-01-03 [paul]       2.6.1cvs97
5719
5720         * ChangeLog
5721         * ChangeLog.pre2.0.0
5722         * Makefile.am
5723                 archive a chunk of ChangeLog in
5724                 ChangeLog.pre2.0.0
5725         * ChangeLog.gtk1
5726         * doc/src/ChangeLog.claws-pre0.8.0
5727                 remove ChangeLog.claws-pre0.8.0, adding
5728                 its contents to ChangeLog.gtk1
5729
5730 2007-01-03 [paul]       2.6.1cvs96
5731
5732         * src/account.c
5733         * src/account.h
5734         * src/action.c
5735         * src/action.h
5736         * src/adbookbase.h
5737         * src/addr_compl.c
5738         * src/addr_compl.h
5739         * src/addrbook.c
5740         * src/addrcache.c
5741         * src/addrcache.h
5742         * src/addrcindex.c
5743         * src/addrcindex.h
5744         * src/addrclip.c
5745         * src/addrclip.h
5746         * src/addrdefs.h
5747         * src/addressadd.c
5748         * src/addressadd.h
5749         * src/addressbook.c
5750         * src/addressbook.h
5751         * src/addressbook_foldersel.c
5752         * src/addressbook_foldersel.h
5753         * src/addrgather.c
5754         * src/addrgather.h
5755         * src/addrharvest.c
5756         * src/addrharvest.h
5757         * src/addrindex.c
5758         * src/addrindex.h
5759         * src/addritem.c
5760         * src/addritem.h
5761         * src/addrquery.c
5762         * src/addrquery.h
5763         * src/addrselect.c
5764         * src/addrselect.h
5765         * src/alertpanel.c
5766         * src/alertpanel.h
5767         * src/browseldap.c
5768         * src/browseldap.h
5769         * src/codeconv.c
5770         * src/codeconv.h
5771         * src/compose.c
5772         * src/compose.h
5773         * src/customheader.c
5774         * src/customheader.h
5775         * src/displayheader.c
5776         * src/displayheader.h
5777         * src/editaddress.c
5778         * src/editaddress.h
5779         * src/editbook.c
5780         * src/editbook.h
5781         * src/editgroup.c
5782         * src/editgroup.h
5783         * src/editjpilot.c
5784         * src/editjpilot.h
5785         * src/editldap.c
5786         * src/editldap.h
5787         * src/editldap_basedn.c
5788         * src/editldap_basedn.h
5789         * src/editvcard.c
5790         * src/editvcard.h
5791         * src/exphtmldlg.c
5792         * src/exphtmldlg.h
5793         * src/expldifdlg.c
5794         * src/expldifdlg.h
5795         * src/export.c
5796         * src/export.h
5797         * src/exporthtml.c
5798         * src/exporthtml.h
5799         * src/exportldif.c
5800         * src/exportldif.h
5801         * src/filtering.c
5802         * src/filtering.h
5803         * src/folder.c
5804         * src/folder.h
5805         * src/folder_item_prefs.c
5806         * src/folder_item_prefs.h
5807         * src/foldersel.c
5808         * src/foldersel.h
5809         * src/folderutils.c
5810         * src/folderutils.h
5811         * src/folderview.c
5812         * src/folderview.h
5813         * src/grouplistdialog.c
5814         * src/grouplistdialog.h
5815         * src/headerview.c
5816         * src/html.c
5817         * src/html.h
5818         * src/image_viewer.c
5819         * src/image_viewer.h
5820         * src/imap.c
5821         * src/imap.h
5822         * src/imap_gtk.c
5823         * src/imap_gtk.h
5824         * src/import.c
5825         * src/import.h
5826         * src/importldif.c
5827         * src/importldif.h
5828         * src/importmutt.c
5829         * src/importmutt.h
5830         * src/importpine.c
5831         * src/importpine.h
5832         * src/inc.c
5833         * src/inc.h
5834         * src/jpilot.c
5835         * src/jpilot.h
5836         * src/ldapctrl.c
5837         * src/ldapctrl.h
5838         * src/ldaplocate.c
5839         * src/ldaplocate.h
5840         * src/ldapquery.c
5841         * src/ldapquery.h
5842         * src/ldapserver.c
5843         * src/ldapserver.h
5844         * src/ldaputil.c
5845         * src/ldaputil.h
5846         * src/ldif.c
5847         * src/ldif.h
5848         * src/main.c
5849         * src/main.h
5850         * src/mainwindow.c
5851         * src/mainwindow.h
5852         * src/manual.c
5853         * src/manual.h
5854         * src/mbox.c
5855         * src/message_search.c
5856         * src/message_search.h
5857         * src/messageview.c
5858         * src/messageview.h
5859         * src/mh.c
5860         * src/mh.h
5861         * src/mh_gtk.c
5862         * src/mh_gtk.h
5863         * src/mimeview.c
5864         * src/mimeview.h
5865         * src/msgcache.c
5866         * src/msgcache.h
5867         * src/mutt.c
5868         * src/mutt.h
5869         * src/news.c
5870         * src/news.h
5871         * src/news_gtk.c
5872         * src/news_gtk.h
5873         * src/partial_download.c
5874         * src/partial_download.h
5875         * src/pine.c
5876         * src/pine.h
5877         * src/pop.c
5878         * src/pop.h
5879         * src/prefs_account.c
5880         * src/prefs_account.h
5881         * src/prefs_actions.c
5882         * src/prefs_actions.h
5883         * src/prefs_common.c
5884         * src/prefs_common.h
5885         * src/prefs_compose_writing.c
5886         * src/prefs_compose_writing.h
5887         * src/prefs_customheader.c
5888         * src/prefs_customheader.h
5889         * src/prefs_display_header.c
5890         * src/prefs_display_header.h
5891         * src/prefs_filtering.c
5892         * src/prefs_filtering.h
5893         * src/prefs_filtering_action.c
5894         * src/prefs_filtering_action.h
5895         * src/prefs_folder_column.c
5896         * src/prefs_folder_column.h
5897         * src/prefs_folder_item.c
5898         * src/prefs_folder_item.h
5899         * src/prefs_fonts.c
5900         * src/prefs_fonts.h
5901         * src/prefs_gtk.c
5902         * src/prefs_gtk.h
5903         * src/prefs_image_viewer.c
5904         * src/prefs_image_viewer.h
5905         * src/prefs_matcher.c
5906         * src/prefs_matcher.h
5907         * src/prefs_message.c
5908         * src/prefs_msg_colors.c
5909         * src/prefs_msg_colors.h
5910         * src/prefs_other.c
5911         * src/prefs_quote.c
5912         * src/prefs_receive.c
5913         * src/prefs_send.c
5914         * src/prefs_spelling.c
5915         * src/prefs_spelling.h
5916         * src/prefs_summaries.c
5917         * src/prefs_summaries.h
5918         * src/prefs_summary_column.c
5919         * src/prefs_summary_column.h
5920         * src/prefs_template.c
5921         * src/prefs_template.h
5922         * src/prefs_themes.c
5923         * src/prefs_themes.h
5924         * src/prefs_toolbar.c
5925         * src/prefs_toolbar.h
5926         * src/prefs_wrapping.c
5927         * src/prefs_wrapping.h
5928         * src/privacy.c
5929         * src/privacy.h
5930         * src/procheader.c
5931         * src/procheader.h
5932         * src/procmime.c
5933         * src/procmime.h
5934         * src/procmsg.c
5935         * src/procmsg.h
5936         * src/quote_fmt.c
5937         * src/quote_fmt_parse.y
5938         * src/recv.c
5939         * src/recv.h
5940         * src/remotefolder.c
5941         * src/remotefolder.h
5942         * src/send_message.c
5943         * src/send_message.h
5944         * src/setup.c
5945         * src/setup.h
5946         * src/sourcewindow.c
5947         * src/sourcewindow.h
5948         * src/ssl_manager.c
5949         * src/ssl_manager.h
5950         * src/statusbar.c
5951         * src/statusbar.h
5952         * src/stock_pixmap.c
5953         * src/stock_pixmap.h
5954         * src/summary_search.c
5955         * src/summary_search.h
5956         * src/summaryview.c
5957         * src/summaryview.h
5958         * src/textview.c
5959         * src/textview.h
5960         * src/toolbar.c
5961         * src/toolbar.h
5962         * src/undo.c
5963         * src/undo.h
5964         * src/unmime.c
5965         * src/unmime.h
5966         * src/vcard.c
5967         * src/vcard.h
5968         * src/wizard.c
5969         * src/wizard.h
5970         * src/common/base64.c
5971         * src/common/base64.h
5972         * src/common/defs.h
5973         * src/common/hooks.c
5974         * src/common/hooks.h
5975         * src/common/log.c
5976         * src/common/log.h
5977         * src/common/mgutils.c
5978         * src/common/mgutils.h
5979         * src/common/nntp.c
5980         * src/common/nntp.h
5981         * src/common/passcrypt.c
5982         * src/common/passcrypt.h.in
5983         * src/common/plugin.c
5984         * src/common/plugin.h
5985         * src/common/prefs.c
5986         * src/common/prefs.h
5987         * src/common/progressindicator.c
5988         * src/common/progressindicator.h
5989         * src/common/quoted-printable.c
5990         * src/common/quoted-printable.h
5991         * src/common/session.c
5992         * src/common/session.h
5993         * src/common/smtp.c
5994         * src/common/smtp.h
5995         * src/common/socket.c
5996         * src/common/socket.h
5997         * src/common/ssl.c
5998         * src/common/ssl.h
5999         * src/common/ssl_certificate.c
6000         * src/common/ssl_certificate.h
6001         * src/common/stringtable.c
6002         * src/common/stringtable.h
6003         * src/common/template.c
6004         * src/common/template.h
6005         * src/common/timing.h
6006         * src/common/utils.c
6007         * src/common/utils.h
6008         * src/common/version.h.in
6009         * src/common/xml.c
6010         * src/common/xml.h
6011         * src/common/xmlprops.c
6012         * src/common/xmlprops.h
6013         * src/gtk/about.c
6014         * src/gtk/colorlabel.c
6015         * src/gtk/colorsel.c
6016         * src/gtk/colorsel.h
6017         * src/gtk/combobox.c
6018         * src/gtk/combobox.h
6019         * src/gtk/description_window.c
6020         * src/gtk/description_window.h
6021         * src/gtk/filesel.c
6022         * src/gtk/filesel.h
6023         * src/gtk/foldersort.c
6024         * src/gtk/foldersort.h
6025         * src/gtk/gtksctree.c
6026         * src/gtk/gtkutils.c
6027         * src/gtk/gtkutils.h
6028         * src/gtk/inputdialog.c
6029         * src/gtk/inputdialog.h
6030         * src/gtk/logwindow.c
6031         * src/gtk/logwindow.h
6032         * src/gtk/manage_window.c
6033         * src/gtk/manage_window.h
6034         * src/gtk/menu.c
6035         * src/gtk/menu.h
6036         * src/gtk/pluginwindow.c
6037         * src/gtk/pluginwindow.h
6038         * src/gtk/prefswindow.c
6039         * src/gtk/prefswindow.h
6040         * src/gtk/progressdialog.c
6041         * src/gtk/progressdialog.h
6042         * src/gtk/sslcertwindow.c
6043         * src/gtk/sslcertwindow.h
6044         * src/plugins/bogofilter/bogofilter.c
6045         * src/plugins/bogofilter/bogofilter.h
6046         * src/plugins/bogofilter/bogofilter_gtk.c
6047         * src/plugins/clamav/clamav_plugin.c
6048         * src/plugins/clamav/clamav_plugin.h
6049         * src/plugins/clamav/clamav_plugin_gtk.c
6050         * src/plugins/demo/demo.c
6051         * src/plugins/dillo_viewer/dillo_prefs.c
6052         * src/plugins/dillo_viewer/dillo_prefs.h
6053         * src/plugins/dillo_viewer/dillo_viewer.c
6054         * src/plugins/pgpcore/passphrase.c
6055         * src/plugins/pgpcore/passphrase.h
6056         * src/plugins/pgpcore/pgp_viewer.c
6057         * src/plugins/pgpcore/pgp_viewer.h
6058         * src/plugins/pgpcore/plugin.c
6059         * src/plugins/pgpcore/select-keys.c
6060         * src/plugins/pgpcore/select-keys.h
6061         * src/plugins/pgpcore/sgpgme.c
6062         * src/plugins/pgpcore/sgpgme.h
6063         * src/plugins/pgpinline/pgpinline.c
6064         * src/plugins/pgpinline/pgpinline.h
6065         * src/plugins/pgpinline/plugin.c
6066         * src/plugins/pgpmime/pgpmime.c
6067         * src/plugins/pgpmime/pgpmime.h
6068         * src/plugins/pgpmime/plugin.c
6069         * src/plugins/spamassassin/spamassassin.c
6070         * src/plugins/spamassassin/spamassassin.h
6071         * src/plugins/spamassassin/spamassassin_gtk.c
6072         * src/plugins/trayicon/trayicon.c
6073                 it's 2007, update the year in the copyright headers
6074
6075 2007-01-03 [paul]       2.6.1cvs95
6076
6077         * src/gtk/about.c
6078                 it is 2007, use it in the copyright string
6079
6080 2007-01-03 [paul]       2.6.1cvs94
6081
6082         * src/html.c
6083                 html entity conversion:
6084                 move &#153; to a more suitable place
6085                 add &bull; and &ndash;
6086                 make sure &mdash; and &#8212; are both
6087                 converted the same
6088
6089 2007-01-02 [colin]      2.6.1cvs93
6090
6091         * src/addrbook.c
6092                 Fix leak
6093         * src/common/plugin.c
6094                 Add comment
6095         * src/etpan/imap-thread.c
6096                 Fix warning
6097
6098 2006-12-31 [paul]       2.6.1cvs92
6099
6100         * src/prefs_summaries.c
6101                 use gtk_button_new_from_stock()
6102
6103 2006-12-30 [colin]      2.6.1cvs91
6104
6105         * src/folder.c
6106         * src/imap_gtk.c
6107         * src/mh_gtk.c
6108                 Don't update filtering and account paths 
6109                 when copying folders
6110
6111 2006-12-30 [colin]      2.6.1cvs90
6112
6113         * src/prefs_compose_writing.c
6114         * src/prefs_quote.c
6115         * src/prefs_template.c
6116                 Use message font for Writing and 
6117                 Quoting prefs, as well as Templates.
6118
6119 2006-12-30 [colin]      2.6.1cvs89
6120
6121         * src/prefs_summaries.c
6122                 Rework GUI; patch by Pawel
6123
6124 2006-12-29 [colin]      2.6.1cvs88
6125
6126         * src/prefs_folder_item.c
6127                 Fix bug 1085, 'Apply to subfolder 
6128                 doesn't work' - I was mistaken saying
6129                 it worked in every case
6130
6131 2006-12-28 [colin]      2.6.1cvs87
6132
6133         * src/gtk/gtkaspell.c
6134                 Don't assert if use_alternate is true
6135                 and alt_dictionary isn't set -- this 
6136                 is what happens on upgrade! Rather,
6137                 do with it.
6138
6139 2006-12-28 [colin]      2.6.1cvs86
6140
6141         * Makefile.am
6142                 Fix desktop/icon simplification
6143
6144 2006-12-28 [colin]      2.6.1cvs85
6145
6146         * Makefile.am
6147                 Make desktop and icon not 
6148                 dependant on the desktop
6149
6150 2006-12-28 [wwp]        2.6.1cvs84
6151
6152         * src/plugins/pgpmime/claws.def
6153                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6154
6155 2006-12-28 [wwp]        2.6.1cvs83
6156
6157         * src/prefs_folder_item.c
6158                 Fix coloring of "simplify subject regexp" (folder prefs),
6159                 which might be left to red whereas the regexp gets empty.
6160
6161 2006-12-28 [wwp]        2.6.1cvs82
6162
6163         * src/prefs_common.c
6164         * src/prefs_common.h
6165         * src/addressbook.c
6166         * src/addressitem.h
6167                 Save addressbook mainwindow's horizontal and vertical splitter position.
6168
6169 2006-12-27 [wwp]        2.6.1cvs81
6170
6171         * src/gtk/gtkaspell.c
6172         * src/gtk/gtkaspell.h
6173         * src/compose.c
6174                 Fix assignment of compose's default and alternate dictionary from
6175                 account or folder settings. Now gtkaspell_change_dict does rotate
6176                 dicts only when it's called from a menu cb.
6177
6178 2006-12-27 [wwp]        2.6.1cvs80
6179
6180         * src/folder_item_prefs.c
6181                 Fix randomly initialized default-alt-dictionary (folder prefs),
6182                 complete 2.6.1cvs72.
6183
6184 2006-12-27 [paul]       2.6.1cvs79
6185
6186         * src/imap_gtk.c
6187         * src/mh_gtk.c
6188                 Add Copy folder in the folder's contextual
6189                 menu
6190
6191 2006-12-27 [wwp]        2.6.1cvs78
6192
6193         * src/imap.c
6194                 Clean up session locking, thanks to Colin.
6195
6196 2006-12-26 [colin]      2.6.1cvs77
6197
6198         * src/statusbar.c
6199                 Revert previous patch
6200
6201 2006-12-26 [colin]      2.6.1cvs76
6202
6203         * src/folder.c
6204         * src/folderview.c
6205         * src/imap.c
6206         * src/statusbar.c
6207         * src/etpan/imap-thread.c
6208                 Fix previous commit warnings
6209                 Make statusbar update every second if total < 20
6210                 Make IMAP APPEND faster by simplifying log              
6211
6212 2006-12-26 [colin]      2.6.1cvs75
6213
6214         * src/folder.c
6215         * src/folder.h
6216         * src/folderview.c
6217         * src/folderview.h
6218         * src/imap_gtk.c
6219         * src/mh_gtk.c
6220                 Make it possible to copy folders accross
6221                 mailboxes (this was an arbitrary limitation).
6222                 Still make it impossible to move folders 
6223                 accross mailboxes.
6224
6225 2006-12-26 [colin]      2.6.1cvs74
6226
6227         * src/etpan/imap-thread.c
6228                 Fix bug 1081, 'claws-mail 
6229                 segfaults when going offline 
6230                 while it transfers mails via 
6231                 imap'
6232
6233 2006-12-26 [colin]      2.6.1cvs73
6234
6235         * src/folder_item_prefs.c
6236                 Don't forget alt dictionary when
6237                 renaming/moving folders
6238
6239 2006-12-26 [wwp]        2.6.1cvs72
6240
6241         * src/folder_item_prefs.c
6242                 Add missing defaults for per-folder alt dict
6243                 (forgotten in 2.6.1cvs61).
6244
6245 2006-12-26 [colin]      2.6.1cvs71
6246
6247         * src/wizard.c
6248                 Add tooltip to state that specifying
6249                 full path to mailbox is possible
6250
6251 2006-12-26 [wwp]        2.6.1cvs70
6252
6253         * src/partial_download.c
6254         * src/gtk/gtkvscrollbutton.c
6255         * src/plugins/pgpinline/plugin.c
6256                 Fix for few compiler warnings that matter.
6257
6258 2006-12-25 [colin]      2.6.1cvs69
6259
6260         * src/partial_download.c
6261                 Fix marking for download or deletion
6262                 when the header isn't the first
6263         * src/gtk/logwindow.c
6264                 Fix start of scrolling
6265
6266 2006-12-23 [paul]       2.6.1cvs68
6267
6268         * src/compose.c
6269                 change last commit to use the 'academic'
6270                 method instead. Thanks to wwp
6271
6272 2006-12-23 [paul]       2.6.1cvs67
6273
6274         * src/compose.c
6275                 don't warn about empty subject when
6276                 redirecting
6277
6278 2006-12-22 [colin]      2.6.1cvs66
6279
6280         * src/summary_search.c
6281                 Fix previous patch
6282
6283 2006-12-22 [colin]      2.6.1cvs65
6284
6285         * src/gtk/gtkutils.c
6286         * src/imap.c
6287         * src/jpilot.c
6288         * src/summary_search.c
6289                 A few warning fixes
6290
6291 2006-12-23 [paul]       
6292
6293         2.7.0-rc2 released
6294
6295 2006-12-22 [colin]      2.6.1cvs64
6296
6297         * src/toolbar.c
6298         * src/toolbar.h
6299                 Add a combo to the learn spam button
6300         * src/plugins/bogofilter/bogofilter.c
6301         * src/plugins/bogofilter/bogofilter_gtk.c
6302         * src/plugins/bogofilter/bogofilter.h
6303                 Allow to store Unsure mails in a specific
6304                 folder to make better teaching easier
6305
6306 2006-12-21 [wwp]        2.6.1cvs63
6307
6308         * src/compose.c
6309         * src/prefs_common.c
6310         * src/prefs_common.h
6311         * src/prefs_spelling.c
6312         * src/gtk/gtkaspell.c
6313         * src/gtk/gtkaspell.h
6314                 Allow spell-checking using both current and alternate dictionaries
6315                 (thanks to Colin).
6316
6317 2006-12-21 [wwp]        2.6.1cvs62
6318
6319         * src/gtk/gtkaspell.c
6320                 Apply recheck_when_changing_dict (highlight all mispelled words)
6321                 when switching to alternate dictionary.
6322
6323 2006-12-21 [wwp]        2.6.1cvs61
6324
6325         * src/compose.c
6326         * src/folder_item_prefs.h
6327         * src/prefs_common.c
6328         * src/prefs_common.h
6329         * src/prefs_folder_item.c
6330         * src/prefs_spelling.c
6331         * src/gtk/gtkaspell.c
6332         * src/gtk/gtkaspell.h
6333                 Add global and per-folder prefs to set the default
6334                 alternate dictionary.
6335
6336 2006-12-21 [colin]      2.6.1cvs60
6337
6338         * src/folder.c
6339                 Look for folders by path in all folders
6340         * src/html.c
6341                 add &mdash;
6342
6343 2006-12-20 [colin]      2.6.1cvs59
6344
6345         * src/gtk/quicksearch.c
6346                 Make sure in_typing is false when clearing
6347
6348 2006-12-20 [wwp]        2.6.1cvs58
6349
6350         * configure.ac
6351                 change manual's target dir to be LFH-compliant (thanks to Colin).
6352
6353 2006-12-20 [wwp]        2.6.1cvs57
6354
6355         * src/prefs_common.c
6356         * src/prefs_summaries.c
6357                 i18n fix and factorize patch, thanks to Fabien.
6358
6359 2006-12-20 [paul]       2.6.1cvs56
6360
6361         * configure.ac
6362                 last of the renaming (??)
6363         * src/main.c
6364                 correct --help info of --status-full
6365         * src/plugins/bogofilter/bogofilter.c
6366                 make FALSE default of whitelist_ab
6367
6368 2006-12-19 [colin]      2.6.1cvs55
6369
6370         * src/jpilot.c
6371                 Same as before, without depending on
6372                 pisock >= 0.12
6373
6374 2006-12-19 [colin]      2.6.1cvs54
6375
6376         * src/jpilot.c
6377                 Fix bug 1059, 'Better jpilot charset 
6378                 handling'. Use libpisync's charset conversion
6379                 if possible
6380
6381 2006-12-19 [colin]      2.6.1cvs53
6382
6383         * po/fr.po
6384                 Updated by Fabien
6385
6386 2006-12-19 [wwp]        2.6.1cvs52
6387
6388         * src/gtk/about.c
6389                 Add missing #include (thanks to Colin).
6390
6391 2006-12-19 [wwp]        2.6.1cvs51
6392
6393         * src/prefs_receive.c
6394                 Better spacing between widgets in prefs.
6395
6396 2006-12-18 [colin]      2.6.1cvs50
6397
6398         * src/imap.c
6399                 Fix failure to get separator on LIST "" ""
6400                 Try LIST "" "INBOX" too.
6401
6402 2006-12-18 [wwp]        2.6.1cvs49
6403
6404         * src/common/session.c
6405                 Fix a compiler warning (thanks to Fabien).
6406
6407 2006-12-18 [wwp]        2.6.1cvs48
6408
6409         * src/compose.c
6410         * src/prefs_quote.c
6411                 Factorize some strings for translation (it's about error
6412                 messages when applying or checking template/quote format).
6413
6414 2006-12-18 [colin]      2.6.1cvs47
6415
6416         * Makefile.am
6417         * src/common/defs.h
6418         * src/gtk/Makefile.am
6419         * src/gtk/about.c
6420                 Add a Release notes tab from the contents of
6421                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6422
6423 2006-12-17 [colin]      2.6.1cvs46
6424
6425         * src/mimeview.c
6426         * src/textview.c
6427         * src/gtk/filesel.c
6428                 Correctly convert from/to UTF8/filename encoding
6429                 when loading and saving files. Probably fixes
6430                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6431                 for a file to attach and is blocked...'
6432
6433 2006-12-17 [colin]      2.6.1cvs45
6434
6435         * src/gtk/logwindow.c
6436                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6437                 IMAP folder and is blocked on main thread': 
6438                 make sure we put utf8 in the log.
6439
6440 2006-12-16 [colin]      2.6.1cvs44
6441
6442         * src/toolbar.c
6443         * src/toolbar.h
6444                 Fix bug 1055, 'Add the 'cancel receive' 
6445                 in the available events for the toolbar buttons'
6446
6447 2006-12-16 [colin]      2.6.1cvs43
6448
6449         * po/POTFILES.in
6450         * src/imap.c
6451         * src/common/nntp.c
6452         * src/common/session.c
6453                 Log error when SSL handshakes fail. 
6454                 Fixes bug 1082, 'incorrect / imprecise 
6455                 error message when imap server provides 
6456                 ssl only through STARTTLS but SSL is 
6457                 selected'
6458
6459 2006-12-15 [wwp]        2.6.1cvs42
6460
6461         * src/plugins/bogofilter/bogofilter_gtk.c
6462                 set proper sensitivity to widgets I've recently added.
6463
6464 2006-12-15 [colin]      
6465
6466         2.7.0-rc1 released
6467
6468 2006-12-15 [wwp]        2.6.1cvs41
6469
6470         * src/plugins/bogofilter/bogofilter.c
6471         * src/plugins/bogofilter/bogofilter.h
6472         * src/plugins/bogofilter/bogofilter_gtk.c
6473                 bogofilter's whitelist can now use a subset of
6474                 the addressbook (either a book, a subfolder of a book,
6475                 or the whole addressbook by using "Any"). Re-used there
6476                 some pref_matcher widgets and mechanisms to match a subset
6477                 of the addressbook.
6478
6479 2006-12-15 [wwp]        2.6.1cvs40
6480
6481         * src/wizard.c
6482         * src/common/plugin.c
6483         * src/common/plugin.h
6484         * src/gtk/about.c
6485         * src/plugins/bogofilter/bogofilter.c
6486         * src/plugins/clamav/clamav_plugin.c
6487         * src/plugins/demo/demo.c
6488         * src/plugins/dillo_viewer/dillo_viewer.c
6489         * src/plugins/pgpcore/plugin.c
6490         * src/plugins/pgpinline/plugin.c
6491         * src/plugins/pgpmime/plugin.c
6492         * src/plugins/spamassassin/spamassassin.c
6493         * src/plugins/trayicon/trayicon.c
6494                 factorize some translatable strings (plugins-related),
6495                 fix missing punctuation in several places,
6496                 remove useless translatable \n in about.c,
6497                 and factorize plugin init code w/ a new function
6498                 check_plugin_version() in common/plugin.c.
6499                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6500
6501 2006-12-15 [wwp]        2.6.1cvs39
6502
6503         * src/plugins/bogofilter/bogofilter.c
6504         * src/plugins/bogofilter/bogofilter_gtk.c
6505                 flag whitelisted spams as spam, but don't filter it to the spam
6506                 folder. Thanks to Colin.
6507
6508 2006-12-15 [ticho]      2.6.1cvs38
6509
6510         * src/plugins/bogofilter/bogofilter.c
6511         * src/plugins/bogofilter/bogofilter.h
6512         * src/plugins/bogofilter/bogofilter_gtk.c
6513                 Add option to whitelist senders found in addressbook. Patch by colin.
6514
6515 2006-12-15 [paul]       2.6.1cvs37
6516
6517         * src/folderview.c
6518                 add missing #include "log.h"
6519
6520 2006-12-15 [paul]       2.6.1cvs36
6521
6522         * src/plugins/bogofilter/bogofilter.c
6523         * src/plugins/bogofilter/bogofilter.h
6524         * src/plugins/bogofilter/bogofilter_gtk.c
6525                 Add an option to allow inserting an
6526                 X-Claws-Bogosity header (on MH folders
6527                 only). Patch by Colin
6528
6529 2006-12-14 [colin]      2.6.1cvs35
6530
6531         * src/main.c
6532                 "Yes" should be the default choice for
6533                 migration configuration
6534
6535 2006-12-14 [paul]       2.6.1cvs34
6536
6537         * src/prefs_summaries.c
6538         * manual/advanced.xml
6539                 Unhide mark_as_read_delay
6540
6541 2006-12-14 [paul]       2.6.1cvs33
6542
6543         * src/messageview.c
6544         * src/messageview.h
6545         * src/mimeview.c
6546         * src/mimeview.h
6547         * src/summaryview.c
6548         * src/textview.c
6549         * src/textview.h
6550                 Fix printing of selection
6551                 Fix printing of message parts
6552                 Fix printing of images
6553         * src/gtk/gtksourceprintjob.c
6554                 Fix page count when there are images
6555
6556 2006-12-14 [wwp]        2.6.1cvs32
6557
6558         * src/mainwindow.c
6559         * src/summaryview.c
6560         * src/summaryview.h
6561         * src/gtk/quicksearch.c
6562                 fix quicksearch 'magnify' button status when QS is closed
6563                 using the Escape key, thanks to Colin.
6564
6565 2006-12-14 [wwp]        2.6.1cvs31
6566
6567         * src/mainwindow.c
6568         * src/summaryview.c
6569         * src/summaryview.h
6570         * src/gtk/quicksearch.c
6571                 fix quicksearch 'magnify' button status when QS is closed
6572                 using the Escape key, thanks to Colin.
6573
6574 2006-12-13 [colin]      2.6.1cvs30
6575
6576         * src/ldapquery.c
6577         * src/ldaputil.c
6578                 Use the binary safe version of ldap_get_values,
6579                 to make sure we manipulate null-terminated 
6580                 strings. Maybe fixes bug 1075, 'claws mail 
6581                 segfault when completing ldap adresses'
6582         * src/syldap.c ** REMOVED **
6583         * src/syldap.h ** REMOVED **
6584                 Remove dead files
6585
6586 2006-12-13 [mones]      2.6.1cvs29
6587
6588         * po/es.po
6589                 Fixed piped strings, fixed click translation
6590
6591 2006-12-13 [paul]       2.6.1cvs28
6592
6593         * src/main.c
6594                 don't translate these strings
6595
6596 2006-12-13 [paul]       2.6.1cvs27
6597
6598         * po/en_GB.po
6599                 updated
6600
6601 2006-12-13 [colin]      2.6.1cvs26
6602
6603         * src/main.c
6604         * src/main.h
6605                 Add claws_is_starting()
6606
6607 2006-12-13 [mones]      2.6.1cvs25
6608
6609         * manual/es/advanced.xml
6610         * po/es.po
6611                 Synced manual and updated translation
6612
6613 2006-12-12 [colin]      2.6.1cvs24
6614
6615         * src/wizard.c
6616                 Add an option to use STARTTLS in the
6617                 welcome wizard. Fixes bug 1080, 
6618                 'Using SSL option in wizard for incoming 
6619                 server does not activate SSL with STARTTLS'
6620
6621 2006-12-12 [colin]      2.6.1cvs23
6622
6623         * src/main.c
6624                 Don't exit when there's an incomplete
6625                 mailbox configured - leaves a chance 
6626                 to fix a failing IMAP account. Exit
6627                 if no mailbox at all is loaded (case
6628                 of missing plugin).
6629                 Completes bug 1077's fix (I was wrong
6630                 in this bug's comment #3).
6631
6632 2006-12-12 [colin]      2.6.1cvs22
6633
6634         * src/gtk/menu.h
6635                 Add another menu data type
6636         * src/prefs_account.c
6637                 Complete the completion of bug 1076
6638                 (doesn't lose the pref on apply)
6639
6640 2006-12-12 [paul]       2.6.1cvs21
6641
6642         * src/prefs_account.c
6643                 complete the fix of bug 1076
6644                 also be more verbose with the text
6645
6646 2006-12-12 [paul]       2.6.1cvs20
6647
6648         * src/gtk/combobox.c
6649                 fix compilation warning
6650
6651 2006-12-11 [colin]      2.6.1cvs19
6652
6653         * src/wizard.c
6654                 Document :port in server entry tooltips
6655
6656 2006-12-11 [colin]      2.6.1cvs18
6657
6658         * src/main.c
6659                 Fix compile
6660
6661 2006-12-11 [colin]      2.6.1cvs17
6662
6663         * src/main.c
6664                 Add failing IMAP as a reason for no
6665                 mailbox
6666
6667 2006-12-11 [colin]      2.6.1cvs16
6668
6669         * src/prefs_account.c
6670                 Check for existence of inbox for local
6671                 accounts too
6672         * src/wizard.c
6673                 Allow setting the port to use for servers
6674                 by using the usual "server.example.com:port"
6675                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6676                 not start when IMAP server is unavailable'
6677
6678 2006-12-11 [colin]      2.6.1cvs15
6679
6680         * src/prefs_account.c
6681                 Prevent use of non-existing default inbox
6682
6683 2006-12-11 [colin]      2.6.1cvs14
6684
6685         * src/prefs_account.c
6686                 Fix sensitivity. Fixes bug 1076, 'privacy 
6687                 options are displayed even when pgp plugin 
6688                 not loaded / available'
6689
6690 2006-12-09 [colin]      2.6.1cvs13
6691
6692         * manual/advanced.xml
6693         * src/prefs_common.c
6694         * src/prefs_common.h
6695         * src/common/ssl_certificate.c
6696                 Add a new hidden preference, 'unsafe_ssl_certs',
6697                 which allows to store multiple certificates per
6698                 server/port. This is disabled by default because
6699                 it's less secure (presenting a new certificate
6700                 instead of a changed one raises less alarms).
6701                 This will cause Claws to ask about an unknown
6702                 certificate for people who have used 2.6.1cvs8
6703                 or greater.
6704
6705 2006-12-09 [colin]      2.6.1cvs12
6706
6707         * src/action.c
6708                 Fix cache updating after action
6709
6710 2006-12-07 [wwp]        2.6.1cvs11
6711
6712         * src/compose.c
6713                 fix email address comparison when replying to all
6714                 (avoid replying to ourselves), thanks to Colin.
6715
6716 2006-12-06 [paul]       2.6.1cvs10
6717
6718         * src/addrharvest.c
6719         * src/editldap.c
6720         * src/expldifdlg.c
6721         * src/news.c
6722         * src/toolbar.c
6723         * src/common/utils.c
6724                 ...and more renaming
6725                 Thanks to Colin
6726
6727 2006-12-06 [paul]       2.6.1cvs9
6728
6729         * src/compose.c
6730         * src/messageview.c
6731         * src/procheader.c
6732         * src/procmime.c
6733         * src/procmsg.c
6734         * src/textview.c
6735                 more renaming
6736                 Thanks to Colin
6737
6738 2006-12-06 [colin]      2.6.1cvs8
6739
6740         * src/ssl_manager.c
6741         * src/common/ssl_certificate.c
6742         * src/common/ssl_certificate.h
6743                 Handle multiple certificates per host/port
6744
6745 2006-12-06 [colin]      2.6.1cvs7
6746
6747         * src/etpan/imap-thread.c
6748                 Fix certificate checking on IMAP
6749
6750 2006-12-06 [colin]      2.6.1cvs6
6751
6752         * src/folderview.c
6753                 Fix bug 1072, 'Claws stops fetching newsgroups 
6754                 from server when newsgroup got deleted': continue
6755                 checking other groups
6756
6757 2006-12-05 [wwp]        2.6.1cvs5
6758
6759         * src/message_search.c
6760         * src/summary_search.c
6761         * src/gtk/combobox.c
6762         * src/gtk/combobox.h
6763         * src/gtk/gtkutils.c
6764         * src/gtk/gtkutils.h
6765                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6766                 behave like w/ old comboboxes (summary and message search only).
6767
6768 2006-12-05 [paul]       2.6.1cvs4
6769
6770         * src/wizard.c
6771                 encode headers
6772                 Thanks to Colin
6773
6774 2006-12-05 [paul]       2.6.1cvs3
6775
6776         * tools/README
6777         * tools/textviewer.pl
6778                 script updated and description added
6779
6780 2006-12-04 [colin]      2.6.1cvs2
6781
6782         * src/compose.c
6783                 Run pre-send hook only when checking
6784                 everything
6785
6786 2006-12-04 [paul]       2.6.1cvs1
6787
6788         * NEWS
6789         * README
6790         * RELEASE_NOTES
6791         * configure.ac
6792         * tools/README
6793                 bump up version number following stable release
6794
6795 2006-12-04 [paul]       2.6.0cvs83
6796
6797         * README
6798                 updates and corrections
6799
6800 2006-12-04 [colin]      2.6.0cvs82
6801
6802         * src/common/utils.c
6803                 Probably fix bug 1066, 'Incorrect mailbox 
6804                 size displayed'
6805
6806 2006-12-04 [colin]      2.6.0cvs81
6807
6808         * src/common/utils.c
6809                 Trim tabs from mailcap file too.
6810
6811 2006-12-02 [paul]       2.6.0cvs80
6812
6813         * src/exphtmldlg.c
6814                 fix broken GUI under certain languages
6815         * src/expldifdlg.c
6816                 put the Cancel button to the right
6817
6818 2006-12-01 [paul]       2.6.0cvs79
6819
6820         * tools/Makefile.am
6821                 remove reference to removed file
6822
6823 2006-12-01 [wwp]        2.6.0cvs78
6824
6825         * src/addressbook.c
6826         * src/editaddress.c
6827                 remove forgotten debug statements.
6828
6829 2006-12-01 [wwp]        2.6.0cvs77
6830
6831         * manual/advanced.xml
6832         * manual/fr/advanced.xml
6833         * src/addressbook.c
6834         * src/addressbook.h
6835         * src/addressitem.h
6836         * src/editaddress.c
6837         * src/editaddress.h
6838         * src/prefs_common.c
6839         * src/prefs_common.h
6840         * src/gtk/gtkutils.c
6841         * src/gtk/gtkutils.h
6842                 add a hidden option to allow embedding the editaddress (edit contact details)
6843                 dialog into the addressbook's window. This doesn't change the default
6844                 behaviour.
6845
6846 2006-12-01 [wwp]        2.6.0cvs76
6847
6848         * src/message_search.c
6849         * src/summary_search.c
6850                 fix more focus issues (don't set focus to combobox's entry widget when
6851                 entry's value changed, if entry widget has focus already).
6852
6853 2006-12-01 [wwp]        2.6.0cvs75
6854
6855         * src/gtk/quicksearch.c
6856                 revert last changes to the quicksearch gtk_combo_box, this needs more
6857                 tuning and testing.
6858
6859 2006-12-01 [paul]       2.6.0cvs74
6860
6861         * tools/kdeservicemenu/README
6862         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6863         * tools/kdeservicemenu/install.sh
6864         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6865         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6866                 simplify this stuff, and in so doing,
6867                 fix it. (possibly re-extend it again at
6868                 a later date)
6869
6870 2006-12-01 [wwp]        2.6.0cvs73
6871
6872         * src/gtk/quicksearch.c
6873                 adapt quicksearch code to use modern gtk_combo_box'es.
6874
6875 2006-12-01 [wwp]        2.6.0cvs72
6876
6877         * src/common/defs.h
6878         * src/prefs_common.c
6879         * src/prefs_common.h
6880         * src/message_search.c
6881         * src/summary_search.c
6882         * src/gtk/combobox.c
6883         * src/gtk/combobox.h
6884                 add history combos to all message and summary search fields.
6885
6886 2006-12-01 [wwp]        2.6.0cvs71
6887
6888         * src/summaryview.c
6889                 As the list may change while the mark as read delay
6890                 runs, we can't rely on the 'row' pointer, which can
6891                 be invalid when the timeout is called. As the mark
6892                 as read is only done if the message is still selected,
6893                 use summaryview->selected instead. Thanks to Colin.
6894
6895 2006-11-30 [paul]       2.6.0cvs70
6896
6897         * src/textview.c
6898                 give emphasis to "Sylpheed-Claws"
6899                 as well as "Claws Mail"
6900
6901 2006-11-30 [colin]      2.6.0cvs69
6902
6903         * src/wizard.c
6904                 Put the SSL checkboxes in the receiving
6905                 and sending server pages.
6906
6907 2006-11-29 [colin]      2.6.0cvs68
6908
6909         * src/gtk/gtkutils.c
6910         * src/gtk/gtkvscrollbutton.c
6911                 Revert some deprecated fixes - they seem to
6912                 deprecate stuff as soon as a new one gets out.
6913                 g_object_ref_sink needed glib-2.10.
6914
6915 2006-11-29 [colin]      2.6.0cvs67
6916
6917         * src/common/utils.c
6918                 Create .mailcap if it doesn't exist
6919
6920 2006-11-29 [colin]      2.6.0cvs66
6921
6922         * src/compose.c
6923                 Followup to cvs60: use original list
6924                 of recipients if replying to a mail
6925                 in Sent Drafts or Queue.
6926
6927 2006-11-27 [paul]       2.6.0cvs65
6928
6929         * src/image_viewer.c
6930                 revert the last change for now (it's broken)
6931
6932 2006-11-27 [paul]       2.6.0cvs64
6933
6934         * Makefile.am
6935         * configure.ac
6936         * m4/aclocal-include.m4
6937         * m4/check-type.m4
6938         * src/Makefile.am
6939         * src/addr_compl.c
6940         * src/compose.c
6941         * src/crash.c
6942         * src/export.c
6943         * src/exporthtml.c
6944         * src/exportldif.c
6945         * src/imap.c
6946         * src/import.c
6947         * src/main.c
6948         * src/main.h
6949         * src/matcher.c
6950         * src/mimeview.c
6951         * src/procmsg.c
6952         * src/textview.c
6953         * src/common/Makefile.am
6954         * src/common/claws.c
6955         * src/common/claws.h
6956         * src/common/ssl.c
6957         * src/common/sylpheed.c
6958         * src/common/sylpheed.h
6959         * src/etpan/Makefile.am
6960         * src/gtk/Makefile.am
6961         * src/gtk/claws-marshal.list
6962         * src/gtk/filesel.c
6963         * src/gtk/gtksctree.c
6964         * src/gtk/quicksearch.c
6965         * src/gtk/sylpheed-marshal.list
6966         * src/plugins/bogofilter/bogofilter.c
6967         * src/plugins/bogofilter/bogofilter_gtk.c
6968         * src/plugins/clamav/clamav_plugin.c
6969         * src/plugins/clamav/clamav_plugin_gtk.c
6970         * src/plugins/demo/demo.c
6971         * src/plugins/dillo_viewer/dillo_viewer.c
6972         * src/plugins/pgpcore/Makefile.am
6973         * src/plugins/pgpcore/claws.def
6974         * src/plugins/pgpcore/pgp_viewer.c
6975         * src/plugins/pgpcore/plugin.c
6976         * src/plugins/pgpcore/sylpheed.def
6977         * src/plugins/pgpinline/Makefile.am
6978         * src/plugins/pgpinline/claws.def
6979         * src/plugins/pgpinline/plugin.c
6980         * src/plugins/pgpinline/sylpheed.def
6981         * src/plugins/pgpmime/Makefile.am
6982         * src/plugins/pgpmime/claws.def
6983         * src/plugins/pgpmime/plugin.c
6984         * src/plugins/pgpmime/sylpheed.def
6985         * src/plugins/spamassassin/spamassassin.c
6986         * src/plugins/spamassassin/spamassassin_gtk.c
6987         * src/plugins/trayicon/trayicon.c
6988                 yet more renaming
6989                 remove deprecated gtk_tooltips_set_delay()
6990
6991 2006-11-26 [paul]       2.6.0cvs63
6992
6993         * src/expldifdlg.c
6994         * src/folderview.c
6995         * src/image_viewer.c
6996         * src/mainwindow.c
6997         * src/gtk/gtkutils.c
6998         * src/gtk/gtkvscrollbutton.c
6999         * src/gtk/prefswindow.c
7000         * src/plugins/pgpcore/prefs_gpg.c
7001                 replace more deprecated GTK+ functions
7002
7003 2006-11-26 [paul]       2.6.0cvs62
7004
7005         * src/addr_compl.c
7006         * src/addressbook.c
7007         * src/browseldap.c
7008                 replace deprecated gtk_idle_... functions
7009
7010 2006-11-26 [paul]       2.6.0cvs61
7011
7012         * src/compose.c
7013         * src/folderview.c
7014         * src/inc.c
7015         * src/summaryview.c
7016         * src/gtk/gtkvscrollbutton.c
7017         * src/gtk/quicksearch.c
7018         * src/plugins/pgpcore/passphrase.c
7019                 replace deprecated gtk_timeout_add and
7020                 gtk_timeout_remove
7021
7022 2006-11-26 [paul]       2.6.0cvs60
7023
7024         * src/compose.c
7025                 fix bug that caused the wrong recipient
7026                 to be selected when replying to a msg
7027                 which is From one of our accounts to
7028                 another of our accounts
7029
7030 2006-11-25 [paul]       2.6.0cvs59
7031
7032         * src/summaryview.c
7033                 don't change the From column title to
7034                 To if the To column is visible
7035
7036 2006-11-24 [paul]       2.6.0cvs58
7037
7038         * src/compose.c
7039                 fix bug 1069, 'Sent mails disappear, BCC
7040                 or locking problem?'
7041
7042 2006-11-21 [wwp]        2.6.0cvs57
7043
7044         * src/compose.c
7045                 fix spelling menu when replying (same as 2.3.1cvs39):
7046                 discrepancy between context menu and top menu when
7047                 folder's dictionary isn't the default one.
7048
7049 2006-11-19 [paul]       2.6.0cvs56
7050
7051         * src/summaryview.c
7052                 obey always_show_msg option when
7053                 marking as spam
7054         * src/plugins/bogofilter/bogofilter.c
7055                 fix typo
7056
7057 2006-11-18 [paul]       2.6.0cvs55
7058
7059         * AUTHORS
7060         * README
7061         * debian/copyright
7062         * manual/ack.xml
7063         * manual/es/ack.xml
7064         * manual/fr/ack.xml
7065         * manual/pl/ack.xml
7066         * src/gtk/authors.h
7067         * src/gtk/icon_legend.c
7068         * src/gtk/icon_legend.h
7069         * tools/OOo2claws-mail.pl
7070         * tools/README
7071         * tools/acroread2claws-mail.pl
7072         * tools/claws.i18n.status.pl
7073         * tools/filter_conv.pl
7074         * tools/filter_conv_new.pl
7075         * tools/freshmeat_search.pl
7076         * tools/google_search.pl
7077         * tools/kmail2claws-mail.pl
7078         * tools/kmail2claws-mail_v2.pl
7079         * tools/maildir2claws-mail.pl
7080         * tools/make.themes.project
7081         * tools/multiwebsearch.pl
7082         * tools/outlook2claws-mail.pl
7083         * tools/tb2claws-mail
7084         * tools/kdeservicemenu/README
7085         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7086                 update mine and wwp's email addresses in
7087                 several places
7088                 Patch by wwp
7089         * src/prefs_compose_writing.c
7090                 set sensitivity on 'new message format' frame
7091
7092 2006-11-17 [paul]       2.6.0cvs54
7093
7094         * src/gtk/about.c
7095                 more reworking of the GUI
7096                 Patch by Fabien Vantard
7097
7098 2006-11-16 [paul]       2.6.0cvs53
7099
7100         * src/gtk/about.c
7101                 set a minimum size for the window, allow
7102                 it to automatically expand as necessary
7103
7104 2006-11-16 [wwp]        2.6.0cvs52
7105
7106         * src/gtk/about.c
7107                 better wrap of copyright info on some systems.
7108
7109 2006-11-16 [paul]       2.6.0cvs51
7110
7111         * src/gtk/about.c
7112                 move the tech info from the upper panel
7113                 to the Info tab
7114                 use a gtk_text_view for the features tab
7115
7116 2006-11-16 [paul]       2.6.0cvs50
7117
7118         * po/Makevars
7119                 update my email address
7120         * src/addressbook.c
7121         * src/compose.c
7122         * src/imap_gtk.c
7123         * src/mh_gtk.c
7124         * src/news_gtk.c
7125         * src/summaryview.c
7126         * src/plugins/trayicon/trayicon.c
7127                 don't offer simple menu separators
7128                 for translation
7129         * src/folderview.c
7130                 add separator between 'mark all read'
7131                 and 'search folder'
7132
7133 2006-11-15 [wwp]        2.6.0cvs49
7134
7135         * src/gtk/authors.h
7136                 updated manuals authors.
7137
7138 2006-11-14 [paul]       2.6.0cvs48
7139
7140         * src/compose.c
7141                 Fix Options/Reply mode after draft save
7142
7143 2006-11-14 [paul]       2.6.0cvs47
7144
7145         * src/Makefile.am
7146                 Fix make DESTDIR=...
7147         * src/mbox.c
7148                 Optimise speed
7149         * src/plugins/pgpinline/pgpinline.c
7150                 Probably fix bug 1061
7151
7152 2006-11-14 [paul]       2.6.0cvs46
7153
7154         * po/Makevars
7155                 enable Q_ macro
7156         * src/Makefile.am
7157         * src/stock_pixmap.c
7158         * src/stock_pixmap.h
7159         * src/gtk/about.c
7160         * src/pixmaps/active.xpm
7161         * src/pixmaps/inactive.xpm
7162                 add a new page, 'Features', to the About dialog
7163                 showing which features are compiled in and which
7164                 are not
7165
7166 2006-11-14 [paul]       2.6.0cvs45
7167
7168         * po/ru.po
7169                 updated by Pavlo Bohmat
7170
7171 2006-11-14 [colin]      2.6.0cvs44
7172
7173         * src/compose.c
7174         * src/inc.c
7175         * src/messageview.c
7176         * src/news.c
7177         * src/pop.c
7178         * src/procmsg.c
7179         * src/gtk/gtkaspell.c
7180                 Fix 64-bit-related warnings
7181         * src/ssl_manager.c
7182                 Fix possible infinite loop
7183         * src/plugins/pgpcore/sgpgme.c
7184                 Remove useless check
7185
7186 2006-11-13 [colin]      2.6.0cvs43
7187
7188         * src/gtk/Makefile.am
7189                 authors.h isn't generated
7190
7191 2006-11-13 [colin]      2.6.0cvs42
7192
7193         * src/plugins/pgpinline/pgpinline.c
7194         * src/plugins/pgpmime/pgpmime.c
7195                 Very probably fix bug 1061, 'crash on 
7196                 opening signed email'. Another cast
7197                 problem
7198
7199 2006-11-13 [colin]      2.6.0cvs41
7200
7201         * src/plugins/pgpcore/sgpgme.c
7202                 Maybe fix bug 1061, 'crash on opening 
7203                 signed email'
7204
7205 2006-11-13 [wwp]        2.6.0cvs40
7206
7207         * src/plugins/pgpinline/pgpinline.c
7208                 fix candidate for bug #1057, thanks to Colin.
7209
7210 2006-11-13 [wwp]        2.6.0cvs39
7211
7212         * src/compose.c
7213         * src/quote_fmt_parse.y
7214                 fix bug 1052: current parser buffer was not always 
7215                 allocated, ptr to this buffer could be returned as 
7216                 NULL whereas no parser error has occurred. in 
7217                 consequence, defining a template body as "%d" 
7218                 (w/o the quotes) for the first time of the instance 
7219                 of claws-mail, was reporting a parser error. make 
7220                 sure that the buffer is always allocated, even to 
7221                 an empty string.
7222                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7223                 unescaping of the fmt string was always done 
7224                 whereas it must be done *only* when receiving 
7225                 quote format strings issued from the prefs 
7226                 (compose new message, reply, forward, redirect 
7227                 formats), *not* when applying templates.  in 
7228                 consequences, applying templates w/ sequences 
7229                 like \\|p{echo} were failing. make sure that 
7230                 unescaping is done only when necessary.
7231
7232 2006-11-12 [colin]      2.6.0cvs38
7233
7234         * po/de.po
7235                 Fix typo (s/KB/MB)
7236
7237 2006-11-12 [colin]      2.6.0cvs37
7238
7239         * src/plugins/pgpinline/pgpinline.c
7240         * src/plugins/pgpmime/pgpmime.c
7241                 Release GPG context at the latest 
7242                 possible moment. Maybe fixes 
7243                 bug 1057, 'crash on sending signed 
7244                 message to a newsgroup'
7245                 
7246
7247 2006-11-12 [colin]      2.6.0cvs36
7248
7249         * src/plugins/pgpcore/sgpgme.c
7250                 Tell a bit more when gpg's status doesn't
7251                 contain any signature
7252
7253 2006-11-12 [colin]      2.6.0cvs35
7254
7255         * src/compose.c
7256                 Fix bug 1060, 'compilation error with 
7257                 Irix's cc'
7258
7259 2006-11-12 [paul]       2.6.0cvs34
7260
7261         * doc/man/claws-mail.1
7262         * src/prefs_gtk.c
7263         * src/plugins/clamav/README
7264         * src/plugins/spamassassin/README
7265         * tools/README
7266         * tools/freshmeat_search.pl
7267         * tools/google_search.pl
7268         * tools/multiwebsearch.pl
7269                 more renaming
7270         * src/plugins/trayicon/trayicon.c
7271                 fix compiliation warning
7272
7273 2006-11-11 [colin]      2.6.0cvs33
7274
7275         * src/folderview.c
7276                 Forbid drag and drop from/to different
7277                 folders of type F_UNKNOWN
7278
7279 2006-11-11 [colin]      2.6.0cvs32
7280
7281         * src/plugins/pgpinline/pgpinline.c
7282                 Fix typo in previous commit:
7283                 - gpgme_new(&ctx);
7284                 + if ((err = gpgme_new(&data->ctx)) ...)
7285
7286 2006-11-11 [colin]      2.6.0cvs31
7287
7288         * src/plugins/pgpinline/pgpinline.c
7289         * src/plugins/pgpmime/pgpmime.c
7290                 Check success after calling gpgme_new
7291                 Maybe fixes bug 1057, 'crash on sending 
7292                 signed message to a newsgroup'
7293
7294 2006-11-11 [colin]      2.6.0cvs30
7295
7296         * src/undo.c
7297                 init undostruct to 0s (from
7298                 valgrind log of bug 1057)
7299
7300 2006-11-10 [colin]      2.6.0cvs29
7301
7302         * src/mainwindow.c
7303                 Set cursor to wait before filtering
7304                 duplicates in all folders
7305         * src/plugins/bogofilter/bogofilter.c
7306         * src/plugins/bogofilter/bogofilter.h
7307         * src/plugins/bogofilter/bogofilter_gtk.c
7308                 Completely thread away the bogofilter
7309                 filtering
7310
7311 2006-11-10 [mones]      2.6.0cvs28
7312
7313         * src/compose.c
7314         * src/compose.h
7315                 added COMPOSE_CHECK_BEFORE_SEND hook
7316
7317 2006-11-10 [paul]       2.6.0cvs27
7318
7319         * src/crash.c
7320                 more renaming
7321                 add libSM to get_compiled_in_features()
7322         * src/main.c
7323                 more renaming
7324
7325 2006-11-10 [colin]      2.6.0cvs26
7326
7327         * src/etpan/imap-thread.c
7328                 Add a reference to libetpan's sasl engine
7329                 so that sasl_done() doesn't get called by
7330                 libetpan, and doesn't break openssl.
7331                 Should fix bug 1053, 'SC fails to reestablish 
7332                 a secure connection'
7333                 Patch by Hoa
7334
7335 2006-11-10 [colin]      2.6.0cvs25
7336
7337         * manual/addrbook.xml
7338         * manual/advanced.xml
7339         * manual/faq.xml
7340         * manual/intro.xml
7341                 Some more renaming
7342
7343 2006-11-09 [colin]      2.6.0cvs24
7344
7345         * src/plugins/bogofilter/bogofilter_gtk.c
7346                 Add comment about annoyance
7347
7348 2006-11-09 [colin]      2.6.0cvs23
7349
7350         * src/plugins/bogofilter/bogofilter.c
7351         * src/plugins/bogofilter/bogofilter_gtk.c
7352                 Prepare things needed to thread bogofilter
7353                 filtering: separate bogo stuff and possible GUI
7354                 stuff. 
7355
7356 2006-11-09 [colin]      2.6.0cvs22
7357
7358         * src/account.c
7359         * src/compose.c
7360                 Search for one of our accounts in Delivered-To
7361                 (helps for auto-account selection when 
7362                  replying/forwarding)
7363         * src/folderview.c
7364         * src/mainwindow.c
7365         * src/mainwindow.h
7366         * src/plugins/trayicon/trayicon.c
7367                 Allow opening a new mail with any account from
7368                 the contextual menu
7369
7370 2006-11-09 [wwp]        2.6.0cvs21
7371
7372         * src/compose.c
7373         * src/prefs_common.c
7374         * src/prefs_common.h
7375         * src/prefs_compose_writing.c
7376                 add a compose new message format (in prefs/compose/writing), it's a
7377                 simple subject+body template to use when opening a new composition
7378                 window. It's similar to the existent reply and forward formats.
7379
7380                 enhanced the template/format % symbols substitution mechanism to
7381                 use current composition window information when % are used in
7382                 the compose new message format or in templates applied to new
7383                 messages (there were useless in that situations before). When
7384                 applied to new messages, %d corresponds to the system time/date.
7385
7386 2006-11-09 [paul]       2.6.0cvs20
7387
7388         * src/gtk/authors.h
7389                 fix last commit
7390
7391 2006-11-09 [paul]       2.6.0cvs19
7392
7393         * src/gtk/authors.h
7394                 keep tje alphabetical order
7395
7396 2006-11-08 [colin]      2.6.0cvs18
7397
7398         * src/etpan/imap-thread.c
7399                 Fix bug 1054, 'Slowness logging big 
7400                 data chunks'
7401
7402 2006-11-08 [paul]       2.6.0cvs17
7403
7404         * tools/Makefile.am
7405                 fix the renaming
7406
7407 2006-11-08 [paul]       2.6.0cvs16
7408
7409         * src/common/defs.h
7410                 update BUGZILLA_URI
7411
7412 2006-11-08 [paul]       2.6.0cvs15
7413
7414         * tools/Makefile.am
7415         * tools/OOo2claws-mail.pl
7416         * tools/OOo2sylpheed.pl
7417         * tools/README
7418         * tools/acroread2claws-mail.pl
7419         * tools/acroread2sylpheed.pl
7420         * tools/kmail2claws-mail.pl
7421         * tools/kmail2claws-mail_v2.pl
7422         * tools/kmail2sylpheed.pl
7423         * tools/kmail2sylpheed_v2.pl
7424         * tools/maildir2claws-mail.pl
7425         * tools/maildir2sylpheed.pl
7426         * tools/nautilus2claws-mail.sh
7427         * tools/nautilus2sylpheed.sh
7428         * tools/outlook2claws-mail.pl
7429         * tools/outlook2sylpheed.pl
7430         * tools/tb2claws-mail
7431         * tools/tb2sylpheed
7432         * tools/tbird2claws.py
7433         * tools/tbird2syl.py
7434         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7435         * tools/kdeservicemenu/install.sh
7436         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7437         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7438         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7439         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7440         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7441                 renamed (removed, added) tools files
7442
7443 2006-11-08 [paul]       2.6.0cvs14
7444
7445         * src/main.c
7446         * src/common/defs.h
7447                 Migrate sylpheedrc to clawsrc, and fix the standard
7448                 plugins path in the process
7449
7450 2006-11-07 [colin]      2.6.0cvs13
7451
7452         * src/Makefile.am
7453                 Symlink sylpheed-claws relative to 
7454                 claws-mail
7455
7456 2006-11-07 [colin]      2.6.0cvs12
7457
7458         * src/compose.c
7459                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7460
7461 2006-11-07 [paul]       2.6.0cvs11
7462
7463         * src/gtk/about.c
7464                 Fix a missed occurence of
7465                 Sylpheed-Claws
7466
7467 2006-11-07 [paul]       2.6.0cvs10
7468
7469         * src/Makefile.am
7470                 Fix symlink installation
7471
7472 2006-11-07 [paul]       2.6.0cvs9
7473
7474         * src/Makefile.am
7475                 Symlink claws-mail to sylpheed-claws
7476         * src/common/utils.c
7477                 Fix migrating symlinks
7478         * src/etpan/imap-thread.c
7479                 check certificate only when there's
7480                 no error
7481
7482 2006-11-07 [paul]       2.6.0cvs8
7483
7484         * Makefile.am
7485                 Fix icon breakages with Gtk, which needs a 
7486                 cache updated to see them.
7487
7488 2006-11-07 [paul]       2.6.0cvs7
7489
7490         * .cvsignore
7491         * AUTHORS
7492         * COPYING
7493         * INSTALL
7494         * Makefile.am
7495         * NEWS
7496         * README
7497         * RELEASE_NOTES
7498         * autogen.sh
7499         * claws-mail-128x128.png
7500         * claws-mail-64x64.png
7501         * claws-mail.ico
7502         * claws-mail.pc.in
7503         * claws-mail.png
7504         * configure.ac
7505         * sylpheed-claws-128x128.png
7506         * sylpheed-claws-64x64.png
7507         * sylpheed-claws.desktop
7508         * sylpheed-claws.ico
7509         * sylpheed-claws.pc.in
7510         * sylpheed-claws.png
7511         * debian/README.Debian
7512         * debian/changelog
7513         * debian/claws-mail.desktop
7514         * debian/claws-mail.menu
7515         * debian/claws-mail.postinst.debhelper
7516         * debian/claws-mail.postrm.debhelper
7517         * debian/control
7518         * debian/copyright
7519         * debian/files
7520         * debian/rules
7521         * debian/sylpheed-claws.desktop
7522         * debian/sylpheed-claws.menu
7523         * debian/sylpheed-claws.postinst.debhelper
7524         * debian/sylpheed-claws.postrm.debhelper
7525         * doc/man/Makefile.am
7526         * doc/man/claws-mail.1
7527         * doc/man/sylpheed-claws.1
7528         * doc/src/ChangeLog.claws-pre0.8.0
7529         * manual/Makefile.am
7530         * manual/account.xml
7531         * manual/ack.xml
7532         * manual/addrbook.xml
7533         * manual/advanced.xml
7534         * manual/claws-mail-manual.xml
7535         * manual/faq.xml
7536         * manual/glossary.xml
7537         * manual/handling.xml
7538         * manual/intro.xml
7539         * manual/keyboard.xml
7540         * manual/plugins.xml
7541         * manual/starting.xml
7542         * manual/sylpheed-claws-manual.xml
7543         * manual/xml2pdf
7544         * manual/dist/.cvsignore
7545         * manual/dist/html/.cvsignore
7546         * manual/dist/html/Makefile.am
7547         * manual/dist/pdf/.cvsignore
7548         * manual/dist/pdf/Makefile.am
7549         * manual/dist/ps/.cvsignore
7550         * manual/dist/ps/Makefile.am
7551         * manual/dist/txt/.cvsignore
7552         * manual/dist/txt/Makefile.am
7553         * manual/es/Makefile.am
7554         * manual/es/advanced.xml
7555         * manual/es/claws-mail-manual.xml
7556         * manual/es/faq.xml
7557         * manual/es/glossary.xml
7558         * manual/es/handling.xml
7559         * manual/es/intro.xml
7560         * manual/es/plugins.xml
7561         * manual/es/sylpheed-claws-manual.xml
7562         * manual/es/dist/.cvsignore
7563         * manual/es/dist/html/.cvsignore
7564         * manual/es/dist/html/Makefile.am
7565         * manual/es/dist/pdf/.cvsignore
7566         * manual/es/dist/pdf/Makefile.am
7567         * manual/es/dist/ps/.cvsignore
7568         * manual/es/dist/ps/Makefile.am
7569         * manual/es/dist/txt/.cvsignore
7570         * manual/es/dist/txt/Makefile.am
7571         * manual/fr/Makefile.am
7572         * manual/fr/account.xml
7573         * manual/fr/ack.xml
7574         * manual/fr/addrbook.xml
7575         * manual/fr/advanced.xml
7576         * manual/fr/claws-mail-manual.xml
7577         * manual/fr/faq.xml
7578         * manual/fr/glossary.xml
7579         * manual/fr/handling.xml
7580         * manual/fr/intro.xml
7581         * manual/fr/keyboard.xml
7582         * manual/fr/plugins.xml
7583         * manual/fr/starting.xml
7584         * manual/fr/sylpheed-claws-manual.xml
7585         * manual/fr/dist/.cvsignore
7586         * manual/fr/dist/html/.cvsignore
7587         * manual/fr/dist/html/Makefile.am
7588         * manual/fr/dist/pdf/.cvsignore
7589         * manual/fr/dist/pdf/Makefile.am
7590         * manual/fr/dist/ps/.cvsignore
7591         * manual/fr/dist/ps/Makefile.am
7592         * manual/fr/dist/txt/.cvsignore
7593         * manual/fr/dist/txt/Makefile.am
7594         * manual/pl/Makefile.am
7595         * manual/pl/account.xml
7596         * manual/pl/ack.xml
7597         * manual/pl/addrbook.xml
7598         * manual/pl/advanced.xml
7599         * manual/pl/claws-mail-manual.xml
7600         * manual/pl/faq.xml
7601         * manual/pl/glossary.xml
7602         * manual/pl/handling.xml
7603         * manual/pl/intro.xml
7604         * manual/pl/keyboard.xml
7605         * manual/pl/plugins.xml
7606         * manual/pl/starting.xml
7607         * manual/pl/sylpheed-claws-manual.xml
7608         * manual/pl/dist/.cvsignore
7609         * manual/pl/dist/html/.cvsignore
7610         * manual/pl/dist/html/Makefile.am
7611         * manual/pl/dist/pdf/.cvsignore
7612         * manual/pl/dist/pdf/Makefile.am
7613         * manual/pl/dist/ps/.cvsignore
7614         * manual/pl/dist/ps/Makefile.am
7615         * manual/pl/dist/txt/.cvsignore
7616         * manual/pl/dist/txt/Makefile.am
7617         * po/.cvsignore
7618         * po/Makevars
7619         * src/.cvsignore
7620         * src/Makefile.am
7621         * src/account.c
7622         * src/account.h
7623         * src/action.c
7624         * src/action.h
7625         * src/adbookbase.h
7626         * src/addr_compl.c
7627         * src/addr_compl.h
7628         * src/addrbook.c
7629         * src/addrcache.c
7630         * src/addrcache.h
7631         * src/addrcindex.c
7632         * src/addrcindex.h
7633         * src/addrclip.c
7634         * src/addrclip.h
7635         * src/addrdefs.h
7636         * src/addressadd.c
7637         * src/addressadd.h
7638         * src/addressbook.c
7639         * src/addressbook.h
7640         * src/addressbook_foldersel.c
7641         * src/addressbook_foldersel.h
7642         * src/addrgather.c
7643         * src/addrgather.h
7644         * src/addrharvest.c
7645         * src/addrharvest.h
7646         * src/addrindex.c
7647         * src/addrindex.h
7648         * src/addritem.c
7649         * src/addritem.h
7650         * src/addrquery.c
7651         * src/addrquery.h
7652         * src/addrselect.c
7653         * src/addrselect.h
7654         * src/alertpanel.c
7655         * src/alertpanel.h
7656         * src/browseldap.c
7657         * src/browseldap.h
7658         * src/codeconv.c
7659         * src/codeconv.h
7660         * src/compose.c
7661         * src/crash.c
7662         * src/crash.h
7663         * src/customheader.c
7664         * src/customheader.h
7665         * src/displayheader.c
7666         * src/displayheader.h
7667         * src/editaddress.c
7668         * src/editaddress.h
7669         * src/editbook.c
7670         * src/editbook.h
7671         * src/editgroup.c
7672         * src/editgroup.h
7673         * src/editjpilot.c
7674         * src/editjpilot.h
7675         * src/editldap.c
7676         * src/editldap.h
7677         * src/editldap_basedn.c
7678         * src/editldap_basedn.h
7679         * src/editvcard.c
7680         * src/editvcard.h
7681         * src/exphtmldlg.c
7682         * src/exphtmldlg.h
7683         * src/expldifdlg.c
7684         * src/expldifdlg.h
7685         * src/export.c
7686         * src/exporthtml.c
7687         * src/exporthtml.h
7688         * src/exportldif.c
7689         * src/exportldif.h
7690         * src/filtering.c
7691         * src/filtering.h
7692         * src/folder.c
7693         * src/folder.h
7694         * src/folder_item_prefs.c
7695         * src/folder_item_prefs.h
7696         * src/foldersel.c
7697         * src/foldersel.h
7698         * src/folderutils.c
7699         * src/folderutils.h
7700         * src/folderview.c
7701         * src/folderview.h
7702         * src/grouplistdialog.c
7703         * src/grouplistdialog.h
7704         * src/html.c
7705         * src/html.h
7706         * src/image_viewer.c
7707         * src/image_viewer.h
7708         * src/imap.c
7709         * src/imap.h
7710         * src/imap_gtk.c
7711         * src/imap_gtk.h
7712         * src/import.c
7713         * src/import.h
7714         * src/importldif.c
7715         * src/importldif.h
7716         * src/importmutt.c
7717         * src/importmutt.h
7718         * src/importpine.c
7719         * src/importpine.h
7720         * src/inc.c
7721         * src/inc.h
7722         * src/jpilot.c
7723         * src/jpilot.h
7724         * src/ldapctrl.c
7725         * src/ldapctrl.h
7726         * src/ldaplocate.c
7727         * src/ldaplocate.h
7728         * src/ldapquery.c
7729         * src/ldapquery.h
7730         * src/ldapserver.c
7731         * src/ldapserver.h
7732         * src/ldaputil.c
7733         * src/ldaputil.h
7734         * src/ldif.c
7735         * src/ldif.h
7736         * src/localfolder.c
7737         * src/localfolder.h
7738         * src/main.c
7739         * src/main.h
7740         * src/mainwindow.c
7741         * src/mainwindow.h
7742         * src/manual.c
7743         * src/manual.h
7744         * src/matcher.c
7745         * src/matcher.h
7746         * src/matcher_parser.h
7747         * src/matcher_parser_lex.l
7748         * src/matcher_parser_parse.y
7749         * src/mbox.c
7750         * src/mbox.h
7751         * src/message_search.c
7752         * src/message_search.h
7753         * src/messageview.c
7754         * src/messageview.h
7755         * src/mh.c
7756         * src/mh.h
7757         * src/mh_gtk.c
7758         * src/mh_gtk.h
7759         * src/mimeview.c
7760         * src/mimeview.h
7761         * src/msgcache.c
7762         * src/msgcache.h
7763         * src/mutt.c
7764         * src/mutt.h
7765         * src/news.c
7766         * src/news.h
7767         * src/news_gtk.c
7768         * src/news_gtk.h
7769         * src/noticeview.c
7770         * src/noticeview.h
7771         * src/partial_download.c
7772         * src/partial_download.h
7773         * src/pine.c
7774         * src/pine.h
7775         * src/pop.c
7776         * src/pop.h
7777         * src/prefs_account.c
7778         * src/prefs_account.h
7779         * src/prefs_actions.c
7780         * src/prefs_actions.h
7781         * src/prefs_common.c
7782         * src/prefs_common.h
7783         * src/prefs_compose_writing.c
7784         * src/prefs_compose_writing.h
7785         * src/prefs_customheader.c
7786         * src/prefs_customheader.h
7787         * src/prefs_display_header.c
7788         * src/prefs_display_header.h
7789         * src/prefs_ext_prog.c
7790         * src/prefs_ext_prog.h
7791         * src/prefs_filtering.c
7792         * src/prefs_folder_column.c
7793         * src/prefs_folder_column.h
7794         * src/prefs_folder_item.c
7795         * src/prefs_folder_item.h
7796         * src/prefs_fonts.c
7797         * src/prefs_fonts.h
7798         * src/prefs_gtk.c
7799         * src/prefs_gtk.h
7800         * src/prefs_image_viewer.c
7801         * src/prefs_image_viewer.h
7802         * src/prefs_matcher.c
7803         * src/prefs_matcher.h
7804         * src/prefs_message.c
7805         * src/prefs_message.h
7806         * src/prefs_msg_colors.c
7807         * src/prefs_msg_colors.h
7808         * src/prefs_other.c
7809         * src/prefs_other.h
7810         * src/prefs_quote.c
7811         * src/prefs_quote.h
7812         * src/prefs_receive.c
7813         * src/prefs_receive.h
7814         * src/prefs_send.c
7815         * src/prefs_send.h
7816         * src/prefs_spelling.c
7817         * src/prefs_spelling.h
7818         * src/prefs_summaries.c
7819         * src/prefs_summaries.h
7820         * src/prefs_summary_column.c
7821         * src/prefs_summary_column.h
7822         * src/prefs_template.c
7823         * src/prefs_template.h
7824         * src/prefs_themes.c
7825         * src/prefs_themes.h
7826         * src/prefs_toolbar.c
7827         * src/prefs_toolbar.h
7828         * src/prefs_wrapping.c
7829         * src/prefs_wrapping.h
7830         * src/privacy.c
7831         * src/privacy.h
7832         * src/procheader.c
7833         * src/procheader.h
7834         * src/procmime.c
7835         * src/procmime.h
7836         * src/procmsg.c
7837         * src/procmsg.h
7838         * src/quote_fmt.c
7839         * src/quote_fmt_parse.y
7840         * src/recv.c
7841         * src/recv.h
7842         * src/remotefolder.c
7843         * src/remotefolder.h
7844         * src/send_message.c
7845         * src/send_message.h
7846         * src/setup.c
7847         * src/setup.h
7848         * src/sourcewindow.c
7849         * src/sourcewindow.h
7850         * src/ssl_manager.c
7851         * src/ssl_manager.h
7852         * src/statusbar.c
7853         * src/statusbar.h
7854         * src/stock_pixmap.c
7855         * src/stock_pixmap.h
7856         * src/summary_search.c
7857         * src/summary_search.h
7858         * src/summaryview.c
7859         * src/summaryview.h
7860         * src/syldap.c
7861         * src/syldap.h
7862         * src/textview.c
7863         * src/textview.h
7864         * src/toolbar.c
7865         * src/toolbar.h
7866         * src/undo.c
7867         * src/undo.h
7868         * src/unmime.c
7869         * src/unmime.h
7870         * src/vcard.c
7871         * src/vcard.h
7872         * src/wizard.c
7873         * src/wizard.h
7874         * src/common/base64.c
7875         * src/common/base64.h
7876         * src/common/defs.h
7877         * src/common/hooks.c
7878         * src/common/hooks.h
7879         * src/common/log.c
7880         * src/common/log.h
7881         * src/common/mgutils.c
7882         * src/common/mgutils.h
7883         * src/common/nntp.c
7884         * src/common/nntp.h
7885         * src/common/passcrypt.c
7886         * src/common/passcrypt.h.in
7887         * src/common/plugin.c
7888         * src/common/plugin.h
7889         * src/common/prefs.c
7890         * src/common/prefs.h
7891         * src/common/progressindicator.c
7892         * src/common/progressindicator.h
7893         * src/common/quoted-printable.c
7894         * src/common/quoted-printable.h
7895         * src/common/session.c
7896         * src/common/session.h
7897         * src/common/smtp.c
7898         * src/common/smtp.h
7899         * src/common/socket.c
7900         * src/common/socket.h
7901         * src/common/ssl.c
7902         * src/common/ssl.h
7903         * src/common/stringtable.c
7904         * src/common/stringtable.h
7905         * src/common/sylpheed.c
7906         * src/common/sylpheed.h
7907         * src/common/template.c
7908         * src/common/template.h
7909         * src/common/timing.h
7910         * src/common/utils.c
7911         * src/common/utils.h
7912         * src/common/version.h.in
7913         * src/common/xml.c
7914         * src/common/xml.h
7915         * src/common/xmlprops.c
7916         * src/common/xmlprops.h
7917         * src/gtk/about.c
7918         * src/gtk/colorlabel.c
7919         * src/gtk/colorlabel.h
7920         * src/gtk/colorsel.c
7921         * src/gtk/colorsel.h
7922         * src/gtk/combobox.c
7923         * src/gtk/combobox.h
7924         * src/gtk/description_window.c
7925         * src/gtk/description_window.h
7926         * src/gtk/filesel.c
7927         * src/gtk/filesel.h
7928         * src/gtk/foldersort.c
7929         * src/gtk/foldersort.h
7930         * src/gtk/gtkaspell.c
7931         * src/gtk/gtkaspell.h
7932         * src/gtk/gtksctree.c
7933         * src/gtk/gtkshruler.c
7934         * src/gtk/gtkshruler.h
7935         * src/gtk/gtkutils.c
7936         * src/gtk/gtkutils.h
7937         * src/gtk/icon_legend.c
7938         * src/gtk/icon_legend.h
7939         * src/gtk/logwindow.c
7940         * src/gtk/logwindow.h
7941         * src/gtk/manage_window.c
7942         * src/gtk/manage_window.h
7943         * src/gtk/pluginwindow.c
7944         * src/gtk/pluginwindow.h
7945         * src/gtk/prefswindow.c
7946         * src/gtk/prefswindow.h
7947         * src/gtk/quicksearch.c
7948         * src/gtk/quicksearch.h
7949         * src/pixmaps/claws-mail.xpm
7950         * src/pixmaps/claws-mail_icon.xpm
7951         * src/pixmaps/claws-mail_logo.xpm
7952         * src/pixmaps/sylpheed-claws.xpm
7953         * src/pixmaps/sylpheed-claws_icon.xpm
7954         * src/pixmaps/sylpheed-claws_logo.xpm
7955         * src/plugins/bogofilter/Makefile.am
7956         * src/plugins/bogofilter/bogofilter.c
7957         * src/plugins/bogofilter/bogofilter.h
7958         * src/plugins/bogofilter/bogofilter_gtk.c
7959         * src/plugins/clamav/Makefile.am
7960         * src/plugins/clamav/clamav_plugin.c
7961         * src/plugins/clamav/clamav_plugin.h
7962         * src/plugins/clamav/clamav_plugin_gtk.c
7963         * src/plugins/demo/Makefile.am
7964         * src/plugins/demo/demo.c
7965         * src/plugins/dillo_viewer/Makefile.am
7966         * src/plugins/dillo_viewer/README
7967         * src/plugins/dillo_viewer/dillo_prefs.c
7968         * src/plugins/dillo_viewer/dillo_prefs.h
7969         * src/plugins/dillo_viewer/dillo_viewer.c
7970         * src/plugins/pgpcore/Makefile.am
7971         * src/plugins/pgpcore/passphrase.c
7972         * src/plugins/pgpcore/passphrase.h
7973         * src/plugins/pgpcore/pgp_viewer.c
7974         * src/plugins/pgpcore/pgp_viewer.h
7975         * src/plugins/pgpcore/plugin.c
7976         * src/plugins/pgpcore/prefs_gpg.c
7977         * src/plugins/pgpcore/prefs_gpg.h
7978         * src/plugins/pgpcore/select-keys.c
7979         * src/plugins/pgpcore/select-keys.h
7980         * src/plugins/pgpcore/sgpgme.c
7981         * src/plugins/pgpcore/sgpgme.h
7982         * src/plugins/pgpcore/sylpheed.def
7983         * src/plugins/pgpcore/version.rc
7984         * src/plugins/pgpinline/Makefile.am
7985         * src/plugins/pgpinline/pgpinline.c
7986         * src/plugins/pgpinline/pgpinline.h
7987         * src/plugins/pgpinline/plugin.c
7988         * src/plugins/pgpinline/sylpheed.def
7989         * src/plugins/pgpinline/version.rc
7990         * src/plugins/pgpmime/Makefile.am
7991         * src/plugins/pgpmime/pgpmime.c
7992         * src/plugins/pgpmime/pgpmime.h
7993         * src/plugins/pgpmime/plugin.c
7994         * src/plugins/pgpmime/sylpheed.def
7995         * src/plugins/pgpmime/version.rc
7996         * src/plugins/spamassassin/Makefile.am
7997         * src/plugins/spamassassin/README
7998         * src/plugins/spamassassin/spamassassin.c
7999         * src/plugins/spamassassin/spamassassin.h
8000         * src/plugins/spamassassin/spamassassin_gtk.c
8001         * src/plugins/trayicon/Makefile.am
8002         * src/plugins/trayicon/trayicon.c
8003         * tools/OOo2sylpheed.pl
8004         * tools/README
8005         * tools/README.sylprint
8006         * tools/acroread2sylpheed.pl
8007         * tools/claws.i18n.status.pl
8008         * tools/filter_conv.pl
8009         * tools/filter_conv_new.pl
8010         * tools/freshmeat_search.pl
8011         * tools/google_search.pl
8012         * tools/kmail2sylpheed.pl
8013         * tools/kmail2sylpheed_v2.pl
8014         * tools/make.themes.project
8015         * tools/multiwebsearch.pl
8016         * tools/nautilus2sylpheed.sh
8017         * tools/outlook2sylpheed.pl
8018         * tools/sylprint.pl
8019         * tools/sylprint.rc
8020         * tools/tb2sylpheed
8021         * tools/textviewer.sh
8022         * tools/vcard2xml.py
8023         * tools/kdeservicemenu/README
8024         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8025         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8026         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8027                 Change name to Claws Mail. Announce to follow...
8028
8029 2006-11-06 [wwp]        2.6.0cvs6
8030
8031         * src/prefs_template.c
8032                 unify messages related to quote format/template errors (fix
8033                 capitalization), again.
8034
8035 2006-11-06 [wwp]        2.6.0cvs5
8036
8037         * src/prefs_quote.c
8038                 unify messages related to quote format/template errors.
8039
8040 2006-11-06 [wwp]        2.6.0cvs4
8041
8042         * src/prefs_msg_colors.c
8043                 more uses of Q_ macro for contextual translations, thanks
8044                 to Fabien (fzzzzz).
8045
8046 2006-11-06 [wwp]        2.6.0cvs3
8047
8048         * src/compose.c
8049         * src/common/utils.c
8050         * src/common/utils.h
8051                 show an alertpanel to make sure users are aware that sensitive
8052                 files are attached (it's file blacklist-based). This will fix
8053                 interaction w/ GoogleEarth for instance, thanks to Colin.
8054
8055 2006-11-06 [wwp]        2.6.0cvs2
8056
8057         * src/prefs_quote.c
8058         * src/prefs_template.c
8059         * src/prefs_template.h
8060                 check quote format when applying/closing prefs. For now this only
8061                 shows up an error dialog box, not preventing the user from using
8062                 a broken quote (reply, forwards) format.
8063
8064 2006-11-06 [wwp]        2.6.0cvs1
8065
8066         * src/prefs_template.c
8067                 fix missing checks of some template fields.
8068
8069 2006-11-06 [paul]       2.6.0
8070
8071         * NEWS
8072         * README
8073         * RELEASE_NOTES
8074                 2.6.0 released
8075
8076 2006-11-06 [paul]       2.5.6cvs22
8077
8078         * manual/advanced.xml
8079         * manual/es/advanced.xml
8080                 put 'respect_flowed_format' info in the correct
8081                 place
8082
8083 2006-11-06 [mones]      2.5.6cvs21
8084
8085         * po/es.po
8086                 Minor fixes for release
8087
8088 2006-11-06 [paul]       2.5.6cvs20
8089
8090         * po/cs.po
8091         * po/de.po
8092         * po/fr.po
8093         * po/it.po
8094         * po/nl.po
8095         * po/pt_BR.po
8096         * po/sk.po
8097         * po/sv.po
8098         * po/zh_CN.po
8099                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8100                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8101                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8102                 Young
8103
8104 2006-11-02 [colin]      2.5.6cvs19
8105
8106         * src/imap.c
8107         * src/imap.h
8108         * src/prefs_account.c
8109         * src/etpan/imap-thread.c
8110                 Add GSSAPI support - fixes Debian bug #383274
8111
8112 2006-11-01 [colin]      2.5.6cvs18
8113
8114         * src/jpilot.c
8115                 Handle libpisock12 support. Probably
8116                 fixes bug 1046, 'jpilot AddressDB.pdb 
8117                 import fail'
8118
8119 2006-11-01 [colin]      2.5.6cvs17
8120
8121         * src/folderutils.c
8122                 debug_print() folderutils_mark_all_read()
8123
8124 2006-11-01 [colin]      2.5.6cvs16
8125
8126         * COPYING
8127                 Add missed files to the Apache exception
8128
8129 2006-10-31 [colin]      2.5.6cvs15
8130
8131         * src/folder.c
8132         * src/folder.h
8133                 Add a copy_private_data() func to FolderClasses
8134                 Doesn't break the feature freeze, because we 
8135                 won't use it (right now) in the core.
8136
8137 2006-10-31 [colin]      2.5.6cvs14
8138
8139         * COPYING
8140                 Allow linking with the Apache licensed files in
8141                 src/plugins/spamassassin. Hopefully fixes 
8142                 bug 1048, 'Spamassassin plugin license problem'
8143
8144 2006-10-31 [wwp]        2.5.6cvs13
8145
8146         * src/compose.c
8147                 fix and optimize trimming of leading linefeeds in body loop.
8148
8149 2006-10-31 [colin]      2.5.6cvs12
8150
8151         * src/etpan/imap-thread.c
8152         * src/imap.c
8153                 Make really sure to have NULL sets in case
8154                 of error
8155
8156 2006-10-30 [wwp]        2.5.6cvs11
8157
8158         * src/prefs_common.c
8159         * src/prefs_common.h
8160         * src/compose.c
8161                 fix broken storage of quote format template when it contains \-escape
8162                 sequences. The application of such sequences is also fixed now (\t
8163                 in quote format will be a real tab instead of a 't', for instance).
8164
8165 2006-10-27 [colin]      2.5.6cvs10
8166
8167         * src/compose.c
8168                 Probably fix bug 1045, 'sylpheed-claws 
8169                 doesn't remove the mail from the IMAP 
8170                 Queue folder after sending'. From
8171                 2.5.6cvs3-stable
8172
8173 2006-10-27 [colin]      2.5.6cvs9
8174
8175         * configure.ac
8176                 Require libetpan-0.48. I'm so annoying,
8177                 I know ;-)
8178
8179 2006-10-27 [colin]      2.5.6cvs8
8180
8181         * src/folder.c
8182         * src/imap.c
8183                 Probably fix bug 1044, 'sylpheed-claws 
8184                 segfaults while moving mails' - Fix relation
8185                 usage when moving to an IMAP mailbox from another
8186                 mailbox
8187
8188 2006-10-26 [paul]       2.5.6cvs7
8189
8190         * src/gtk/about.c
8191                 add libSM to compiled-in features
8192                 list
8193
8194 2006-10-24 [colin]      2.5.6cvs6
8195
8196         * src/textview.c
8197         * src/gtk/gtkutils.c
8198                 Fix crash when printing emails with an
8199                 xface
8200
8201 2006-10-24 [mones]      2.5.6cvs5
8202
8203         * manual/es/advanced.xml
8204                 Synchronize hidden option respect_flowed_format
8205         * po/es.po
8206                 Updated translation
8207
8208 2006-10-21 [paul]       2.5.6cvs4
8209
8210         * src/gtk/authors.h
8211         * src/plugins/pgpcore/pgp_viewer.c
8212         * src/plugins/pgpcore/sgpgme.c
8213                 fix building on BSDs
8214                 Thanks to Michael Hughes
8215                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8216
8217 2006-10-20 [colin]      2.5.6cvs3
8218
8219         * configure.ac
8220                 Bump up libetpan requirement
8221                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8222         * src/common/utils.c
8223         * src/common/utils.h
8224                 Add convenience get_file_mtime()
8225         * src/imap.c
8226         * src/etpan/imap-thread.c
8227         * src/etpan/imap-thread.h
8228                 Implement UIDPLUS support if the server
8229                 supports it - faster sending in this case
8230
8231 2006-10-19 [colin]      2.5.6cvs2
8232
8233         * src/gtk/quicksearch.c
8234                 Fix emptying in type-ahead+extended mode
8235         * src/mainwindow.c
8236         * src/mainwindow.h
8237                 Add a hook for offline state change
8238         * src/plugins/trayicon/trayicon.c
8239                 Use it to display offline icons
8240         * src/plugins/trayicon/Makefile.am
8241         * src/plugins/trayicon/newmail.offline.xpm
8242         * src/plugins/trayicon/newmarkedmail.offline.xpm
8243         * src/plugins/trayicon/nomail.offline.xpm
8244         * src/plugins/trayicon/unreadmail.offline.xpm
8245         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8246                 Add the icons
8247
8248 2006-10-12 [paul]       2.5.6cvs1
8249
8250         * NEWS
8251         * README
8252         * configure.ac
8253                 Update version number following
8254                 stable release
8255
8256 2006-10-19 [colin]      2.5.5cvs18
8257
8258         * manual/handling.xml
8259                 Add type-ahead search
8260
8261 2006-10-18 [colin]      2.5.5cvs17
8262
8263         * src/gtk/quicksearch.c
8264                 Remove "save to history only if there's
8265                 no syntax error", it breaks for some 
8266                 reason which I'll investigate later.
8267
8268 2006-10-18 [colin]      2.5.5cvs16
8269
8270         * src/prefs_common.c
8271         * src/prefs_common.h
8272         * src/summaryview.c
8273         * src/gtk/quicksearch.c
8274         * src/gtk/quicksearch.h
8275                 Add a type-ahead option for fast searches
8276                 Patch by Fabien Vantard
8277
8278 2006-10-18 [colin]      2.5.5cvs15
8279
8280         * src/compose.c
8281         * src/compose.h
8282                 Add Options/Reply mode/ menu to be able to
8283                 change the recipients of a reply on the fly
8284
8285 2006-10-18 [colin]      2.5.5cvs14
8286
8287         * src/compose.c
8288                 Fix redirecting of our own sent mails
8289
8290 2006-10-17 [wwp]        2.5.5cvs13
8291
8292         * src/send_message.c
8293                 Fix duplicate error messages when sending, and missing
8294                 newline in such error messages.
8295
8296 2006-10-17 [colin]      2.5.5cvs12
8297
8298         * src/compose.c
8299                 Compare addresses case-insensitive
8300
8301 2006-10-17 [colin]      2.5.5cvs11
8302
8303         * src/plugins/pgpcore/sgpgme.c
8304                 Fix return status
8305
8306 2006-10-17 [colin]      2.5.5cvs10
8307
8308         * src/plugins/pgpcore/pgp_viewer.c
8309                 Fix return status
8310
8311 2006-10-17 [colin]      2.5.5cvs9
8312
8313         * src/quote_fmt.c
8314                 Fix a typo (thanks to Fabien)
8315
8316 2006-10-16 [colin]      2.5.5cvs8
8317
8318         * src/textview.c
8319                 Fix problem with quote-folding when emails
8320                 don't convert cleanly to UTF-8
8321
8322 2006-10-14 [colin]      2.5.5cvs7
8323
8324         * src/prefs_template.c
8325                 Reset fields when reopening
8326                 the window
8327
8328 2006-10-13 [paul]       2.5.5cvs6
8329
8330         * manual/advanced.xml
8331         * src/prefs_message.c
8332                 make 'respect_flowed_format' a hidden
8333                 option, and add a manual entry for it
8334                 Thanks to Colin
8335
8336 2006-10-12 [colin]      2.5.5cvs5
8337
8338         * src/codeconv.c
8339                 Revert part of 2.5.2cvs21:
8340                 Don't optimise by reusing the 
8341                 last iconv converter if possible:
8342                 it seems slightly broken in a 
8343                 very hard way to reproduce
8344
8345 2006-10-12 [colin]      2.5.5cvs4
8346
8347         * src/prefs_common.c
8348         * src/prefs_common.h
8349         * src/prefs_message.c
8350         * src/procmime.c
8351                 Fix bug 1035, 'Incorrect handling 
8352                 of flowed lines'. We now optionnaly
8353                 handle this format (preference is in
8354                 Message View/Text options section)
8355
8356 2006-10-12 [colin]      2.5.5cvs3
8357
8358         * po/POTFILES.in
8359                 Add new file
8360         * src/plugins/pgpcore/pgp_viewer.c
8361         * src/plugins/pgpcore/sgpgme.c
8362                 Don't try to import without asking
8363
8364 2006-10-12 [colin]      2.5.5cvs2
8365
8366         * src/compose.c
8367                 Fix bug 1036, 'Forwarding a mutlipart
8368                 mail with a "text/html" block to ms
8369                 outlook users leeds to freeze of
8370                 outlook'. Poor outlook users...
8371
8372 2006-10-12 [paul]       2.5.5cvs1
8373
8374         * NEWS
8375         * README
8376         * configure.ac
8377                 Update version number following
8378                 stable release
8379
8380 2006-10-11 [paul]       2.5.4cvs1
8381
8382         * NEWS
8383         * README
8384         * configure.ac
8385                 Update version number following
8386                 stable release
8387
8388 2006-10-11 [paul]       2.5.3cvs32
8389
8390         * src/textview.c
8391                 fix bug 1032, 'Segmentation fault when showing
8392                 message' (bug in quote folding)
8393                 Thanks to Colin
8394
8395 2006-10-10 [colin]      2.5.3cvs31
8396
8397         * src/quote_fmt.c
8398                 Rephrase english a bit
8399
8400 2006-10-10 [colin]      2.5.3cvs30
8401
8402         * src/prefs_compose_writing.c
8403                 Stop making the page larger than the window
8404
8405 2006-10-10 [wwp]        2.5.3cvs29
8406
8407         * src/compose.c
8408         * src/prefs_template.c
8409         * src/quote_fmt.c
8410         * src/quote_fmt.h
8411         * src/quote_fmt_lex.l
8412         * src/quote_fmt_parse.y
8413                 Extend the quote parser a bit: allow to get access to
8414                 basic (composing) account info.
8415
8416 2006-10-10 [colin]      2.5.3cvs28
8417
8418         * src/procheader.c
8419                 Fix this \t problem in subject
8420
8421 2006-10-09 [colin]      2.5.3cvs27
8422
8423         * src/main.c
8424         * src/prefs_gtk.c
8425                 Prepare cache a bit later
8426                 If section already exists, skip the new one 
8427                 (as previously); avoid writing the same block
8428                 twice - if we find a second block with the 
8429                 same id, skip it.
8430         * src/plugins/pgpcore/pgp_viewer.c
8431                 Set cursor to busy when retrieving a key
8432         * src/plugins/pgpcore/sgpgme.c
8433                 allow 5 seconds for gpg to export the key
8434                 
8435
8436 2006-10-09 [colin]      2.5.3cvs26
8437
8438         * configure.ac
8439         * src/msgcache.c
8440         * src/prefs_gtk.c
8441                 Check for existence of fgets_unlocked
8442                 and fwrite_unlocked
8443
8444 2006-10-09 [paul]       2.5.3cvs25
8445
8446         * src/prefs_summaries.c
8447                 replace strftime() with fast_strftime() and in
8448                 the consequence fix the bug in the display of
8449                 AM/PM in the 'Example' string
8450
8451 2006-10-09 [ticho]      2.5.3cvs24
8452
8453         * po/sk.po
8454                 Updated (and fixed up somewhat) Slovak translation.
8455
8456 2006-10-08 [colin]      2.5.3cvs23
8457
8458         * src/prefs_folder_item.c
8459                 Explain why prefs in the top-level folder
8460                 aren't retained, but are still useful
8461
8462 2006-10-08 [colin]      2.5.3cvs22
8463
8464         * src/prefs_gtk.c
8465                 Don't cache anything if caching fails
8466
8467 2006-10-08 [colin]      2.5.3cvs21
8468
8469         * src/common/utils.c
8470                 always include gi18n.h
8471
8472 2006-10-07 [colin]      2.5.3cvs20
8473
8474         * src/plugins/pgpcore/pgp_viewer.c
8475                 Kill gpg after 5 seconds wait
8476
8477 2006-10-07 [colin]      2.5.3cvs19
8478
8479         * src/plugins/pgpcore/pgp_viewer.c
8480         * src/plugins/pgpcore/pgp_viewer.h
8481                 Fix copyright
8482
8483 2006-10-07 [colin]      2.5.3cvs18
8484
8485         * src/plugins/pgpcore/pgp_viewer.c
8486         * src/plugins/pgpcore/pgp_viewer.h
8487                 Actually add the files to CVS
8488
8489 2006-10-07 [colin]      2.5.3cvs17
8490
8491         * src/plugins/pgpcore/sgpgme.c
8492                 Be sure not to crash on 'application/pgp-signature' that
8493                 are not application/pgp-signatures
8494
8495 2006-10-07 [colin]      2.5.3cvs16
8496
8497         * src/textview.c
8498         * src/textview.h
8499                 Make a bit more of the API available
8500         * src/plugins/pgpcore/Makefile.am
8501         * src/plugins/pgpcore/plugin.c
8502         * src/plugins/pgpcore/sgpgme.c
8503                 Add basic key import/export
8504
8505 2006-10-07 [colin]      2.5.3cvs15
8506
8507         * src/folderview.c
8508         * src/imap.c
8509         * src/prefs_account.c
8510         * src/wizard.c
8511                 Warn users *everywhere* if libetpan's not
8512                 linked in
8513
8514 2006-10-06 [mones]      2.5.3cvs14
8515
8516         * po/de.po
8517         * po/es.po
8518                 updated by Stephan Sachse and me
8519
8520 2006-10-06 [colin]      2.5.3cvs13
8521
8522         * src/main.c
8523         * src/common/sylpheed.c
8524                 Don't load common plugins if --exit is passed
8525         * src/prefs_gtk.c
8526         * src/prefs_gtk.h
8527                 Implement a cache to avoid reading the same
8528                 files over and over again at startup
8529
8530 2006-10-06 [colin]      2.5.3cvs12
8531
8532         * src/summaryview.c
8533         * src/gtk/quicksearch.c
8534                 Update display every 5k mails on fast searches
8535
8536 2006-10-06 [colin]      2.5.3cvs11
8537
8538         * src/textview.c
8539                 Don't do quote folding on HTML or ERTF.
8540                 May fix the Cygwin issues if they were
8541                 happening with HTML mails?
8542
8543 2006-10-05 [colin]      2.5.3cvs10
8544
8545         * src/prefs_gtk.c
8546                 Oops, forgot one
8547
8548 2006-10-05 [colin]      2.5.3cvs9
8549
8550         * src/prefs_gtk.c
8551                 Use unlocked_stdio here too
8552
8553 2006-10-05 [colin]      2.5.3cvs8
8554
8555         * src/folderview.c
8556                 Fix go to next * after preferences apply
8557         * src/msgcache.c
8558                 Do the fd lock/unlock ourselves instead of
8559                 letting the libc do it at each write 
8560
8561 2006-10-05 [colin]      2.5.3cvs7
8562
8563         * src/common/utils.c
8564                 Faster division, thanks to Jean Diraison
8565
8566 2006-10-05 [paul]       2.5.3cvs6
8567
8568         * src/common/utils.c
8569                 fix building with --disable-nls
8570
8571 2006-10-04 [colin]      2.5.3cvs5
8572
8573         * src/folder.c
8574                 Maybe fix a segfault
8575
8576 2006-10-04 [wwp]        2.5.3cvs4
8577
8578         * src/prefs_folder_item.c
8579                 Fine-tune layouts in folder item prefs. Suggested by
8580                 Fabien Vantard <fzzzzz@gmail.com>.
8581
8582 2006-10-04 [wwp]        2.5.3cvs3
8583
8584         * src/prefs_folder_item.c
8585                 Kill the clandestine passengers. You didn't see anything.
8586
8587 2006-10-04 [wwp]        2.5.3cvs2
8588
8589         * src/prefs_folder_item.c
8590                 Add a way to test the subject simplify regexp in
8591                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8592                 w/ few layout changes.
8593
8594 2006-20-04 [paul]       2.5.3cvs1
8595
8596         * NEWS
8597         * README
8598         * configure.ac
8599                 Update version number following
8600                 stable release
8601
8602 2006-10-04 [colin]      2.5.2cvs42
8603
8604         * src/folder.c
8605         * src/folder.h
8606         * src/summaryview.c
8607                 Provide a way for folder classes to set their sort
8608                 type and key
8609
8610 2006-10-03 [colin]      2.5.2cvs41
8611
8612         * src/mh.c
8613                 Don't use strlen() to know if the
8614                 string's empty
8615
8616 2006-10-03 [colin]      2.5.2cvs40
8617
8618         * src/mh.c
8619                 Fix "check for new folders" with accentued folders
8620
8621 2006-10-03 [ticho]      2.5.2cvs39
8622
8623         * src/filtering.c
8624         * src/folder.c
8625         * src/inc.c
8626         * src/mbox.c
8627                 Colin's fix for "copy" filtering rules.
8628
8629 2006-10-02 [colin]      2.5.2cvs38
8630
8631         * src/folderview.c
8632                 Fix for double-click too
8633
8634 2006-10-02 [colin]      2.5.2cvs37
8635
8636         * src/folderview.c
8637                 correct fix for cvs36
8638
8639 2006-10-02 [colin]      2.5.2cvs36
8640
8641         * src/folderview.c
8642                 Fix 'goto next unread' after collapsing/expanding 
8643                 a node.
8644
8645 2006-10-02 [colin]      2.5.2cvs35
8646
8647         * src/summaryview.c
8648                 Fix double freeze/thaw
8649         * src/common/utils.c
8650         * src/common/utils.h
8651                 Reimplement strftime
8652         * src/procheader.c
8653                 Use it
8654
8655
8656 2006-10-02 [colin]      2.5.2cvs34
8657
8658         * src/mh.c
8659                 Time mh_write_sequences() - it's fast
8660         * src/summaryview.c
8661                 Init a variable to shut up gcc
8662
8663 2006-10-01 [colin]      2.5.2cvs33
8664
8665         * src/folder.c
8666         * src/mh.c
8667         * src/mh.h
8668         * src/msgcache.c
8669                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8670                 Add fsync but disable it, it's slow as hell
8671
8672 2006-10-01 [colin]      2.5.2cvs32
8673
8674         * src/mh.c
8675         * src/msgcache.c
8676                 fflush() caches and mh_sequences before
8677                 fclose()ing
8678
8679 2006-10-01 [colin]      2.5.2cvs31
8680
8681         * src/msgcache.c
8682                 Don't ftruncate when not using mmap
8683
8684 2006-09-30 [colin]      2.5.2cvs30
8685
8686         * src/main.c
8687                 Write folder list *after* saving caches
8688
8689 2006-09-30 [colin]      2.5.2cvs29
8690
8691         * src/folder.c
8692         * src/mh.c
8693                 Debug forced mtime changes
8694
8695 2006-09-30 [colin]      2.5.2cvs28
8696
8697         * src/folder.c
8698         * src/main.c
8699                 Remove useless debug_print()s (code
8700                 well-tested)
8701
8702 2006-09-30 [colin]      2.5.2cvs27
8703
8704         * src/mh.c
8705                 Do stuff faster when writing mh_sequences
8706
8707 2006-09-30 [colin]      2.5.2cvs26
8708
8709         * src/mh.c
8710                 Don't let the writing of .mh_sequences, which
8711                 can change the folder's mtime, let us think
8712                 we need to scan.
8713
8714 2006-09-30 [colin]      2.5.2cvs25
8715
8716         * src/folder.c
8717                 Move a debug_print where it belongs 
8718                 (processing)
8719         * src/summaryview.c
8720                 Don't mess with a huge slow subject
8721                 table if we're not threading by
8722                 subject
8723
8724 2006-09-30 [colin]      2.5.2cvs24
8725
8726         * src/msgcache.c
8727                 Reenable mmaped reads (*not* writes!)
8728         * src/procmsg.c
8729                 Don't destroy and recreate hashtables just
8730                 for fun
8731         * src/common/utils.c
8732                 Remove useless reply prefixes (it's case
8733                 unsensitive)
8734
8735 2006-09-30 [wwp]        2.5.2cvs23
8736
8737         * tools/fix_date.sh
8738                 Fixed a minor bug in date value extraction, added a switch
8739                 to replace non RFC-compliant Date: value, added a switch
8740                 to use strict RFC matching patterns for dates.
8741
8742 2006-09-29 [colin]      2.5.2cvs22
8743
8744         * src/matcher_parser.h
8745         * src/matcher_parser_parse.y
8746         * src/prefs_filtering.c
8747         * src/statusbar.c
8748         * src/summary_search.c
8749         * src/summaryview.c
8750         * src/gtk/quicksearch.c
8751         * src/gtk/quicksearch.h
8752                 Optimise searches by setting different
8753                 refresh intervals (depending if the 
8754                 search is fast or not)
8755
8756 2006-09-29 [colin]      2.5.2cvs21
8757
8758         * src/codeconv.c
8759                 Optimise by reusing the last iconv converter
8760                 if possible
8761         * src/textview.c
8762                 Optimise a bit (the foldable quotes feature
8763                 still has an awful O(n^2) algo
8764
8765 2006-09-29 [colin]      2.5.2cvs20
8766
8767         * src/gtk/gtksctree.c
8768         * src/gtk/gtksctree.h
8769                 Optimise de-selection via up/down or
8770                 another key
8771
8772 2006-09-28 [colin]      2.5.2cvs19
8773
8774         * src/action.c
8775         * src/compose.c
8776         * src/folderview.c
8777         * src/mainwindow.c
8778         * src/messageview.c
8779         * src/summary_search.c
8780         * src/toolbar.c
8781                 Avoid using summaryview->ctree directly
8782
8783 2006-09-28 [colin]      2.5.2cvs18
8784
8785         * src/summaryview.c
8786         * src/summaryview.h
8787                 Add helpers to freeze/thaw/grab_focus
8788                 Factorize calls to freeze/thaw/grab_focus
8789                 
8790
8791 2006-09-28 [colin]      2.5.2cvs17
8792
8793         * src/main.c
8794                 More guards for the session management
8795
8796 2006-09-28 [colin]      2.5.2cvs16
8797
8798         * src/folderview.c
8799         * src/gtk/gtksctree.c
8800         * src/gtk/gtksctree.h
8801                 Make expanding not recursive in folderview
8802
8803 2006-09-28 [colin]      2.5.2cvs15
8804
8805         * src/addressbook.c
8806                 If nothing is selected in the list (right part)
8807                 and a group is selected in the tree (left part),
8808                 mail this group.
8809
8810 2006-09-28 [colin]      2.5.2cvs14
8811
8812         * src/Makefile.am
8813                 Actually use SM_LIBS
8814
8815 2006-09-28 [ticho]      2.5.2cvs13
8816
8817         * src/export.c
8818         * src/messageview.c
8819         * src/mimeview.c
8820         * src/news.c
8821         * src/pop.c
8822         * src/prefs_themes.c
8823         * src/procmsg.c
8824                 Small i18n string optimization.
8825         * src/send_message.c
8826         * src/summaryview.c
8827         * src/common/session.c
8828         * src/common/smtp.c
8829         * src/common/ssl_certificate.c
8830         * src/common/utils.c
8831                 Use "Couldn't" instead of "Can't" in UI messages,
8832                 where appropriate.
8833
8834 2006-09-28 [colin]      2.5.2cvs12
8835
8836         * configure.ac
8837                 Possibly fix link errors
8838
8839 2006-09-27 [wwp]        2.5.2cvs11
8840
8841         * src/gtk/authors.h
8842         * doc/man/sylpheed-claws.1
8843         * manual/ack.xml
8844         * manual/es/ack.xml
8845         * manual/fr/ack.xml
8846         * manual/pl/ack.xml
8847                 Updated authors info (me, myself and I).
8848
8849 2006-09-27 [colin]      2.5.2cvs10
8850
8851         * src/addressbook.c
8852                 Remove useless printf
8853
8854 2006-09-27 [wwp]        2.5.2cvs9
8855
8856         * src/editgroup.c
8857         * src/send_message.c
8858         * src/inc.c
8859         * src/prefs_common.c
8860         * src/prefs_common.h
8861         * src/gtk/progressdialog.c
8862                 remember more windows' sizes (send dialog, received dialog,
8863                 edit group in addressbook).
8864
8865 2006-09-27 [colin]      2.5.2cvs8
8866
8867         * configure.ac
8868         * src/main.c
8869         * src/mainwindow.h
8870                 Use libSM to communicate with the session
8871                 manager, so that we can know when the 
8872                 session ends, save our caches, and draft
8873                 our compose windows.
8874
8875 2006-09-27 [colin]      2.5.2cvs7
8876
8877         * src/addressbook.c
8878                 Fix issues:
8879                 o Allow Book and Group creation from the tree's
8880                   contextual menu
8881                 o Do not actually delete the contacts when 
8882                   deleting groups from the tree (duh!)
8883
8884 2006-09-27 [colin]      2.5.2cvs6
8885
8886         * src/compose.c
8887         * src/compose.h
8888         * src/mainwindow.c
8889         * src/textview.c
8890         * src/toolbar.c
8891                 o Allow passing an email address to 
8892                   compose_new_with_folderitem
8893                 o Update callers
8894                 o Use current folderitem when clicking
8895                   on a TextView mailto: link
8896                 o Fix a possible leak in TextView
8897
8898 2006-09-27 [colin]      2.5.2cvs5
8899
8900         * src/html.c
8901                 Use UTF-8 chars to replace HTML entities
8902
8903 2006-09-27 [colin]      2.5.2cvs4
8904
8905         * AUTHORS
8906         * src/prefs_account.c
8907         * src/gtk/authors.h
8908                 Fix bug #1024 (Array index out of
8909                 range in sylpheed-claws-2.5.2)
8910                 Patch by Ales Nosek <anosek@suse.cz>
8911
8912 2006-09-27 [colin]      2.5.2cvs3
8913
8914         * src/addr_compl.c
8915                 Actually do the test
8916
8917 2006-09-27 [colin]      2.5.2cvs2
8918
8919         * src/addr_compl.c
8920         * src/addr_compl.h
8921                 Allow completing with comma (in certain cases: vCalendar
8922                 for example doesn't support that)
8923                 Patch by Fabien Vantard
8924
8925 2006-09-26 [colin]      2.5.2cvs1
8926
8927         * src/Makefile.am
8928         * src/addr_compl.c
8929         * src/addr_compl.h
8930         * src/addrbook.c
8931         * src/addrbook.h
8932         * src/addressbook.c
8933         * src/addrindex.c
8934         * src/addrindex.h
8935         * src/compose.c
8936         * src/prefs_common.c
8937         * src/prefs_filtering_action.c
8938         * src/prefs_folder_item.c
8939         * src/prefs_template.c
8940         * src/stock_pixmap.c
8941         * src/stock_pixmap.h
8942         * src/pixmaps/addr_one.xpm
8943         * src/pixmaps/addr_two.xpm
8944                 Add auto-completion on groups
8945
8946 2006-09-26 [colin]      2.5.2
8947
8948         * NEWS
8949         * README
8950         * RELEASE_NOTES
8951                 2.5.2 released
8952
8953 2006-09-26 [colin]      2.5.1cvs5
8954
8955         * src/matcher.c
8956                 Fix condition
8957
8958 2006-09-26 [colin]      2.5.1cvs4
8959
8960         * src/mbox.c
8961                 Revert cvs1 (useless as the message is printed 
8962                 every 500 mails)
8963
8964 2006-09-26 [colin]      2.5.1cvs3
8965
8966         * src/partial_download.c
8967                 Fix crasher found by Alexsandar Urosevic
8968
8969 2006-09-26 [colin]      2.5.1cvs2
8970
8971         * src/summaryview.c
8972                 Fix bug #1023 (Sylpheed deletes too much messages)
8973
8974 2006-09-26 [ticho]      2.5.1cvs1
8975
8976         * src/mbox.c
8977                 Make use of gettext's multiple plurals for statusbar
8978                 progress message.
8979
8980 2006-09-25 [paul]       2.5.1
8981
8982         * NEWS
8983         * README
8984         * RELEASE_NOTES
8985                 2.5.1 released
8986
8987 2006-09-25 [colin]      2.5.0cvs3
8988
8989         * src/plugins/bogofilter/bogofilter.c
8990         * src/plugins/clamav/clamav_plugin.c
8991         * src/plugins/spamassassin/spamassassin.c
8992                 BogoFilter, Spamassassin: Fix double hook registering after
8993                 visiting preferences
8994                 Spamassassin, Clamav: Just set the mails to move instead of
8995                 doing the move - caller will move the things at once.
8996
8997 2006-09-25 [colin]      2.5.0cvs2
8998
8999         * src/imap.c
9000         * src/etpan/imap-thread.c
9001                 Use UID SEARCH ALL instead of UID 1:*
9002                 (braindead servers can't figure out that's
9003                 the same...)
9004
9005 2006-09-25 [wwp]        2.5.0cvs1
9006
9007         * src/message_search.c
9008                 Added the ability to stop a running search (in message body).
9009
9010 2006-09-25 [paul]       2.5.0
9011
9012         * NEWS
9013         * README
9014         * RELEASE_NOTES
9015                 2.5.0 released
9016
9017 2006-09-25 [paul]       2.4.0cvs214
9018
9019         * po/cs.po
9020         * po/de.po
9021         * po/fi.po
9022         * po/fr.po
9023         * po/nl.po
9024         * po/pt_BR.po
9025         * po/sk.po
9026         * po/sr.po
9027         * po/zh_CN.po
9028                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9029                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9030                 Ticho, Aleksander Urosevic, Ralgh Young
9031
9032 2006-09-24 [mones]      2.4.0cvs213
9033
9034         * po/es.po
9035                 Updated for release
9036
9037 2006-09-23 [colin]      2.4.0cvs212
9038
9039         * src/gtk/inputdialog.c
9040                 Fix [ ] remember this appearing in normal
9041                 input dialogs after it's been used by
9042                 mimeview.
9043         * src/folder.c
9044         * src/folderview.c
9045         * src/msgcache.c
9046         * src/procmsg.c
9047         * src/summaryview.c
9048         * src/textview.c
9049         * src/common/timing.h
9050                 Enable timings in debug mode and make it
9051                 look prettier.
9052
9053 2006-09-22 [colin]      2.4.0cvs211
9054
9055         * README
9056                 Revert test change
9057         * commitHelper
9058                 ping the correct URI
9059
9060 2006-09-22 [colin]      2.4.0cvs210
9061
9062         * README
9063                 Let's see if bug #1022 is fixed
9064
9065 2006-09-21 [colin]      2.4.0cvs209
9066
9067         * src/wizard.c
9068         * src/common/plugin.c
9069                 Prepare infra to load predefined plugins when
9070                 no configuration existed. Don't actually load
9071                 anything yet (feat. freeze)
9072
9073 2006-09-21 [wwp]        2.4.0cvs208
9074
9075         * manual/fr/faq.xml
9076                 Partial sync w/ 2.4.0cvs72:
9077                 wrap file and minor updates.
9078
9079 2006-09-21 [wwp]        2.4.0cvs207
9080
9081         * tools/fix_date.sh
9082                 several fixes and enhancements. A new --force switch has been
9083                 added to prevent overriding by default Date: header when
9084                 already existing.
9085
9086 2006-09-21 [paul]       2.4.0cvs206
9087
9088         * src/common/utils.c
9089                 add Chinese UTF8 Re prefix
9090
9091 2006-09-21 [wwp]        2.4.0cvs205
9092
9093         * tools/Makefile.am
9094                 Fics alfabettical order.
9095
9096 2006-09-21 [wwp]        2.4.0cvs204
9097
9098         * tools/fix_date.sh
9099         * tools/Makefile.am
9100                 Added an action tool to fix missing Date field in emails.
9101                 Updated Makefile.am to reflect those last two additions.
9102
9103 2006-09-21 [wwp]        2.4.0cvs203
9104
9105         * tools/uuooffice
9106                 Added a action tool to open uuencoded docs w/
9107                 OpenOffice (based on uudec method).
9108
9109 2006-09-21 [colin]      2.4.0cvs202
9110
9111         * src/compose.c
9112         * src/textview.c
9113                 Workaround possible GTK crash: remove selection 
9114                 clipboard before destroying widget, or GTK+-2.10
9115                 dies. Thanks to Hiro.
9116
9117 2006-09-20 [colin]      2.4.0cvs201
9118
9119         * src/compose.c
9120                 Fix free-after-use in some cases (when 
9121                 procmime_encode_content() frees mimeinfo->data.mem
9122                 and turns it to a temp file)
9123
9124 2006-09-20 [colin]      2.4.0cvs200
9125
9126         * src/folderview.c
9127         * src/summaryview.c
9128         * src/gtk/gtksctree.c
9129         * src/gtk/gtksctree.h
9130                 Add tooltips in the folderview and summaryview
9131                 (Doesn't break string freeze as they already
9132                 exist)
9133         * src/toolbar.c
9134                 Put the spam button in the default configuration
9135                 if compiled with bogo plugin too
9136
9137 2006-09-19 [colin]      2.4.0cvs199
9138
9139         * src/summaryview.c
9140         * src/summaryview.h
9141                 Update folder name label on folder rename
9142         * src/prefs_matcher.c
9143         * src/gtk/logwindow.h
9144                 Fix warnings
9145                 Patches by Fabien
9146
9147 2006-09-19 [wwp]        2.4.0cvs198
9148
9149         * src/summary_search.c
9150                 fix can't click forward/backward buttons in the
9151                 search messages.
9152
9153 2006-09-18 [paul]       2.4.0cvs197
9154
9155         * src/wizard.c
9156                 add missing bracket, capitalise the A of
9157                 'SpamAssassin'
9158
9159 2006-09-18 [paul]       2.4.0cvs196
9160
9161         * src/compose.c
9162                 fix bug 1012 'crashed upon sending mail
9163                 from compose window'
9164                 Thanks to Colin
9165
9166 2006-09-16 [colin]      2.4.0cvs195
9167
9168         * src/folderview.c
9169                 Fix "real-time" sorting by freezing/thawing
9170
9171 2006-09-16 [colin]      2.4.0cvs194
9172
9173         * manual/faq.xml
9174                 Fix the anti-spam entry a bit
9175
9176 2006-09-16 [colin]      2.4.0cvs193
9177
9178         * src/wizard.c
9179                 Make sure reviewers have no excuse when stating
9180                 Sylpheed-Claws doesn't have antispam capabilities.
9181
9182 2006-09-16 [colin]      2.4.0cvs192
9183
9184         * src/main.c
9185                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9186                 as if the SIGPIPE comes from etpan's thread we could
9187                 trigger a GUI update from this thread.
9188
9189 2006-09-16 [colin]      2.4.0cvs191
9190
9191         * src/summaryview.c
9192                 Init all members of the struct
9193
9194 2006-09-16 [paul]       2.4.0cvs190
9195
9196         * src/account.c
9197                 improvements to the English
9198
9199 2006-09-15 [colin]      2.4.0cvs189
9200
9201         * src/summaryview.c
9202                 HIG order on dialog
9203
9204 2006-09-14 [colin]      2.4.0cvs188
9205
9206         * src/common/socket.c
9207         * src/common/socket.h
9208         * src/common/ssl.c
9209         * src/common/ssl_certificate.c
9210         * src/common/ssl_certificate.h
9211         * src/etpan/imap-thread.c
9212                 the get_fqdn() call done to get canonical name when
9213                 checking an SSL certificate is blocking, which is
9214                 sad as we just did a non-blocking lookup to connect.
9215                 Fix that by letting the fqdn available to the SockInfo,
9216                 and use that in ssl_certificate_check(). For IMAP,
9217                 we don't do it as the lookup's done by libetpan, but
9218                 it's less annoying as IMAP connections as much more
9219                 rare than POP3 connections.
9220
9221 2006-09-14 [paul]       2.4.0cvs187
9222
9223         * manual/advanced.xml
9224                 improvements to the English,
9225                 properly place the new hidden options
9226                 within the alphabetical order
9227         * src/gtk/pluginwindow.c
9228                 improvements to the English
9229
9230 2006-09-14 [colin]      2.4.0cvs186
9231
9232         * src/prefs_common.c
9233         * src/prefs_common.h
9234         * src/gtk/gtksctree.c
9235         * manual/advanced.xml
9236                 New hidden pref, stripes_color_offset, to change
9237                 the value added/substracted to normal bgcolor to
9238                 create the stripes in summaries
9239
9240 2006-09-13 [colin]      2.4.0cvs185
9241
9242         * src/gedit-print.c
9243         * src/messageview.c
9244         * src/messageview.h
9245         * src/summaryview.c
9246         * src/textview.c
9247                 Fix misc. printing issues: 
9248                 - Bad font for linkified headers
9249                 - Different font if the mail was displayed or not
9250                 - Factorize the thing
9251
9252 2006-09-13 [colin]      2.4.0cvs184
9253
9254         * src/common/ssl_certificate.c
9255                 Only get FQDN once when checking certificate
9256
9257 2006-09-13 [colin]      2.4.0cvs183
9258
9259         * src/account.c
9260         * src/gtk/pluginwindow.c
9261                 Misc. GUI fixes by Fabien
9262
9263 2006-09-13 [wwp]        2.4.0cvs182
9264
9265         * configure.ac
9266         * src/common/utils.h
9267         * src/common/utils.c
9268                 get rid of unused wide-char functions.
9269
9270 2006-09-13 [wwp]        2.4.0cvs181
9271
9272         * src/plugins/pgpinline/sylpheed.def
9273         * src/textview.c
9274                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9275                 add privacy_reset_error to the .def file,
9276                 do not fork for an external textviewer.
9277
9278 2006-09-13 [wwp]        2.4.0cvs180
9279
9280         * src/prefs_common.c
9281                 fix broken font entry in prefs (patch issued by the gpg4win team,
9282                 probably by Marcus Brinkmann <marcus@g10code.de>).
9283
9284 2006-09-13 [colin]      2.4.0cvs179
9285
9286         * src/folder.h
9287                 Fix a warning in summaryview.c
9288         * src/mainwindow.c
9289         * src/summaryview.c
9290         * src/summaryview.h
9291                 Add missing Mark/* elements in the
9292                 main menu
9293
9294 2006-09-12 [colin]      2.4.0cvs178
9295
9296         * src/prefs_actions.c
9297         * src/prefs_filtering_action.c
9298         * src/prefs_matcher.c
9299                 Use (New) instead of New everywhere
9300
9301 2006-09-12 [wwp]        2.4.0cvs177
9302
9303         * manual/fr/addrbook.xml
9304         * manual/fr/handling.xml
9305                 updated some quotes in the fr manual to match the fr translation.
9306
9307 2006-09-12 [wwp]        2.4.0cvs176
9308
9309         * src/prefs_matcher.c
9310                 don't store translated string elements in matcher expressions.
9311                 Also fixed a misused of Q_().
9312
9313 2006-09-11 [wwp]        2.4.0cvs175
9314
9315         * src/plugins//bogofilter/bogofilter.c
9316         * src/plugins//clamav/clamav_plugin.c
9317         * src/plugins//demo/demo.c
9318         * src/plugins//dillo_viewer/dillo_viewer.c
9319         * src/plugins//pgpcore/plugin.c
9320         * src/plugins//pgpinline/plugin.c
9321         * src/plugins//pgpmime/plugin.c
9322         * src/plugins//spamassassin/spamassassin.c
9323                 gettext-ize more strings (mostly plugin error messages).
9324
9325 2006-09-11 [colin]      2.4.0cvs174
9326
9327         * src/alertpanel.c
9328                 Make maximum buffer size bigger to avoid
9329                 truncating translated messages. Patch by
9330                 Fabien
9331
9332 2006-09-11 [colin]      2.4.0cvs173
9333
9334         * src/etpan/imap-thread.c
9335                 Fix compilation on OpenBSD, thanks to 
9336                 Landry
9337
9338 2006-09-10 [wwp]        2.4.0cvs172
9339
9340         * manual/account.xml
9341         * manual/addrbook.xml
9342         * manual/handling.xml
9343         * manual/es/handling.xml
9344         * manual/fr/account.xml
9345         * manual/fr/addrbook.xml
9346         * manual/fr/handling.xml
9347                 documented addressbook matching (condition configuration):
9348                   addrbook.xml, en fr
9349                 documented per-account filtering rules (handling/filtering
9350                   section, account section):
9351                   account.xml, handling.xml, en fr
9352                 slightly updated the handling/searching section to tell few
9353                   words about the extended search ability:
9354                   handling.xml, en fr
9355                 added missing <quote></quotes> to Quick Search:
9356                   handling.xml, en fr es
9357                 fixed a typo (auomatically):
9358                   handling.xml, en
9359                 changes revisited by Paul.
9360
9361 2006-09-10 [paul]       2.4.0cvs171
9362
9363         * src/prefs_actions.c
9364         * src/prefs_filtering.c
9365         * src/prefs_template.c
9366                 adjustments to the gui
9367                 Patch by Fabien Vantard (slightly modified)
9368
9369 2006-09-10 [colin]      2.4.0cvs170
9370
9371         * src/summaryview.c
9372                 Check folderitem/summaryview consistency
9373                 (basically automates Update summary). Fixes
9374                 #1011 (wrong (negative) count on unread 
9375                 messages)
9376
9377 2006-09-10 [colin]      2.4.0cvs169
9378
9379         * src/gtk/gtksctree.c
9380                 Fix recursive expansion via mouse
9381         * src/plugins/bogofilter/bogofilter.c
9382                 Use normal filtering way of moving
9383                 messages (batching), possibly fixing
9384                 bug #1015 (Bogofilter plugin doubles 
9385                 new messages)
9386
9387 2006-09-09 [wwp]        2.4.0cvs168
9388
9389         * src/prefs_filtering.c
9390                 better place for this fix.
9391
9392 2006-09-09 [wwp]        2.4.0cvs167
9393
9394         * src/prefs_filtering.c
9395                 fix a minor bug when the enabled status of a filtering/processing
9396                 rule always got set to TRUE when replacing this rule. That still
9397                 make sense when adding a new rule, but now when replacing, we
9398                 don't override the value of 'enabled'.
9399                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9400                 to prefs_filtering_list_view_get_info() as this function not only
9401                 returns the name, but also the account_id and the enabled status.
9402
9403 2006-09-09 [mones]      2.4.0cvs166
9404
9405         * manual/glossary.xml
9406         * manual/plugins.xml
9407                 Minor format corrections
9408         * manual/gpl.xml
9409                 Fix misplaced NO WARRANTY section
9410         * manual/es/advanced.xml
9411         * manual/es/faq.xml
9412         * manual/es/glossary.xml
9413         * manual/es/gpl.xml
9414         * manual/es/handling.xml
9415         * manual/es/plugins.xml
9416         * manual/es/starting.xml
9417                 Incorporate changes from English version
9418         * manual/fr/ack.xml
9419         * manual/pl/ack.xml
9420         * manual/es/ack.xml
9421                 Fix address, (add translation credits in es version)
9422         * po/es.po
9423                 Updated translation
9424
9425 2006-09-09 [wwp]        2.4.0cvs165
9426
9427         * src/prefs_filtering.c
9428                 fix a crash when opening filtering prefs, if matcherrc file contains
9429                 broken data (non-existing account id, which is theoretically not
9430                 possible).
9431
9432 2006-09-08 [colin]      2.4.0cvs164
9433
9434         * src/folder.c
9435                 Wrong assert, make it an if()
9436         * src/gtk/gtksctree.c
9437                 Fix bug #1013 (expand selected thread 
9438                 tree) - expanding is now recursive
9439
9440 2006-09-07 [wwp]        2.4.0cvs163
9441
9442         * src/prefs_matcher.c
9443                 make better sentences about addressbook matching in the
9444                 matcher prefs. This should make translators' work easier
9445                 too.
9446
9447 2006-09-07 [wwp]        2.4.0cvs162
9448
9449         * src/prefs_filtering.c
9450                 code simplification (get rid of dup var. assignment).
9451
9452 2006-09-07 [wwp]        2.4.0cvs161
9453
9454         * src/summaryview.c
9455                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9456                 <fzzzzz@gmail.com>.
9457
9458 2006-09-07 [paul]       2.4.0cvs160
9459
9460         * src/mimeview.c
9461                 fix compilation warnings
9462                 Thanks to Colin
9463
9464 2006-09-07 [paul]       2.4.0cvs159
9465
9466         * src/mimeview.c
9467                 select the mimepart icon when
9468                 displaying as text
9469                 Thanks to Colin
9470
9471 2006-09-06 [paul]       2.4.0cvs158
9472
9473         * src/prefs_filtering.c
9474                 fix labels and table element spacing
9475                 Patch by Fabien Vantard
9476
9477 2006-09-06 [paul]
9478
9479         2.5.0-rc3 released
9480
9481 2006-09-06 [paul]       2.4.0cvs157
9482
9483         * manual/es/advanced.xml
9484                 fix typo
9485
9486 2006-09-06 [wwp]        2.4.0cvs156
9487
9488         * src/mainwindow.c
9489                 fix an dup launch issue when iconified, thanks to Colin.
9490
9491 2006-09-06 [wwp]        2.4.0cvs155
9492
9493         * src/gtk//gtksctree.h
9494                 oops, forgot that one!
9495
9496 2006-09-06 [wwp]        2.4.0cvs154
9497
9498         * manual/pl/advanced.xml
9499         * manual/advanced.xml
9500         * manual/es/advanced.xml
9501         * manual/fr/advanced.xml
9502         * src/prefs_customheader.c
9503         * src/prefs_filtering_action.c
9504         * src/foldersel.c
9505         * src/prefs_summaries.c
9506         * src/prefs_filtering.c
9507         * src/account.c
9508         * src/compose.c
9509         * src/prefs_summary_column.c
9510         * src/addr_compl.c
9511         * src/prefs_actions.c
9512         * src/prefs_folder_column.c
9513         * src/ssl_manager.c
9514         * src/prefs_template.c
9515         * src/prefs_display_header.c
9516         * src/prefs_common.h
9517         * src/prefs_matcher.c
9518         * src/prefs_common.c
9519         * src/prefs_toolbar.c
9520         * src/summaryview.c
9521         * src/folderview.c
9522         * src/gtk/gtksctree.c
9523         * src/gtk/pluginwindow.c
9524         * src/gtk/progressdialog.c
9525         * src/gtk/prefswindow.c
9526                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9527                 to make its meaning more obvious (all versions of the manual reflect
9528                 the change).
9529                 added an extra hidden option use_stripes_in_summary to allow
9530                 discarding these stripes in mainwindow's folder and message lists;
9531                 en and fr manuals only are OK towards this.
9532
9533 2006-09-06 [colin]      2.4.0cvs153
9534
9535         * src/textview.c
9536                 Hide Sylpheed-Claws' internal queue headers
9537                 when showing all headers. They'll be present
9538                 only in Source window.
9539
9540 2006-09-05 [colin]      2.4.0cvs152
9541
9542         * src/plugins/trayicon/trayicon.c
9543                 Fix crash at exit - we have to disconnect
9544                 our handlers
9545         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9546                 Update eggtrayicon - patch adapted from a
9547                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9548                 on Sylpheed's ML
9549
9550 2006-09-05 [colin]      2.4.0cvs151
9551
9552         * src/mainwindow.c
9553         * src/gtk/logwindow.c
9554                 Fix race condition when something writes
9555                 to the log too soon during init. Thanks
9556                 to Fabien Vantard
9557
9558 2006-09-05 [colin]      2.4.0cvs150
9559
9560         * src/mimeview.c
9561                 Don't select part on right-click either
9562
9563 2006-09-05 [paul]       2.4.0cvs149
9564
9565         * src/mimeview.c
9566                 completion of previous commit
9567                 Thanks to Colin
9568
9569 2006-09-05 [colin]      2.4.0cvs148
9570
9571         * src/mimeview.c
9572                 Don't force selection on middle-click, just open
9573
9574 2006-09-04 [colin]      2.4.0cvs147
9575
9576         * src/mimeview.c
9577                 Looks like gtk_notebook_set_current_page()
9578                 sometimes steals focus, and this annoys us
9579                 in MimeViewers as it renders navigation
9580                 keys useless. Take back focus after switching
9581                 pages.
9582
9583 2006-09-04 [colin]      2.4.0cvs146
9584
9585         * src/messageview.c
9586                 Set stop_loading when clicking on Next
9587                 during load. Don't add a callback to 
9588                 avoid over-complicating things.
9589
9590 2006-09-04 [colin]      2.4.0cvs145
9591
9592         * src/mimeview.c
9593         * src/messageview.c
9594                 Fix multiple loads in separate messageview
9595
9596 2006-09-04 [colin]      2.4.0cvs144
9597
9598         * src/summaryview.c
9599                 Let navigation keys be handled during 
9600                 load
9601
9602 2006-09-04 [colin]      2.4.0cvs143
9603
9604         * src/messageview.c
9605         * src/summaryview.c
9606         * src/textview.c
9607         * src/textview.h
9608                 Make loading of huge mails (lots of text and/or
9609                 images) cancellable, so the GUI doesn't block 
9610
9611 2006-09-04 [colin]      2.4.0cvs142
9612
9613         * src/plugins/trayicon/trayicon.c
9614                 Fix annoyance when removing a folder with 
9615                 unread mails: trayicon didn't update
9616
9617 2006-09-04 [paul]       2.4.0cvs141
9618
9619         * src/gtk/icon_legend.c
9620                 straighten up columns
9621                 Patch by Fabien Vantard
9622
9623 2006-09-04 [wwp]        2.4.0cvs140
9624
9625         * src/prefs_filtering.c
9626                 fix new line's account name in filtering prefs:
9627                 was "All", is now "(New)".
9628
9629 2006-09-04 [paul]       2.4.0cvs139
9630
9631         * tools/make.themes.project
9632                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9633                 instead of homebrewed "make release"
9634
9635 2006-09-03 [colin]      2.4.0cvs138
9636
9637         * src/folderview.c
9638                 Fix bug #1007 (Wrong folder highlighted)
9639
9640 2006-09-03 [colin]      2.4.0cvs137
9641
9642         * src/compose.c
9643                 Don't set Newsgroup: header to a mail folder
9644                 path
9645
9646 2006-09-03 [paul]       2.4.0cvs136
9647
9648         * src/prefs_other.c
9649         * src/prefs_spelling.c
9650                 unify the gui
9651
9652 2006-09-03 [paul]       2.4.0cvs135
9653
9654         * src/prefs_summaries.c
9655                 correct menu item text in prefs_keybind_apply_clicked()
9656
9657 2006-09-03 [paul]       2.4.0cvs134
9658
9659         * manual/advanced.xml
9660                 some improvements to the descriptions
9661         * src/mainwindow.c
9662         * src/messageview.c
9663         * src/summaryview.c
9664         * src/gtk/menu.c
9665                 fix menu sensitivity issues
9666         * src/prefs_message.c
9667                 drop the useless word 'short'
9668         * src/prefs_other.c
9669                 add the word 'lines' indicating log length
9670                 is a measure of lines
9671         * src/textview.c
9672                 fix compilation warnings
9673
9674 2006-09-02 [colin]      2.4.0cvs133
9675
9676         * src/messageview.c
9677                 Display a special return-receipt message
9678                 if the message is from the user
9679         * src/summaryview.c
9680                 Fix missing freeze of the list when marking
9681                 all read and unthreading for exec. Thanks
9682                 to Stephan Sachse.
9683
9684 2006-09-02 [paul]       2.4.0cvs132
9685
9686         * src/mainwindow.c
9687         * src/prefs_message.c
9688         * src/summaryview.c
9689                 fix some english
9690
9691 2006-09-02 [wwp]        2.4.0cvs131
9692
9693         * src/prefs_filtering.c
9694                 added an account name column to the filtering rules
9695                 dialog.
9696
9697 2006-09-02 [colin]      2.4.0cvs130
9698
9699         * src/gtk/logwindow.c
9700         * src/gtk/logwindow.h
9701                 Block scrolling if we're not at the end
9702                 of the log
9703
9704 2006-09-02 [colin]      2.4.0cvs129
9705
9706         * src/folder.c
9707                 Make sure account-specific rules can't
9708                 be used in {pre-,post-,}processing
9709         * src/mainwindow.c
9710         * src/gtk/logwindow.c
9711         * src/gtk/logwindow.h
9712                 Jump to last error when clicking on the
9713                 warning icon
9714
9715 2006-09-02 [colin]      2.4.0cvs128
9716
9717         * src/imap.c
9718         * src/import.c
9719         * src/mainwindow.c
9720         * src/mainwindow.h
9721                 Fix warning icon
9722         * src/inc.c
9723         * src/mbox.c
9724         * src/mbox.h
9725                 Let proc_mbox know its account, for
9726                 account-specific rules
9727
9728 2006-09-01 [colin]      2.4.0cvs127
9729
9730         * src/codeconv.c
9731                 Don't uselessly use iconv to convert from
9732                 us-ascii
9733         * src/alertpanel.c
9734         * src/mainwindow.c
9735         * src/mainwindow.h
9736         * src/inc.c
9737                 Fix certain log cases, disable warning icon
9738                 for now, the correct way to display it when
9739                 necessary and only when necessary is probably
9740                 to do it manually rather than use error logs
9741         * src/etpan/imap-thread.c
9742                 Clean up UID logging a bit
9743         * src/gtk/logwindow.c
9744         * src/gtk/logwindow.h
9745                 Make logging faster when the window's closed
9746
9747 2006-09-01 [wwp]        2.4.0cvs126
9748
9749         * manual/fr/account.xml
9750                 reflect changes to the ref. manual (parts of cvs72):
9751                 fix tabnames and quotes.
9752
9753 2006-09-01 [wwp]        2.4.0cvs125
9754
9755         * manual/fr/plugins.xml
9756                 reflect changes to the reference manual (cvs42):
9757                 update IRC channel info.
9758
9759 2006-09-01 [wwp]        2.4.0cvs124
9760
9761         * commitHelper
9762                 use CVSEDITOR env. var. if set, according to `man cvs`.
9763
9764 2006-09-01 [wwp]        2.4.0cvs123
9765
9766         * manual/advanced.xml
9767                 better sentence again (thanks to Paul).
9768
9769 2006-09-01 [wwp]        2.4.0cvs122
9770
9771         * manual/advanced.xml
9772         fix definition of toolbar_detachable and rework a bit the one of
9773         enable_dotted_lines.
9774
9775 2006-09-01 [mones]      2.4.0cvs121
9776
9777         * manual/advanced.xml
9778                 Document enable_dotted_lines
9779
9780 2006-09-01 [paul]       2.4.0cvs120
9781
9782         * src/folderview.c
9783         * src/folderview.h
9784         * src/imap.c
9785         * src/mainwindow.c
9786         * src/summaryview.c
9787                 obey the 'When entering folder...' option
9788                 when using the /View/Go to/... menu items
9789                 Thanks to Colin
9790
9791 2006-08-31 [colin]      2.4.0cvs119
9792
9793         * src/folderview.c
9794                 Revert 2.4.0cvs116, wrong fix.
9795
9796 2006-08-31 [colin]      2.4.0cvs118
9797
9798         * src/gtk/gtksctree.c
9799                 Better state the various copyrights
9800
9801 2006-08-31 [colin]      2.4.0cvs117
9802
9803         * src/prefs_common.c
9804                 fix enable_dotted_lines
9805
9806 2006-08-31 [colin]      2.4.0cvs116
9807
9808         * src/folderview.c
9809                 Use pref "Always open on select" when going
9810                 to next unread folder
9811         * src/gtk/gtksctree.c
9812                 Fix link failure to _gtk_clist_create_cell_layout
9813                 on certain computers. (Why not mine, I wonder)
9814
9815 2006-08-31 [colin]      2.4.0cvs115
9816
9817         * src/procmsg.c
9818         * src/textview.c
9819         * src/plugins/bogofilter/bogofilter.c
9820         * src/plugins/spamassassin/spamassassin.c
9821                 Requalify some "errors" to warnings
9822         * src/mainwindow.c
9823         * src/mainwindow.h
9824         * src/statusbar.c
9825                 Add an icon in the statusbar to notify
9826                 of errors
9827         * src/gtk/gtksctree.c
9828         * src/folderview.c
9829         * src/summaryview.c
9830                 Make the GtkSCTree look more modern by
9831                 alternating background lines
9832         * src/prefs_common.c
9833         * src/prefs_common.h
9834                 Add a pref to let people have the old
9835                 way if they prefer
9836
9837
9838 2006-08-30 [colin]      2.4.0cvs114
9839
9840         * src/procmsg.c
9841         * src/procmsg.h
9842                 Provide a way to filter a list of
9843                 messages in an optimised manner, and
9844                 add a list-filtering hook
9845         * src/folder.c
9846         * src/inc.c
9847         * src/mbox.c
9848                 Use the list filtering
9849         * src/plugins/bogofilter/bogofilter.c
9850                 Use the list-filtering hook
9851                 Use -b (bulk) mode for more speed
9852                 when learning and filtering
9853         * src/etpan/imap-thread.c
9854                 Make log output shorter in UID SEARCH
9855
9856
9857 2006-08-30 [colin]      2.4.0cvs113
9858
9859         * src/plugins/bogofilter/bogofilter.c
9860                 Really fast mass learning - thanks to David
9861                 Relson for the options explanations :)
9862
9863 2006-08-30 [colin]      2.4.0cvs112
9864
9865         * src/msgcache.c
9866                 Fix compilation on FreeBSD. Thanks
9867                 to Michael Hugues
9868
9869 2006-08-29 [colin]      2.4.0cvs111
9870
9871         * src/folderview.c
9872                 Handle "popup_menu" signal (for popping the 
9873                 menu via the keyboard)
9874         * src/mimeview.c
9875         * src/mimeview.h
9876         * src/summaryview.c
9877         * src/textview.c
9878         * src/gtk/gtkutils.c
9879         * src/gtk/gtkutils.h
9880                 Factorize scrolling code, and add an API 
9881                 for MimeViewers to handle scroll orders
9882
9883 2006-08-29 [wwp]        2.4.0cvs110
9884
9885         * src/plugins//bogofilter/bogofilter.c
9886         * src/plugins//spamassassin/spamassassin.c
9887                 make the bogofilter/spamassassin filtering error dialogs at
9888         incorporation obey to the "don't popup error dialog on
9889         receive error" option. If disabled, feed the log window w/
9890         the error message.
9891
9892 2006-08-29 [paul]
9893
9894         2.5.0-rc2 released
9895
9896 2006-08-29 [paul]       2.4.0cvs109
9897
9898         * Makefile.am
9899                 remove 'make release', it's not needed
9900                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9901
9902 2006-08-29 [paul]       2.4.0cvs108
9903
9904         * src/foldersel.c
9905         * src/summary_search.c
9906         * src/gtk/progressdialog.c
9907         * src/plugins/pgpcore/passphrase.c
9908                 replace deprecated gtk_window_set_policy()
9909
9910 2006-08-29 [colin]      2.4.0cvs107
9911
9912         * src/folder.c
9913                 Fix data loss when copy fails during a move:
9914                 only use fast remove_msgs if everything was
9915                 copied OK; else use slow remove_msg on the
9916                 mails that got copied only.
9917
9918 2006-08-28 [paul]       2.4.0cvs106
9919
9920         * src/mh.c
9921                 revert change in 2.4.0cvs104, it breaks
9922                 stuff
9923
9924 2006-08-28 [paul]       2.4.0cvs105
9925
9926         * src/plugins/spamassassin/spamassassin.c
9927                 english fix
9928
9929 2006-08-28 [paul]       2.4.0cvs104
9930
9931         * src/mh.c
9932                 fix data loss when moving to another
9933                 mailbox fails
9934         * src/prefs_spelling.c
9935                 improve the english
9936         * src/gtk/pluginwindow.c
9937                 improve the layout of the dialog text
9938         All thanks to Colin
9939
9940 2006-08-28 [paul]       2.4.0cvs103
9941
9942         * src/plugins/bogofilter/bogofilter.c
9943         * src/plugins/bogofilter/bogofilter_gtk.c
9944                 fix english up a bit, innit
9945
9946 2006-08-28 [paul]       2.4.0cvs102
9947
9948         * configure.ac
9949         * po/Makefile.in.in
9950         * po/Makevars
9951                 require autoconf 2.60, enabling building
9952                 with gettext 0.15 (gettext 0.14.x build still
9953                 possible). Replace Makefiles with versions
9954                 from gettext 0.15.
9955                 Remove configure options --with-localedir and
9956                 --with-mandir. The options that are provided
9957                 directly by autoconf 2.60 can be used instead:
9958                 --mandir --localedir
9959
9960 2006-08-27 [colin]      2.4.0cvs101
9961
9962         * src/plugins/bogofilter/Makefile.am
9963                 Fix make dist (no README)
9964
9965 2006-08-27 [colin]      2.4.0cvs100
9966
9967         * src/folder.c
9968                 Don't use F_UNKNOWN folders for any default
9969                 outbox/trash/etc
9970         * src/plugins/bogofilter/bogofilter.c
9971         * src/plugins/bogofilter/bogofilter.h
9972         * src/plugins/bogofilter/bogofilter_gtk.c
9973                 Add an option to specify the path to bogofilter
9974                 Use single-quotes to be able to learn in folders
9975                 with spaces in their names
9976                 Verify learning status
9977
9978 2006-08-27 [colin]      2.4.0cvs99
9979
9980         * manual/faq.xml
9981         * manual/plugins.xml
9982                 Document Bogofilter plugin
9983
9984 2006-08-27 [colin]      2.4.0cvs98
9985
9986         * src/compose.c
9987         * src/messageview.c
9988         * src/procmsg.c
9989         * src/procmsg.h
9990                 When possible, copy the queued mail to sent folder
9991                 instead of re-adding. Much faster on IMAP.
9992
9993 2006-08-27 [colin]      2.4.0cvs97
9994
9995         * src/msgcache.c
9996                 Disable mmaped caches - huge metadata loss
9997                 here after a power failure.
9998         * src/summaryview.c
9999                 Add quicksearch timing
10000         * src/common/plugin.c
10001         * src/common/plugin.h
10002                 Implement an interface to tell what plugins
10003                 provide. Prevent loading of similar plugins.
10004         * src/plugins/clamav/clamav_plugin.c
10005         * src/plugins/demo/demo.c
10006         * src/plugins/dillo_viewer/dillo_viewer.c
10007         * src/plugins/pgpcore/plugin.c
10008         * src/plugins/pgpinline/pgpinline.c
10009         * src/plugins/pgpmime/pgpmime.c
10010         * src/plugins/spamassassin/spamassassin.c
10011         * src/plugins/trayicon/trayicon.c
10012                 Implement plugin_provides()
10013
10014 2006-08-27 [colin]      2.4.0cvs96
10015
10016         * configure.ac
10017         * src/plugins/Makefile.am
10018         * src/plugins/bogofilter/.cvsignore
10019         * src/plugins/bogofilter/Makefile.am
10020         * src/plugins/bogofilter/bogofilter.c
10021         * src/plugins/bogofilter/bogofilter.h
10022         * src/plugins/bogofilter/bogofilter_gtk.c
10023                 New Bogofilter plugin, provides filtering and
10024                 learning. Spamassassin will go to extra plugins.
10025
10026 2006-08-26 [mones]      2.4.0cvs95
10027
10028         * manual/handling.xml
10029                 Fix subfolder path in the example (thanks to Paul) 
10030
10031 2006-08-26 [mones]      2.4.0cvs94
10032
10033         * manual/glossary.xml
10034                 2.2. + add ISP to the glossary
10035                 7.5. + Add UIDL to glossary
10036                 7.7. + Add TCP to glossary
10037         * manual/handling.xml
10038                 7.1. + Mentions GNU/Linux distribution, what about the non...
10039                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10040                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10041                 7.4. = Use appropriate quotation for commands
10042                 7.6. = change "" to <quote></quote>
10043         * manual/plugins.xml
10044                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10045         * manual/starting.xml
10046                 2.1. + local mbox file: some examples of mbox file locations...
10047                 Also reformatted files requiring it
10048
10049 2006-08-26 [wwp]        2.4.0cvs93
10050
10051         * src/summary_search.c
10052                 disable find buttons while summary search is running.
10053
10054 2006-08-25 [colin]      2.4.0cvs92
10055
10056         * src/folder.c
10057         * src/folderutils.c
10058         * src/mh.c
10059         * src/procmsg.h
10060         * src/summaryview.c
10061                 Speed up MH moving, and add progressbar
10062                 for MH deletion
10063         * src/msgcache.c
10064                 Write cache files using mmap() too
10065
10066 2006-08-25 [wwp]        2.4.0cvs91
10067
10068         * src/summaryview.c
10069                 switch spam<->ham button when a message has been marked as spam or ham
10070                 and is still selected. Thanks to Colin.
10071
10072 2006-08-25 [paul]       2.4.0cvs90
10073
10074         * src/Makefile.am
10075         * src/stock_pixmap.c
10076         * src/stock_pixmap.h
10077         * src/summaryview.c
10078         * src/gtk/icon_legend.c
10079         * src/pixmaps/copied.xpm
10080         * src/pixmaps/moved.xpm
10081                 add icons for delayed execution marked for
10082                 copying, marked for moving
10083
10084 2006-08-25 [mones]      2.4.0cvs89
10085
10086         * manual/glossary.xml
10087                 Fix the other glossary items:
10088                 5.1. = Inmmediate execution -> <quote>immediate execution...
10089                 5.2. = Fix MBOX capitalization -> Mbox
10090                 5.3. + Improve Plugins def. w/ tech. ref.
10091                 5.4. = Quotation -> replace '>' by <quote>></quote>
10092                 5.5. - SMTP Server. -> remove dot
10093         * po/es.po
10094                 Updated translation
10095
10096 2006-08-25 [mones]      2.4.0cvs88
10097
10098         * manual/ack.xml
10099                 Reformatted, changed email address
10100         * manual/glossary.xml
10101                 Reformatted, fixed MANUAL-TODO items:
10102                 8.2. + add ROT-13 to glossary
10103                 8.4. + add URL to glossary
10104         * manual/es/advanced.xml
10105                 Fixed <literal>s
10106
10107 2006-08-25 [paul]       2.4.0cvs87
10108
10109         * src/gtk/icon_legend.c
10110                 add 'marked for deletion' icon
10111                 arrange icons by containing column
10112                 wrap long label text
10113
10114 2006-08-25 [colin]      2.4.0cvs86
10115
10116         * src/common/utils.c
10117         * src/common/utils.h
10118                 Add the sc_g_*list_bigger functions in
10119                 a place everyone can use it
10120         * src/summaryview.c
10121                 Only freeze/thaw the list when working
10122                 on the selection, if it's bigger than 1
10123         * src/gtk/gtksctree.c
10124                 Only freeze/thaw the list when unselec-
10125                 ting 'all' if ('all' != 1)
10126                 This avoids some flickering
10127
10128 2006-08-24 [colin]      2.4.0cvs85
10129
10130         * src/addressbook.c
10131                 Fix strange list selection
10132                 Fix random seg (Invalid read of freed memory)
10133
10134 2006-08-24 [colin]      2.4.0cvs84
10135
10136         * src/alertpanel.c
10137         * src/gtk/inputdialog.c
10138         * src/plugins/pgpcore/passphrase.c
10139                 Revert minimal width patch of 2.4.0cvs67,
10140                 as it is also a maximal width. Use 
10141                 gtk_window_set_default_size instead.
10142
10143 2006-08-24 [colin]      2.4.0cvs83
10144
10145         * src/msgcache.c
10146                 Write cache/mark to temp files before
10147                 overwriting old ones (avoids metadata
10148                 loss if writing the new files fail).
10149                 Use mmap() to read cache/mark file, as
10150                 this makes cache reading faster. Dis-
10151                 abled for big-endian machines until it
10152                 can be tested. (Big-endian users: set
10153                 msgcache_use_mmap = TRUE in the relevant
10154                 #if).
10155         * src/procmsg.h
10156                 Move rarely used fields of MsgInfo in 
10157                 another structure, which will only be
10158                 allocated if needed. Face, X-Face,
10159                 Return receipt headers and List-*
10160                 headers are moved. Mails having none
10161                 of these occupy 52 bytes less with
10162                 this patch, which makes 2.5MB of RAM
10163                 saved on a 50k folder).
10164         * src/headerview.c
10165         * src/mainwindow.c
10166         * src/messageview.c
10167         * src/partial_download.c
10168         * src/procheader.c
10169         * src/procmsg.c
10170         * src/textview.c
10171                 Follow this structure change.
10172
10173 2006-08-24 [wwp]        2.4.0cvs82
10174
10175         * manual/es/.cvsignore
10176         * manual/es/dist/.cvsignore
10177         * manual/es/dist/html/.cvsignore
10178         * manual/es/dist/pdf/.cvsignore
10179         * manual/es/dist/ps/.cvsignore
10180         * manual/es/dist/txt/.cvsignore
10181                 more (generated) files to ignore.
10182
10183 2006-08-24 [colin]      2.4.0cvs81
10184
10185         * src/folder.c
10186         * src/mh.c
10187                 Fix possible problems with local delivery. Check the folder doesn't
10188                 need scan before setting its mtime when saving cache (which can be
10189                 done long after the folder's been modified by an external process);
10190                 Check that the stored item's mtime didn't change in mh functions.
10191
10192 2006-08-24 [mones]      2.4.0cvs80
10193
10194         * manual/advanced.xml
10195                 Rewrapping, some fixes and MANUAL-TODO items:
10196                 8.1. = change "" to <quote></quote>
10197                 8.3. = quote menu items
10198                 8.5. - deploying -> new user ... ideally a new user (redundant)
10199
10200 2006-08-23 [colin]      2.4.0cvs79
10201
10202         * src/gtk/gtksctree.c
10203                 When selecting or deselecting range, only
10204                 freeze/thaw when selection is bigger than 10
10205
10206 2006-08-23 [colin]      2.4.0cvs78
10207
10208         * src/messageview.c
10209         * src/mimeview.c
10210         * src/mimeview.h
10211         * src/plugins/dillo_viewer/dillo_viewer.c
10212                 Provide an API for MimeViewer plugins to
10213                 return a text selection for replying
10214
10215 2006-08-23 [colin]      2.4.0cvs77
10216
10217         * src/image_viewer.c
10218         * src/textview.c
10219                 Use gtk_pixbuf_new_from_file_at_scale(), which
10220                 is faster than getting the pixbuf then resizing
10221                 it.
10222
10223 2006-08-23 [colin]      2.4.0cvs76
10224
10225         * src/procmime.c
10226                 UTF-8 should be sent Quoted-printable
10227
10228 2006-08-22 [colin]      2.4.0cvs75
10229
10230         * src/mh.c
10231                 Check if scan is required before touching
10232                 the folder (or it'll be required every time)
10233
10234 2006-08-22 [colin]      2.4.0cvs74
10235
10236         * configure.ac
10237                 Require libetpan 0.46 (crasher fix when built
10238                 against gnutls)
10239
10240 2006-08-22 [colin]      2.4.0cvs73
10241
10242         * src/folder.c
10243                 Set folder's mtime after writing its
10244                 cache
10245         * src/folderview.c
10246                 Add some timing
10247         * src/procmsg.c
10248                 Don't do useless stuff if we don't 
10249                 thread by subject
10250         * src/summaryview.c
10251                 Add some timing, don't deselect prior
10252                 to selecting (gtksctree does it itself),
10253                 remove crash avoidance hacks as it's been
10254                 properly fixed since a while
10255         * src/common/utils.c
10256                 Optimize to_human_readable(): _() is slow,
10257                 do it only once, and avoid %f format for KB
10258                 (the most common in a summaryview)
10259         * src/gtk/gtksctree.c
10260                 Don't uselessly freeze/thaw (fixes flicker
10261                 on next unread and friends), reduce number
10262                 of g_list_nth/g_list_position where possible
10263         * src/gtk/gtkutils.c
10264         * src/gtk/gtkutils.h
10265                 Reduce number of g_list_nth/g_list_position
10266                 where possible.
10267                 All of this makes loading as 70k folder 2.1
10268                 seconds instead of 3.2 (with hot FS caches).
10269                 (1.3 seconds without Date and Size columns...)
10270
10271 2006-08-22 [paul]       2.4.0cvs72
10272
10273         wrap documents and do some items from mones' MANUAL-TODO:
10274
10275         * manual/account.xml
10276                 4.1. = fix tabname references to <quote>tabname</quote>
10277                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10278         * manual/faq.xml
10279                 1.1. = mentioned options don't match UI
10280                 Add information about the 'Never send Return Receipts'
10281                 option
10282         * manual/handling.xml
10283                 6.2. = Mentions Extended symbols button, but now is
10284                 named Information
10285                 6.3. = Mentions ... button, which is now Edit
10286
10287 2006-08-22 [colin]      2.4.0cvs71
10288
10289         * src/gtk/pluginwindow.c
10290                 Fix layout in verbose translations (such
10291                 as french)
10292
10293 2006-08-22 [paul]       2.4.0cvs70
10294
10295         * manual/Makefile.am
10296                 build manuals in alphabetical order
10297         * src/addressbook.c
10298         * src/prefs_themes.c
10299                 replace/remove deprecated symbols
10300         * src/gtk/gtkutils.c
10301                 fix a warning
10302         * src/gtk/pluginwindow.c
10303                 replace deprecated symbol
10304                 replace label text and move it
10305         * src/plugins/pgpcore/prefs_gpg.c
10306                 move the 'Generate...' button out of the
10307                 Sign Key frame, replace the English used
10308         * src/plugins/pgpcore/sgpgme.c
10309                 fixes to the English
10310
10311 2006-08-21 [colin]      2.4.0cvs69
10312
10313         * src/plugins/trayicon/trayicon.c
10314                 Add more strings for translation; patch
10315                 by Pawel
10316
10317 2006-08-21 [colin]      2.4.0cvs68
10318
10319         * src/compose.c
10320                 fix replied flag not set after drafting
10321         * src/matcher.c
10322                 fix body quicksearch in non-encoded bodies
10323                 containing '='
10324         * src/msgcache.c
10325                 Get rid of the g_malloc workaround for
10326                 corrupted caches, use g_try_malloc
10327
10328 2006-08-21 [colin]      2.4.0cvs67
10329
10330         * src/alertpanel.c
10331         * src/gtk/inputdialog.c
10332         * src/plugins/pgpcore/passphrase.c
10333                 Set minimal width to 375
10334         * src/mainwindow.c
10335                 Fix switching to offline, asking if it 
10336                 should be overriden for synchronising
10337         * src/mimeview.c
10338                 Don't offer to remember command on Open 
10339                 with for text parts, as the browser or 
10340                 text editor command isn't changed from 
10341                 there
10342
10343 2006-08-20 [paul]       2.4.0cvs66
10344
10345         * po/ko.po
10346         * po/zh_CN.po
10347                 fix plural form errors. revealed by stricter
10348                 checking of gettext 0.15
10349
10350 2006-08-18 [paul]       2.4.0cvs65
10351
10352         * src/stock_pixmap.c
10353                 fix the fix of 2.4.0cvs64
10354                 Thanks to Colin
10355
10356 2006-08-18 [paul]       2.4.0cvs64
10357
10358         * src/stock_pixmap.c
10359                 fix leaks
10360                 Thanks to Colin
10361
10362 2006-08-18 [paul]       2.4.0cvs63
10363
10364         * src/compose.c
10365         * src/procmsg.c
10366                 fix occasional IMAP bug where large msgs
10367                 were left in the queue folder after sending
10368                 Thanks to Colin
10369
10370 2006-08-18 [paul]       2.4.0cvs62
10371
10372         * src/folderview.c
10373                 freeze the summaryview while quicksearch results
10374                 are displayed
10375                 (fixes bug 456 'current message is hidden when the
10376                 view is refreshed and extended search is "unread 
10377                 messages"')
10378                 Thanks to Colin
10379         * src/textview.c
10380                 add missing #include "inputdialog.h"
10381         * src/common/utils.h
10382                 add missing mailcap_update_default() and improve
10383                 readability
10384
10385 2006-08-17 [colin]      2.4.0cvs61
10386
10387         * src/plugins/pgpcore/select-keys.c
10388                 Fix warnings :)
10389
10390 2006-08-17 [colin]      2.4.0cvs60
10391
10392         * src/compose.c
10393                 Don't continue queuing if Cancel is clicked
10394                 in select-keys
10395
10396 2006-08-17 [colin]      2.4.0cvs59
10397
10398         * src/plugins/pgpcore/select-keys.c
10399                 When encrypting, if only one key matches and it 
10400                 matches exactly, automatically use it.
10401
10402 2006-08-17 [colin]      2.4.0cvs58
10403
10404         * src/mimeview.c
10405         * src/prefs_common.c
10406         * src/prefs_common.h
10407         * src/prefs_ext_prog.c
10408         * src/textview.c
10409                 Fix issues with previous patch (text/html)
10410                 Remove outdated prefs
10411
10412 2006-08-17 [colin]      2.4.0cvs57
10413
10414         * src/imap.c
10415                 Add View Log button on auth error
10416         * src/procmsg.c
10417                 Fix encrypted mail marked as new when
10418                 saved in normal folders
10419         * src/plugins/pgpinline/pgpinline.c
10420                 Fix encrypt bug on IMAP
10421         * src/mimeview.c
10422         * src/common/utils.c
10423         * src/common/utils.h
10424         * src/gtk/inputdialog.c
10425         * src/gtk/inputdialog.h
10426                 Get rid of metamail stuff, simplify
10427                 opening, and allow remembering of user's
10428                 choices (by updating ~/.mailcap). There's
10429                 still to drop "Audio player" and "Image
10430                 viewer" preferences.
10431
10432 2006-08-17 [mones]      2.4.0cvs56
10433
10434         * manual/es/sylpheed-claws-manual.xml
10435                 fix DTD path
10436
10437 2006-08-17 [mones]      2.4.0cvs55
10438
10439         * configure.ac
10440         * manual/Makefile.am
10441         * manual/es/Makefile.am
10442         * manual/es/account.xml
10443         * manual/es/ack.xml
10444         * manual/es/addrbook.xml
10445         * manual/es/advanced.xml
10446         * manual/es/faq.xml
10447         * manual/es/glossary.xml
10448         * manual/es/gpl.xml
10449         * manual/es/handling.xml
10450         * manual/es/intro.xml
10451         * manual/es/keyboard.xml
10452         * manual/es/plugins.xml
10453         * manual/es/starting.xml
10454         * manual/es/sylpheed-claws-manual.xml
10455         * manual/es/dist/Makefile.am
10456         * manual/es/dist/html/Makefile.am
10457         * manual/es/dist/pdf/Makefile.am
10458         * manual/es/dist/ps/Makefile.am
10459         * manual/es/dist/txt/Makefile.am
10460                 Spanish translation for the manual
10461
10462 2006-08-16 [colin]      2.4.0cvs54
10463
10464         * src/compose.c
10465         * src/main.c
10466         * src/mainwindow.c
10467                 Fix send button sensitivity at startup
10468                 Set send menu sensitivity (patch by Fabien)
10469         * src/ssl_manager.c
10470                 Enable closing with esc (patch by Fabien)
10471         * src/gtk/foldersort.c
10472                 Enable closing with esc (patch by Fabien)
10473         * src/procmime.c
10474                 Optimisation (no need to copy to tempfile to
10475                 "decode" 7bit and 8bit)
10476         * src/summaryview.c
10477                 Fix cruft in swap_from case
10478         * src/textview.c
10479                 Fix missing last line in some mail cases 
10480                 (Fixes debian #381872)
10481         * src/plugins/pgpcore/prefs_gpg.c
10482         * src/plugins/pgpcore/sgpgme.c
10483         * src/plugins/pgpcore/sgpgme.h
10484                 Don't show "no key found" when user explicitely
10485                 wants to create a key
10486
10487 2006-08-16 [paul]       2.4.0cvs53
10488
10489         * configure.ac
10490         * src/account.c
10491         * src/addressbook.c
10492         * src/headerview.c
10493         * src/prefs_account.c
10494         * src/prefs_message.c
10495         * src/gtk/gtkutils.c
10496                 bump up minimum required versions of GTK+ and
10497                 GLIB to 2.6.0
10498
10499 2006-08-16 [paul]       2.4.0cvs52
10500
10501         * src/toolbar.c
10502                 workaround GTK+ Bug 351600 - 'Can't re-click
10503                 on button after sensitivity update'
10504                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10505                 Thanks to Colin
10506
10507 2006-08-15 [colin]      2.4.0cvs51
10508
10509         * src/plugins/pgpcore/prefs_gpg.c
10510                 Set options sensitivity according to
10511                 key existence
10512         * src/plugins/pgpcore/sgpgme.c
10513                 Allow to create key with no passphrase
10514
10515 2006-08-14 [cleroy]     2.4.0cvs50
10516
10517         * src/gtk/pluginwindow.c
10518                 New layout (maybe to be changed?)
10519         * src/gtk/gtkutils.c
10520                 Fix a bit label_window
10521         * src/plugins/pgpcore/passphrase.c
10522         * src/plugins/pgpcore/passphrase.h
10523         * src/plugins/pgpcore/plugin.c
10524         * src/plugins/pgpcore/prefs_gpg.c
10525         * src/plugins/pgpcore/prefs_gpg.h
10526         * src/plugins/pgpcore/sgpgme.c
10527         * src/plugins/pgpcore/sgpgme.h
10528                 Allow to create a PGP private key via the GUI
10529
10530 2006-08-14 [wwp]        2.4.0cvs49
10531
10532         * src/addressbook_foldersel.c
10533                 fix strict ISO C90 compliance.
10534
10535 2006-08-14 [paul]       2.4.0cvs48
10536
10537         * src/gtk/prefswindow.c
10538                 re-set scrolled window on opening
10539                 Patch by Ticho
10540
10541 2006-08-14 [paul]
10542
10543         2.5.0-rc1 released
10544
10545 2006-08-14 [paul]       2.4.0cvs47
10546
10547         * src/prefs_display_header.c
10548                 re-enable user-defined Displayed Headers
10549
10550 2006-08-14 [paul]       2.4.0cvs46
10551
10552         * src/prefs_account.c
10553                 use GTK_STOCK_EDIT
10554
10555 2006-08-13 [colin]      2.4.0cvs45
10556
10557         * src/common/utils.c
10558                 Fix "a" in quote when the original message is empty,
10559                 by using \0 instead of 'a' to test writability of
10560                 temp files.
10561
10562 2006-08-13 [wwp]        2.4.0cvs44
10563
10564         * src/plugins/spamassassin/spamassassin.c
10565                 fix capitalization of "SpamAssassin" in some debug, log and
10566                 dialog messages.
10567
10568 2006-08-13 [paul]       2.4.0cvs43
10569
10570         * src/editldap.c
10571                 fix overlapping widgets
10572         * src/prefs_account.c
10573                 fix translation of protocol_names[]
10574                 fix label disappearing off the edge of the
10575                 visible area
10576
10577 2006-08-12 [paul]       2.4.0cvs42
10578
10579         * manual/plugins.xml
10580                 update IRC channel info before it gets forgotten
10581                 about
10582
10583 2006-08-11 [colin]      2.4.0cvs41
10584
10585         * src/compose.c
10586         * src/mainwindow.c
10587         * src/mainwindow.h
10588         * src/procmsg.c
10589         * src/procmsg.h
10590         * src/summaryview.c
10591         * src/toolbar.c
10592                 Grey out the Send button if
10593                 - Queue folders are empty, or
10594                 - We're sending already
10595
10596 2006-08-11 [wwp]        2.4.0cvs40
10597
10598         * src/main.c
10599                 fix a logic issue when quitting while a compose window is
10600                 still open, thanks to Colin.
10601
10602 2006-08-10 [colin]      2.4.0cvs39
10603
10604         * src/main.c
10605                 Fix default font size setting after wizard run
10606         * src/imap.c
10607         * src/etpan/imap-thread.c
10608         * src/etpan/imap-thread.h
10609                 Fix bug #999 (Timing out on TSL cert validation 
10610                 dialog makes ugly things happen). Also, STARTTLS
10611                 unconditionnaly if initial capabilities contain
10612                 LOGINDISABLED and STARTTLS.
10613
10614 2006-08-09 [colin]      2.4.0cvs38
10615
10616         * src/mainwindow.c
10617         * src/mainwindow.h
10618                 Fix Tools/Actions sensitivity when there are
10619                 no actions
10620
10621 2006-08-09 [colin]      2.4.0cvs37
10622
10623         * src/prefs_filtering.c
10624                 Warning fix, patch by Paul
10625         * src/messageview.c
10626         * src/prefs_actions.c
10627         * src/prefs_filtering_action.c
10628         * src/prefs_matcher.c
10629                 Uniformisation of "Info ..." to "Info..." (for
10630                 old gtk), patch by Fabien
10631         * src/plugins/clamav/clamav_plugin_gtk.c
10632                 Sensitivity fix by Fabien
10633
10634 2006-08-09 [colin]      2.4.0cvs36
10635
10636         * src/main.c
10637         * src/main.h
10638                 Add a function to know whether we're exiting
10639         * src/plugins/trayicon/trayicon.c
10640                 If exiting, don't do anything. Faster, and
10641                 avoids gtk_main_iteration reentracy causing
10642                 segfaults at exit
10643
10644 2006-08-09 [colin]      2.4.0cvs35
10645
10646         * src/messageview.c
10647         * src/mimeview.c
10648         * src/mimeview.h
10649                 Fix lack of part selection when automatically 
10650                 jumping to a specific part
10651         * src/msgcache.c
10652                 Little optimisation in cache reading
10653
10654 2006-08-09 [colin]      2.4.0cvs34
10655
10656         * src/compose.c
10657                 Fix crash setting the priority on reedit
10658                 (Accessing compose before creating it!)
10659
10660 2006-08-08 [colin]      2.4.0cvs33
10661
10662         * src/procmime.c
10663                 Fix bug #998 (last attachment is not accessible)
10664                 Bad RFC interpretation on multipart close-delimiters
10665         * src/mimeview.c
10666         * src/mimeview.h
10667         * src/gtk/gtkvscrollbutton.c
10668         * src/gtk/gtkvscrollbutton.h
10669                 Make attachments list wheel-scrollable
10670
10671 2006-08-07 [colin]      2.4.0cvs32
10672
10673         * src/gtk/gtkaspell.c
10674                 Fix bug #973 (Unicode punctation characters 
10675                 are not recognized as separators by the
10676                 spell checker); fix unsigned stuff
10677
10678 2006-08-07 [colin]      2.4.0cvs31
10679
10680         * src/compose.c
10681                 Fix bug #956 (DnD text with accents in compose 
10682                 text entry); fix gccc's signed/unsigned fuss
10683
10684 2006-08-06 [colin]      2.4.0cvs30
10685
10686         * src/main.c
10687                 Fix bug #979 (Plugin crashes when exiting 
10688                 sylpheed-claws) : handle exit request only 
10689                 once
10690
10691 2006-08-05 [colin]      2.4.0cvs29
10692
10693         * src/news.c
10694                 Just make sure we have a msgid.
10695
10696 2006-08-05 [colin]      2.4.0cvs28
10697
10698         * src/news.c
10699         * src/summaryview.c
10700                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10701                 by reimplementing it
10702         * src/textview.c
10703                 Fix bug when hiding quotes with level > 3 and quote
10704                 colors are recycled
10705
10706 2006-08-04 [colin]      2.4.0cvs27
10707
10708         * src/compose.c
10709         * src/undo.c
10710         * src/undo.h
10711                 Fix a bit replace-by-pasting undo
10712         * src/mainwindow.c
10713         * src/messageview.c
10714                 Fix Fold quotes menu synchro in
10715                 mainwindow when it changes in 
10716                 messageview
10717         * src/textview.c
10718                 Fix right-click on quotes blocks
10719         * src/common/utils.c
10720                 Verify that the file created by
10721                 my_tmpfile() is writable. Fixes
10722                 bug #988 (very specific filesystem
10723                 issue)
10724         * src/plugins/pgpcore/sgpgme.c
10725                 Fix file descriptor leak
10726         * src/plugins/spamassassin/spamassassin.c
10727                 Warn once if spamd isn't reachable
10728
10729 2006-08-04 [colin]      2.4.0cvs26
10730
10731         * src/toolbar.c
10732                 i18n context patch by Fabien
10733
10734 2006-08-03 [colin]      2.4.0cvs25
10735
10736         * src/mainwindow.c
10737         * src/messageview.c
10738                 Rename "Hide quotes" to "Fold quotes"
10739         * src/textview.c
10740                 Don't use hand cursor on quotes. "all 
10741                 the bonuses of the feature and none of 
10742                 unwelcome side-effects"
10743
10744 2006-08-03 [colin]      2.4.0cvs24
10745
10746         * AUTHORS
10747         * sylpheed-claws.desktop
10748         * src/gtk/authors.h
10749                 Bring the desktop file to XDG compliance
10750                 Patch by Charles A. Edwards
10751
10752 2006-08-03 [colin]      2.4.0cvs23
10753
10754         * src/textview.c
10755                 Fix links offset when they are preceded
10756                 by accentued chars (g_utf8_strlen!)
10757         * src/mainwindow.c
10758                 Fix wrong status when starting offline
10759
10760
10761 2006-08-03 [wwp]        2.4.0cvs22
10762
10763         * src/prefs_common.h
10764                 ask what to do w/ filtering rules that belong to an account when
10765                 applying filtering rules manually from the main window (skip,
10766                 apply regardless of the account, use current account). This dialog
10767                 can be skipped and the last reply used.
10768                 (forgot that file)
10769
10770 2006-08-03 [wwp]        2.4.0cvs21
10771
10772         * src/filtering.c
10773         * src/filtering.h
10774         * src/prefs_common.c
10775         * src/summaryview.c
10776         * src/alertpanel.c
10777         * src/alertpanel.h
10778         * src/messageview.c
10779                 ask what to do w/ filtering rules that belong to an account when
10780                 applying filtering rules manually from the main window (skip,
10781                 apply regardless of the account, use current account). This dialog
10782                 can be skipped and the last reply used.
10783
10784
10785 2006-08-03 [colin]      2.4.0cvs20
10786
10787         * src/textview.c
10788                 Optimize previous patch
10789
10790 2006-08-03 [cleroy]     2.4.0cvs19
10791
10792         * src/textview.c
10793                 Fix quotes getting toggled back when the
10794                 mail has an even number of text parts
10795
10796 2006-08-02 [colin]      2.4.0cvs18
10797
10798         * src/messageview.c
10799                 Add Hide quotes menu
10800
10801 2006-08-02 [colin]      2.4.0cvs17
10802
10803         * src/mainwindow.c
10804         * src/prefs_common.c
10805         * src/textview.c
10806         * src/textview.h
10807         * src/gtk/about.c
10808                 Allow per-level quote hiding,
10809                 Allow toggling quotes by double-clicking them
10810                 Rename RemoteURI to ClickableText to reflect
10811                 the fact it's used for a variety of things
10812
10813 2006-08-02 [wwp]        2.4.0cvs16
10814
10815         * src/mainwindow.c
10816                 fix "View/Hide quotes" menu item status initialization.
10817
10818 2006-08-02 [wwp]        2.4.0cvs15
10819
10820         * src/matcher_parser_parse.y
10821                 remove a debug trace.
10822
10823 2006-08-02 [paul]       2.4.0cvs14
10824
10825         * src/plugins/pgpcore/passphrase.c
10826                 don't set initial dialog size
10827                 make it resizable
10828
10829 2006-08-02 [paul]       2.4.0cvs13
10830
10831         * src/noticeview.c
10832                 remove the rogue '/' character
10833
10834 2006-08-02 [paul]       2.4.0cvs12
10835
10836         * src/noticeview.c
10837                 allow buttons to resize as necessary
10838
10839 2006-08-01 [wwp]        2.4.0cvs11
10840
10841         * src/mbox.c
10842                 fix strict ISO C90 compliance.
10843
10844 2006-08-01 [wwp]        2.4.0cvs10
10845
10846         * tools/update-po
10847                 updated update-po tool to work w/ context-dependent translations.
10848                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10849
10850 2006-08-01 [wwp]        2.4.0cvs9
10851
10852         * src/matcher.c
10853         * src/prefs_filtering.c
10854         * src/prefs_matcher.c
10855                 allow context-dependent translations for "All",
10856                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10857
10858 2006-07-31 [colin]      2.4.0cvs8
10859
10860         * AUTHORS
10861         * src/gtk/authors.h
10862                 Add Rafal to authors
10863
10864 2006-07-31 [colin]      2.4.0cvs7
10865
10866         * src/compose.c
10867         * src/mainwindow.c
10868         * src/messageview.h
10869         * src/prefs_common.c
10870         * src/prefs_common.h
10871         * src/textview.c
10872                 Add 'View/Hide quotes'. Patch based on a patch
10873                 by Rafal Weglarz
10874
10875 2006-07-31 [colin]      2.4.0cvs6
10876
10877         * src/action.c
10878                 Fix problem with "> stuff >" actions
10879
10880 2006-07-31 [paul]       2.4.0cvs5
10881
10882         * po/nb.po
10883                 updated by Geir Helland
10884
10885 2006-07-31 [wwp]        2.4.0cvs4
10886
10887         * src/mainwindow.c
10888         * src/summaryview.c
10889         * src/summaryview.h
10890                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10891                 thanks to Colin.
10892
10893 2006-07-31 [wwp]        2.4.0cvs3
10894
10895         * src/Makefile.am
10896         * src/addr_compl.c
10897         * src/addr_compl.h
10898         * src/addressbook.c
10899         * src/addressbook.h
10900         * src/addressbook_foldersel.c
10901         * src/addressbook_foldersel.h
10902         * src/addrindex.c
10903         * src/addrindex.h
10904         * src/matcher.c
10905         * src/matcher.h
10906         * src/matcher_parser_lex.l
10907         * src/matcher_parser_parse.y
10908         * src/prefs_common.c
10909         * src/prefs_common.h
10910         * src/prefs_filtering.c
10911         * src/prefs_matcher.c
10912         * src/prefs_matcher.h
10913         * src/summaryview.c
10914                 introduce filtering against the address book. It's now possible to add
10915                 matched conditions to determine if any email address in a message matches
10916                 or doesn't match any or all books or folders in the address book.
10917
10918 2006-07-31 [wwp]        2.4.0cvs2
10919
10920         * src/account.c
10921         * src/filtering.c
10922         * src/filtering.h
10923         * src/folder.c
10924         * src/folderview.c
10925         * src/inc.c
10926         * src/mainwindow.c
10927         * src/matcher.c
10928         * src/matcher_parser_lex.l
10929         * src/matcher_parser_parse.y
10930         * src/mbox.c
10931         * src/prefs_filtering.c
10932         * src/prefs_filtering.h
10933         * src/procmsg.c
10934         * src/procmsg.h
10935         * src/summaryview.c
10936                 introduce per-account filtering rules. Each filtering rule can now be assigned
10937                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10938                 when applying filtering rules manually, as all rules will apply - even the ones
10939                 assigned to an account. This issue will be addressed soon.
10940  
10941
10942
10943 2006-07-31 [wwp]        2.4.0cvs1
10944
10945         * src/quote_fmt.c
10946                 make more strings translatable.
10947
10948 2006-07-31 [paul]       2.4.0
10949
10950         2.4.0 released
10951
10952 2006-07-31 [paul]       2.3.1cvs91
10953
10954         * po/ca.po
10955                 updated by Miquel Oliete
10956
10957 2006-07-31 [paul]       2.3.1cvs90
10958
10959         * po/de.po
10960         * po/el.po
10961         * po/fr.po
10962         * po/it.po
10963         * po/pl.po
10964         * po/pt_BR.po
10965         * po/sr.po
10966         * po/zh_CN.po
10967                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10968                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10969                 Aleksandar Urosevic, and Ralgh Young
10970
10971 2006-07-31 [paul]       2.3.1cvs89
10972
10973         * src/account.c
10974         * src/main.c
10975         * src/mainwindow.c
10976         * src/mainwindow.h
10977                 Fix a race condition when, after an SC crash, rescanning
10978                 folders took more than 0.5 seconds
10979                 Thanks to Colin
10980
10981 2006-07-31 [paul]       2.3.1cvs88
10982
10983         * src/folderview.c
10984                 don't translate separator strings
10985
10986 2006-07-30 [mones]      2.3.1cvs87
10987
10988         * doc/man/sylpheed-claws.1
10989                 Fixed non-ASCII chars in Hoa's name
10990         * po/es.po
10991                 Updated for release
10992
10993 2006-07-27 [colin]      2.3.1cvs86
10994
10995         * src/textview.c
10996                 Don't include the leading \n in links
10997                 Patch by Fabien
10998
10999 2006-07-25 [colin]      2.3.1cvs85
11000
11001         * src/mainwindow.c
11002         * src/common/socket.h
11003         * src/etpan/imap-thread.c
11004                 Refresh resolvers before connecting
11005                 to IMAP servers, and after switching
11006                 to online. Thanks to Paul.
11007
11008 2006-07-18 [colin]
11009
11010         * 2.4.0-rc4 released
11011
11012 2006-07-17 [colin]      2.3.1cvs84
11013
11014         * src/inc.c
11015                 Show connection attempt in statusbar before
11016                 connecting (previously first message was
11017                 "Retrieving messages from ..." after the
11018                 connection succeeded.
11019
11020 2006-07-16 [wwp]        2.3.1cvs83
11021
11022         * sylpheed-claws.ico
11023                 Added .ico file (windows multi-size icon file, generated).
11024
11025 2006-07-12 [wwp]        2.3.1cvs82
11026
11027         * src/messageview.c
11028                 remove Message/Re-edit menu entry from messageview window,
11029                 as sent/draft/queued messages are opened in compose window when
11030                 re-edited and it's not possible to re-edit other msgs.
11031
11032 2006-07-12 [paul]       2.3.1cvs81
11033
11034         * AUTHORS
11035         * src/mainwindow.c
11036         * src/gtk/authors.h
11037                 check online state before resetting
11038                 mailcheck timer. Useful if some program
11039                 verifies connection state and updates
11040                 Claws.
11041                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11042
11043 2006-07-12 [paul]       2.3.1cvs80
11044
11045         * sylpheed-claws-128x128.png
11046         * sylpheed-claws-64x64.png
11047         * sylpheed-claws.png
11048         * src/Makefile.am
11049         * src/main.c
11050         * src/prefs_toolbar.c
11051         * src/stock_pixmap.c
11052         * src/stock_pixmap.h
11053         * src/wizard.c
11054         * src/gtk/about.c
11055         * src/gtk/gtkutils.c
11056         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11057         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11058         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11059         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11060         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11061         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11062                 updated and renamed logo/icon files and related
11063                 logo by Jesper Schultz
11064
11065 2006-07-11 [paul]       2.3.1cvs79
11066
11067         * src/main.c
11068                 fix the labels a smidgin
11069
11070 2006-07-09 [colin]      2.3.1cvs78
11071
11072         * src/textview.c
11073                 Show errors in textviewer's command
11074                 Patch by H. Merijn Brand
11075
11076 2006-07-09 [colin]      2.3.1cvs77
11077
11078         * src/compose.c
11079                 Save FMID in drafts too
11080
11081 2006-07-08 [colin]      2.3.1cvs76
11082
11083         * src/compose.c
11084                 Svae RMID in drafted mails too
11085                 Save quote_fmt vars for whole mails,
11086                 don't reset at each quote_fmt_init:
11087                 allows to use the same |i{var} in
11088                 various template fields
11089         * src/prefs_template.c
11090         * src/quote_fmt.h
11091         * src/quote_fmt_parse.y
11092                 Same
11093
11094 2006-07-08 [colin]      2.3.1cvs75
11095
11096         * src/textview.c
11097                 Fix highlighting of attached parts URIs
11098
11099 2006-07-08 [colin]      2.3.1cvs74
11100
11101         * src/main.c
11102                 Prevent bug #981 (sc 2.3.1 segfaults with 
11103                 gtk+ 2.10) from being reported again:
11104                 if Sylpheed-Claws has been compiled against
11105                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11106                 of if Sylpheed-Claws has been compiled against
11107                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11108                 error out.
11109
11110 2006-07-07 [colin]      2.3.1cvs73
11111
11112         * src/prefs_actions.c
11113                 Fix label
11114
11115 2006-07-07 [colin]      2.3.1cvs72
11116
11117         * src/prefs_actions.c
11118                 Fix compile on gtk < 2.8. argh :)
11119
11120 2006-07-07 [paul]       2.3.1cvs71
11121
11122         * src/common/defs.h
11123                 update DONATE_URI
11124
11125 2006-07-07 [colin]      2.3.1cvs70
11126
11127         * po/POTFILES.in
11128         * src/quote_fmt.c
11129         * src/quote_fmt_lex.l
11130         * src/quote_fmt_parse.y
11131                 Add |i{var}, a way to insert user-entered
11132                 text in a template
11133
11134 2006-07-07 [colin]
11135
11136         * 2.4.0-rc3 released
11137
11138 2006-07-07 [colin]      2.3.1cvs69
11139
11140         * src/folder.c
11141                 Don't consider inboxes of UNKNOWN folder 
11142                 classes to be useable as default inboxes
11143
11144 2006-07-07 [paul]       2.3.1cvs68
11145
11146         * src/textview.c
11147                 add missing #include <errno.h>
11148                 Thanks to René J. Blokland
11149
11150 2006-07-07 [paul]       2.3.1cvs67
11151
11152         * src/action.c
11153                 Return now Closes dialog
11154         * src/mimeview.c
11155         * src/mimeview.h
11156         * src/textview.c
11157                 add contextual menu to mime parts listed
11158                 in the textview
11159                 Thanks to Colin
11160         * src/common/utils.c
11161                 reversal: ' is a valid character in URLs
11162
11163 2006-07-06 [colin]      2.3.1cvs66
11164
11165         * src/remotefolder.h
11166                 Forgotten in previous commit
11167
11168 2006-07-06 [colin]      2.3.1cvs65
11169
11170         * src/folder.c
11171                 Set summary update flag whenever
11172                 totals changed
11173         * src/imap.c
11174         * src/prefs_account.c
11175         * src/common/utils.h
11176         * src/etpan/imap-thread.c
11177                 Fix warnings, thanks to Fabien and
11178                 Ricardo
11179
11180 2006-07-06 [wwp]        2.3.1cvs64
11181
11182         * src/gtk/gtkutils.c
11183                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11184
11185 2006-07-06 [wwp]        2.3.1cvs63
11186
11187         * src/account.c
11188         * src/addressbook.c
11189         * src/addressitem.h
11190         * src/folderview.c
11191         * src/mainwindow.c
11192         * src/manual.c
11193         * src/manual.h
11194         * src/message_search.c
11195         * src/prefs_actions.c
11196         * src/prefs_filtering.c
11197         * src/prefs_filtering.h
11198         * src/prefs_template.c
11199         * src/summary_search.c
11200         * src/summaryview.c
11201         * src/gtk/gtkutils.c
11202         * src/gtk/gtkutils.h
11203         * src/gtk/pluginwindow.c
11204                 add help buttons to some dialogs. Clicking such buttons opens a
11205                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11206
11207 2006-07-06 [paul]       2.3.1cvs62
11208
11209         * src/textview.c
11210                 fix attachments contextual menu
11211                 Thanks to Colin
11212
11213 2006-07-05 [colin]      2.3.1cvs61
11214
11215         * src/textview.c
11216         * src/compose.c
11217                 Handle sftp:// links
11218
11219 2006-07-05 [paul]       2.3.1cvs60
11220
11221         * src/gtk/filesel.c
11222                 grab save button by default
11223                 Thanks to Colin
11224
11225 2006-07-05 [wwp]        2.3.1cvs59
11226
11227         * manual/xml2pdf
11228                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11229
11230 2006-07-04 [colin]      2.3.1cvs58
11231
11232         * src/mimeview.c
11233         * src/textview.c
11234                 Use left click to select, middle click to open
11235                 on mimeparts links
11236         * src/common/utils.c
11237                 Fix segfault
11238
11239 2006-07-04 [colin]      2.3.1cvs57
11240
11241         * src/mainwindow.c
11242         * src/news.c
11243                 Warning fixes, thanks to Fabien
11244
11245 2006-07-04 [colin]      2.3.1cvs56
11246
11247         * src/mimeview.c
11248         * src/mimeview.h
11249         * src/textview.c
11250                 Allow parts to be selected via their text label
11251                 in textview
11252
11253 2006-07-04 [colin]      2.3.1cvs55
11254
11255         * src/folderview.c
11256                 Feedback when closing (for big folders)
11257         * src/prefs_actions.c
11258         * src/prefs_filtering.c
11259         * src/prefs_matcher.c
11260         * src/prefs_template.c
11261                 Fix default button when closing without
11262                 having saved
11263
11264 2006-07-04 [colin]      2.3.1cvs54
11265
11266         * src/news.c
11267                 Delete local file on deletion
11268
11269 2006-07-03 [colin]      2.3.1cvs53
11270
11271         * src/folderview.c
11272         * src/main.c
11273                 Don't freeze when rescanning after crash
11274
11275 2006-07-03 [wwp]        2.3.1cvs52
11276
11277         * src/compose.c
11278         * src/privacy.c
11279         * src/privacy.h
11280         * src/plugins/pgpinline/pgpinline.c
11281         * src/plugins/pgpmime/pgpmime.c
11282                 don't report an error when the user cancels the passphrase dialog.
11283
11284 2006-07-02 [colin]      2.3.1cvs51
11285
11286         * src/folderview.c
11287                 Open message when crossing folders with Space,
11288                 goto next unread and friends
11289
11290 2006-07-01 [colin]      2.3.1cvs50
11291
11292         * src/prefs_account.c
11293                 Typographic rules varying from language
11294                 to language (in french "Protocole :"),
11295                 we have to do that :)
11296
11297 2006-07-01 [ticho]      2.3.1cvs49
11298
11299         * src/prefs_account.c
11300                 Only use one temporary gchar* variable in
11301                 prefs_account_protocol_set_optmenu().
11302
11303 2006-07-01 [ticho]      2.3.1cvs48
11304
11305         * src/prefs_account.c
11306         * src/prefs_account.h
11307                 Use GtkLabel for existing account protocol name.
11308                 Created an array for protocol names and populate the
11309                 combobox from it in a for() cycle.
11310
11311 2006-06-30 [colin]      2.3.1cvs47
11312
11313         * src/compose.c
11314                 Block undo when changing signature (by changing
11315                 account)
11316
11317 2006-06-30 [paul]       2.3.1cvs46
11318
11319         * src/send_message.c
11320                 when editing From in the Compose window, use that address
11321                 in the Return-Path: header
11322                 Thanks to Colin
11323
11324 2006-06-30 [colin]      2.3.1cvs45
11325
11326         * src/compose.c
11327                 Fix signature replacement:
11328                 - when no newline before separator
11329                 - when reediting
11330
11331 2006-06-29 [colin]      2.3.1cvs44
11332
11333         * src/folderview.c
11334         * src/folderview.h
11335         * src/mainwindow.c
11336         * src/summaryview.c
11337                 Let 'View/Go to/Next marked' work like
11338                 Next new & Next unread: across folders
11339                 Change the select_on_entry pref to do
11340                 what we want when changing folder
11341         * src/common/utils.c
11342                 Fix single-quoted links 
11343
11344 2006-06-29 [colin]      2.3.1cvs43
11345
11346         * src/gtk/gtkaspell.c
11347                 "Sylpheed" and "Sylpheed-Claws" do exist !
11348
11349 2006-06-29 [colin]      2.3.1cvs42
11350
11351         * src/imap.c
11352                 Forgot to remove debug
11353
11354 2006-06-29 [colin]      2.3.1cvs41
11355
11356         * src/imap.c
11357         * src/imap.h
11358         * src/mainwindow.c
11359                 Disconnect from IMAP servers when going
11360                 offline. Fixes bug #978 (going to offline-mode 
11361                 won't close connections)
11362
11363 2006-06-29 [colin]      2.3.1cvs40
11364
11365         * src/main.c
11366                 Fix transient setting on failing plugins
11367                 Patch by Fabien
11368         * src/plugins/pgpcore/sgpgme.c
11369                 Only warn for OpenPGP. Most people don't
11370                 have CMS available.
11371
11372 2006-06-29 [colin]      2.3.1cvs39
11373
11374         * src/compose.c
11375                 Fix Spelling menu (discrepancy between context menu
11376                 and top menu when folder's dictionary isn't the 
11377                 default one)
11378         * src/plugins/pgpcore/sgpgme.c
11379                 More error reporting about why gpgme can fail
11380
11381 2006-06-29 [wwp]        2.3.1cvs38
11382
11383         * src/mainwindow.c
11384                 honor the display-header-pane setting even when the message view
11385                 is a separate window.
11386
11387 2006-06-29 [wwp]        2.3.1cvs37
11388
11389         * src/prefs_actions.c
11390                 forgot to commit that one (use of GTK_STOCK_INFO).
11391
11392 2006-06-29 [colin]      2.3.1cvs36
11393
11394         * src/imap.c
11395                 Better handling of login errors (ask the password
11396                 again once), alert in case of error. Fix three
11397                 signedness warnings.
11398
11399 2006-06-28 [wwp]        2.3.1cvs35
11400
11401         * src/prefs_template.c
11402         * src/prefs_matcher.c
11403         * src/prefs_filtering_action.c
11404         * src/prefs_quote.c
11405                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11406                 patch by Fabien Vantard, slightly modified.
11407
11408 2006-06-28 [paul]
11409
11410         2.4.0-rc2 released
11411
11412 2006-06-28 [colin]      2.3.1cvs34
11413
11414         * src/prefs_account.c
11415                 Fix bug #977 (Can't add or edit imap accounts)
11416
11417 2006-06-28 [colin]      2.3.1cvs33
11418
11419         * src/mimeview.c
11420                 Fix previous
11421
11422 2006-06-28 [colin]      2.3.1cvs32
11423
11424         * src/mimeview.c
11425                 Save named inlined attachments with "Save all"
11426         * src/main.c
11427         * src/mbox.c
11428         * src/common/plugin.c
11429         * src/common/plugin.h
11430         * src/common/sylpheed.c
11431         * src/common/utils.c
11432         * src/plugins/pgpcore/sylpheed.def
11433         * src/plugins/pgpinline/sylpheed.def
11434         * src/plugins/pgpmime/sylpheed.def
11435                 Win32 compatibility patch, by
11436                 Werner Koch
11437
11438 2006-06-28 [wwp]        2.3.1cvs31
11439
11440         * src/imap.c
11441         * src/prefs_folder_item.c
11442                 less compilation warnings (thanks to Fabien Vantard), less typos.
11443
11444 2006-06-28 [paul]       2.3.1cvs30
11445
11446         * src/gtk/gtkutils.c
11447                 gtk_combo_box_set_focus_on_click() is only
11448                 available since gtk 2.6.0
11449
11450 2006-06-28 [paul]       2.3.1cvs29
11451
11452         * src/prefs_ext_prog.c
11453                 fix engrish and add a tooltip for the
11454                 'command for 'Display as text' option
11455
11456 2006-06-28 [paul]
11457
11458         2.4.0-rc1 released
11459
11460 2006-06-28 [paul]       2.3.1cvs28
11461
11462         * ChangeLog
11463         * tools/Makefile.am
11464                 include textviewer.pl in releases
11465
11466 2006-06-28 [paul]       2.3.1cvs27
11467
11468         * src/prefs_ext_prog.c
11469                 hide Print command option if libgnomeprint
11470                 support is present
11471
11472 2006-06-27 [colin]      2.3.1cvs26
11473
11474         * src/compose.c
11475                 Fix Esc handling in insert/attach dialog
11476                 Don't show this dialog if dragging something
11477                 else than text/uri-list
11478                 Thanks to Fabien Vantard
11479         * tools/textviewer.pl
11480                 Filter script to display stuff as text
11481                 by H. Merijn Brand
11482
11483 2006-06-27 [wwp]        2.3.1cvs25
11484
11485         * src/messageview.c
11486                 use the exact product name (message view title), patch
11487                 by Fabien Vantard.
11488
11489 2006-06-27 [ticho]      2.3.1cvs24
11490
11491         * src/prefs_account.c
11492         * src/prefs_common.c
11493         * src/prefs_common.h
11494         * src/prefs_ext_prog.c
11495         * src/textview.c
11496                 Add a preference (Preferences/External programs)
11497                 to allow "Display as text" to be done via a script
11498                 (patch by H.Merijn Brand).
11499                 Use GtkComboBox for protocol selection in account
11500                 preferences.
11501                 Only include current choice for existing accounts, and
11502                 insensitivize the combobox.
11503
11504 2006-06-27 [paul]       2.3.1cvs23
11505
11506         * src/mbox.c
11507                 fix crasher introduced in cvs21.
11508                 Thanks to Colin
11509
11510 2006-06-26 [colin]      2.3.1cvs22
11511
11512         * src/mbox.c
11513                 Fix double-frees when leaving folders
11514                 after exporting to mbox
11515
11516 2006-06-26 [colin]      2.3.1cvs21
11517
11518         * src/mbox.c
11519                 More feedback (and optimisation)
11520                 on import/export
11521         * src/common/utils.c
11522                 Fix case when looking for mail addresses
11523         * src/gtk/gtkutils.c
11524                 Extra check for (X-)Face
11525
11526 2006-06-25 [ticho]      2.3.1cvs20
11527
11528         * src/compose.c
11529         * src/exphtmldlg.c
11530         * src/gtk/gtkutils.c
11531         * src/gtk/gtkutils.h
11532                 Added second argument to gtkut_sc_combobox_create() to
11533                 control focus-on-click for the widget.
11534                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11535
11536 2006-06-25 [ticho]      2.3.1cvs19
11537
11538         * src/compose.c
11539         * src/gtk/Makefile.am
11540         * src/gtk/combobox.c
11541         * src/gtk/combobox.h
11542         * src/gtk/gtkutils.c
11543         * src/gtk/gtkutils.h
11544                 Use GtkComboBox instead of deprecated GtkOptionMenu
11545                 for account selector in compose window and for encoding
11546                 selector in attachment properties.
11547                 Also factorise working with the new GtkComboBox somewhat.
11548
11549 2006-06-24 [paul]       2.3.1cvs18
11550
11551         * src/prefs_common.c
11552                 use the correct default value
11553
11554 2006-06-24 [paul]       2.3.1cvs17
11555
11556         * src/compose.c
11557         * src/prefs_common.c
11558         * src/prefs_common.h
11559         * src/prefs_compose_writing.c
11560                 enable setting of default action when
11561                 dnd'ing files in the compose window.
11562                 (Collaborative effort with wwp)
11563
11564 2006-06-23 [wwp]        2.3.1cvs16
11565
11566         * src/compose.c
11567                 i18n fix (thanks to Fabien Vantard)
11568
11569 2006-06-22 [colin]      2.3.1cvs15
11570
11571         * src/prefs_customheader.c
11572                 Don't use filters in custom headers' file 
11573                 selector. Remember, extensions mean nothing :)
11574
11575 2006-06-22 [paul]       2.3.1cvs14
11576
11577         * configure.ac
11578                 allow setting of man directory location
11579
11580 2006-06-22 [colin]      2.3.1cvs13
11581
11582         * src/mainwindow.c
11583                 Add 'View/Go to/Next unread folder'.
11584                 I missed that :)
11585
11586 2006-06-22 [colin]      2.3.1cvs12
11587
11588         * src/common/utils.c
11589                 Add some subject prefixes
11590                 Patch by Bjorn T Johansen <btj@havleik.no>
11591
11592 2006-06-22 [colin]      2.3.1cvs11
11593
11594         * manual/advanced.xml
11595                 Forgotten hidden pref
11596
11597 2006-06-21 [paul]       2.3.1cvs10
11598
11599         * src/prefs_account.c
11600                 complete the removal of 'Add date header' option
11601
11602 2006-06-21 [paul]       2.3.1cvs9
11603
11604         * src/account.c
11605         * src/compose.c
11606         * src/prefs_account.c
11607         * src/prefs_account.h
11608                 remove option to add date header - always
11609                 add date header
11610         * src/etpan/imap-thread.c
11611                 fix warnings (Thanks to Colin)
11612
11613 2006-06-21 [wwp]        2.3.1cvs8
11614
11615         * src/folder.c
11616                 set the attachment flag when inline text part are (file)named. This is more convenient
11617                 when receiving (for instance) inline source files or patches sent using thunderbird.
11618
11619 2006-06-21 [paul]       2.3.1cvs7
11620
11621         * src/inc.c
11622                 fix off-by-one count of current msg in
11623                 statusbar filtering progressbar
11624
11625 2006-06-21 [paul]       2.3.1cvs6
11626
11627         * src/folder.c
11628                 Show attachment icon even if the part is 'inline'
11629                 if the following conditions are met:
11630                 - content-type != 'text/plain'
11631                 - content-type != '*/pgp-signature'
11632                 - either 'name' or 'filename' parameter is not NULL
11633                 
11634                 Thanks to Colin
11635
11636 2006-06-21 [paul]       2.3.1cvs5
11637
11638         * src/messageview.c
11639         * src/prefs_common.c
11640         * src/prefs_common.h
11641         * src/prefs_other.c
11642                 add an option to 'Never send Return
11643                 Receipts'
11644                 Thanks to Colin
11645
11646 2006-06-20 [mones]      2.3.1cvs4
11647
11648         * po/es.po
11649                 updated
11650         * src/compose.c
11651                 typo fixed (space after comma)
11652         * tools/make.themes.project
11653                 remove exec mode from tarball files
11654
11655 2006-06-20 [colin]      2.3.1cvs3
11656
11657         * src/news.c
11658         * src/procheader.c
11659         * src/unmime.c
11660                 Better fix for \n's in headers (don't 
11661                 break Received: and others)
11662
11663 2006-06-20 [paul]       2.3.1cvs2
11664
11665         * src/alertpanel.c
11666         * src/textview.c
11667                 improve legibility of phishing attempt
11668                 dialog
11669
11670 2006-06-20 [paul]       2.3.1cvs1
11671
11672         * NEWS
11673         * README
11674         * configure.ac
11675                 Update version number following
11676                 stable release
11677
11678 2006-06-20 [colin]      2.3.0cvs26
11679
11680         * src/compose.c
11681                 When dragging a file to the text of the compose
11682                 window, ask whether we want to insert or attach
11683                 (I know lots of people who do that to attach)
11684
11685 2006-06-20 [colin]      2.3.0cvs25
11686
11687         * src/etpan/imap-thread.c
11688                 Fix threshold (the append command is often > 32 bytes)
11689
11690 2006-06-19 [colin]      2.3.0cvs24
11691
11692         * src/imap.c
11693         * src/etpan/imap-thread.c
11694                 Workaround Rockliffe IMAP server bug: replace
11695                 "x UID SEARCH (ANSWERED UID 1:*)" with
11696                 "x UID SEARCH ANSWERED"
11697                 (Rockliffe doesn't handle the parenthesis)
11698
11699 2006-06-19 [colin]      2.3.0cvs23
11700
11701         * src/compose.c
11702         * src/imap.c
11703         * src/etpan/imap-thread.c
11704                 Probably fix bug #972 (Freezes when adding 
11705                 an attachment to the message)
11706         * src/common/defs.h
11707                 Modernize Firefox cmd
11708
11709
11710 2006-06-18 [colin]      2.3.0cvs22
11711
11712         * src/prefs_customheader.c
11713                 Only allow correct filenames for various
11714                 custom headers
11715
11716 2006-06-18 [colin]      2.3.0cvs21
11717
11718         * src/prefs_customheader.c
11719                 Add a 'From File...' button in custom headers prefs, which
11720                 try to do the right thing: 
11721                 for normal headers, use file as plaintext,
11722                 for X-Face, calls compface,
11723                 for Face, encode to b64.
11724
11725 2006-06-17 [colin]      2.3.0cvs20
11726
11727         * src/mh.c
11728                 Warning fix
11729
11730 2006-06-16 [colin]      2.3.0cvs19
11731
11732         * src/summaryview.c
11733                 Recursive quicksearch: show message list
11734                 in current folder, *then* search children
11735                 in the background.
11736
11737 2006-06-16 [colin]      2.3.0cvs18
11738
11739         * src/main.c
11740                 Instead of ignoring SIGPIPE, save caches
11741                 when getting one. Will fix the fact that
11742                 hot caches are out-of-date when logging 
11743                 out of Xorg.
11744         * src/compose.c
11745         * src/prefs_compose_writing.c
11746                 Only save text (not attachments) when 
11747                 auto-saving to drafts
11748         * src/unmime.c
11749                 Always replace \n, \r and \t with spaces
11750                 in headers
11751         * manual/dist/html/Makefile.am
11752         * manual/dist/pdf/Makefile.am
11753         * manual/dist/ps/Makefile.am
11754         * manual/dist/txt/Makefile.am
11755         * manual/fr/dist/html/Makefile.am
11756         * manual/fr/dist/pdf/Makefile.am
11757         * manual/fr/dist/ps/Makefile.am
11758         * manual/fr/dist/txt/Makefile.am
11759         * manual/pl/dist/html/Makefile.am
11760         * manual/pl/dist/pdf/Makefile.am
11761         * manual/pl/dist/ps/Makefile.am
11762         * manual/pl/dist/txt/Makefile.am
11763                 Fix make clean removing pregenerated manuals
11764
11765
11766 2006-06-16 [colin]      2.3.0cvs17
11767
11768         * src/plugins/pgpcore/sgpgme.c
11769         * src/plugins/pgpmime/pgpmime.c
11770         * src/plugins/pgpinline/pgpinline.c
11771                 Better error reporting in setup_signers.
11772                 Don't fallback to default key if specified
11773                 key isn't found.
11774                 Don't allow signing if more than one secret
11775                 key matches the one specified in prefs.
11776
11777 2006-06-15 [colin]      2.3.0cvs16
11778
11779         * src/folderview.c
11780                 Add "Send queue" in the folder's contextual
11781                 menu
11782         * src/compose.c
11783         * src/messageview.c
11784         * src/privacy.c
11785         * src/privacy.h
11786         * src/procmime.c
11787         * src/procmsg.c
11788         * src/plugins/pgpcore/passphrase.c
11789         * src/plugins/pgpcore/sgpgme.c
11790         * src/plugins/pgpinline/pgpinline.c
11791         * src/plugins/pgpmime/pgpmime.c
11792                 Better error reporting
11793         * src/mbox.c
11794                 Probably fix bug #971 (2.2.3 cannot read mail 
11795                 from local mbox)
11796
11797
11798 2006-06-15 [mones]      2.3.0cvs15
11799
11800         * tools/make.themes.project
11801                 creates the themes project from the web page
11802
11803 2006-06-15 [colin]      2.3.0cvs14
11804
11805         * src/folder.c
11806                 Better fix (avoid losing the folder if scan_tree 
11807                 fails)
11808
11809 2006-06-15 [cleroy]     2.3.0cvs13
11810
11811         * src/folder.c
11812                 Probably fix Bug #969 (crash on rebuilding 
11813                 imap folder)
11814
11815 2006-06-14 [colin]      2.3.0cvs12
11816
11817         * manual/dtd/manual.xsl
11818         * manual/sylpheed-claws-manual.xml
11819         * manual/fr/sylpheed-claws-manual.xml
11820         * manual/pl/sylpheed-claws-manual.xml
11821                 Insert pagebreaks between sections
11822
11823 2006-06-14 [paul]       2.3.0cvs11
11824
11825         * configure.ac
11826                 better fix than 2.3.0cvs10
11827
11828 2006-06-14 [paul]       2.3.0cvs10
11829
11830         * configure.ac
11831                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11832                 (backwards compatible)
11833
11834 2006-06-13 [colin]      2.3.0cvs9
11835
11836         * src/messageview.c
11837                 Fix sending of return receipt with the new queue folders
11838
11839 2006-06-13 [wwp]        2.3.0cvs8
11840
11841         * src/quote_fmt_lex.l
11842                 fix wrong tokens returned in quote_fmt lexer, query not().
11843
11844 2006-06-13 [wwp]        2.3.0cvs7
11845
11846         * src/folder.c
11847         * src/prefs_folder_item.c
11848                 allow changing folder type even when folder is not a top-level one,
11849                 thanks to Colin.
11850
11851 2006-06-12 [colin]      2.3.0cvs6
11852
11853         * src/folderview.c
11854                 Fix double-ask of "Do you want to mark all
11855                 as read"
11856
11857 2006-06-12 [colin]      2.3.0cvs5
11858
11859         * src/compose.c
11860         * src/compose.h
11861         * src/folder.c
11862         * src/folder.h
11863         * src/imap.c
11864         * src/inc.c
11865         * src/main.c
11866         * src/messageview.c
11867         * src/mh.c
11868         * src/prefs_folder_item.c
11869         * src/procheader.c
11870         * src/procmime.c
11871         * src/procmsg.c
11872         * src/procmsg.h
11873         * src/send_message.c
11874         * src/summaryview.c
11875         * src/toolbar.c
11876                 Apply bug #964's patch (Queue and drafts aren't normal)
11877                 The Drafts and Queue folder now contain RFC-822 files,
11878                 allowing to move and copy mails from and to these 
11879                 folders. Moving from Drafts to Queue will prepare the
11880                 mail for sending (PGP signature, encryption, etc).
11881                 This patch also rework sending errors handling to try
11882                 to be more helpful.
11883                 Also, allow redefining folder types via the GUI 
11884                 (Folder type in its Properties)
11885
11886 2006-06-12 [colin]      2.3.0cvs4
11887
11888         * src/summaryview.c
11889         * src/prefs_common.c
11890         * src/prefs_common.h
11891         * src/gedit-print.c
11892                 Allow to define a specific print font - patch
11893                 by Bernhard Walle <bernhard.walle@gmx.de>
11894         * src/prefs_fonts.c
11895         * manual/advanced.xml
11896         * manual/fr/advanced.xml
11897                 Add a hidden pref to allow deletion without
11898                 confirmation
11899
11900 2006-06-12 [wwp]        2.3.0cvs3
11901
11902         * .cvsignore
11903                 more files to ignore.
11904
11905 2006-06-12 [wwp]        2.3.0cvs2
11906
11907         * src/quote_fmt.c
11908         * src/quote_fmt_lex.l
11909         * src/quote_fmt_parse.y
11910                 extend the quote_fmt parser (templates and quotes):
11911                 - allow limited sub-expressions in |p{} and |f{} expressions,
11912                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11913                 - implemented/fixed missing implementation of query_references and show_references,
11914                 - completed, fixed contents and format of the symbols help dialog,
11915                 - fix some compilation warnings.
11916
11917 2006-06-12 [wwp]        2.3.0cvs1
11918
11919         * manual/advanced.xml
11920         * manual/fr/advanced.xml
11921                 updates in the "templates" section of the manual (eng/fr):
11922                  - be more precise (both versions)
11923                  - completed to match the english reference (fr version)
11924                  - touchups (both versions)
11925
11926 2006-06-12 [paul]       2.3.0
11927
11928         2.3.0 released
11929
11930 2006-06-12 [paul]       2.2.3cvs14
11931
11932         * po/ca.po
11933         * po/cs.po
11934         * po/de.po
11935         * po/el.po
11936         * po/fr.po
11937         * po/it.po
11938         * po/pt_BR.po
11939         * po/sr.po
11940         * po/zh_CN.po
11941                 updated by Miquel Oliete, Tim, Stephan Sachse,
11942                 Stavros Giannouris, Fabien Vantard, Andrea
11943                 Spadaccini, Frederico Goncalves Guimaraes,
11944                 Aleksandar Urosevic, and Ralgh Young
11945
11946 2006-06-12 [colin]      2.2.3cvs13
11947
11948         * src/mbox.c
11949                 Add missing header
11950
11951 2006-06-11 [colin]      2.2.3cvs12
11952
11953         * src/msgcache.c
11954                 Verify that g_malloc() succeeded
11955
11956 2006-06-11 [colin]      2.2.3cvs11
11957
11958         * src/wizard.c
11959                 Add Face header to welcome mail
11960
11961 2006-06-10 [colin]      2.2.3cvs10
11962
11963         * src/textview.c
11964                 Revert previous (Forgot it changes the
11965                 margin on the whole mail)
11966
11967 2006-06-10 [colin]      2.2.3cvs9
11968
11969         * src/textview.c
11970                 Don't overlap long headers under (X-)Face
11971
11972 2006-06-10 [mones]      2.2.3cvs8
11973
11974         * manual/xml2pdf
11975                 allow generation of manual on systems lacking saxon binary
11976                 but with java and the saxon library installed
11977
11978         * po/es.po
11979                 updated for release
11980
11981 2006-06-09 [colin]      2.2.3cvs7
11982
11983         * src/summaryview.c
11984                 Fix leak when using Display Sender using Addressbook
11985
11986 2006-06-09 [colin]      2.2.3cvs6
11987
11988         * src/compose.c
11989         * src/folder.c
11990         * src/folderview.c
11991         * src/mimeview.c
11992         * src/summaryview.c
11993                 More leaks fixes
11994
11995 2006-06-09 [paul]       2.2.3cvs5
11996
11997         * AUTHORS
11998         * src/gtk/authors.h
11999         * tools/claws.i18n.status.pl
12000                 updated with new info
12001
12002 2006-06-09 [paul]       2.2.3cvs4
12003
12004         * README
12005                 updated
12006         * manual/ack.xml
12007                 add wwp to authors list
12008         * src/gtk/authors.h
12009                 update mine and Colin's addresses
12010
12011 2006-06-08 [colin]      2.2.3cvs3
12012
12013         * src/etpan/imap-thread.c
12014                 Fix leak on SSL cert check
12015
12016 2006-06-08 [colin]      2.2.3cvs2
12017
12018         * src/common/utils.c
12019                 Fix leak
12020
12021 2006-06-08 [paul]       2.2.3cvs1
12022
12023         * configure.ac
12024                 Update version number following
12025                 stable release
12026
12027 2006-06-07 [colin]      2.2.2cvs3
12028
12029         * src/msgcache.c
12030                 Fix catching cache read errors (guint instead of gint)
12031                 Prevent malloc'ing more than 8MB (means cache corruption)
12032
12033 2006-06-07 [paul]       2.2.2cvs2
12034
12035         * src/exporthtml.c
12036         * src/exportldif.c
12037         * src/mh.c
12038         * src/mutt.c
12039         * src/pine.c
12040         * src/common/utils.c
12041                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12042                 obey $HOME'
12043                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12044                 Thanks to Colin
12045
12046 2006-06-06 [paul]       2.2.2cvs1
12047
12048         * configure.ac
12049                 Update version number following
12050                 stable release
12051
12052 2006-06-06 [paul]       2.2.1cvs6
12053
12054         * src/matcher.c
12055                 fix  implicit declaration of
12056                 sylpheed_do_idle()
12057                 Patch by Fabien Vantard
12058
12059 2006-06-06 [paul]       2.2.1cvs5
12060
12061         * src/matcher.c
12062                 fix age_greater and age_lower so that they
12063                 mean what say and not '...or equal to'
12064                 Thanks to Colin
12065
12066 2006-06-06 [paul]       2.2.1cvs4
12067
12068         * src/textview.c
12069         * src/common/utils.c
12070                 fix URI check
12071                 Thanks to Colin
12072
12073 2006-06-05 [wwp]        2.2.1cvs3
12074
12075         * manual/fr/account.xml
12076                 minor language fixes (thanks to Fabien Vantard).
12077
12078 2006-06-05 [colin]      2.2.1cvs2
12079
12080         * src/prefs_folder_item.c
12081         * src/folderview.c
12082                 Allow recursive setting of properties 
12083                 for whole mailboxes
12084         * src/matcher.c
12085                 Don't freeze on 'test' filtering rule
12086
12087 2006-06-05 [colin]      2.2.1cvs1
12088
12089         * configure.ac
12090                 Update version number following
12091                 stable release
12092
12093 2006-06-04 [wwp]        2.2.0cvs82
12094
12095         * manual/glossary.xml
12096         * manual/account.xml
12097         * manual/fr/glossary.xml
12098         * manual/fr/account.xml
12099                 added glossary section and references/links related to the Face custom header.
12100
12101 2006-06-04 [colin]      2.2.0cvs81
12102
12103         * src/summaryview.c
12104                 Skip to next message on move with no
12105                 immediate execution
12106
12107 2006-06-04 [wwp]        2.2.0cvs80
12108
12109         * manual/xml2pdf
12110                 added sanity checks, exit when needed.
12111
12112 2006-06-03 [paul]       2.2.0cvs79
12113
12114         * src/prefs_receive.c
12115                 page name is now 'Receiving'
12116         * src/prefs_send.c
12117                 page name is now 'Sending'
12118
12119 2006-06-03 [colin]      2.2.0cvs78
12120
12121         * src/plugins/spamassassin/spamassassin_gtk.c
12122                 Autoswitch to Localhost if transport was previously
12123                 disabled. Else people had to check [] Enable, then
12124                 *reselect* transport.
12125
12126 2006-06-03 [colin]      2.2.0cvs77
12127
12128         * src/plugins/pgpinline/pgpinline.c
12129         * src/plugins/pgpmime/pgpmime.c
12130                 Check that gpg_data_release_and_get_mem 
12131                 didn't fail (now, why this happens...)
12132
12133 2006-06-03 [colin]      2.2.0cvs76
12134
12135         * src/mbox.c
12136                 Fix bug #962 (Manual and/or UI should 
12137                 warn about incompatible locking 
12138                 causing dataloss)
12139
12140 2006-06-02 [cleroy]     2.2.0cvs75
12141
12142         * src/filtering.c
12143         * src/folder.c
12144         * src/procmsg.c
12145         * src/summaryview.c
12146                 Fix a few leaks
12147
12148 2006-06-02 [colin]      2.2.0cvs74
12149
12150         * src/main.c
12151                 On exit, free caches after writing them
12152                 Shuts up some valgrind false positives
12153         * src/procmsg.c
12154         * src/send_message.c
12155                 Fix races when reusing existing SMTP connections
12156                 Fix inexistant session timeout
12157         * src/toolbar.c
12158                 Display alertpanel after all queues have
12159                 been processed, not after each
12160
12161 2006-06-02 [wwp]        2.2.0cvs73
12162
12163         * manual/fr/glossary.xml
12164         * manual/fr/ack.xml
12165         * manual/ack.xml
12166                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12167
12168 2006-06-02 [wwp]        2.2.0cvs72
12169
12170         * manual/xml2pdf
12171         * manual/dist/pdf/Makefile.am
12172         * manual/dtd/manual.xsl
12173         * manual/fr/dist/pdf/Makefile.am
12174         * manual/pl/dist/pdf/Makefile.am
12175                 we changed the procedure to generate the .pdf version of the manual.
12176                 The procedure is more modern and the .pdf we get now has a valid index.
12177                 Here are the new pre-requisites:
12178
12179                 - JRE 1.x (1.4 here): there must be one from your distro
12180                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12181                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12182                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12183
12184                 See my posts for further info about the installation of this toolchain:
12185
12186                 Date: Fri, 19 May 2006 19:40:06 +0200
12187                 From: wwp <subscript@free.fr>
12188                 To: sylpheed-claws-devel@lists.sourceforge.net
12189                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12190
12191                 and
12192
12193                 Date: Wed, 24 May 2006 12:58:49 +0200
12194                 From: wwp <subscript@free.fr>
12195                 To: sylpheed-claws-devel@lists.sourceforge.net
12196                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12197
12198 2006-06-01 [colin]      2.2.0cvs71
12199
12200         * src/compose.c
12201                 Better guards against IMAP races
12202         * src/main.c
12203         * src/prefs_common.c
12204         * src/prefs_common.h
12205         * src/common/ssl_certificate.c
12206         * src/etpan/imap-thread.c
12207         * src/etpan/imap-thread.h
12208         * src/gtk/sslcertwindow.c
12209                 New hidden option ssl_skip_cert_check to 
12210                 avoid dups of bug #959 (libetpan linked
12211                 against gnutls and gnutls buggy on 64bit)
12212                 Present expired warning only once per
12213                 session/server.
12214         * manual/advanced.xml
12215         * manual/fr/advanced.xml
12216                 Document new option
12217
12218 2006-06-01 [wwp]        2.2.0cvs70
12219
12220         * src/messageview.c
12221                 fix for bug #961 (return receipt dialog 
12222                 complains incorrectly about return-path 
12223                 email adress being different), thanks 
12224                 to Colin.
12225
12226 2006-05-31 [cleroy]     2.2.0cvs69
12227
12228         * src/common/ssl.c
12229                 Guard against NULLs, although this
12230                 should never be an issue
12231
12232 2006-05-31 [colin]      2.2.0cvs68
12233
12234         * src/filtering.c
12235                 Use g_slist_prepend
12236         * src/imap.c
12237                 Don't remove caches when destroying folder, it
12238                 could (should) be done at exit
12239         * src/inc.c
12240                 free processing cache after incorporation
12241         * src/etpan/imap-thread.c
12242                 Maybe fix bug #959 (Crash on moving to emails 
12243                 to a imap account per ssl with a expired 
12244                 certificate.)
12245
12246 2006-05-30 [colin]      2.2.0cvs67
12247
12248         * src/summaryview.c
12249                 Put back event flush when displaying message
12250                 It avoids reading a bunch of messages just
12251                 by hitting shift-n for too long ;)
12252
12253 2006-05-29 [colin]      2.2.0cvs66
12254
12255         * src/summaryview.c
12256                 Remove useless g_warnings
12257
12258 2006-05-29 [colin]      2.2.0cvs65
12259
12260         * src/imap.c
12261                 Fix g_slist_append()s for performance
12262
12263 2006-05-29 [colin]      2.2.0cvs64
12264
12265         * src/compose.c
12266         * src/common/utils.c
12267                 Fix extraneous tab at start of addresses
12268         * src/mainwindow.c
12269                 Fix warnings (thanks to Fabien)
12270                 Fix crash at exit when composing messages 
12271                 exist
12272         * src/pop.c
12273                 Fix progress bar when deleting expired mails
12274                 Thanks to Hiro
12275         * src/summaryview.c
12276         * src/gtk/gtksctree.c
12277                 Fix re-sorting slowness
12278
12279 2006-05-29 [paul]       2.2.0cvs63
12280
12281         * src/mh.c
12282                 fetch full message when moving mails
12283                 from another mailbox, (fixed data loss
12284                 when filtering from IMAP to MH, introduced
12285                 in 2.2.0cvs57).
12286                 Thanks to Colin
12287
12288 2006-05-29 [mones]      2.2.0cvs62
12289
12290         * src/gtk/gtksctree.c
12291                 Unselect faster (patch by Colin)        
12292
12293 2006-05-26 [colin]      2.2.0cvs61
12294
12295         * src/summaryview.c
12296                 Unplug MSGINFO_UPDATE callback on delete too.
12297
12298 2006-05-26 [colin]      2.2.0cvs60
12299
12300         * src/foldersel.c
12301                 Fix bold in folder selection window with glib2.10
12302                 thanks Hiro
12303
12304 2006-05-26 [colin]      2.2.0cvs59
12305
12306         * src/procheader.c
12307                 Convert date only if necessary (and don't
12308                 try to convert from utf8 to utf8, too)
12309         * src/summaryview.c
12310                 Only set column's text if the column's 
12311                 displayed
12312
12313 2006-05-26 [colin]      2.2.0cvs58
12314
12315         * src/summaryview.c
12316         * src/gtk/gtkutils.c
12317                 Fix useless warning
12318
12319 2006-05-26 [colin]      2.2.0cvs57
12320
12321         * src/mainwindow.c
12322                 Make summaryview selectable as long as 
12323                 no message has focus
12324         * src/mh.c
12325                 Faster deletion (by implementing mh_remove_msgs)
12326                 Faster copy (avoid using mh_fetch_msg just to get
12327                 the filename)
12328                 Faster move (using move_file instead of copy_file
12329                 if MSG_IS_MOVE)
12330                 No progressbar if total number of mails to cp/mv 
12331                 is less than 100
12332         * src/summaryview.c
12333                 Fix removal from subject_table when mail gets moved
12334                 Faster deletion (g_slist_prepend instead of append)
12335         * src/gtk/gtksctree.c
12336                 Remove useless code
12337
12338 2006-05-25 [colin]      2.2.0cvs56
12339
12340         * src/common/ssl_certificate.c
12341                 Fix leak in expired cert check
12342
12343 2006-05-25 [colin]      2.2.0cvs55
12344
12345         * src/mh.c
12346                 Disable flags syncing on .mh_sequences - it
12347                 is buggy and marks mails read under unknown
12348                 conditions.
12349
12350 2006-05-25 [paul]
12351
12352         * 2.3.0-rc4 released
12353
12354 2006-05-24 [colin]      2.2.0cvs54
12355
12356         attention cvs users: if you manage to crash
12357         Sylpheed-Claws while moving, copying or deleting
12358         mails, we *are* interested in stack traces and
12359         valgrind logs. It looks stable, but one never
12360         knows...
12361
12362         * src/folder.c
12363                 Add progressbar for cache updates
12364         * src/folderutils.c
12365                 Optimize Mark all read in the current
12366                 folder
12367         * src/mh.c
12368                 Add progressbar for copy/move
12369         * src/procmsg.c
12370                 Optimize O(n^2) in copy/move
12371         * src/summaryview.c
12372         * src/gtk/gtksctree.c
12373                 Optimize O(n^2) algos
12374         * src/common/timing.h
12375                 Display ms instead of us
12376
12377 2006-05-24 [wwp]        2.2.0cvs53
12378
12379         * manual/fr/advanced.xml
12380                 updates to the French manual.
12381
12382 2006-05-24 [wwp]        2.2.0cvs52
12383
12384         * src/common/utils.c
12385                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12386
12387 2006-05-24 [wwp]        2.2.0cvs51
12388
12389         * src/folderutils.c
12390                 fixed "mark all read" in MH folders (thanks to Colin).
12391
12392 2006-05-24 [paul]       2.2.0cvs50
12393
12394         * doc/man/sylpheed-claws.1
12395                 updated the man page
12396
12397 2006-05-23 [colin]      2.2.0cvs49
12398
12399         * src/folderview.c
12400         * src/imap.c
12401         * src/inc.c
12402         * src/mbox.c
12403         * src/messageview.c
12404         * src/news.c
12405         * src/send_message.c
12406         * src/summaryview.c
12407         * src/gtk/sslcertwindow.c
12408                 alertpanel fixes, by Fabien
12409
12410 2006-05-23 [colin]      2.2.0cvs48
12411
12412         * src/folder.c
12413         * src/folderview.c
12414         * src/msgcache.c
12415         * src/summaryview.c
12416         * src/gtk/gtksctree.c
12417         * src/gtk/gtksctree.h
12418                 More timings
12419                 Fix slow loading problem, which was caused by the
12420                 use of some gtk_ctree funcs and their use of
12421                 g_list_position while gtk_ctree_(un)link'ing.
12422                 Reap more functions from gtkctree.c to be sure we
12423                 use our (fast) version instead of theirs.
12424         * src/mh.c
12425                 Fix copy of unread mails
12426
12427
12428 2006-05-22 [wwp]        2.2.0cvs47
12429
12430         * manual/fr/advanced.xml
12431                 updated.
12432
12433 2006-05-22 [colin]      2.2.0cvs46
12434
12435         * src/filtering.c
12436                 Fix possible infinite loop. 'copy' is not a 
12437                 final action, so when encountering a 'copy',
12438                 we have to check if a previous one was set
12439                 and do it. In the same way, if we encounter
12440                 a 'move' we have to perform a possibly 
12441                 pending 'copy'. This will slow down filtering
12442                 on IMAP if move+copy or multiple copy actions
12443                 are to be done, but handling it via the batch
12444                 would be really too convoluted.
12445
12446 2006-05-22 [wwp]        2.2.0cvs45
12447
12448         * manual/fr/advanced.xml
12449         * manual/fr/faq.xml
12450         * manual/fr/glossary.xml
12451         * manual/fr/handling.xml
12452         * manual/fr/intro.xml
12453         * manual/fr/plugins.xml
12454         * manual/fr/sylpheed-claws-manual.xml
12455                 sync w/ the english manual: updates URIs, documented mailing-list
12456                 support, better explanation about the enabled/disabled feature
12457                 in filtering/processing rules by Paul.
12458
12459 2006-05-21 [colin]      2.2.0cvs44
12460
12461         * src/summaryview.c
12462                 Don't expand after building threads, but during
12463
12464 2006-05-21 [colin]      2.2.0cvs43
12465
12466         * src/procmsg.c
12467         * src/summaryview.c
12468                 More timing possibilities... For next time I have 
12469                 to find out how the hell some 3GHz computer takes
12470                 one minute to open a 30k folder...
12471
12472 2006-05-21 [colin]      2.2.0cvs42
12473
12474         * manual/pl/advanced.xml
12475         * manual/pl/faq.xml
12476         * manual/pl/glossary.xml
12477         * manual/pl/handling.xml
12478         * manual/pl/intro.xml
12479         * manual/pl/plugins.xml
12480         * manual/pl/sylpheed-claws-manual.xml
12481                 Polish manual updated by Pawel
12482
12483 2006-05-20 [colin]
12484
12485         * 2.3.0-rc3 released
12486
12487 2006-05-20 [colin]      2.2.0cvs41
12488
12489         * src/imap.c
12490                 Fix -rc2 problems:
12491                 - remove cache of moved messages from original folder
12492                 - apply new flags to messages even if they aren't appliable
12493                   via IMAP.
12494
12495 2006-05-20 [colin]
12496
12497         * 2.3.0-rc2 released
12498
12499 2006-05-19 [colin]      2.2.0cvs40
12500
12501         * src/imap.c
12502                 Don't issue SELECT in imap_change_flags
12503                 before having checked that we indeed have
12504                 some flags to change. MSG_POSTFILTERED for
12505                 example can't be used on IMAP.
12506                 Fixes bug #955 (copying messages between 
12507                 imap folders is extremely slow), which was
12508                 a regression.
12509
12510 2006-05-19 [colin]      2.2.0cvs39
12511
12512         * src/folder.c
12513         * src/folder.h
12514         * src/folderview.c
12515                 Try to fix bug #830 (Some unread messages 
12516                 get marked read in IMAP inbox):
12517                 - Prevent scanning a folder if it's being 
12518                   opened via the GUI
12519                 - Postpone opening via the GUI of a folder
12520                   currently scanned.
12521
12522
12523 2006-05-19 [wwp]        2.2.0cvs38
12524
12525         * manual/advanced.xml
12526                 fix English+typo (thanks to Paul).
12527
12528 2006-05-19 [wwp]        2.2.0cvs37
12529
12530         * manual/advanced.xml
12531         * manual/fr/advanced.xml
12532         * src/gtk/logwindow.c
12533         * src/prefs_common.c
12534         * src/prefs_common.h
12535                 added hidden prefs to allow customization of colors used in
12536                 protocol log window (useful for dark gtk+ themes).
12537
12538 2006-05-19 [wwp]        2.2.0cvs36
12539
12540         * ChangeLog
12541                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12542
12543 2006-05-19 [paul]       2.2.0cvs35
12544
12545         * src/textview.c
12546                 make Reply-To fully clickable
12547         * src/gtk/logwindow.c
12548                 more colouring (SMTP ESMTP)
12549         Both patches by Pawel Pekala
12550
12551 2006-05-19 [cleroy]     2.2.0cvs34
12552
12553         * src/mh.c
12554                 Don't update flags from current folder
12555                 Probably fixes bug #935 (Read Messages 
12556                 Revert to Being Marked as Unread)
12557
12558 2006-05-18 [colin]      2.2.0cvs33
12559
12560         * src/imap.c
12561                 Warning fix
12562         * src/compose.c
12563         * src/mainwindow.c
12564         * src/summaryview.c
12565         * src/toolbar.c
12566                 Allow replying to multiple emails
12567                 in multiple windows
12568         * src/mimeview.c
12569         * src/etpan/imap-thread.c
12570                 Leak fixes
12571
12572 2006-05-18 [paul]       2.2.0cvs32
12573
12574         * src/summaryview.c
12575                 keep Mailing-List menu refreshed
12576                 Thanks to Colin
12577
12578 2006-05-18 [paul]       2.2.0cvs31
12579
12580         * manual/advanced.xml
12581         * manual/faq.xml
12582         * manual/glossary.xml
12583         * manual/handling.xml
12584         * manual/intro.xml
12585         * manual/plugins.xml
12586         * manual/sylpheed-claws-manual.xml
12587                 update URLs
12588                 add info about mailing-list support
12589                 edit filtering info
12590         * src/wizard.c
12591         * src/common/defs.h
12592         * src/gtk/about.c
12593         * src/plugins/dillo_viewer/README
12594                 update URLs
12595
12596 2006-05-17 [wwp]        2.2.0cvs30
12597
12598         * manual/handling.xml
12599         * manual/fr/handling.xml
12600                 documented the ability to enabled/disable filtering/processing rules.
12601
12602 2006-05-17 [colin]      2.2.0cvs29
12603
12604         * src/main.c
12605                 Don't initialize g_thread subsystem if it's 
12606                 already done (thanks to Hiro)
12607         * src/mimeview.c
12608                 Fix saving of parts when there name can't be
12609                 converted from UTF-8.
12610
12611 2006-05-17 [paul]       2.2.0cvs28
12612
12613         * po/Makefile.in.in
12614                 fix config.status warning with autoconf 2.60
12615
12616 2006-05-17 [paul]       2.2.0cvs27
12617
12618         * po/POTFILES.in
12619                 add src/mbox.c
12620
12621 2006-05-17 [wwp]        2.2.0cvs26
12622
12623         * src/mainwindow.c
12624                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12625
12626 2006-05-17 [wwp]        2.2.0cvs25
12627
12628         * src/plugins/demo/demo.c
12629                 updated product name in plugin demo (many plugins need to be
12630                 sync'ed w/ that change).
12631
12632 2006-05-17 [colin]      2.2.0cvs24
12633
12634         * src/mh.c
12635                 Fix leak
12636
12637 2006-05-16 [colin]      2.2.0cvs23
12638
12639         * src/mainwindow.c
12640                 Stupid me hit again. Fix cvs22.
12641
12642 2006-05-16 [colin]      2.2.0cvs22
12643
12644         * src/mainwindow.c
12645                 Fix bug #922 (sylpheed-claws crashed after 
12646                 pushing on Inbox folder)
12647
12648 2006-05-16 [colin]      2.2.0cvs21
12649
12650         * src/compose.c
12651                 Make From header be copy/paste/select-able
12652
12653 2006-05-16 [wwp]        2.2.0cvs20
12654
12655         * src/export.c
12656         * src/matcher.c
12657         * src/summaryview.c
12658         * src/etpan/imap-thread.c
12659                 fix some compiler warnings (thanks to Colin).
12660
12661 2006-05-16 [wwp]        2.2.0cvs19
12662
12663         * src/action.c
12664         * src/gedit-print.c
12665         * src/inc.c
12666         * src/mainwindow.c
12667         * src/mh.c
12668         * src/statusbar.c
12669         * src/send_message.c
12670         * src/summaryview.c
12671                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12672
12673 2006-05-15 [colin]      2.2.0cvs18
12674
12675         * src/procmsg.c
12676                 Fix automatic rule creation with List-Post
12677
12678 2006-05-15 [paul]       2.2.0cvs17
12679
12680         * tools/filter_conv_new.pl
12681                 updated for rule enabling/disabling
12682                 claws version >= 2.3.x required
12683
12684 2006-05-15 [cleroy]     2.2.0cvs16
12685
12686         * src/main.c
12687                 Revert test
12688
12689 2006-05-15 [cleroy]     2.2.0cvs15
12690
12691         * src/main.c
12692                 test
12693
12694 2006-05-15 [wwp]        2.2.0cvs14
12695
12696         * manual/pl/.cvsignore
12697                 ignore generated files.
12698
12699 2006-05-14 [wwp]        2.3.0-rc1
12700
12701         * 2.3.0-rc1 released
12702
12703 2006-05-13 [wwp]        2.2.0cvs13
12704
12705         * src/filtering.c
12706         * src/filtering.h
12707         * src/matcher.c
12708         * src/matcher_parser_lex.l
12709         * src/matcher_parser_parse.y
12710         * src/prefs_filtering.c
12711                 new feature: provide the ability to disable filtering and processing
12712                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12713                 adaptations.
12714
12715 2006-05-13 [colin]      2.2.0cvs12
12716
12717         * src/compose.c
12718                 Remove useless if (a) b; else b;
12719                 Thanks to wwp
12720
12721 2006-05-13 [wwp]        2.2.0cvs11
12722
12723         * src/export.c
12724         * src/import.c
12725         * src/mainwindow.c
12726         * src/mbox.c
12727         * src/summaryview.c
12728         * src/summaryview.h
12729                 no more silent failures (or at least less ones) when importing
12730                 or exporting from/to mbox. Also start importing/exporting if
12731                 the necessary info is set.
12732
12733 2006-05-13 [wwp]        2.2.0cvs10
12734
12735         * RELEASE_NOTES
12736                 restored up-to-date release notes.
12737
12738 2006-05-13 [paul]       2.2.0cvs9
12739
12740         * po/nl.po
12741         * po/ru.po
12742                 updated by Tim Dijkstra and Pavlo Bohmat
12743
12744 2006-05-12 [colin]      2.2.0cvs8
12745
12746         * src/gtk/quicksearch.c
12747                 Add "k" as shortcut for "colorlabel". Patch
12748                 by ath42@users.sf.net.
12749
12750 2006-05-12 [paul]       2.2.0cvs7
12751
12752         * src/prefs_common.h
12753         * src/prefs_summaries.c
12754         * src/summaryview.c
12755                 when entering a folder also allow
12756                 going directly to first Marked message
12757
12758 2006-05-12 [paul]       2.2.0cvs6
12759
12760         * src/summaryview.c
12761                 always obey 'confirm before marking all
12762                 mails read' option
12763
12764 2006-05-12 [paul]       2.2.0cvs5
12765
12766         * src/textview.c
12767                 make Sender fully clickable
12768
12769 2006-05-12 [colin]      2.2.0cvs4
12770
12771         * src/compose.c
12772         * src/compose.h
12773                 Let From be editable
12774         * src/main.c
12775         * src/mh.c
12776                 Full support of .mh_sequences' Unseen seq
12777
12778 2006-05-12 [colin]      2.2.0cvs3
12779
12780         * src/folder.c
12781         * src/mainwindow.c
12782         * src/mainwindow.h
12783         * src/messageview.c
12784         * src/prefs_spelling.c
12785         * src/procheader.c
12786         * src/procmsg.c
12787         * src/procmsg.h
12788         * src/summaryview.c
12789         * src/toolbar.c
12790         * src/toolbar.h
12791                 Add contextual menu on Compose toolbar
12792                 button. Fixes bug #944 (Automatic
12793                 addresses not applied when changing account
12794                 from compose window)
12795                 add Mailing List support
12796                 based on the old 0.6.5claws25 patch by
12797                 Melvin Hadasht, with finishing touches
12798                 by Colin
12799                 Fix "ignore thread" when mails are threaded by
12800                 subject (and weren't ignored although appearing
12801                 in the thread).
12802                 GUI rework.
12803                 Both patches by Pawel.
12804
12805 2006-05-08 [paul]       2.2.0cvs2
12806
12807         * src/mainwindow.c
12808         * src/mainwindow.h
12809         * src/messageview.c
12810         * src/procheader.c
12811         * src/procmsg.c
12812         * src/procmsg.h
12813         * src/summaryview.c
12814                 add Mailing List support
12815                 based on the old 0.6.5claws25 patch by 
12816                 Melvin Hadasht, with finishing touches
12817                 by Colin
12818
12819 2006-05-08 [colin]      2.2.0cvs1
12820
12821         * src/mainwindow.c
12822         * src/toolbar.c
12823         * src/toolbar.h
12824                 Add contextual menu on Compose toolbar 
12825                 button. Fixes bug #944 (Automatic 
12826                 addresses not applied when changing account 
12827                 from compose window)
12828
12829 2006-05-08 [paul]       2.2.0
12830
12831         2.2.0 released
12832
12833 2006-05-08 [paul]       2.1.1cvs51
12834
12835         * po/cs.po
12836         * po/de.po
12837         * po/en_GB.po
12838         * po/fi.po
12839         * po/fr.po
12840         * po/pt_BR.po
12841         * po/sr.po
12842         * po/zh_CN.po
12843                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12844                 Fabien Vantard, Frederico Goncalves Guimaraes,
12845                 Aleksandar Urosevic, and Ralgh Young
12846
12847 2006-05-12 [colin]      2.1.1cvs50
12848
12849         * po/cs.po
12850         * po/de.po
12851         * po/en_GB.po
12852         * po/es.po
12853         * po/fi.po
12854         * po/fr.po
12855         * po/pt_BR.po
12856         * po/sr.po
12857         * po/zh_CN.po
12858                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12859                 Fabien Vantard, Frederico Goncalves Guimaraes,
12860                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12861
12862 2006-05-05 [colin]      2.1.1cvs49
12863
12864         * manual/Makefile.am
12865         * manual/pl/Makefile.am
12866         * manual/pl/account.xml
12867         * manual/pl/ack.xml
12868         * manual/pl/addrbook.xml
12869         * manual/pl/advanced.xml
12870         * manual/pl/faq.xml
12871         * manual/pl/glossary.xml
12872         * manual/pl/gpl.xml
12873         * manual/pl/handling.xml
12874         * manual/pl/intro.xml
12875         * manual/pl/keyboard.xml
12876         * manual/pl/plugins.xml
12877         * manual/pl/starting.xml
12878         * manual/pl/sylpheed-claws-manual.xml
12879         * manual/pl/dist/.cvsignore
12880         * manual/pl/dist/Makefile.am
12881         * manual/pl/dist/html/.cvsignore
12882         * manual/pl/dist/html/Makefile.am
12883         * manual/pl/dist/pdf/.cvsignore
12884         * manual/pl/dist/pdf/Makefile.am
12885         * manual/pl/dist/ps/.cvsignore
12886         * manual/pl/dist/ps/Makefile.am
12887         * manual/pl/dist/txt/.cvsignore
12888         * manual/pl/dist/txt/Makefile.am
12889                 Add the polish translation of the manual,
12890                 Authored by Pawel Pekala.
12891
12892 2006-05-05 [cleroy]     2.1.1cvs48
12893
12894         * src/main.c
12895                 Re-read matcherrc after loading plugins 
12896                 if some of them add folders.
12897
12898 2006-05-03 [colin]      2.1.1cvs47
12899
12900         * src/imap.c
12901                 I'm idiot
12902
12903 2006-05-03 [colin]      2.1.1cvs46
12904
12905         * src/imap.c
12906                 Be sure to have a session when
12907                 getting separator
12908
12909 2006-05-03 [colin]      2.1.1cvs45
12910
12911         * src/imap.c
12912         * src/imap.h
12913         * src/imap_gtk.c
12914                 Fix preventing renaming with namespace 
12915                 separator.
12916
12917 2006-05-01 [colin]      2.1.1cvs44
12918
12919         * src/action.c
12920                 Don't reload messageview when result of
12921                 action is piped.
12922
12923 2006-04-29 [colin]      2.1.1cvs43
12924
12925         * src/prefs_receive.c
12926         * src/plugins/spamassassin/spamassassin_gtk.c
12927         * src/plugins/clamav/clamav_plugin_gtk.c
12928                 GUI fixes by Pawel
12929
12930 2006-04-29 [colin]      2.1.1cvs42
12931
12932         * src/prefs_compose_writing.c
12933         * src/prefs_quote.c
12934                 Cleanups. Patch by Pawel
12935
12936 2006-04-28 [paul]       2.1.1cvs41
12937
12938         * src/matcher.c
12939                 fix returned quick search results when search
12940                 term contains an underscore.
12941                 Thanks to Colin
12942
12943 2006-04-28 [paul]       2.1.1cvs40
12944
12945         * src/prefs_message.c
12946         * src/prefs_receive.c
12947                 GUI cleanups
12948                 Patches by Pawel Pekala
12949
12950 2006-04-27 [colin]      2.1.1cvs39
12951
12952         * src/wizard.c
12953                 Differentiate subject Welcome from
12954                 window's title Welcome
12955
12956 2006-04-27 [paul]
12957
12958         2.2.0-rc1 released
12959
12960 2006-04-27 [paul]       2.1.1cvs38
12961
12962         * manual/advanced.xml
12963         * manual/fr/advanced.xml
12964                 add info about compose_no_markup hidden pref
12965
12966 2006-04-27 [paul]       2.1.1cvs37
12967
12968         * src/prefs_account.c
12969                 improve privacy labels
12970         * src/prefs_msg_colors.c
12971                 change some strings for translators' convenience
12972         * src/gtk/gtkutils.c
12973                 don't underline the link button text
12974
12975 2006-04-25 [colin]      2.1.1cvs36
12976
12977         * src/folder.c
12978                 Complete 2.1.1cvs33 (once more ;)
12979
12980 2006-04-25 [colin]      2.1.1cvs35
12981
12982         * src/editldap.c
12983                 Fix tooltip
12984
12985 2006-04-25 [cleroy]     2.1.1cvs34
12986
12987         * src/compose.c
12988         * src/gtk/gtkaspell.c
12989                 Fix crash on redirect (related to the return 
12990                 of the aspell menu in compose's toolbar)
12991         * src/prefs_msg_colors.c
12992                 Fix sensitivity widgets
12993         * src/image_viewer.c
12994         * src/gtk/pluginwindow.c
12995         * src/gtk/prefswindow.c
12996                 Change released signals to clicked (Fabien)
12997         * po/POTFILES.in
12998         * src/common/socket.c
12999         * src/plugins/spamassassin/spamassassin.c
13000                 Translate strings (Fabien)
13001
13002 2006-04-25 [paul]       2.1.1cvs33
13003
13004         * src/folder.c
13005         * src/folder.h
13006         * src/folderview.c
13007                 complete the fix of bug #912
13008                 Thanks to Colin
13009
13010 2006-04-25 [colin]      2.1.1cvs32
13011
13012         * src/news.c
13013                 Better progress bar
13014         * src/mimeview.c
13015         * src/summaryview.c
13016         * src/summaryview.h
13017                 Fix focus chain
13018                 Patches by Pawel Pekala
13019
13020 2006-04-24 [colin]      2.1.1cvs31
13021
13022         * src/compose.c
13023                 Fix compilation warnings (Fabien)
13024
13025 2006-04-24 [colin]      2.1.1cvs30
13026
13027         * src/addrindex.c
13028         * src/editldap.c
13029         * src/editldap_basedn.c
13030         * src/editldap_basedn.h
13031         * src/ldapctrl.c
13032         * src/ldapctrl.h
13033         * src/ldapquery.c
13034         * src/ldaputil.c
13035         * src/ldaputil.h
13036                 Fix bug #901 (LDAPS support)
13037
13038 2006-04-24 [colin]      2.1.1cvs29
13039
13040         * src/compose.c
13041                 Fix logic on error with send dialog on
13042         * src/imap.c
13043                 Fix compilation without libetpan, thanks
13044                 to Fabien
13045         * src/summaryview.c
13046                 Fix 'context-menu' key
13047
13048 2006-04-23 [colin]      2.1.1cvs28
13049
13050         * src/folder.c
13051                 Never free current's cache to free up 
13052                 memory. Fixes bug #912 (new count 
13053                 randomly set to message count)
13054
13055 2006-04-23 [colin]      2.1.1cvs27
13056
13057         * src/gtk/quicksearch.c
13058                 And remove printf...
13059
13060 2006-04-23 [colin]      2.1.1cvs26
13061
13062         * src/gtk/quicksearch.c
13063                 Fix replacing in quicksearch, and fix inserting
13064                 in the middle of the string. (introduced at 2.1.0cvs22)
13065
13066 2006-04-23 [colin]      2.1.1cvs25
13067
13068         * src/imap.c
13069                 Make sure uidnext is initialized in get_num_list
13070                 (not for stable, related to 2.1.1cvs8 and friends)
13071
13072 2006-04-23 [colin]      2.1.1cvs24
13073
13074         * src/imap.c
13075                 Output something when login is successful
13076                 too
13077
13078 2006-04-23 [colin]      2.1.1cvs23
13079
13080         * src/etpan/imap-thread.c
13081                 Better logging (line-per-line, hide data in fetch)
13082                 Fix a const warning
13083         * src/gtk/logwindow.c
13084         * src/gtk/logwindow.h
13085                 Better logging (color for input/output)
13086
13087 2006-04-21 [colin]      2.1.1cvs22
13088
13089         * src/gtk/quicksearch.c
13090                 On gtk+-2.8, use stock buttons in quicksearch
13091                 Based on a patch by Fabien and a design by Paul
13092
13093 2006-04-21 [colin]      2.1.1cvs21
13094
13095         * src/folderview.c
13096         * src/mainwindow.c
13097                 Fix occasional flicker in folderview
13098         * src/common/utils.c
13099                 Fix bug #943 (Incorrectly parsed email address 
13100                 list in short headers on message view and in 
13101                 printouts)
13102
13103 2006-04-20 [colin]      2.1.1cvs20
13104
13105         * src/imap.c
13106         * src/imap.h
13107         * src/prefs_account.c
13108                 Add ANONYMOUS auth for IMAP
13109
13110 2006-04-20 [paul]       2.1.1cvs19
13111
13112         * src/main.c
13113                 proper fix for 2.1.1cvs18
13114                 Thanks to Colin
13115
13116 2006-04-20 [paul]       2.1.1cvs18
13117
13118         * src/main.c
13119                 fix build warnings
13120
13121 2006-04-20 [paul]       2.1.1cvs17
13122
13123         * src/gtk/quicksearch.c
13124                 fix standard, non-extended Quick search,
13125                 was broken in 2.1.1cvs15.
13126                 Thanks to Colin.
13127
13128 2006-04-20 [colin]      2.1.1cvs16
13129
13130         * src/prefs_matcher.c
13131                 Fix values when reselecting a ~test
13132                 rule
13133
13134 2006-04-19 [colin]      2.1.1cvs15
13135
13136         * src/compose.c
13137         * src/compose.h
13138         * src/gtk/gtkaspell.c
13139         * src/gtk/gtkaspell.h
13140                 Put back Options menu in Spelling/
13141         * src/gtk/quicksearch.c
13142                 Don't search, and show error, if the
13143                 advanced search has a syntax error
13144
13145 2006-04-18 [colin]      2.1.1cvs14
13146
13147         * src/textview.c
13148                 Fix gdk warnings on set_cursor when textview
13149                 isn't visible
13150
13151 2006-04-18 [colin]      2.1.1cvs13
13152
13153         * src/gtk/gtksctree.c
13154                 Remove seemingly useless refresh that causes
13155                 flicker - watch this commit in case of 
13156                 problems before planned backport to stable
13157
13158 2006-04-18 [colin]      2.1.1cvs12
13159
13160         * src/imap.c
13161                 Factorize get/set_xml code
13162         * src/compose.c
13163         * src/prefs_account.c
13164         * src/prefs_account.h
13165         * src/procmsg.c
13166                 Add Encrypt to self option
13167
13168 2006-04-17 [colin]      2.1.1cvs11
13169
13170         * configure.ac
13171                 Fix search on encrpyt function on dragonfly
13172                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13173
13174 2006-04-17 [colin]      2.1.1cvs10
13175
13176         * src/prefs_account.c
13177                 Be safe by default: remove mails from POP3
13178                 after 7 days, not immediately
13179
13180 2006-04-17 [colin]      2.1.1cvs9
13181
13182         * src/etpan/imap-thread.c
13183                 Fix build on DragonFly - patch by 
13184                 Jonathan Buschmann <jonthn@agmact.com>
13185
13186 2006-04-17 [colin]      2.1.1cvs8
13187
13188         * src/imap.c
13189                 Save uidnext between sessions
13190
13191 2006-04-17 [colin]      2.1.1cvs7
13192
13193         * src/imap.c
13194                 scan is required when uid validity changes
13195
13196 2006-04-17 [colin]      2.1.1cvs6
13197
13198         * src/folderview.c
13199                 Don't scan if not necessary, apart in current
13200                 folder and INBOX to fetch flags.
13201         * src/imap.c
13202                 Scan is necessary if unread count changes
13203
13204 2006-04-17 [colin]      2.1.1cvs5
13205
13206         * src/imap.c
13207                 ...But always fetch ANSWERED and DELETED flags for
13208                 INBOX, as filtering can happen on these flags.
13209
13210 2006-04-17 [colin]      2.1.1cvs4
13211
13212         * src/imap.c
13213                 Don't fetch REPLIED and DELETED flags when synchronising
13214                 flags with a closed folder. We only need UNSEEN and FLAGGED
13215                 to update the folderview.
13216
13217 2006-04-17 [colin]      2.1.1cvs3
13218
13219         * src/imap.c
13220                 Faster flag search when there are new mails 
13221                 in a folder. We can do a full search if the 
13222                 folder contains less messages than the new
13223                 list.
13224
13225 2006-04-17 [colin]      2.1.1cvs2
13226
13227         * po/cs.po
13228         * po/de.po
13229         * po/fr.po
13230         * po/nl.po
13231         * po/pt_BR.po
13232                 Update translations from stable branch
13233
13234 2006-04-17 [colin]      2.1.1cvs1
13235
13236         * configure.ac
13237                 Bump version to follow stable release
13238
13239 2006-04-16 [mones]      2.1.0cvs50
13240
13241         * po/es.po
13242                 Updated for release
13243
13244 2006-04-16 [colin]      2.1.0cvs49
13245
13246         * src/textview.c
13247                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13248                 with gtk < 2.8. Thanks to Fabien Vantard.
13249
13250 2006-04-15 [colin]      2.1.0cvs48
13251
13252         * src/etpan/imap-thread.c
13253                 Fix bug #919 (libetpan: SEGV when connecting 
13254                 using command)
13255
13256 2006-04-14 [colin]      2.1.0cvs47
13257
13258         * src/main.c
13259                 Fix race on --select (should be done better)
13260
13261 2006-04-14 [wwp]        2.1.0cvs46
13262
13263         * src/send_message.c
13264                 enforce a check for domain in account prefs (a sending
13265                 error could be faced if domain was checked but no value set),
13266                 thanks to Colin.
13267
13268 2006-04-14 [colin]      2.1.0cvs45
13269
13270         * src/codeconv.c
13271                 when converting from unknown to unknown, if the
13272                 string is UTF8, don't convert it to the locale
13273                 (which breaks it)
13274
13275 2006-04-14 [colin]      2.1.0cvs44
13276
13277         * src/compose.c
13278                 Don't try to use ASCII for converting headers
13279                 (as done in body)
13280
13281 2006-04-14 [paul]       2.1.0cvs43
13282
13283         * src/crash.c
13284                 add locale/charset info to crash report
13285         * src/gtk/about.c
13286                 add wwp to doc team
13287                 replace 'e-mail' with preferred 'email'
13288         * src/gtk/authors.h
13289                 ensure contributors list is in alphabetical
13290                 order
13291
13292 2006-04-13 [colin]      2.1.0cvs42
13293
13294         * src/textview.c
13295                 Prevent gdk warnings
13296
13297 2006-04-13 [colin]      2.1.0cvs41
13298
13299         * src/common/ssl_certificate.c
13300         * src/common/ssl_certificate.h
13301         * src/gtk/sslcertwindow.c
13302                 Warn on expired certs, and display the expiration date
13303
13304 2006-04-13 [colin]      2.1.0cvs40
13305
13306         * src/plugins/spamassassin/spamassassin_gtk.c
13307                 Fix missing set_text on unix socket
13308
13309 2006-04-13 [wwp]        2.1.0cvs39
13310
13311         * manual/fr/advanced.xml
13312         * manual/fr/glossary.xml
13313                 applied new spam/ham/email lexicon (pourriel, courriel)
13314
13315 2006-04-13 [paul]       2.1.0cvs38
13316
13317         * src/plugins/pgpmime/plugin.c
13318                 remove the mention of S/MIME from the
13319                 description. This is now handled by the
13320                 S/MIME plugin.
13321
13322 2006-04-13 [paul]       2.1.0cvs37
13323
13324         * src/prefs_msg_colors.c
13325                 rework dialog
13326         * src/prefs_folder_item.c
13327         * src/prefs_spelling.c
13328                 add a tooltip to the colour selector buttons
13329
13330 2006-04-13 [wwp]        2.1.0cvs36
13331
13332         * manual/advanced.xml
13333         * manual/glossary.xml
13334         * manual/handling.xml
13335         * manual/keyboard.xml
13336         * manual/plugins.xml
13337         * manual/starting.xml
13338         * manual/fr/account.xml
13339         * manual/fr/ack.xml
13340         * manual/fr/addrbook.xml
13341         * manual/fr/advanced.xml
13342         * manual/fr/faq.xml
13343         * manual/fr/glossary.xml
13344         * manual/fr/gpl.xml
13345         * manual/fr/handling.xml
13346         * manual/fr/intro.xml
13347         * manual/fr/keyboard.xml
13348         * manual/fr/plugins.xml
13349         * manual/fr/starting.xml
13350         * manual/fr/sylpheed-claws-manual.xml
13351                 fixes to the manuals:
13352                  - summaryview -> Message List (same in French)
13353                  - translate key names
13354                  - fix French punctuation, use non-breakable spaces when
13355                    necessary, don't use &thinsp; which is not portable
13356                  - tell what maildir and mbox formats we support
13357
13358 2006-04-12 [wwp]        2.1.0cvs35
13359
13360         * src/prefs_toolbar.c
13361                 unified a replace button more,
13362                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13363
13364 2006-04-12 [wwp]        2.1.0cvs34
13365
13366         * src/prefs_common.c
13367         * src/prefs_msg_colors.c
13368                 make default color labels translatable,
13369                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13370                 thanks to Tim <timbrain@post.cz> for reporting.
13371
13372 2006-04-12 [wwp]        2.1.0cvs33
13373
13374         * manual/glossary.xml
13375         * manual/intro.xml
13376         * manual/plugins.xml
13377         * manual/starting.xml
13378         * manual/sylpheed-claws-manual.xml
13379         * manual/fr/.cvsignore
13380         * manual/fr/account.xml
13381         * manual/fr/ack.xml
13382         * manual/fr/addrbook.xml
13383         * manual/fr/advanced.xml
13384         * manual/fr/faq.xml
13385         * manual/fr/glossary.xml
13386         * manual/fr/handling.xml
13387         * manual/fr/intro.xml
13388         * manual/fr/keyboard.xml
13389         * manual/fr/plugins.xml
13390         * manual/fr/starting.xml
13391         * manual/fr/sylpheed-claws-manual.xml
13392                 various fixes: typos, missing .fr translations, punctuation,
13393                 capitalization, links, accents and some bad French more.
13394
13395 2006-04-12 [wwp]        2.1.0cvs32
13396
13397         * src/prefs_gtk.c
13398                 fix for bug #935: always store prefs files in UTF-8 (thanks
13399                 to Colin).
13400
13401 2006-04-11 [colin]      2.1.0cvs31
13402
13403         * src/compose.c
13404                 Fix inserting files not in utf8 when locale is utf8
13405
13406 2006-04-11 [colin]      2.1.0cvs30
13407
13408         * src/inc.c
13409                 Don't show error dialog when cancelling connection
13410                 Patch by Pawel
13411
13412 2006-04-11 [cleroy]     2.1.0cvs29
13413
13414         * src/compose.c
13415                 Implement multiple quote levels
13416         * src/prefs_common.c
13417                 Change a little bit the quote bgcolor for 2nd level
13418
13419 2006-04-11 [colin]      2.1.0cvs28
13420
13421         * src/gtk/about.c
13422                 Add locale and charset in the label
13423
13424 2006-04-10 [colin]      2.1.0cvs27
13425
13426         * src/compose.c
13427         * src/prefs_common.c
13428         * src/prefs_common.h
13429         * src/prefs_msg_colors.c
13430         * src/textview.c
13431                 Allow optional background color in quotes
13432                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13433                 GTK+-2.8.x feature
13434
13435 2006-04-10 [colin]      2.1.0cvs26
13436
13437         * src/main.c
13438         * src/mainwindow.c
13439         * src/mainwindow.h
13440                 Implement --select
13441
13442 2006-04-10 [colin]      2.1.0cvs25
13443
13444         * manual/plugins.xml
13445         * manual/fr/plugins.xml
13446                 Document libcurl's proxy variables
13447
13448 2006-04-09 [colin]      2.1.0cvs24
13449
13450         * src/prefs_common.c
13451                 gettext() returns statically allocated stuff. We have
13452                 to strdup it in order to be able to free it.
13453
13454 2006-04-09 [colin]      2.1.0cvs23
13455
13456         * AUTHORS
13457         * src/gtk/authors.h
13458                 Add Alexei
13459
13460 2006-04-09 [colin]      2.1.0cvs22
13461
13462         * src/mainwindow.c
13463         * src/gtk/quicksearch.c
13464                 Fix bug #859 (problems with cyrilic input in 
13465                 search panel) - Patch by Alexey Illarionov 
13466                 <littlesavage@rambler.ru>
13467
13468 2006-04-09 [colin]      2.1.0cvs21
13469
13470         * src/prefs_customheader.c
13471                 I prefer removing then freeing rather than the contrary
13472                 (even if it doesn't change anything ;-)
13473         * src/prefs_account.c
13474                 Fix bug #933 (Crash re-entering the custom headers list 
13475                 dialog in accounts prefs)
13476                 The problem happened when cancelling the Account 
13477                 Preferences' dialogs - in which case we didn't do 
13478                 anything to the PrefsAccount * struct. In case of applying,
13479                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13480                 working with in this dialog. The problem is that 
13481                 prefs_customheader.c, working on this tmp_ac_prefs, always
13482                 changes the ->customhdr_list pointer, even when cancelled. 
13483                 So in case of cancelling the prefs_account dialog, we still
13484                 have to update ->customhdr_list in the real account.
13485
13486 2006-04-08 [colin]      2.1.0cvs20
13487
13488         * manual/fr/glossary.xml
13489         * manual/fr/keyboard.xml
13490                 Forgot some headers :)
13491
13492 2006-04-08 [colin]      2.1.0cvs19
13493
13494         * manual/Makefile.am
13495         * manual/fr/Makefile.am
13496         * manual/fr/account.xml
13497         * manual/fr/ack.xml
13498         * manual/fr/addrbook.xml
13499         * manual/fr/advanced.xml
13500         * manual/fr/faq.xml
13501         * manual/fr/glossary.xml
13502         * manual/fr/gpl.xml
13503         * manual/fr/handling.xml
13504         * manual/fr/intro.xml
13505         * manual/fr/keyboard.xml
13506         * manual/fr/plugins.xml
13507         * manual/fr/starting.xml
13508         * manual/fr/sylpheed-claws-manual.xml
13509         * manual/fr/dist/.cvsignore
13510         * manual/fr/dist/Makefile.am
13511         * manual/fr/dist/html/.cvsignore
13512         * manual/fr/dist/html/Makefile.am
13513         * manual/fr/dist/pdf/.cvsignore
13514         * manual/fr/dist/pdf/Makefile.am
13515         * manual/fr/dist/ps/.cvsignore
13516         * manual/fr/dist/ps/Makefile.am
13517         * manual/fr/dist/txt/.cvsignore
13518         * manual/fr/dist/txt/Makefile.am
13519                 Add the french translation of the manual. Thanks to
13520                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13521                 account.xml, ack.xml, addrbook.xml and advanced.xml
13522
13523 2006-04-08 [colin]      2.1.0cvs18
13524
13525         * manual/plugins.xml
13526         * manual/starting.xml
13527                 More fixes
13528
13529 2006-04-07 [colin]      2.1.0cvs17
13530
13531         * manual/faq.xml
13532         * manual/intro.xml
13533         * manual/keyboard.xml
13534                 Little fixes
13535
13536 2006-04-07 [colin]      2.1.0cvs16
13537
13538         * README
13539         * src/compose.c
13540         * src/prefs_common.c
13541         * src/prefs_common.h
13542                 Add hidden compose_no_markup pref
13543
13544 2006-04-07 [wwp]        2.1.0cvs15
13545
13546         * src/summary_search.c
13547         * .cvsignore
13548                 Bugfix: stop button was sticky when searching in an empty folder.
13549                 Applied curly brackets code style to the whole file (summary_search.c).
13550                 More files to ignore.
13551
13552 2006-04-07 [wwp]        2.1.0cvs14
13553
13554         * src/message_search.c
13555         * src/summary_search.c
13556                 changed default button when search bumps at file/folder
13557                 beginning or end, for convenience (thanks to Colin).
13558
13559 2006-04-07 [paul]       2.1.0cvs13
13560
13561         * src/plugins/dillo_viewer/dillo_prefs.c
13562                 avoid future potential for namespace collision
13563                 Patch by Colin
13564
13565 2006-04-06 [wwp]        2.1.0cvs12
13566
13567         * src/summary_search.c
13568                 Unify extended/advanced searches names (and thus factorize labels),
13569                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13570
13571 2006-04-06 [wwp]        2.1.0cvs11
13572
13573         * src/folderview.c
13574         * src/prefs_themes.c
13575         * src/summaryview.c
13576                 Fixed some compilation warnings.
13577
13578 2006-04-06 [colin]      2.1.0cvs10
13579
13580         * manual/advanced.xml
13581                 Document the wizard template and how to deploy
13582                 Sylpheed-Claws effectively
13583
13584 2006-04-06 [colin]      2.1.0cvs9
13585
13586         * src/folderview.c
13587                 gettext patch to tell translators about _("#"),
13588                 by Maxim Britov
13589
13590 2006-04-06 [colin]      2.1.0cvs8
13591
13592         * src/textview.c
13593                 Fix invalid GtkTextBIter after clicking "Display as text"
13594
13595 2006-04-06 [mones]      2.1.0cvs7
13596
13597         * src/addr_compl.c
13598         * src/addrindex.c
13599         * src/addritem.c
13600         * src/codeconv.c
13601         * src/compose.c
13602         * src/filtering.c
13603         * src/folder.c
13604         * src/folder_item_prefs.c
13605         * src/folderview.c
13606         * src/localfolder.c
13607         * src/matcher.c
13608         * src/mimeview.c
13609         * src/prefs_msg_colors.c
13610         * src/prefs_spelling.c
13611         * src/prefs_themes.c
13612         * src/procmime.c
13613         * src/procmsg.c
13614         * src/stock_pixmap.c
13615         * src/summaryview.c
13616         * src/textview.c
13617         * src/toolbar.c
13618         * src/common/mgutils.c
13619         * src/common/prefs.c
13620         * src/common/ssl_certificate.c
13621         * src/gtk/colorlabel.c
13622         * src/gtk/quicksearch.c
13623         * src/plugins/pgpmime/pgpmime.c
13624         * src/plugins/spamassassin/spamassassin.c
13625                 Removed redundant NULL checks for g_free() calls.
13626                 Patch by Pawel Pekala.
13627
13628 2006-04-06 [mones]      2.1.0cvs6
13629
13630         * src/prefs_actions.c
13631         * src/prefs_filtering.c
13632         * src/prefs_filtering_action.c
13633         * src/prefs_matcher.c
13634         * src/prefs_template.c
13635         * src/gtk/gtkutils.c
13636         * src/gtk/gtkutils.h
13637                 Have a nice replace button. Patch by Pawel Pekala
13638
13639 2006-04-06 [colin]      2.1.0cvs5
13640
13641         * src/addressbook.c
13642                 Fix crash with empty columns
13643
13644 2006-04-05 [colin]      2.1.0cvs4
13645
13646         * src/wizard.c
13647         * src/prefs_gtk.c
13648                 Allow wizard customization with pre-filled values
13649
13650 2006-04-05 [colin]      2.1.0cvs3
13651
13652         * src/textview.c
13653         * src/mimeview.c
13654         * src/mimeview.h
13655                 Nicer messages in mimeview
13656
13657 2006-04-05 [colin]      2.1.0cvs2
13658
13659         * src/addressbook.c
13660         * src/prefs_summaries.c
13661                 i18n fix
13662
13663 2006-04-05 [colin]      2.1.0cvs1
13664
13665         * src/plugins/pgpcore/plugin.c
13666         * src/plugins/pgpcore/select-keys.c
13667         * src/plugins/pgpcore/select-keys.h
13668         * src/plugins/pgpcore/sgpgme.c
13669         * src/plugins/pgpcore/sgpgme.h
13670         * src/plugins/pgpinline/pgpinline.c
13671         * src/plugins/pgpinline/plugin.c
13672         * src/plugins/pgpmime/pgpmime.c
13673         * src/plugins/pgpmime/plugin.c
13674                 Factorize and generalize a bit 
13675                 Drop S/MIME signature verification from PGP/MIME
13676                 (adding it as another, more complete plugin)
13677
13678 2006-04-05 [paul]       2.1.0
13679
13680         2.1.0 released
13681
13682 2006-04-05 [paul]       2.0.0cvs186
13683
13684         * manual/advanced.xml
13685                 add info on colour labels
13686
13687 2006-04-05 [paul]       2.0.0cvs185
13688
13689         * po/bg.po
13690         * po/cs.po
13691         * po/de.po
13692         * po/el.po
13693         * po/en_GB.po
13694         * po/fi.po
13695         * po/fr.po
13696         * po/it.po
13697         * po/nl.po
13698         * po/pl.po
13699         * po/pt_BR.po
13700         * po/sr.po
13701         * po/zh_CN.po
13702                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13703                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13704                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13705                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13706         * src/gtk/authors.h
13707         * tools/claws.i18n.status.pl
13708                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13709                 and new Czech translator, Tim <timbrain@post.cz>
13710
13711 2006-04-05 [mones]      2.0.0cvs184
13712
13713         * po/es.po
13714                 Updated translation
13715
13716 2006-04-05 [colin]      2.0.0cvs183
13717
13718         * src/gtk/quicksearch.c
13719                 Fix bug #929 (unnecessary reload in quick search bar)
13720
13721 2006-04-05 [colin]      2.0.0cvs182
13722
13723         * src/compose.c
13724                 Fix crash on Reply with no From:
13725                 Show signature and conversion error on queuing 
13726                 (but not sending)
13727         * src/mainwindow.c
13728         * src/summaryview.c
13729         * src/summaryview.h
13730                 Factorize threading code and make sure msginfo 
13731                 is not null when it comes from a GtkCTreeRow's 
13732                 data
13733         * src/gtk/gtkaspell.c
13734                 Check for necessary things
13735         * src/gtk/gtksctree.c
13736         * src/gtk/gtksctree.h
13737                 Reset anchor if necessary when removing node
13738
13739 2006-03-29 [colin]      2.0.0cvs181
13740
13741         * src/folderview.c
13742                 Warn for disabled IMAP accounts (due to lack of
13743                 libetpan). Breaks string-freeze - sorry - but it
13744                 is kind of important ;)
13745
13746 2006-03-28 [colin]      2.0.0cvs180
13747
13748         * src/gtk/gtkutils.c
13749         * src/gtk/gtkutils.h
13750                 Add a gtkut_get_link_btn() function that
13751                 creates a button which acts like an URI
13752         * src/prefs_themes.c
13753         * src/gtk/about.c
13754                 Use this function (factorizes codes)
13755         * src/common/defs.h
13756         * src/gtk/pluginwindow.c
13757                 Add a "Get more..." in the plugins window
13758
13759 2006-03-28 [colin]      2.0.0cvs179
13760
13761         * src/common/smtp.c
13762         * src/common/passcrypt.c
13763         * src/undo.c
13764                 Warning fixes. Patch by Pawel Pekala
13765
13766 2006-03-27 [colin]      2.0.0cvs178
13767
13768         * src/undo.c
13769                 Fix undoing by blocks with spaces
13770
13771 2006-03-27 [colin]      2.0.0cvs177
13772
13773         * src/textview.c
13774                 Set margin to 3px for headers
13775
13776 2006-03-27 [paul]
13777
13778         2.1.0-rc2 released
13779
13780 2006-03-27 [wwp]        2.0.0cvs176
13781
13782         * src/summaryview.c
13783                 don't reset quicksearch when updating the message list.
13784                 Thanks to Colin.
13785
13786 2006-03-26 [wwp]        2.0.0cvs175
13787
13788         * src/compose.c
13789                 use a unified border width ('other' tab in the compose window,
13790                 patch by Pawel Pekala).
13791
13792
13793 2006-03-26 [wwp]        2.0.0cvs174
13794
13795         * src/common/quoted-printable.c
13796         * src/addressbook.c
13797                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13798
13799 2006-03-26 [colin]      2.0.0cvs173
13800
13801         * src/quote_fmt_parse.y
13802                 Fix non-UTF8 date formats messing up the whole quote a 
13803                 little bit
13804
13805 2006-03-26 [colin]      2.0.0cvs172
13806
13807         * src/procheader.c
13808                 Make sure the date is UTF8 valid, or try to make it
13809                 so. IncrediMail is really IncrediStupid.
13810         * src/compose.c
13811                 Fix possible conversions. 
13812                 
13813
13814 2006-03-26 [colin]      2.0.0cvs171
13815
13816         * src/matcher.c
13817                 Fix corner cases in body search. This is still a
13818                 hack... It seems impossible to make it good and 
13819                 reasonably fast at the same time.
13820
13821 2006-03-26 [colin]      2.0.0cvs170
13822
13823         * src/summaryview.c
13824                 I think I killed the twilight zone bug!
13825                 summary_select_node() flushes GTK events in order
13826                 to be able to center the view. But this also 
13827                 flushes keypresses like Ctrl-Alt-U, so this can
13828                 call summary_show from summary_select_node (itself
13829                 called from summary_show, etc.). And the summaryview
13830                 has to be unlocked in this function. So just locking
13831                 while processing GTK events, and bailing if locked, 
13832                 should fix it.
13833                 Fixes bug #927 (SIGSEGV during Update Summary)
13834
13835 2006-03-25 [colin]      2.0.0cvs169
13836
13837         * src/matcher.c
13838                 Fix search in QP-encoded bodies
13839                 Fix utf-8 searches in bodies encoded in the
13840                 locale's encoding
13841         * src/common/quoted-printable.c
13842         * src/common/quoted-printable.h
13843                 Add a decode function that doesn't overwrite
13844                 the original pointer
13845                 
13846
13847 2006-03-24 [colin]      2.0.0cvs168
13848
13849         * src/action.c
13850         * src/summaryview.c
13851         * src/summaryview.h
13852                 Update message cache after action
13853                 Patch by H. Merijn Brand
13854         * src/prefs_msg_colors.c
13855                 Factorize label 
13856                 Patch by Fabien Vantard
13857         * src/plugins/spamassassin/spamassassin_gtk.c
13858                 Remove useless translation
13859                 Patch by Fabien Vantard
13860
13861 2006-03-23 [colin]      2.0.0cvs167
13862
13863         * src/common/ssl.c
13864                 Let 30 seconds to SSL_connect
13865
13866 2006-03-23 [wwp]        2.0.0cvs166
13867
13868         * src/summaryview.c
13869         * src/gtk/description_window.c
13870                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13871                 and headers are translated; adjust description windows' width to fit their
13872                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13873
13874 2006-03-23 [paul]       2.0.0cvs165
13875
13876         * src/common/utils.c
13877                 fix highlighting of URIs containing "()"
13878                 (2.0.0cvs164's reversal fixed)
13879                 Thanks to Colin.
13880
13881 2006-03-23 [paul]       2.0.0cvs164
13882
13883         * src/common/utils.c
13884                 revert patch, (postponing a fix), at 2.0.0cvs120
13885                 as it breaks more URIs than it fixes.
13886                 Allow '-' to be a terminating character in a URI
13887
13888 2006-03-22 [colin]      2.0.0cvs163
13889
13890         * configure.ac
13891                 Require libetpan 0.45
13892                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13893
13894 2006-03-22 [paul]       2.0.0cvs162
13895
13896         * src/editgroup.c
13897                 replace '<-' and '->' buttons with GTK_STOCK graphical
13898                 buttons
13899         * src/summary_search.c
13900                 don't offer '...' for translation
13901                 add a tooltip to advanced search '...' button
13902         * src/gtk/quicksearch.c
13903                 don't offer '...' for translation
13904
13905 2006-03-21 [colin]      2.0.0cvs161
13906
13907         * src/compose.c
13908                 Fix middle-click pasting (insert at click
13909                 position instead of cursor position, don't
13910                 remove existing selection and allow pasting
13911                 our own selection)
13912         * src/addressbook.c
13913                 "LDAP Server" -> "LDAP servers"
13914
13915 2006-03-21 [wwp]        2.0.0cvs160
13916
13917         * src/etpan/imap-thread.c
13918                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13919
13920 2006-03-20 [colin]      2.0.0cvs159
13921
13922         * src/summaryview.c
13923                 Don't reload summaryview after an execute with no
13924                 move action
13925
13926 2006-03-19 [colin]      2.0.0cvs158
13927
13928         * src/addressbook.c
13929                 and put groups at the top, always
13930
13931 2006-03-19 [colin]      2.0.0cvs157
13932
13933         * src/addressbook.c
13934                 Order groups before names, as previously
13935
13936 2006-03-19 [colin]      2.0.0cvs156
13937
13938         * src/addressbook.c
13939                 - Sort case-unsensitive
13940                 - Put the sort arrow at opening too
13941
13942 2006-03-19 [wwp]        2.0.0cvs155
13943
13944         * src/addressbook.c
13945                 allow sorting by name/email/remarks, ensure that right-pane's contents
13946                 matches the left-pane selection (cleared when appropriate).
13947                 Patch by Pawel Pekala <c0rn@o2.pl>.
13948
13949 2006-03-18 [colin]      2.0.0cvs154
13950
13951         * src/textview.c
13952                 Fix text cursor ;)
13953
13954 2006-03-18 [colin]      2.0.0cvs153
13955
13956         * src/gtk/filesel.c
13957                 Make sure we hide the preview if we didn't get
13958                 a filename
13959
13960 2006-03-18 [colin]      2.0.0cvs152
13961
13962         * src/summaryview.c
13963                 Set cursor to watch for execution (fixes lack
13964                 of watch-cursor when dnd'ing hundreds of mails)
13965         * src/gtk/filesel.c
13966                 Check that mime type is 'image/*' before updating
13967                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13968
13969 2006-03-18 [colin]      2.0.0cvs151
13970
13971         * src/mainwindow.c
13972         * src/textview.c
13973         * src/textview.h
13974                 Put a watch cursor in textview too when the mainwindow's
13975                 cursor in a watch
13976
13977 2006-03-18 [colin]      2.0.0cvs150
13978
13979         * src/folder.c
13980                 Change wrong asserts to simple tests
13981
13982 2006-03-17 [colin]      2.0.0cvs149
13983
13984         * src/mainwindow.c
13985         * src/mainwindow.h
13986         * src/prefs_msg_colors.c
13987         * src/summaryview.c
13988         * src/summaryview.h
13989         * src/gtk/colorlabel.c
13990         * src/gtk/colorlabel.h
13991                 Add a color label menu in the main menubar
13992                 Add (fixed) accels Ctrl-{0-7} to change the color
13993                 They have to be fixed because the menu's dynamic,
13994                 the items are complex widgets, hence we can't use
13995                 a GtkItemFactory.
13996
13997
13998 2006-03-17 [wwp]        2.0.0cvs148
13999
14000         * src/compose.c
14001                 rollback few lines from my previous commit (those lines come from
14002                 a pending patch, accidentally commited, even if neutral as they are
14003                 commented out).
14004
14005 2006-03-17 [wwp]        2.0.0cvs147
14006
14007         * src/compose.c
14008                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14009                 applied code style/indentation to the modified function.
14010
14011 2006-03-17 [wwp]        2.0.0cvs146
14012
14013         * src/procmsg.c
14014         * src/compose.c
14015                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14016
14017 2006-03-17 [paul]
14018
14019         2.1.0-rc1 released
14020
14021 2006-03-17 [paul]       2.0.0cvs145
14022
14023         * src/main.c
14024                 addressbook_read_file() was called twice
14025         * src/textview.c
14026                 X-Mailer highlighting
14027
14028 2006-03-16 [colin]      2.0.0cvs144
14029
14030         * src/sourcewindow.c
14031         * src/sourcewindow.h
14032                 And the last one, in source window.
14033
14034 2006-03-16 [colin]      2.0.0cvs143
14035
14036         * src/compose.c
14037         * src/compose.h
14038                 Fix the same stuff in compose
14039
14040 2006-03-16 [colin]      2.0.0cvs142
14041
14042         * src/messageview.c
14043                 Complete the previous messageview crash fix
14044
14045 2006-03-16 [colin]      2.0.0cvs141
14046
14047         * src/procmsg.h
14048         * src/procmsg.c
14049         * src/folder.c
14050                 Fix POSTPROCESSING hook
14051                 Patch by H. Merijn Brand
14052
14053         * src/procmime.c
14054         * src/procmime.h
14055                 Parse Content-Location
14056
14057         * src/toolbar.c
14058         * src/messageview.c
14059         * src/messageview.h
14060                 Don't crash when a top-level MessageView has
14061                 been closed on us. Same problematic than
14062                 yesterday's quicksearch issue.
14063
14064 2006-03-15 [colin]      2.0.0cvs140
14065
14066         * src/gtk/quicksearch.c
14067                 Fix a bitchy race we didn't think about when we
14068                 added quicksearch cancellation:
14069                 If the search is not on cached fields, for example
14070                 body_part matchcase "stuff"
14071                 the matcher code has to get the whole message. If
14072                 we're on IMAP, that can be slow, and in order to
14073                 be non-blocking, the IMAP code idle loop processes
14074                 gtk events too. So it is possible to cancel a
14075                 quicksearch while the matcher is getting the mail's
14076                 body. After matcher got its body, it will start to
14077                 iterate over the matcher list that the Quicksearch's
14078                 clear_search_cb() just freed via prepare_matcher().
14079                 SIGSEGV ensues.
14080                 The fix consists of guarding the matcherlist_match()
14081                 call with a boolean 'matching'. If we reset the
14082                 quicksearch while matching is TRUE, we don't free
14083                 the matcherlist anymore like we did, but we set
14084                 another new flag, deferred_free, to TRUE. Then,
14085                 in quicksearch_match(), just after returning from
14086                 matcherlist_match() and unsetting the matching flag,
14087                 we check the deferred_free flag and do the
14088                 prepare_matcher() (which does the matcherlist_free)
14089                 for real, so we free the matcherlist once it's not
14090                 used anymore.
14091                 As all of this runs via the glib main loop, we
14092                 luckily don't need a mutex.
14093         * src/summaryview.c
14094                 Also, show progress while searching.
14095
14096
14097 2006-03-14 [colin]      2.0.0cvs139
14098
14099         * src/alertpanel.c
14100                 Make alertpanel_is_open non-static
14101
14102 2006-03-14 [colin]      2.0.0cvs138
14103
14104         * src/prefs_spelling.c
14105                 Cleanups - Fabien Vantard
14106
14107 2006-03-14 [wwp]        2.0.0cvs137
14108
14109         * src/main.c
14110                 code style normalization (curly braces, indentation).
14111
14112 2006-03-14 [wwp]        2.0.0cvs137
14113
14114         * src/main.c
14115                 code style (braces, indentation)
14116
14117 2006-03-12 [paul]       2.0.0cvs136
14118
14119         * src/prefs_common.c
14120                 trans_hdr defaults to FALSE to be RFC-savvy
14121         * src/prefs_summaries.c
14122                 add a tooltip to the trans_hdr option
14123                 
14124
14125 2006-03-12 [paul]       2.0.0cvs135
14126
14127         * src/prefs_matcher.c
14128                 give a little more width to the combos
14129         * src/prefs_display_header.c
14130         * src/textview.c
14131                 translate headers if prefs_common.trans_hdr
14132                 is TRUE
14133
14134         Patches by Pawel Pekala
14135
14136 2006-03-12 [paul]       2.0.0cvs134
14137
14138         * src/plugins/clamav/clamav_plugin.c
14139         * src/plugins/dillo_viewer/dillo_viewer.c
14140         * src/plugins/pgpcore/plugin.c
14141         * src/plugins/pgpinline/plugin.c
14142         * src/plugins/pgpmime/plugin.c
14143         * src/plugins/spamassassin/spamassassin.c
14144                 update/add to descriptions
14145         * src/plugins/spamassassin/spamassassin_gtk.c
14146                 fixes to the english, remove superfluous
14147                 tooltips, clean up a little
14148
14149 2006-03-12 [paul]       2.0.0cvs133
14150
14151         * src/compose.c
14152                 fix Bug 924, 'Account combo box shows up wrong 
14153                 if & is in account name'
14154
14155 2006-03-11 [colin]      2.0.0cvs132
14156
14157         * src/summaryview.c
14158                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14159                 messed up shift-selection because is slows down
14160                 moving around summaryview. thanks -users
14161
14162 2006-03-10 [colin]      2.0.0cvs131
14163
14164         * src/plugins/spamassassin/spamassassin_gtk.c
14165                 Put back Paul's engrish fixes
14166
14167 2006-03-10 [colin]      2.0.0cvs130
14168
14169         * src/plugins/spamassassin/spamassassin.c
14170         * src/plugins/spamassassin/spamassassin.h
14171         * src/plugins/spamassassin/spamassassin_gtk.c
14172                 Cleanup SA prefs page (more)
14173                 Patch by Fabien Vantard
14174
14175 2006-03-10 [paul]       2.0.0cvs129
14176
14177         * src/prefs_msg_colors.c
14178         * src/prefs_spelling.c
14179                 widget sensitivity
14180
14181 2006-03-09 [mones]      2.0.0cvs128
14182
14183         * po/es.po
14184                 Update for next RC
14185
14186 2006-03-09 [wwp]        2.0.0cvs127
14187
14188         * configure.ac
14189                 revert accidental commit (requirement for libetpan 0.43), this time
14190                 not in HEAD.
14191
14192 2006-03-09 [wwp]        2.0.0cvs125
14193
14194         * configure.ac
14195                 revert accidental commit (requirement for libetpan 0.43)
14196
14197 2006-03-09 [paul]       2.0.0cvs126
14198
14199         * src/prefs_receive.c
14200                 remove useless frame
14201                 replace 'incorporation' with 'receiving'
14202         * src/plugins/clamav/clamav_plugin_gtk.c
14203         * src/plugins/spamassassin/spamassassin_gtk.c
14204                 improve widget sensitivity
14205                 fix a bit his engrish
14206
14207 2006-03-09 [wwp]        2.0.0cvs125
14208
14209         * src/addressadd.c
14210         * src/foldersel.c
14211         * src/prefs_common.c
14212         * src/prefs_common.h
14213                 remember some more windows' sizes (add to addressbook and
14214                 select folder).
14215
14216 2006-03-09 [paul]       2.0.0cvs124
14217
14218         * src/plugins/pgpcore/prefs_gpg.c
14219                 normalise construction of dialogue
14220
14221 2006-03-09 [paul]       2.0.0cvs123
14222
14223         * src/plugins/trayicon/Makefile.am
14224                 add missing slash
14225
14226 2006-03-08 [colin]      2.0.0cvs122
14227
14228         * src/plugins/trayicon/Makefile.am
14229                 Fix build in separate dir 
14230                 Patch by Bamanzi <bamanzi@gmail.com>
14231
14232 2006-03-08 [colin]      2.0.0cvs121
14233
14234         * src/procmsg.c
14235                 Batch move and copies from summaryview with delayed execution
14236                 too
14237
14238 2006-03-07 [paul]       2.0.0cvs120
14239
14240         * src/common/utils.c
14241                 fix highlighting of URIs containing "()"
14242                 Patch by Pawel Pekala
14243
14244 2006-03-07 [paul]       2.0.0cvs119
14245
14246         * src/folder.c
14247         * src/folder.h
14248         * src/folderview.c
14249                 immediately do alphabetical resort when
14250                 changing a folder's name
14251                 Patch by Pawel Pekala
14252
14253 2006-03-07 [paul]       2.0.0cvs118
14254
14255         * src/news.c
14256         * src/news_gtk.c
14257                 when unsubscribing a newsgroup, remove the
14258                 folder and msgs in .sylpheed-claws/newscache
14259                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14260
14261 2006-03-07 [paul]       2.0.0cvs117
14262
14263         * src/textview.c
14264                 fix wrong Fake URL Warning
14265                 Thanks to Hiro
14266
14267 2006-03-07 [colin]      2.0.0cvs116
14268
14269         * src/imap.c
14270                 Return immediately when password dialog was
14271                 cancelled
14272         * src/gtk/inputdialog.c
14273                 Allow empty strings for passwords
14274
14275
14276 2006-03-06 [colin]      2.0.0cvs115
14277
14278         * src/imap.c
14279                 Prevent double-timeouts when connection fails
14280
14281 2006-03-06 [colin]
14282
14283         2.0.1-rc1 released
14284
14285 2006-03-06 [colin]      2.0.0cvs114
14286
14287         * src/imap.c
14288                 Refresh session during potentially long
14289                 operations
14290
14291 2006-03-06 [wwp]        2.0.0cvs113
14292
14293         * src/prefs_msg_colors.h
14294                 forgot that one (custom color labels).
14295
14296 2006-03-06 [wwp]        2.0.0cvs112
14297
14298         * src/prefs_common.c
14299         * src/prefs_common.h
14300         * src/prefs_msg_colors.c
14301         * src/summaryview.c
14302         * src/summaryview.h
14303         * src/gtk/colorlabel.c
14304         * src/gtk/colorlabel.h
14305                 colors in messages list are now customizable. Color values and names can
14306                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14307                 Thanks to Paul and Colin for their help with this longstanding patch!
14308
14309 2006-03-06 [wwp]        2.0.0cvs111
14310
14311         * src/textview.c
14312                 don't crash if (x)face is bad.
14313
14314 2006-03-05 [paul]       2.0.0cvs110
14315
14316         * AUTHORS
14317         * configure.ac
14318         * src/Makefile.am
14319         * src/common/Makefile.am
14320         * src/common/utils.h
14321         * src/etpan/imap-thread.c
14322         * src/gtk/authors.h
14323         * src/plugins/clamav/Makefile.am
14324         * src/plugins/demo/Makefile.am
14325         * src/plugins/dillo_viewer/Makefile.am
14326         * src/plugins/pgpcore/Makefile.am
14327         * src/plugins/pgpcore/passphrase.c
14328         * src/plugins/pgpinline/Makefile.am
14329         * src/plugins/pgpmime/Makefile.am
14330         * src/plugins/spamassassin/Makefile.am
14331         * src/plugins/trayicon/Makefile.am
14332                 fix builiding on cygwin
14333                 Patch by Ralgh Young <bamanzi@gmail.com>
14334
14335 2006-03-04 [wwp]        2.0.0cvs109
14336
14337         * manual/keyboard.xml
14338                 fix mixed up/down keys.
14339
14340 2006-03-04 [wwp]        2.0.0cvs108
14341
14342         * README
14343         * INSTALL
14344                 updated links to SpamAssassin.
14345
14346 2006-03-04 [wwp]        2.0.0cvs107
14347
14348         * manual/plugins.xml
14349         * src/plugins/spamassassin/README
14350                 updated SpamAssassin plugin docs to reflect new functional additions
14351                 (also fix/update/documents few technical stuff more, see the README).
14352
14353 2006-03-04 [wwp]        2.0.0cvs106
14354
14355         * src/prefs_message.c
14356                 normalized capitalization of message-prefs paths.
14357
14358 2006-03-04 [wwp]        2.0.0cvs105
14359
14360         * manual/advanced.xml
14361                 typo.
14362
14363 2006-03-03 [colin]      2.0.0cvs104
14364
14365         * src/plugins/clamav/clamav_plugin_gtk.c
14366                 Rework prefs page, patch by Fabien 
14367
14368 2006-03-03 [colin]      2.0.0cvs103
14369
14370         * src/plugins/clamav/clamav_plugin.c
14371                 Set error on all errors
14372
14373 2006-03-03 [colin]      2.0.0cvs102
14374
14375         * src/common/plugin.c
14376                 Initialize error to avoid crashing when a plugin fails
14377                 without setting error
14378
14379 2006-03-02 [wwp]        2.0.0cvs101
14380
14381         * configure.ac
14382                 fixed linker flags for libetpan support on Cygwin
14383                 (thanks to H.Merijn Brand).
14384
14385 2006-03-02 [wwp]        2.0.0cvs100
14386
14387         * src/addressbook.c
14388                 fix some AB error messages: one for punctuation and
14389                 one wrongly duplicate (thanks, maxbritov).
14390
14391 2006-03-02 [wwp]        2.0.0cvs99
14392
14393         * src/plugins/spamassassin/spamassassin.c
14394                 make sync calls to sa-learn/spamc to prevent
14395                 system (whatever local or client/server) overload.
14396
14397 2006-03-02 [colin]      2.0.0cvs98
14398
14399         * src/summaryview.c
14400                 Put the spam icon in the status column instead of the
14401                 mark one
14402
14403 2006-03-01 [colin]      2.0.0cvs97
14404
14405         * src/plugins/spamassassin/spamassassin.c
14406                 Fix segfault (g_file_set_contents fails for some 
14407                 reason and err==0x2f. Can't find out why with
14408                 valgrind, using working function :-)
14409
14410 2006-03-01 [colin]      2.0.0cvs96
14411
14412         * src/inc.c
14413                 Offline overriding: let 'No' be cached only 3 seconds
14414
14415 2006-03-01 [colin]      2.0.0cvs95
14416
14417         * src/addr_compl.c
14418         * src/addrbook.c
14419         * src/addressbook.c
14420         * src/addrindex.c
14421         * src/folder_item_prefs.c
14422         * src/headerview.c
14423         * src/imap.c
14424         * src/inc.c
14425         * src/ldif.c
14426         * src/mainwindow.c
14427         * src/mh.c
14428         * src/msgcache.c
14429         * src/prefs_common.h
14430         * src/prefs_msg_colors.c
14431         * src/procheader.c
14432         * src/procheader.h
14433         * src/procmime.c
14434         * src/procmsg.c
14435         * src/procmsg.h
14436         * src/send_message.h
14437         * src/simple-gettext.c
14438         * src/summaryview.c
14439         * src/summaryview.h
14440         * src/syldap.c
14441         * src/textview.c
14442         * src/undo.c
14443         * src/common/ssl_certificate.c
14444         * src/common/utils.c
14445         * src/gtk/colorsel.c
14446         * src/gtk/gtksctree.c
14447         * src/gtk/gtkshruler.c
14448         * src/plugins/trayicon/trayicon.c
14449                 #if 0 goes to /dev/null
14450
14451 2006-03-01 [colin]      2.0.0cvs94
14452
14453         * src/compose.c
14454         * src/imap.c
14455         * src/inc.c
14456         * src/inc.h
14457         * src/messageview.c
14458         * src/news.c
14459         * src/plugins/spamassassin/spamassassin.c
14460                 Allow to add information in the "working offline"
14461                 window
14462
14463 2006-03-01 [wwp]        2.0.0cvs93
14464
14465         * src/plugins/spamassassin/spamassassin.c
14466                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14467                 'cause it seems that calling `spamc ... < inputfile` with
14468                 g_spawn_(a)sync simply.. erm doesn't work :-).
14469
14470 2006-03-01 [wwp]        2.0.0cvs92
14471
14472         * src/toolbar.c
14473         * src/toolbar.h
14474                 simplify the adding of spam/ham button to the messageview toolbar
14475                 (it gets more clear now that the same button will be "Mark as spam"
14476                 or "Mark as ham" according to the current message status,
14477                 thanks to Colin).
14478
14479 2006-03-01 [wwp]        2.0.0cvs91
14480
14481         * src/messageview.c
14482         * src/procmsg.c
14483         * src/procmsg.h
14484         * src/summaryview.c
14485         * src/plugins/spamassassin/spamassassin.c
14486         * src/plugins/spamassassin/spamassassin.h
14487                 make learner callbacks return a status (0 for ok),
14488                 handle it in main code to avoid setting flags when learning failed,
14489                 don't learn on TCP if offline in spamassassin,
14490                 thanks to Colin.
14491
14492                 
14493
14494 2006-03-01 [wwp]        2.0.0cvs90
14495
14496         * src/compose.c
14497                 some work around the compose window's account menu,
14498                 patch by Fabien Vantard.
14499
14500 2006-03-01 [wwp]        2.0.0cvs89
14501
14502         * src/plugins/spamassassin/spamassassin.c
14503                 fixed bad logics, was using spamc in local mode and sa-learn
14504                 in remote mode (thanks, Colin).
14505
14506 2006-03-01 [wwp]        2.0.0cvs88
14507
14508         * src/plugins/spamassassin/spamassassin.c
14509         * src/plugins/spamassassin/spamassassin.h
14510         * src/plugins/spamassassin/spamassassin_gtk.c
14511                 made processing of emails w/ sa-plugin an option (default is TRUE),
14512                 fixed Engrish some tooltips, capitalization of some debug messages
14513                 and warnings. The spamassassin plugin now provides two separate
14514                 services: process emails upon incorporation and spamd training.
14515                 Both services (un)register independently but use some common
14516                 plugin settings (transport settings, spam storage location).
14517
14518 2006-02-28 [wwp]        2.0.0cvs87
14519
14520         * src/plugins/spamassassin/spamassassin.c
14521                 fix async flag to spamc cmdline execution (batch exec should
14522                 be asynchronous).
14523
14524 2006-02-27 [wwp]        2.0.0cvs86
14525
14526         * src/plugins/spamassassin/spamassassin.c
14527         * src/plugins/spamassassin/spamassassin.h
14528         * src/plugins/spamassassin/spamassassin_gtk.c
14529                 - added the ability to learn a remote spamassassin server (spamd),
14530                 using spamc.
14531                 - added the spamassassin option 'username', that applies to all
14532                 spamassassin operations (filtering, learning, local or remote).
14533                 The default username is the current unix user (if left blank
14534                 from gtk prefs or config file).
14535                 - commented out some unused code (notebook widget), removed unused
14536                 layout (hbox1).
14537                 - make more widgets sensitive to the transport type.
14538
14539 2006-02-27 [colin]      2.0.0cvs85
14540
14541         * src/plugins/spamassassin/spamassassin.c
14542                 Fix sa-learn call when offline
14543
14544 2006-02-27 [colin]      2.0.0cvs84
14545
14546         * configure.ac
14547         * src/Makefile.am
14548         * src/mainwindow.c
14549         * src/mainwindow.h
14550         * src/messageview.c
14551         * src/messageview.h
14552         * src/prefs_toolbar.c
14553         * src/procmsg.c
14554         * src/stock_pixmap.c
14555         * src/stock_pixmap.h
14556         * src/summaryview.c
14557         * src/toolbar.c
14558         * src/toolbar.h
14559         * src/pixmaps/ham_btn.xpm
14560         * src/pixmaps/spam.xpm
14561         * src/pixmaps/spam_btn.xpm
14562         * src/plugins/spamassassin/spamassassin.c
14563                 Add button in toolbar for spam learning
14564                 Fix a few bugs from the last related commit
14565                 Revert 1.9.6cvs23 which messed up shift-selection
14566
14567 2006-02-24 [colin]      2.0.0cvs83
14568
14569         * src/procmsg.c
14570         * src/summaryview.c
14571         * src/summaryview.h
14572         * src/plugins/spamassassin/spamassassin.c
14573         * src/plugins/spamassassin/spamassassin.h
14574         * src/plugins/spamassassin/spamassassin_gtk.c
14575                 Unregister learner when spamassassin is either
14576                 disabled or over tcp
14577
14578 2006-02-24 [colin]      2.0.0cvs82
14579
14580         * src/Makefile.am
14581         * src/mainwindow.c
14582         * src/mainwindow.h
14583         * src/procmsg.c
14584         * src/procmsg.h
14585         * src/stock_pixmap.c
14586         * src/stock_pixmap.h
14587         * src/summaryview.c
14588         * src/summaryview.h
14589         * src/gtk/icon_legend.c
14590         * src/pixmaps/spam.xpm  ** NEW FILE **
14591         * src/plugins/spamassassin/spamassassin.c
14592         * src/plugins/spamassassin/spamassassin_gtk.c
14593                 Add spam learning interface (Mark/Mark as 
14594                 (spam|ham) menus)
14595
14596 2006-02-24 [wwp]        2.0.0cvs81
14597
14598         * src/compose.c
14599         * src/compose.h
14600         * src/filtering.c
14601                 hide compose window when sending message in batch mode
14602                 (filtering: forward and redirect). Also fixed a wrong
14603                 value returned when sending failed, neutral anyway.
14604                 (Colin, me) 
14605
14606 2006-02-24 [wwp]        2.0.0cvs80
14607
14608         * src/mainwindow.c
14609                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14610
14611 2006-02-24 [paul]       2.0.0cvs79
14612
14613         * src/news.c
14614         * src/news.h
14615         * src/news_gtk.c
14616                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14617                 Thanks to Colin
14618
14619 2006-02-23 [colin]      2.0.0cvs78
14620
14621         * src/alertpanel.c
14622                 Change OK to Close in alertpanel with View log
14623                 button; add accel to View log. Patch by Fabien
14624                 Vantard
14625
14626 2006-02-23 [wwp]        2.0.0cvs77
14627
14628         * src/compose.c
14629                 silly me, there were much more tests to perform, since toolbars can
14630                 really have down to 1 element only.
14631
14632 2006-02-23 [wwp]        2.0.0cvs76
14633
14634         * commitHelper
14635                 fixed indentation from my previous commit. Fallback to VISUAL if
14636                 EDITOR is not set (and to vi, at last resort).
14637
14638 2006-02-23 [wwp]        2.0.0cvs75
14639
14640         * commitHelper
14641                 improved error detection (Colin, me).
14642
14643 2006-02-23 [wwp]        2.0.0cvs74
14644
14645         * src/prefs_toolbar.c
14646                 simplify and fix prefs/toolbars layouting. Combos' contents can
14647                 now be really displayed.
14648
14649 2006-02-23 [wwp]        2.0.0cvs73
14650         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14651         be really displayed.
14652
14653 2006-02-22 [wwp]        2.0.0cvs72
14654
14655         * src/compose.c
14656                 fix a typo in my previous commit (sorry!).
14657
14658 2006-02-22 [wwp]        2.0.0cvs71
14659
14660         * src/prefs_toolbar.c
14661                 fix a crash when adding separators to toolbars,
14662                 also fix some separator item information.
14663
14664 2006-02-22 [wwp]        2.0.0cvs70
14665
14666         * src/compose.c
14667                 fix a crash when redirecting (for instance) when compose window's
14668                 toolbar contents has been customized (when some buttons have been
14669                 removed in fact).
14670
14671 2006-02-21 [wwp]        2.0.0cvs69
14672
14673         * src/summaryview.c
14674         * src/gtk/pluginwindow.c
14675         * src/plugins/pgpcore/prefs_gpg.c
14676                 fix some compilation warnings (feat. remains of removed code).
14677
14678 2006-02-21 [wwp]        2.0.0cvs68
14679
14680         * src/gtk/gtkutils.c
14681                 fix two compilation issues, thanks to Stephan Sachse.
14682
14683 2006-02-20 [colin]      2.0.0cvs67
14684
14685         * src/mainwindow.c
14686                 Don't reselect displayed mail on refocus
14687                 This fixes actions misbehaving 
14688
14689 2006-02-20 [wwp]        2.0.0cvs66
14690
14691         * src/summaryview.c
14692         * src/gtk/gtksctree.c
14693         * src/gtk/gtkshruler.c
14694                 changed more runtime typecast checks.
14695
14696 2006-02-20 [wwp]        2.0.0cvs65
14697
14698         * src/summary_search.c
14699                 find all - summaryview refresh issue fixed, thanks to Colin.
14700
14701 2006-02-20 [wwp]        2.0.0cvs64
14702
14703         * src/gtk/gtkutils.c
14704                 better runtime typecast checks.
14705
14706 2006-02-20 [wwp]        2.0.0cvs63
14707
14708         * src/summary_search.c
14709                 enhancements to the summary search:
14710                         - add the ability to stop the running search
14711                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14712                         - don't search if no criteria (From/To/Subject/Body) is set
14713                         - ensure that a busy mouse pointer is always shown when searching,
14714                           show it even a bit earlier
14715
14716 2006-02-19 [colin]      2.0.0cvs62
14717
14718         * src/compose.c
14719         * src/imap.c
14720         * src/etpan/imap-thread.c
14721         * src/etpan/imap-thread.h
14722                 (Future) IMAP speed improvement on sending
14723                 Will require a libetpan update
14724         * src/summaryview.c
14725         * src/gtk/quicksearch.c
14726                 Make quicksearch clearable while running.
14727
14728 2006-02-17 [colin]      2.0.0cvs61
14729
14730         * src/imap.c
14731         * src/etpan/imap-thread.c
14732         * src/etpan/imap-thread.h
14733                 Check for IMAP certificates
14734                 ** Requires libetpan-0.42-cvs4 
14735                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14736
14737 2006-02-17 [colin]      2.0.0cvs60
14738
14739         * src/messageview.c
14740         * src/prefs_common.c
14741         * src/prefs_common.h
14742         * src/prefs_message.c
14743                 Add pref to display HTML-only mails with plugin, 
14744                 if possible (defaulting to FALSE of course).
14745
14746 2006-02-16 [colin]      2.0.0cvs59
14747
14748         * src/main.c
14749         * src/common/plugin.c
14750         * src/common/plugin.h
14751         * src/gtk/pluginwindow.c
14752                 Keep track of requested (but unloaded) plugins
14753                 in some error cases.
14754
14755 2006-02-16 [wwp]        2.0.0cvs58
14756
14757         * src/gtk/gtkaspell.c
14758         * src/gtk/gtkaspell.h
14759         * src/prefs_spelling.c
14760         * src/compose.c
14761         * src/prefs_common.c
14762         * src/prefs_common.h
14763                 implemented new optional spellchecker behaviour: re-check message when
14764                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14765
14766 2006-02-16 [wwp]        2.0.0cvs57
14767
14768         * src/quote_fmt_parse.y
14769                 pclose popen'ed pipe.
14770
14771 2006-02-15 [colin]      2.0.0cvs56
14772
14773         * src/mimeview.c
14774         * src/mimeview.h
14775                 Let MimeViewers know which MimeView they
14776                 depend of.
14777         * src/summaryview.c
14778                 Swap From/To columns in Sent/Queue/Drafts
14779                 folders
14780         * src/etpan/imap-thread.c
14781                 Use mailstream_low_tls_open() for STARTTLS
14782                 instead of mailstream_low_ssl_open()
14783                 ** REQUIRES libetpan 0.42cvs3 **
14784
14785 2006-02-15 [wwp]        2.0.0cvs55
14786
14787         * src/compose.c
14788         * src/compose.h
14789         * src/message_search.c
14790         * src/message_search.h
14791         * src/textview.c
14792         * src/gtk/gtkutils.c
14793         * src/gtk/gtkutils.h
14794                 added the ability to Find text in the compose window (and a bit
14795                 of code factorization).
14796
14797 2006-02-15 [wwp]        2.0.0cvs54
14798
14799         * src/prefs_gtk.c
14800                 yet another one file was missing (fix for some widgets' sensitivity).
14801                 Thanks Colin!
14802
14803 2006-02-15 [wwp]        2.0.0cvs53
14804
14805         * src/prefs_gtk.h
14806                 oops forgot that file (fix for some widgets' sensitivity).
14807
14808 2006-02-15 [wwp]        2.0.0cvs52
14809
14810         * src/summary_search.c
14811                 implemented advanced summary search options (added the ability
14812                 to use matcher conditions in an advanced search mode).
14813
14814 2006-02-15 [wwp]        2.0.0cvs51
14815
14816         * src/plugins/pgpcore/prefs_gpg.c
14817         * src/prefs_account.c
14818                 fix some widget sensitivity, mostly around some labels in
14819                 account prefs.
14820
14821 2006-02-15 [paul]       2.0.0cvs50
14822
14823         * manual/advanced.xml
14824                 improve Templates info
14825                 written by wwp
14826
14827 2006-02-14 [colin]      2.0.0cvs49
14828
14829         * src/pixmaps/address_book.xpm
14830         * src/pixmaps/preferences.xpm
14831         * src/pixmaps/properties.xpm
14832                 Fix pixmap size - patch by Fabien Vantard
14833
14834 2006-02-13 [colin]      2.0.0cvs48
14835
14836         * src/procmime.c
14837                 Add missing fclose()s on error
14838         * src/textview.c
14839                 Remove unused code
14840         * src/common/utils.c
14841                 Fix temp files not being deleted on windows
14842         Patches by Thomas Gilgin
14843
14844 2006-02-13 [colin]      2.0.0cvs47
14845
14846         * src/mainwindow.c
14847                 Fix exit crash
14848
14849 2006-02-13 [wwp]        2.0.0cvs46
14850
14851         * src/plugins/pgpcore/prefs_gpg.c
14852                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14853
14854 2006-02-12 [colin]      2.0.0cvs45
14855
14856         * src/folderview.c
14857         * src/main.c
14858         * src/mainwindow.c
14859                 Fix "stuff" when quitting
14860
14861 2006-02-12 [wwp]        2.0.0cvs44
14862
14863         * src/prefs_themes.c
14864                 fix typos in debug messages.
14865
14866 2006-02-11 [colin]      2.0.0cvs43
14867
14868         * src/summaryview.c
14869                 don't allow drag/drop from ourself
14870
14871 2006-02-10 [wwp]        2.0.0cvs42
14872
14873         * src/exporthtml.c
14874         * src/html.c
14875         * src/html.h
14876         * src/procmime.c
14877         * src/textview.c
14878                 renamed html_ prefixed functions and data structures to avoid
14879                 namespace clashes w/ other software (gtkhtml2 for instance).
14880                 Closes bug #907.
14881
14882
14883 2006-02-09 [colin]      2.0.0cvs41
14884
14885         * src/summaryview.c
14886                 Fix shitty logic messed up. Thanks Ticho for the hint!
14887
14888 2006-02-09 [wwp]        2.0.0cvs40
14889
14890         * src/gtk/about.c
14891         * src/compose.c
14892         * src/prefs_account.c
14893         * src/prefs_gtk.h
14894         * src/editaddress.c
14895                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14896                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14897                 Browse buttons in accounts prefs.
14898
14899 2006-02-09 [colin]      2.0.0cvs39
14900
14901         * src/matcher.c
14902                 Check for pointer before using its members
14903         * src/gtk/gtksourceprintjob.c
14904                 Fix a wrong warning
14905
14906 2006-02-09 [wwp]        2.0.0cvs38
14907
14908         * src/gtk/filesel.c
14909                 fix few compiler warnings (type mismatch).
14910
14911 2006-02-09 [paul]       2.0.0cvs37
14912
14913         * po/fr.po
14914                 updated by Fabien Vantard
14915
14916 2006-02-08 [colin]      2.0.0cvs36
14917
14918         * src/prefs_common.c
14919         * src/common/defs.h
14920         * src/common/plugin.c
14921                 allow windows and linux configurations to coexist
14922                 patch by Thomas Gilgin
14923
14924 2006-02-08 [colin]      2.0.0cvs35
14925
14926         * src/filtering.c
14927         * src/matcher.c
14928         * src/matcher.h
14929         * src/matcher_parser_parse.y
14930         * src/prefs_filtering_action.c
14931         * src/prefs_matcher.c
14932                 Add the "Ignore thread" filtering
14933                 action
14934
14935 2006-02-08 [colin]      2.0.0cvs34
14936
14937         * src/compose.c
14938         * src/procmime.c
14939         * src/procmime.h
14940                 Fix bug #905 (damaged attachment)
14941                 text files with raw \0's aren't really text files
14942         FOR_STABLE
14943
14944 2006-02-08 [colin]      2.0.0cvs33
14945
14946         * src/summaryview.c
14947                 Fix crasher introduced yesterday
14948
14949 2006-02-08 [wwp]        2.0.0cvs32
14950
14951         * src/compose.c
14952         * src/compose.h
14953                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14954
14955 2006-02-08 [wwp]        2.0.0cvs31
14956
14957         * src/prefs_template.c
14958                 templates enhancement: allow address completion for Cc and Bcc fields
14959                 (it was currently possible for the To field only)
14960
14961 2006-02-08 [colin]      2.0.0cvs30
14962
14963         * src/compose.c
14964                 Don't unblock if not blocked
14965         FOR_STABLE
14966
14967 2006-02-07 [colin]      2.0.0cvs29
14968
14969         * src/action.c
14970                 Forgot to refresh summaryview
14971
14972 2006-02-07 [colin]      2.0.0cvs28
14973
14974         * src/action.c
14975                 Freeze/thaw message list and folder list while
14976                 processing %as{} actions 
14977         * src/compose.c
14978                 Fix auto-wrap disabling after a middle-click
14979                 paste - FOR_STABLE
14980
14981 2006-02-07 [paul]       2.0.0cvs27
14982
14983         * src/folder.c
14984                 fix freeing of uninitialised pointers
14985                 Thanks to Colin
14986
14987 2006-02-06 [colin]      2.0.0cvs26
14988
14989         * src/folder.c
14990                 Use g_slist_prepend in potentially big list
14991
14992 2006-02-06 [colin]      2.0.0cvs25
14993
14994         * src/folder.c
14995                 Completely skip processing if it doesn't 
14996                 exist (faster!)
14997
14998 2006-02-06 [colin]      2.0.0cvs24
14999
15000         * src/folder.c
15001         * src/summaryview.c
15002                 Batch filtering in summaryview (from Tools menu)
15003                 and pre/post//-processing too
15004
15005 2006-02-06 [colin]      2.0.0cvs23
15006
15007         * src/procmsg.h
15008         * src/filtering.c
15009                 Use a special field for batch filtering instead
15010                 of stepping on deferred execution's toes
15011
15012 2006-02-06 [colin]      2.0.0cvs22
15013
15014         * src/action.c
15015         * src/filtering.c
15016         * src/filtering.h
15017         * src/folder.c
15018         * src/summaryview.c
15019                 Fix filtering via menus and actions
15020
15021 2006-02-06 [colin]      2.0.0cvs21
15022
15023         * src/imap.c
15024                 Put the added file directly to cache if possible (will work
15025                 with next libetpan)
15026         * src/filtering.c
15027         * src/filtering.h
15028         * src/inc.c
15029         * src/folder.c
15030         * src/mbox.c
15031         * src/procmsg.h
15032                 Move and copy filtered messages by batches instead of one
15033                 by one - faster on IMAP
15034         * src/procmsg.c
15035                 Add a function that'll possibly be useful later
15036
15037 2006-02-06 [colin]      2.0.0cvs20
15038
15039         * src/addressbook.c
15040                 Use internal mime-type instead of text/plain for d'n'd
15041         * src/compose.c
15042                 Allow attaching files from mimeview's icon list via d'n'd
15043         * src/folderview.c
15044         * src/folderview.h
15045                 Use internal mime-type instead of text/plain for d'n'd
15046                 Don't try to selected opened folder if none is
15047                 Factorize d'n'd from other apps code
15048         * src/headerview.c
15049         * src/textview.c
15050         * src/gtk/gtkutils.c
15051         * src/gtk/gtkutils.h
15052                 Factorize Face/X-Face stuff
15053         * src/mimeview.c
15054                 Fix d'n'd to other apps
15055         * src/prefs_message.c
15056                 Let the XFace pref be usable without libcompface as it also
15057                 applies to Face
15058         * src/summaryview.c
15059                 Fix d'n'd to other apps
15060                 Factorize d'n'd from other apps code
15061
15062 2006-02-06 [wwp]        2.0.0cvs19
15063
15064         * po/it.po
15065                 Italian translation fixes by Andrea Spadaccini (no more confusion
15066                 between filtering and processing, and few changes in the About
15067                 dialog).
15068
15069
15070 2006-02-06 [mones]      2.0.0cvs18
15071
15072         * src/gtk/icon_legend.c
15073                 Improved descriptions allowing better translations
15074
15075 2006-02-05 [colin]      2.0.0cvs17
15076
15077         * src/imap.c
15078                 Add the f*cking missing expunge that caused imap_fetch_env
15079                 to fail after an add_msgs ! :-///
15080         * src/etpan/imap-thread.c
15081                 Add a bit of debug
15082         FOR_STABLE
15083
15084 2006-02-05 [colin]      2.0.0cvs16
15085
15086         * src/common/utils.c
15087                 Don't check for return-path (or we can't put
15088                 back non-sent mails)
15089
15090 2006-02-05 [colin]      2.0.0cvs15
15091
15092         * src/textview.c
15093                 Don't try to display Face header in textview
15094                 when teh headerview's active
15095
15096 2006-02-05 [colin]      2.0.0cvs14
15097
15098         * tools/tbird2syl.py
15099         * tools/Makefile.am
15100                 Add script to import Thunderbird mails
15101
15102 2006-02-05 [colin]      2.0.0cvs13
15103
15104         * src/headerview.c
15105         * src/procheader.c
15106         * src/procmsg.c
15107         * src/procmsg.h
15108         * src/textview.c
15109                 Show Face headers - patch partially by Klaus Flittner
15110
15111 2006-02-05 [colin]      2.0.0cvs12
15112
15113         * src/folderview.c
15114         * src/summaryview.c
15115         * src/common/utils.c
15116         * src/common/utils.h
15117                 Let dnd work from mime icons to summaryview
15118                 and to folderview too
15119                 Add a crude test to avoid trying to add files
15120                 drag'n'dropped when they're not mails
15121
15122 2006-02-04 [colin]      2.0.0cvs11
15123
15124         * src/summaryview.c
15125         * src/mimeview.c
15126                 Fix utf8 conversion
15127
15128 2006-02-04 [colin]      2.0.0cvs10
15129
15130         * src/compose.c
15131         * src/folderview.c
15132         * src/mimeview.c
15133         * src/summaryview.c
15134         * src/summaryview.h
15135                 Added various drag and drop capas:
15136                 From                    To
15137                 summaryview             other apps
15138                 mimeview icons          other apps
15139                 other apps              summaryview
15140                 other apps              folderview
15141
15142                 This shouldn't have broken the existing:
15143                 From                    To
15144                 summaryview             folderview
15145                 folderview              folderview
15146                 summaryview             compose's attachments
15147
15148         Tests welcomed.
15149
15150 2006-02-02 [paul]       2.0.0cvs9
15151
15152         * src/mainwindow.c
15153                 move global option 'Set displayed columns...' out
15154                 of folder option grouping.
15155                 fix sensitivity of 'harvest addresses'
15156         FOR_STABLE
15157
15158 2006-02-01 [colin]      2.0.0cvs8
15159
15160         * src/mimeview.c
15161                 Revert the alertpanel patch, it sucks (intrusive
15162                 and gets in the way of "open")
15163
15164 2006-02-01 [colin]      2.0.0cvs7
15165
15166         * src/compose.c
15167         * src/prefs_account.c
15168         * src/prefs_common.c
15169         * src/common/defs.h
15170         * src/common/utils.c
15171         * src/common/utils.h
15172                 Add ability to edit the signature file
15173                 from the account preferences, and use
15174                 a default for the text editor.
15175                 Patch by Fabien Vantard
15176
15177 2006-02-01 [colin]      2.0.0cvs6
15178
15179         * src/mimeview.c
15180                 Try to get mime type by extension if it is
15181                 application/octet-stream
15182                 Display a window with possible choices when
15183                 encountering unknown mime types
15184         * src/gtk/filesel.c
15185         * src/gtk/filesel.h
15186                 Add preview
15187                 Allow multiple selection in filtered filesel
15188                 (patch by Fabien Vantard)
15189         * src/gtk/pluginwindow.c
15190                 Use it (patch by Fabien Vantard)
15191
15192 2006-02-01 [paul]       2.0.0cvs5
15193
15194         * src/jpilot.c
15195                 fix crash on creating jpilot address book
15196                 Thanks to Colin - FOR_STABLE
15197         * src/prefs_summaries.c
15198         * src/prefs_wrapping.c
15199         * src/gtk/icon_legend.c
15200         * src/gtk/quicksearch.c
15201                 string fixes and additions
15202
15203 2006-02-01 [paul]       2.0.0cvs4
15204
15205         * src/compose.c
15206         * src/mainwindow.c
15207         * src/messageview.c
15208         * src/prefs_send.c
15209                 add Arabic encoding option
15210                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15211
15212 2006-01-31 [colin]      2.0.0cvs3
15213
15214         * src/plugins/pgpcore/passphrase.c
15215                 Convert passphrase to locale encoding
15216         * src/compose.c
15217                 Fix drafting on IMAP. Crappy bug sneaked in
15218                 the release :-/
15219         FOR_STABLE
15220
15221 2006-01-30 [paul]       2.0.0cvs2
15222
15223         * src/gtk/icon_legend.c
15224                 show the new entries
15225
15226 2006-01-30 [colin]      2.0.0cvs1
15227
15228         * src/manual.c
15229                 Check for the file to be present before 
15230                 enabling the menu - FOR_STABLE
15231         * src/gtk/icon_legend.c
15232                 Add folders icons (not all of them, there
15233                 are too much, but the most intriguing ones)
15234
15235 2006-01-30 [paul]       2.0.0
15236
15237         version 2.0.0 released
15238
15239 [For previous entries, see ChangeLog.pre2.0.0]