aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2005-01-31 23:17:42 +0000
committerKim F. Storm <[email protected]>2005-01-31 23:17:42 +0000
commitfb89c330967ec70bb2cfc5d0af0b440fffbe29df (patch)
tree0933edcf3d208fa8f32b18d676d4981978916597 /src/ChangeLog
parent63f3351cc0c2c18539acb1205528bf51ab927a94 (diff)
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7c95c9868a..ac38d0de41 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
+2005-01-31 Kim F. Storm <[email protected]>
+
+ * 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 <[email protected]>
* macterm.c (syms_of_macterm) <mac-reverse-ctrl-meta>