diff options
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 | ||