aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2004-12-30 18:01:43 +0000
committerKim F. Storm2004-12-30 18:01:43 +0000
commit1225f637fbc401bc87d78338f3565d95f6cdd582 (patch)
tree962dadc1f9c6f5bff07db2f1312c97d91759eeef /src/ChangeLog
parent922e9c189f753d8b4e263da01aa1659f6a37711c (diff)
downloademacs-1225f637fbc401bc87d78338f3565d95f6cdd582.tar.gz
emacs-1225f637fbc401bc87d78338f3565d95f6cdd582.zip
(Line Height): Total line-height is now specified
in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO) in cons cells. (nil . RATIO) is relative to actual line height. Use line-height `t' instead of `0' to get minimum height.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index eabe023a24e..7b6264a3295 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12004-12-30 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (get_line_height_property): New function extracted from
4 original calc_line_height_property.
5 (calc_line_height_property): Rework. Handle t and (nil . ratio).
6 (x_produce_glyphs): Use them to handle line-height and
7 line-spacing according to new height spec.
8 (Qtotal): Remove.
9 (syms_of_xdisp): Remove defsubr and intern for Qtotal.
10
12004-12-30 Kenichi Handa <handa@m17n.org> 112004-12-30 Kenichi Handa <handa@m17n.org>
2 12
3 * fileio.c (Finsert_file_contents): Don't use 13 * fileio.c (Finsert_file_contents): Don't use