aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann2000-04-03 21:21:42 +0000
committerGerd Moellmann2000-04-03 21:21:42 +0000
commit62f20204b7f740042e4e34c651c8f1d9e1aa07c1 (patch)
tree9e4c35961f70b68da5fdcb9fe2dd2b39d602b255 /etc
parent92d8844ebed3a174abad28bceede2a45fced32d5 (diff)
downloademacs-62f20204b7f740042e4e34c651c8f1d9e1aa07c1.tar.gz
emacs-62f20204b7f740042e4e34c651c8f1d9e1aa07c1.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 70e590e080f..c9e92f2c04c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1086,6 +1086,9 @@ Note that +++ before an item means the Lisp manual has been updated.
1086When you add a new item, please add it without either +++ or --- 1086When you add a new item, please add it without either +++ or ---
1087so I will know I still need to look at it -- rms. 1087so I will know I still need to look at it -- rms.
1088 1088
1089** The functions base64-decode-region and base64-decode-string now
1090signal an error instead of returning nil if decoding fails.
1091
1089** The function sendmail-user-agent-compose now recognizes a `body' 1092** The function sendmail-user-agent-compose now recognizes a `body'
1090header is the list of headers passed to it. 1093header is the list of headers passed to it.
1091 1094