diff options
| author | Glenn Morris | 2012-02-10 00:51:37 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-10 00:51:37 -0800 |
| commit | 5f5e4ea10c87285ed92c62b5dfdaebe8eb3e1df2 (patch) | |
| tree | 18800b91e22d87bda7a64ed10d3f7877e79fc446 /etc/NEWS | |
| parent | 49241268b242b23ad85fb19c264f17a104799b22 (diff) | |
| download | emacs-5f5e4ea10c87285ed92c62b5dfdaebe8eb3e1df2.tar.gz emacs-5f5e4ea10c87285ed92c62b5dfdaebe8eb3e1df2.zip | |
Document secure-hash
* doc/lispref/text.texi (Checksum/Hash): Rename node from MD5 Checksum.
Mention secure-hash.
* doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi:
Update menu entry.
* etc/NEWS: Related markup.
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -408,6 +408,7 @@ in the corresponding way. | |||
| 408 | +++ | 408 | +++ |
| 409 | ** The variable `focus-follows-mouse' now always defaults to nil. | 409 | ** The variable `focus-follows-mouse' now always defaults to nil. |
| 410 | 410 | ||
| 411 | +++ | ||
| 411 | ** New primitive `secure-hash' that supports many secure hash algorithms: | 412 | ** New primitive `secure-hash' that supports many secure hash algorithms: |
| 412 | md5, sha1, sha2, sha224, sha256, sha384, and sha512. The lisp library | 413 | md5, sha1, sha2, sha224, sha256, sha384, and sha512. The lisp library |
| 413 | sha1.el has been removed. The `sha1' feature is provided by default. | 414 | sha1.el has been removed. The `sha1' feature is provided by default. |