# HG changeset patch # User Kim F. Storm # Date 1114986796 0 # Node ID 6eaeb13eb0a9cf13ec75bdcf0ea66037aa46fdc4 # Parent 9730403b7337b2f1e80593095c36414658f57e00 *** empty log message *** diff -r 9730403b7337 -r 6eaeb13eb0a9 lisp/ChangeLog --- a/lisp/ChangeLog Sun May 01 22:19:14 2005 +0000 +++ b/lisp/ChangeLog Sun May 01 22:33:16 2005 +0000 @@ -1,3 +1,7 @@ +2005-05-02 Kim F. Storm + + * emulation/cua-base.el: Fix check for CUA-mode if no init file. + 2005-05-02 Nick Roberts * international/mule-util.el (truncate-string): Remove alias and @@ -23,15 +27,14 @@ 2005-05-01 Dan Nicolaescu * term/xterm.el (function-key-map): Call substitute-key-definition - before the keymap size is increased by a lot of define-key - calls. + before the keymap size is increased by a lot of define-key calls. 2005-05-01 Richard M. Stallman - * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec): + * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec): Rename ARG to ELEMENT. Doc fix. -2005-05-02 Nick Roberts +2005-05-01 Nick Roberts * allout.el (allout-exposure): Remove macro and obsolete declaration. Remove references to allout-exposure/change to allout-new-exposure. diff -r 9730403b7337 -r 6eaeb13eb0a9 src/ChangeLog --- a/src/ChangeLog Sun May 01 22:19:14 2005 +0000 +++ b/src/ChangeLog Sun May 01 22:33:16 2005 +0000 @@ -1,3 +1,8 @@ +2005-05-01 Kim F. Storm + + * xdisp.c (move_it_in_display_line_to): Stop if we move beyond TO_CHARPOS. + This may happen if last glyphs was an image or stretch glyph. + 2005-05-01 Luc Teirlinck * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.