diff options
| author | Kim F. Storm | 2004-12-14 12:17:04 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-12-14 12:17:04 +0000 |
| commit | 5b631efcca1d76407a069e63f703339505dd01bc (patch) | |
| tree | fe5d6f0bfa37eeb04fb942e7f47e9556246ab2a7 | |
| parent | 734c576596678065b39591128d88609bc6fc5aad (diff) | |
| download | emacs-5b631efcca1d76407a069e63f703339505dd01bc.tar.gz emacs-5b631efcca1d76407a069e63f703339505dd01bc.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9412582379..535c48393f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2004-12-14 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * simple.el (inhibit-mark-movement): Remove defvar. | ||
| 4 | (beginning-of-buffer, end-of-buffer): Don't use it. | ||
| 5 | |||
| 6 | * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): Don't | ||
| 7 | use inhibit-mark-movement. | ||
| 8 | |||
| 9 | * emulation/cua-base.el (cua--preserve-mark-commands): Remove. | ||
| 10 | (cua--undo-push-mark): Remove. | ||
| 11 | (cua--pre-command-handler, cua--post-command-handler): Don't | ||
| 12 | fiddle with inhibit-mark-movement. | ||
| 13 | |||
| 1 | 2004-12-14 Juri Linkov <juri@jurta.org> | 14 | 2004-12-14 Juri Linkov <juri@jurta.org> |
| 2 | 15 | ||
| 3 | * buff-menu.el (list-buffers-noselect): Collect internal info | 16 | * buff-menu.el (list-buffers-noselect): Collect internal info |