*** empty log message ***

This commit is contained in:
Kim F. Storm 2004-04-24 23:42:41 +00:00
parent 5970dbf71e
commit 9ff3aa31d3
2 changed files with 9 additions and 0 deletions

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

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