changeset 55129:3d63e56c74bc

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sat, 24 Apr 2004 23:42:41 +0000
parents 535ccf62b57f
children c4aac1add82f
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Apr 24 23:42:26 2004 +0000
+++ b/lisp/ChangeLog	Sat Apr 24 23:42:41 2004 +0000
@@ -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.
--- a/src/ChangeLog	Sat Apr 24 23:42:26 2004 +0000
+++ b/src/ChangeLog	Sat Apr 24 23:42:41 2004 +0000
@@ -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.