# HG changeset patch # User Gerd Moellmann # Date 957298357 0 # Node ID b69d5f20b837881387a7d4bce33b1f5ef8ba54ed # Parent b4439d3505f363b505a05244d47455a79eddd4d1 *** empty log message *** diff -r b4439d3505f3 -r b69d5f20b837 etc/NEWS --- a/etc/NEWS Tue May 02 20:09:21 2000 +0000 +++ b/etc/NEWS Tue May 02 20:12:37 2000 +0000 @@ -2273,8 +2273,17 @@ `:ascent ASCENT' -ASCENT must be a number in the range 0..100, and specifies the percentage -of the image's height to use for its ascent. Default is 50. +ASCENT must be a number in the range 0..100, or the symbol `center'. +If it is a number, it specifies the percentage of the image's height +to use for its ascent. + +If not specified, ASCENT defaults to the value 50 which means that the +image will be centered with the base line of the row it appears in. + +If ASCENT is `center' the image is vertically centered with text drawn +in the same face as the image. The point the image is aligned with is +the middle of the height of the face's font. That point is usually +different from the font's base line. `:margin MARGIN' diff -r b4439d3505f3 -r b69d5f20b837 lisp/ChangeLog --- a/lisp/ChangeLog Tue May 02 20:09:21 2000 +0000 +++ b/lisp/ChangeLog Tue May 02 20:12:37 2000 +0000 @@ -1,5 +1,8 @@ 2000-05-02 Gerd Moellmann + * files.el (recover-session): Make directories as necessary + if they don't exist yet. + * calendar/cal-french.el (french-calendar-multibyte-special-days-array) (french-calendar-special-days-array): Change French text. diff -r b4439d3505f3 -r b69d5f20b837 src/ChangeLog Binary file src/ChangeLog has changed