diff options
| author | Gerd Moellmann | 2000-04-03 21:21:42 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-04-03 21:21:42 +0000 |
| commit | 62f20204b7f740042e4e34c651c8f1d9e1aa07c1 (patch) | |
| tree | 9e4c35961f70b68da5fdcb9fe2dd2b39d602b255 /etc | |
| parent | 92d8844ebed3a174abad28bceede2a45fced32d5 (diff) | |
| download | emacs-62f20204b7f740042e4e34c651c8f1d9e1aa07c1.tar.gz emacs-62f20204b7f740042e4e34c651c8f1d9e1aa07c1.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1086,6 +1086,9 @@ Note that +++ before an item means the Lisp manual has been updated. | |||
| 1086 | When you add a new item, please add it without either +++ or --- | 1086 | When you add a new item, please add it without either +++ or --- |
| 1087 | so I will know I still need to look at it -- rms. | 1087 | so I will know I still need to look at it -- rms. |
| 1088 | 1088 | ||
| 1089 | ** The functions base64-decode-region and base64-decode-string now | ||
| 1090 | signal 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' |
| 1090 | header is the list of headers passed to it. | 1093 | header is the list of headers passed to it. |
| 1091 | 1094 | ||