# HG changeset patch # User Richard M. Stallman # Date 1134315637 0 # Node ID 815e534890e92917c4e080cacff078ca5d06555e # Parent a2a9e8afb0552bccb2649033d720b98826f5f3c3 *** empty log message *** diff -r a2a9e8afb055 -r 815e534890e9 src/ChangeLog --- 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 + + * xdisp.c (syms_of_xdisp) : 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) : 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 * minibuf.c (display_completion_list_1):