Mercurial > emacs
comparison lisp/ChangeLog @ 59971:c20f0be3ae10
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 07 Feb 2005 11:44:19 +0000 |
parents | a2314da923ec |
children | f721a44afa15 |
comparison
equal
deleted
inserted
replaced
59970:cf4b913c7074 | 59971:c20f0be3ae10 |
---|---|
1 2005-02-07 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove. | |
4 (cua--standard-movement-commands): Remove list. | |
5 Instead, set CUA property value to move for movement commands. | |
6 (cua-movement-commands): Remove. Users must set CUA prop instead. | |
7 (cua--pre-command-handler): Check CUA property. | |
8 (cua--init-keymaps): Don't remap undo commands. | |
9 (cua-mode): Don't call cua--rectangle-on-off. | |
10 | |
11 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter) | |
12 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove. | |
13 (cua--rect-undo-set-point): New var. | |
14 (cua--rectangle-undo-boundary): Setup undo apply entry. | |
15 (cua--rect-undo-handler): New function for rectangle undo. | |
16 (cua--rect-start-position, cua--rect-end-position): Add. | |
17 (cua--rectangle-post-command): Call cua--rectangle-set-corners | |
18 for restored rectangle. Set point if cua--rect-undo-set-point. | |
19 | |
1 2005-02-06 Jay Belanger <belanger@truman.edu> | 20 2005-02-06 Jay Belanger <belanger@truman.edu> |
2 | 21 |
3 * calc/calc-lang.el (calc-tex-language): Display more information | 22 * calc/calc-lang.el (calc-tex-language): Display more information |
4 in messages. | 23 in messages. |
5 | 24 |