From a54595d40e7716d7da89e8fe10160af452c230d4 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 7 Mar 2005 11:12:10 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 9 +++++++++ src/ChangeLog | 2 ++ 2 files changed, 11 insertions(+) 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. -- 2.39.2