emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 07 Feb 2005 06:44:20 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6963 emacs/lisp/ChangeLog:1.6964
*** emacs/lisp/ChangeLog:1.6963 Sun Feb  6 16:46:18 2005
--- emacs/lisp/ChangeLog        Mon Feb  7 11:44:19 2005
***************
*** 1,3 ****
--- 1,22 ----
+ 2005-02-07  Kim F. Storm  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * calc/calc-lang.el (calc-tex-language): Display more information




reply via email to

[Prev in Thread] Current Thread [Next in Thread]