diff options
| author | Kim F. Storm | 2004-04-24 23:42:41 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-04-24 23:42:41 +0000 |
| commit | 9ff3aa31d3094ac89aac91ef9234ebfc2a11ac93 (patch) | |
| tree | abfbb24033f75d0e0f951d28bca4d63d5cd2ca85 /src/ChangeLog | |
| parent | 5970dbf71ed191b913bc95dec2c7534165d2bfb7 (diff) | |
| download | emacs-9ff3aa31d3094ac89aac91ef9234ebfc2a11ac93.tar.gz emacs-9ff3aa31d3094ac89aac91ef9234ebfc2a11ac93.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
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. |