Mercurial > emacs
changeset 61998:6eaeb13eb0a9
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 01 May 2005 22:33:16 +0000 |
parents | 9730403b7337 |
children | b8e64f81f45f |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <storm@cua.dk> + + * emulation/cua-base.el: Fix check for CUA-mode if no init file. + 2005-05-02 Nick Roberts <nickrob@snap.net.nz> * international/mule-util.el (truncate-string): Remove alias and @@ -23,15 +27,14 @@ 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu> * 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 <rms@gnu.org> - * 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 <nickrob@snap.net.nz> +2005-05-01 Nick Roberts <nickrob@snap.net.nz> * allout.el (allout-exposure): Remove macro and obsolete declaration. Remove references to allout-exposure/change to allout-new-exposure.
--- 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 <storm@cua.dk> + + * 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 <teirllm@auburn.edu> * dispnew.c (sit_for): Vexecuting_macro -> Vexecuting_kbd_macro.