Mercurial > emacs
diff src/ChangeLog @ 59835:942539e5cf4e
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 31 Jan 2005 23:17:42 +0000 |
parents | 9cde8b16e3a7 |
children | beea14c84c64 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jan 31 22:47:40 2005 +0000 +++ b/src/ChangeLog Mon Jan 31 23:17:42 2005 +0000 @@ -1,3 +1,12 @@ +2005-01-31 Kim F. Storm <storm@cua.dk> + + * undo.c (Qapply): New lisp var. + (syms_of_undo): Intern and staticpro it. + (Fprimitive_undo): Support formats (apply FUNNAME . ARGS) and + (apply DELTA BEG END FUNNAME . ARGS) instead of (FUNNAME . ARGS). + + * buffer.c (syms_of_buffer) <buffer-undo-list>: Doc fix. + 2005-01-30 Jesper Harder <harder@phys.au.dk> * macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>