diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c8ffbac18a6..9efe40650e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-04-25 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * image.el (insert-sliced-image): Add line-spacing t property | ||
| 4 | to newlines separating image lines. | ||
| 5 | |||
| 1 | 2004-04-24 Luc Teirlinck <teirllm@auburn.edu> | 6 | 2004-04-24 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 7 | ||
| 3 | * comint.el (comint-delete-output): Bind inhibit-read-only to t. | 8 | * comint.el (comint-delete-output): Bind inhibit-read-only to t. |
diff --git a/src/ChangeLog b/src/ChangeLog index 44772144feb..56093ed72d3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2004-04-25 Kim F. Storm <storm@cua.dk> | 1 | 2004-04-25 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines. | ||
| 4 | |||
| 5 | * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines. | ||
| 6 | |||
| 3 | * xdisp.c (append_space_for_newline): Rename from append_space. | 7 | * xdisp.c (append_space_for_newline): Rename from append_space. |
| 4 | Remove DEFAULT_FACE_P arg; always use current face. Callers changed. | 8 | Remove DEFAULT_FACE_P arg; always use current face. Callers changed. |
| 5 | (x_produce_glyphs): Handle line-spacing property on newline char. | 9 | (x_produce_glyphs): Handle line-spacing property on newline char. |