# HG changeset patch # User Kim F. Storm # Date 1110193930 0 # Node ID 187f3c8273cc736befa57ffb91256ef17defd148 # Parent 182ac86fdef1e4fcfe6d4d32d41fc29082ef77c6 *** empty log message *** diff -r 182ac86fdef1 -r 187f3c8273cc lisp/ChangeLog --- 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 + * 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 -r 182ac86fdef1 -r 187f3c8273cc src/ChangeLog --- a/src/ChangeLog Mon Mar 07 11:00:25 2005 +0000 +++ b/src/ChangeLog Mon Mar 07 11:12:10 2005 +0000 @@ -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.