]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 8 Mar 2000 14:49:11 +0000 (14:49 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 8 Mar 2000 14:49:11 +0000 (14:49 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index ae13ffd8c662faa14d4a3a9fe823b483b7adeff0..eeb04e1141078c7c0be4cbdbb9bdde94a9e08ce3 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2806,6 +2806,18 @@ current codepage when it starts.
 
 ** 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
index 6969c305f7ba05e7551fa0396bbc5d4eb369b1a3..045b1b5640168ceb563797d5ace1ceca12f9f44f 100644 (file)
@@ -1,5 +1,9 @@
 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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  <fx@gnu.org>
index 1db6f3d7626146d956ffc11b1adde3037300dee4..5e4608ae1bfe38a363cef75f280aaa5b68ee88a1 100644 (file)
@@ -1,5 +1,7 @@
 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
 
+       * xfns.c (x_set_cursor_type): If ARG is nil, give frame no cursor.
+
        * xdisp.c (display_echo_area): Temporarily inhibit garbage
        collection.