diff options
| author | Eli Zaretskii | 2001-08-01 16:03:11 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-08-01 16:03:11 +0000 |
| commit | 55bb62fd4f3383f030eaa8669d56a422daa971ea (patch) | |
| tree | b53d598c9c202d6501d7b5396549cfd4721ce4fb | |
| parent | 1a1b17bcc6556e8c271c02c0ad492f1a004fbe65 (diff) | |
| download | emacs-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/NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -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 |
| 2270 | long promised. | 2270 | long promised. |
| 2271 | 2271 | ||
| 2272 | ** The function base64-decode-string now always returns a unibyte | ||
| 2273 | string. | ||
| 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 |
| 2273 | extra private charsets, there is now only one slot free for a new | 2276 | extra private charsets, there is now only one slot free for a new |
| 2274 | dimension-2 private charset. User code which tries to add more than | 2277 | dimension-2 private charset. User code which tries to add more than |
| @@ -2694,7 +2697,10 @@ is currently displayed in some window. | |||
| 2694 | argument function's results. | 2697 | argument 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 |
| 2697 | signal an error instead of returning nil if decoding fails. | 2700 | signal an error instead of returning nil if decoding fails. Also, |
| 2701 | base64-decode-string now always returns a unibyte string (in Emacs 20, | ||
| 2702 | it returned a multibyte string when the result was a valid multibyte | ||
| 2703 | sequence). | ||
| 2698 | 2704 | ||
| 2699 | ** The function sendmail-user-agent-compose now recognizes a `body' | 2705 | ** The function sendmail-user-agent-compose now recognizes a `body' |
| 2700 | header in the list of headers passed to it. | 2706 | header in the list of headers passed to it. |