From: Kim F. Storm Date: Mon, 7 Mar 2005 11:12:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~1908 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a54595d40e7716d7da89e8fe10160af452c230d4;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a11e12305fc..2ee4f48fac2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,14 @@ 2005-03-07 Kim F. Storm + * 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 diff --git a/src/ChangeLog b/src/ChangeLog index f98453efab8..54abf51d087 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2005-03-07 Kim F. Storm + * blockinput.h (TOTALLY_UNBLOCK_INPUT): Avoid dangling else. + * xdisp.c (notice_overwritten_cursor): Check that phys_cursor.vpos is valid. If not, clear phys_cursor_on_p and return.