]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 7 Feb 2005 11:44:19 +0000 (11:44 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 7 Feb 2005 11:44:19 +0000 (11:44 +0000)
lisp/ChangeLog
src/ChangeLog

index 999a2e22bb0fd33c67fb252f200783136b83410b..7a7579769a12fa0693de3759ac5f468b56982daa 100644 (file)
@@ -1,3 +1,22 @@
+2005-02-07  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
+       (cua--standard-movement-commands): Remove list.
+       Instead, set CUA property value to move for movement commands.
+       (cua-movement-commands): Remove.  Users must set CUA prop instead.
+       (cua--pre-command-handler): Check CUA property.
+       (cua--init-keymaps): Don't remap undo commands.
+       (cua-mode): Don't call cua--rectangle-on-off.
+
+       * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
+       (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
+       (cua--rect-undo-set-point): New var.
+       (cua--rectangle-undo-boundary): Setup undo apply entry.
+       (cua--rect-undo-handler): New function for rectangle undo.
+       (cua--rect-start-position, cua--rect-end-position): Add.
+       (cua--rectangle-post-command): Call cua--rectangle-set-corners
+       for restored rectangle.  Set point if cua--rect-undo-set-point.
+
 2005-02-06  Jay Belanger  <belanger@truman.edu>
 
        * calc/calc-lang.el (calc-tex-language): Display more information
index 5c1ee568dd8b0cdc1a446cea0ad59c6f2cce4ade..4ca3ed7b56b6b1bd3c0268f396023be36bec853c 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-07  Kim F. Storm  <storm@cua.dk>
+
+       * undo.c (Fprimitive_undo): Record max one dummmy apply element.
+
 2005-02-06  Richard M. Stallman  <rms@gnu.org>
 
        * eval.c (Frun_hook_with_args)