diff options
| -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. |