aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2004-04-24 23:28:37 +0000
committerKim F. Storm2004-04-24 23:28:37 +0000
commit03e35edcfa8ff3794ff6de3c0be0545703d8c8d9 (patch)
treecca8ff10e4809a94dc06b2ac8011115eb0b4bca0 /src/ChangeLog
parentb784bda46b9220a85d7d3e422aa563bf6edc8635 (diff)
downloademacs-03e35edcfa8ff3794ff6de3c0be0545703d8c8d9.tar.gz
emacs-03e35edcfa8ff3794ff6de3c0be0545703d8c8d9.zip
(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. If value is t, adjust ascent and descent to fit current row height. If value is an integer or float, set extra_line_spacing to integer value, or to float value x current line height.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3d4e320b5fb..44772144feb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12004-04-25 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (append_space_for_newline): Rename from append_space.
4 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
5 (x_produce_glyphs): Handle line-spacing property on newline char.
6 If value is t, adjust ascent and descent to fit current row height.
7 If value is an integer or float, set extra_line_spacing to integer
8 value, or to float value x current line height.
9
12004-04-23 Kenichi Handa <handa@m17n.org> 102004-04-23 Kenichi Handa <handa@m17n.org>
2 11
3 * fontset.c (Finternal_char_font): If POSITION is nil, return 12 * fontset.c (Finternal_char_font): If POSITION is nil, return