diff options
| author | Leo Liu | 2011-06-21 16:55:22 +0800 |
|---|---|---|
| committer | Leo Liu | 2011-06-21 16:55:22 +0800 |
| commit | 7f3f739fa4e1351a5b8a2dcd290f79c2e3baba38 (patch) | |
| tree | e30470b57676daad3c70b40a6725707473ca2c50 /etc | |
| parent | bd168c0651be4fd71141ba19d54389b26258e5bb (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 3 |
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 @@ | |||
| 1 | 2011-06-21 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * NEWS: Mention the new primtive secure-hash. | ||
| 4 | |||
| 1 | 2011-06-14 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-06-14 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * themes/dichromacy-theme.el: New theme. | 7 | * themes/dichromacy-theme.el: New theme. |
| @@ -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 |
| 309 | including md5, sha-1 and sha-2 (sha-224, sha-256, sha-384 and sha-512). | ||
| 309 | The elisp implementation sha1.el is removed. Feature sha1 is provided | 310 | The elisp implementation sha1.el is removed. Feature sha1 is provided |
| 310 | by default. | 311 | by default. |
| 311 | 312 | ||