comparison etc/NEWS @ 29151:fa8f476affa7

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 24 May 2000 13:10:23 +0000
parents ba9cfbfc601e
children b66d0d26dfb2
comparison
equal deleted inserted replaced
29150:0398ec3316c5 29151:fa8f476affa7
1800 1800
1801 *** There is a new variable `strings-consed' holding the number of 1801 *** There is a new variable `strings-consed' holding the number of
1802 strings that have been consed so far. 1802 strings that have been consed so far.
1803 1803
1804 1804
1805 * Lisp-level Display features added after release 2.6 of the Emacs
1806 Lisp Manual
1807
1808 ** Image specifications may contain the property `:ascent center'.
1809
1810 When this property is specified, the image is vertically centered
1811 around a centerline which would be the vertical center of text drawn
1812 at the position of the image, in the manner specified by the text
1813 properties and overlays that apply to the image.
1814
1815
1805 * New Lisp-level Display features in Emacs 21.1 1816 * New Lisp-level Display features in Emacs 21.1
1806 1817
1807 Note that +++ before an item means the Lisp manual has been updated. 1818 Note that +++ before an item means the Lisp manual has been updated.
1808 --- means that I have decided it does not need to be in the Lisp manual. 1819 --- means that I have decided it does not need to be in the Lisp manual.
1809 When you add a new item, please add it without either +++ or --- 1820 When you add a new item, please add it without either +++ or ---
2332 to use for its ascent. 2343 to use for its ascent.
2333 2344
2334 If not specified, ASCENT defaults to the value 50 which means that the 2345 If not specified, ASCENT defaults to the value 50 which means that the
2335 image will be centered with the base line of the row it appears in. 2346 image will be centered with the base line of the row it appears in.
2336 2347
2337 If ASCENT is `center' the image is vertically centered with text drawn 2348 If ASCENT is `center' the image is vertically centered around a
2338 in the same face as the image. The point the image is aligned with is 2349 centerline which is the vertical center of text drawn at the position
2339 the middle of the height of the face's font. That point is usually 2350 of the image, in the manner specified by the text properties and
2340 different from the font's base line. 2351 overlays that apply to the image.
2341 2352
2342 `:margin MARGIN' 2353 `:margin MARGIN'
2343 2354
2344 MARGIN must be a number >= 0 specifying how many pixels to put as 2355 MARGIN must be a number >= 0 specifying how many pixels to put as
2345 margin around the image. Default is 0. 2356 margin around the image. Default is 0.