# HG changeset patch # User Kim F. Storm # Date 1107776659 0 # Node ID c20f0be3ae10317f12917fce8f095d6b240a758f # Parent cf4b913c707494e8183a073df48e9432c70540b2 *** empty log message *** diff -r cf4b913c7074 -r c20f0be3ae10 lisp/ChangeLog --- a/lisp/ChangeLog Mon Feb 07 11:44:00 2005 +0000 +++ b/lisp/ChangeLog Mon Feb 07 11:44:19 2005 +0000 @@ -1,3 +1,22 @@ +2005-02-07 Kim F. Storm + + * 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 * calc/calc-lang.el (calc-tex-language): Display more information diff -r cf4b913c7074 -r c20f0be3ae10 src/ChangeLog --- a/src/ChangeLog Mon Feb 07 11:44:00 2005 +0000 +++ b/src/ChangeLog Mon Feb 07 11:44:19 2005 +0000 @@ -1,3 +1,7 @@ +2005-02-07 Kim F. Storm + + * undo.c (Fprimitive_undo): Record max one dummmy apply element. + 2005-02-06 Richard M. Stallman * eval.c (Frun_hook_with_args)