diff options
| author | Kim F. Storm | 2003-01-25 11:41:58 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-01-25 11:41:58 +0000 |
| commit | d6f9ff152a19d0359a108088200fcbdaa0da5b3b (patch) | |
| tree | d5a66033a3a0b3867251b2cf87eb49a9478f06e7 /lisp/ChangeLog | |
| parent | 7a2fe6fa6a2711498c751fb641b1db5bc51d19e1 (diff) | |
| download | emacs-d6f9ff152a19d0359a108088200fcbdaa0da5b3b.tar.gz emacs-d6f9ff152a19d0359a108088200fcbdaa0da5b3b.zip | |
* emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
only needed when the region is active. This also makes the output
from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bfe0c092b4f..16cf0bac0da 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2003-01-25 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c | ||
| 4 | bindings from cua--cua-keys-keymap to cua--region-keymap, as they are | ||
| 5 | only needed when the region is active. This also makes the output | ||
| 6 | from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings). | ||
| 7 | |||
| 1 | 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu> | 8 | 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu> |
| 2 | 9 | ||
| 3 | * ediff.el (ediff-revision): better defaults. | 10 | * ediff.el (ediff-revision): better defaults. |
| @@ -10,12 +17,10 @@ | |||
| 10 | * info.el (Info-extract-menu-node-name): When looking for end of menu | 17 | * info.el (Info-extract-menu-node-name): When looking for end of menu |
| 11 | item, don't stop at first ":"; instead, continue until trailing | 18 | item, don't stop at first ":"; instead, continue until trailing |
| 12 | context is either a space or newline. | 19 | context is either a space or newline. |
| 13 | (Info-complete-menu-item): Change var `pattern' to allow ":" in menu | 20 | (Info-complete-menu-item): Var `pattern': allow ":" in menu item. |
| 14 | item. | ||
| 15 | (Info-menu): Likewise, for regexp used in backwards search. | 21 | (Info-menu): Likewise, for regexp used in backwards search. |
| 16 | (Info-try-follow-nearest-node): Remove case added in previous edit. | 22 | (Info-try-follow-nearest-node): Remove case added in previous edit. |
| 17 | Instead, change the regexp in the following case to allow ":" in menu | 23 | Change regexp in the following case to allow ":" in menu item. |
| 18 | item. | ||
| 19 | (Info-fontify-node): Fix bug: Handle `next-property-change' returning | 24 | (Info-fontify-node): Fix bug: Handle `next-property-change' returning |
| 20 | point-max as "hasn't already been done". | 25 | point-max as "hasn't already been done". |
| 21 | 26 | ||