mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Mention function `sha1' and the removal of sha1.el in NEWS
This commit is contained in:
parent
88a7a941cb
commit
42d4bcc883
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2011-05-24 Leo Liu <sdl.web@gmail.com>
|
||||
|
||||
* NEWS: Mention the new primitive sha1 and the removal of sha1.el.
|
||||
|
||||
2011-05-14 Ulf Jasper <ulf.jasper@web.de>
|
||||
|
||||
* images/newsticker/README: Added.
|
||||
|
|
|
|||
4
etc/NEWS
4
etc/NEWS
|
|
@ -290,6 +290,10 @@ If you need it, feedmail.el ought to provide a superset of the functionality.
|
|||
|
||||
** The variable `focus-follows-mouse' now always defaults to nil.
|
||||
|
||||
** Function `sha1' is now implemented in C for speed.
|
||||
The elisp implementation sha1.el is removed. Feature sha1 is provided
|
||||
by default.
|
||||
|
||||
|
||||
* Editing Changes in Emacs 24.1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue