aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-02-10 00:51:37 -0800
committerGlenn Morris2012-02-10 00:51:37 -0800
commit5f5e4ea10c87285ed92c62b5dfdaebe8eb3e1df2 (patch)
tree18800b91e22d87bda7a64ed10d3f7877e79fc446 /etc
parent49241268b242b23ad85fb19c264f17a104799b22 (diff)
downloademacs-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')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 816c636fdf7..df35fee46b9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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:
412md5, sha1, sha2, sha224, sha256, sha384, and sha512. The lisp library 413md5, sha1, sha2, sha224, sha256, sha384, and sha512. The lisp library
413sha1.el has been removed. The `sha1' feature is provided by default. 414sha1.el has been removed. The `sha1' feature is provided by default.