diff --git a/ChangeLog b/ChangeLog
index 4ad068d075df183ed3d26f7e30ad2b22a35b7e62..487511a540e0c610b9e1118540919b9a58cdda9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
+2004-02-06  Niels M�ller  <nisse@lysator.liu.se>
+
+	* x86/sha1-compress.asm: Assembler implementation of
+	sha1_compress. (Not yet working).
+
+	* Makefile.am (libnettle_a_SOURCES): Added sha1-compress.c.
+
+	* sha1.c (sha1_transform): Function renamed to sha1_compress, and
+	moved to... 
+	* sha1-compress.c: ... New file.
+
 2004-02-05  Niels M�ller  <nisse@lysator.liu.se>
 
+	* examples/rsa-encrypt.c (process_file): Copy the leftover to the
+	start of the buffer, when preparing for the final processing.
+
 	* examples/nettle-benchmark.c (bench_hash, time_hash): New functions.
 	(main): Benchmark hash functions too.
 	(BENCH_BLOCK): Increased 10K.