aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLeo Liu2011-05-24 16:22:58 +0800
committerLeo Liu2011-05-24 16:22:58 +0800
commite1b90ef6eca2e32b99fff7ecf14bd1f074046da8 (patch)
tree8c55d1013121e1905517168deaa0e6dfd6153782 /src/ChangeLog
parent4ba4c54add7f291e655fb0a5555f7049a9ed17e9 (diff)
downloademacs-e1b90ef6eca2e32b99fff7ecf14bd1f074046da8.tar.gz
emacs-e1b90ef6eca2e32b99fff7ecf14bd1f074046da8.zip
Implement primitive `sha1' and remove sha1.el
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c5594b8555d..b3b561a9370 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12011-05-24 Leo Liu <sdl.web@gmail.com>
2
3 * deps.mk (fns.o):
4 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha1.h.
5
6 * fns.c (crypto_hash_function, Fsha1): New function.
7 (Fmd5): Use crypto_hash_function.
8 (syms_of_fns): Add Ssha1.
9
12011-05-22 Paul Eggert <eggert@cs.ucla.edu> 102011-05-22 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 * gnutls.c: Remove unused macros. 12 * gnutls.c: Remove unused macros.