+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
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.
+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.