]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sat, 24 Apr 2004 23:42:41 +0000 (23:42 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 24 Apr 2004 23:42:41 +0000 (23:42 +0000)
lisp/ChangeLog
src/ChangeLog

index c8ffbac18a618d310600ac927c3d3165256cde7d..9efe40650e00a2d64a015ed96ee0ef1ee9fa9de8 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-25  Kim F. Storm  <storm@cua.dk>
+
+       * image.el (insert-sliced-image): Add line-spacing t property
+       to newlines separating image lines.
+
 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
 
        * comint.el (comint-delete-output): Bind inhibit-read-only to t.
index 44772144febd617c22b2ce8a67e4a329eea58e48..56093ed72d3c009c9baff532d65ed492703c926e 100644 (file)
@@ -1,5 +1,9 @@
 2004-04-25  Kim F. Storm  <storm@cua.dk>
 
+       * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
+
+       * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
+
        * xdisp.c (append_space_for_newline): Rename from append_space.
        Remove DEFAULT_FACE_P arg; always use current face.  Callers changed.
        (x_produce_glyphs): Handle line-spacing property on newline char.