aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-08-01 16:03:11 +0000
committerEli Zaretskii2001-08-01 16:03:11 +0000
commit55bb62fd4f3383f030eaa8669d56a422daa971ea (patch)
treeb53d598c9c202d6501d7b5396549cfd4721ce4fb
parent1a1b17bcc6556e8c271c02c0ad492f1a004fbe65 (diff)
downloademacs-55bb62fd4f3383f030eaa8669d56a422daa971ea.tar.gz
emacs-55bb62fd4f3383f030eaa8669d56a422daa971ea.zip
Mention the change in base64-decode-string whereby the result is
always a unibyte string.
-rw-r--r--etc/NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index baf4fb32af6..2847580ea79 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2269,6 +2269,9 @@ appropriate for reading truly binary files.
2269** Code that uses `concat' with integer args now gets an error, as 2269** Code that uses `concat' with integer args now gets an error, as
2270long promised. 2270long promised.
2271 2271
2272** The function base64-decode-string now always returns a unibyte
2273string.
2274
2272** Not a Lisp incompatibility as such but, with the introduction of 2275** Not a Lisp incompatibility as such but, with the introduction of
2273extra private charsets, there is now only one slot free for a new 2276extra private charsets, there is now only one slot free for a new
2274dimension-2 private charset. User code which tries to add more than 2277dimension-2 private charset. User code which tries to add more than
@@ -2694,7 +2697,10 @@ is currently displayed in some window.
2694argument function's results. 2697argument function's results.
2695 2698
2696** The functions base64-decode-region and base64-decode-string now 2699** The functions base64-decode-region and base64-decode-string now
2697signal an error instead of returning nil if decoding fails. 2700signal an error instead of returning nil if decoding fails. Also,
2701base64-decode-string now always returns a unibyte string (in Emacs 20,
2702it returned a multibyte string when the result was a valid multibyte
2703sequence).
2698 2704
2699** The function sendmail-user-agent-compose now recognizes a `body' 2705** The function sendmail-user-agent-compose now recognizes a `body'
2700header in the list of headers passed to it. 2706header in the list of headers passed to it.