aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLeo Liu2011-06-21 16:55:22 +0800
committerLeo Liu2011-06-21 16:55:22 +0800
commit7f3f739fa4e1351a5b8a2dcd290f79c2e3baba38 (patch)
treee30470b57676daad3c70b40a6725707473ca2c50 /etc
parentbd168c0651be4fd71141ba19d54389b26258e5bb (diff)
downloademacs-7f3f739fa4e1351a5b8a2dcd290f79c2e3baba38.tar.gz
emacs-7f3f739fa4e1351a5b8a2dcd290f79c2e3baba38.zip
New primitive secure-hash supporting md5, sha-1 and sha-2
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS3
2 files changed, 6 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 109124af4ee..062edbe42a4 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12011-06-21 Leo Liu <sdl.web@gmail.com>
2
3 * NEWS: Mention the new primtive secure-hash.
4
12011-06-14 Chong Yidong <cyd@stupidchicken.com> 52011-06-14 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * themes/dichromacy-theme.el: New theme. 7 * themes/dichromacy-theme.el: New theme.
diff --git a/etc/NEWS b/etc/NEWS
index 7d32cdba0a6..f934cf75821 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -305,7 +305,8 @@ If you need it, feedmail.el ought to provide a superset of the functionality.
305 305
306** The variable `focus-follows-mouse' now always defaults to nil. 306** The variable `focus-follows-mouse' now always defaults to nil.
307 307
308** Function `sha1' is now implemented in C for speed. 308** New primitive `secure-hash' that supports many secure hash algorithms
309including md5, sha-1 and sha-2 (sha-224, sha-256, sha-384 and sha-512).
309The elisp implementation sha1.el is removed. Feature sha1 is provided 310The elisp implementation sha1.el is removed. Feature sha1 is provided
310by default. 311by default.
311 312