]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 1 May 2005 22:33:16 +0000 (22:33 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 1 May 2005 22:33:16 +0000 (22:33 +0000)
lisp/ChangeLog
src/ChangeLog

index abe869033c567d6ad5f057b7be83e0b9cd8eec6e..7e5d4ac0148d273632e2bd542201294aec9b2445 100644 (file)
@@ -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
 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.
index b0a2f344e2ed736e25e1b84b3ea52ea9a6f282ad..15671e0b38a0ba9fcbc516cdaa48d1ed48094a41 100644 (file)
@@ -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.