# HG changeset patch # User Stefan Monnier # Date 1018295048 0 # Node ID 0a1bd8f47e7feff71f4081d8dc782dc464796acb # Parent 19ee3d816bb2ac77adb8187fa41f17b95e4bcfd5 *** empty log message *** diff -r 19ee3d816bb2 -r 0a1bd8f47e7f src/ChangeLog --- a/src/ChangeLog Mon Apr 08 19:23:38 2002 +0000 +++ b/src/ChangeLog Mon Apr 08 19:44:08 2002 +0000 @@ -4,7 +4,7 @@ 2002-04-05 Gerd Moellmann - * callint.c (Fcall_interactively): Use INTEGERP instead of + * callint.c (Fcall_interactively): Use INTEGERP instead of NUMBERP for checking Vhistory_length. 2002-04-05 Pavel Jan,Bm(Bk @@ -20,6 +20,11 @@ (Qrisky_local_variable): New variable. (syms_of_xdisp): Init and staticpro it. +2002-04-04 Stefan Monnier + + * undo.c (record_point): New fun. + (record_delete, record_insert): Use it. + 2002-04-03 Juanma Barranquero * doc.c (Fdocumentation): Add missing parentheses.