summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-03-08 14:49:11 +0000
committerGerd Moellmann <gerd@gnu.org>2000-03-08 14:49:11 +0000
commitfeab4fba81af27338b443210f8931ae1ff9c976a (patch)
tree33fdb0fb73125893d6237e56746e6325339e7a87
parent08ac8554879dbb254972cc7e40e0ec62d807a533 (diff)
downloademacs-feab4fba81af27338b443210f8931ae1ff9c976a.tar.gz
*** empty log message ***
-rw-r--r--etc/NEWS12
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog2
3 files changed, 18 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ae13ffd8c66..eeb04e11410 100644
--- 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
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6969c305f7b..045b1b56401 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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>
diff --git a/src/ChangeLog b/src/ChangeLog
index 1db6f3d7626..5e4608ae1bf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.