changeset 67508:815e534890e9

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 11 Dec 2005 15:40:37 +0000
parents a2a9e8afb055
children 22cb493256c0
files src/ChangeLog
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Dec 11 15:37:00 2005 +0000
+++ b/src/ChangeLog	Sun Dec 11 15:40:37 2005 +0000
@@ -1,3 +1,21 @@
+2005-12-11  Richard M. Stallman  <rms@gnu.org>
+
+	* xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
+
+	* lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
+
+	* keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
+	(Flookup_key): Doc fix.
+	(syms_of_keymap) <function-key-map>: Doc fix.
+
+	* fns.c (Frequire): Treat evaluating from a source file
+	like loading the file.
+
+	* floatfns.c (Flog): Doc fix.
+
+	* fileio.c (Finsert_file_contents): Set Vdeactivate_mark
+	when we change the buffer.
+
 2005-12-11  Juri Linkov  <juri@jurta.org>
 
 	* minibuf.c (display_completion_list_1):