# HG changeset patch # User Gerd Moellmann # Date 952526951 0 # Node ID c60fdd764b01c24fd56763a03f62593d45a87b13 # Parent 79a67f9da183fc76c8bdd8c0a350f2931dc951ee *** empty log message *** diff -r 79a67f9da183 -r c60fdd764b01 etc/NEWS --- a/etc/NEWS Wed Mar 08 14:48:16 2000 +0000 +++ b/etc/NEWS Wed Mar 08 14:49:11 2000 +0000 @@ -2806,6 +2806,18 @@ ** Mail changes +*** When mail is sent using compose-mail (C-x m), and if +`mail-send-nonascii' is set to the new default value `mime', +appropriate MIME headers are added. The headers are added only if +non-ASCII characters are present in the body of the mail, and no other +MIME headers are already present. For example, the following three +headers are added if the coding system used in the *mail* buffer is +latin-1: + + MIME-version: 1.0 + Content-type: text/plain; charset=iso-8859-1 + Content-Transfer-Encoding: 8bit + *** The new variable default-sendmail-coding-system specifies the default way to encode outgoing mail. This has higher priority than default-buffer-file-coding-system but has lower priority than diff -r 79a67f9da183 -r c60fdd764b01 lisp/ChangeLog --- a/lisp/ChangeLog Wed Mar 08 14:48:16 2000 +0000 +++ b/lisp/ChangeLog Wed Mar 08 14:49:11 2000 +0000 @@ -1,5 +1,9 @@ 2000-03-08 Gerd Moellmann + * Makefile (compile-files): Compile files one by one because + that's the only way to ensure a clean compilation environment for + each individual file. + * frame.el (other-frame): Call x-focus-frame. 2000-03-07 Dave Love diff -r 79a67f9da183 -r c60fdd764b01 src/ChangeLog Binary file src/ChangeLog has changed