Mercurial > emacs
diff lisp/ChangeLog @ 60484:187f3c8273cc
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 07 Mar 2005 11:12:10 +0000 |
parents | 29c6b4b182a3 |
children | 2e5cfcc774b9 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Mar 07 11:00:25 2005 +0000 +++ b/lisp/ChangeLog Mon Mar 07 11:12:10 2005 +0000 @@ -1,5 +1,14 @@ 2005-03-07 Kim F. Storm <storm@cua.dk> + * simple.el (move-beginning-of-line): New command. + + * bindings.el (global-map): Bind C-a to move-beginning-of-line. + + * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line. + + * emulation/cua-base.el: Put CUA move property on move-end-of-line + and move-beginning-of-line. + * apropos.el (apropos-print): Omit command from M-x ... RET. 2005-03-07 Nick Roberts <nickrob@snap.net.nz>