diff src/ChangeLog @ 3794:73288faa5759

[xemacs-hg @ 2007-01-20 16:57:05 by aidan] Fill out docstrings fo `function,' `quote' and `require.'
author aidan
date Sat, 20 Jan 2007 16:57:06 +0000
parents a257e03c580e
children d6f975442bd3
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jan 19 22:51:02 2007 +0000
+++ b/src/ChangeLog	Sat Jan 20 16:57:06 2007 +0000
@@ -1,3 +1,12 @@
+2007-01-20  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* eval.c:
+	Document in more detail what happens with byte-compilation,
+	`function', and `quote'. 
+	* fns.c:
+	Mention that `require' is evaluated both at byte-compile time and
+	at runtime. 
+
 2007-01-06  Vin Shelton  <acs@xemacs.org>
 
 	* fileio.c (check_writable): Check old-style readonly bit first.