summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-05-04 13:45:52 +0000
committerKim F. Storm <storm@cua.dk>2004-05-04 13:45:52 +0000
commitd889010e45a73d1f56f531c2995acafae91ab806 (patch)
tree9a74b805859ddfa621495cd6b061c6de8d59860f /etc
parentf29e7822cb3e9133f9246962697de049cead8f45 (diff)
downloademacs-d889010e45a73d1f56f531c2995acafae91ab806.tar.gz
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS15
1 files changed, 9 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9076e32452d..e29f7996532 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2045,8 +2045,9 @@ properties that control the height of the corresponding display row.
If the line-height property value is 0, the newline does not
contribute to the height of the display row; instead the height of the
-newline glyph is reduced. This can be used to tile small images or
-image slices without adding blank areas between the images.
+newline glyph is reduced. Also, a line-spacing property on this
+newline is ignored. This can be used to tile small images or image
+slices without adding blank areas between the images.
If the line-height property value is a positive integer, the value
specifies the minimum line height in pixels. If necessary, the line
@@ -2065,13 +2066,15 @@ is used as additional pixels to insert after the display line; this
overrides the default frame line-spacing and any buffer local value of
the line-spacing variable.
-If the value is a negative integer, the absolute value is used as the
-total height of the line, i.e. a varying number of pixels are
-inserted after each line to make each line exactly that many pixels high.
-
If the line-spacing property may be a float or cons, the line spacing
is calculated as specified above for the line-height property.
+If the line-spacing value is a cons (total . SPACING) where SPACING is
+any of the forms described above, the value of SPACING is used as the
+total height of the line, i.e. a varying number of pixels are inserted
+after each line to make each line exactly that many pixels high.
+
+
** The buffer local line-spacing variable may now have a float value,
which is used as a height relative to the default frame line height.