From: Kim F. Storm Date: Sun, 1 May 2005 22:33:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~601 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c2e5a5e28e0513453555a0083dfd849cd1bdc69;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index abe869033c5..7e5d4ac0148 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index b0a2f344e2e..15671e0b38a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.