Mercurial > emacs
comparison etc/NEWS @ 55130:c4aac1add82f
New line-spacing property on newlines.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 25 Apr 2004 00:42:22 +0000 |
parents | 224d1d1861bb |
children | 792257ac0c03 |
comparison
equal
deleted
inserted
replaced
55129:3d63e56c74bc | 55130:c4aac1add82f |
---|---|
1986 specify image slice (X Y WIDTH HEIGHT). | 1986 specify image slice (X Y WIDTH HEIGHT). |
1987 | 1987 |
1988 *** New function insert-sliced-image inserts a given image as a | 1988 *** New function insert-sliced-image inserts a given image as a |
1989 specified number of evenly sized slices (rows x columns). | 1989 specified number of evenly sized slices (rows x columns). |
1990 | 1990 |
1991 *** Trailing newlines no longer contribute to the height of a display | 1991 ** New line-spacing property for newline characters |
1992 row; instead the height of the newline glyph is reduced. This allows | 1992 |
1993 sliced images to use a height less than the default line height. | 1993 A newline may now have a line-spacing text property, that may be used |
1994 to control the height of the corresponding display row. | |
1995 | |
1996 If the property value is t, the newline does not contribute to the | |
1997 height of the display row; instead the height of the newline glyph is | |
1998 reduced. This can be used to tile small images or image slices | |
1999 without adding blank areas between the images. | |
2000 | |
2001 If the property value is an integer, the value is used as additional | |
2002 space to put after the display line; this overrides the default frame | |
2003 line-spacing and any buffer local value of the line-spacing variable. | |
2004 | |
2005 If the property value is a float, the value is multiplied by the | |
2006 current height of the display row to determine the additional space | |
2007 to put after the display line. | |
1994 | 2008 |
1995 ** Enhancements to stretch display properties | 2009 ** Enhancements to stretch display properties |
1996 | 2010 |
1997 The display property stretch specification form `(space PROPS)', where | 2011 The display property stretch specification form `(space PROPS)', where |
1998 PROPS is a property list now allows pixel based width and height | 2012 PROPS is a property list now allows pixel based width and height |