1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-27 19:31:38 +00:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2004-04-26 22:39:49 +00:00
parent 7293ac2984
commit 360fe9d22b
3 changed files with 8 additions and 1 deletions

View File

@ -2003,7 +2003,7 @@ specifies the minimum line height in pixels. If necessary, the line
height it increased by increasing the line's ascent. height it increased by increasing the line's ascent.
If the line-height property value is a float, the minimum line height If the line-height property value is a float, the minimum line height
is calculated by multiplying the current height of the display row by is calculated by multiplying the height of the current face font by
the given value. the given value.
If the line-height property value is t, the minimum line height is If the line-height property value is t, the minimum line height is

View File

@ -1,3 +1,8 @@
2004-04-27 Kim F. Storm <storm@cua.dk>
* image.el (insert-sliced-image): Use line-height instead of
line-spacing property on newline.
2004-04-26 Lars Hansen <larsh@math.ku.dk> 2004-04-26 Lars Hansen <larsh@math.ku.dk>
* desktop.el (desktop-buffer-misc-data-function): Rename to * desktop.el (desktop-buffer-misc-data-function): Rename to

View File

@ -1,5 +1,7 @@
2004-04-27 Kim F. Storm <storm@cua.dk> 2004-04-27 Kim F. Storm <storm@cua.dk>
* dispextern.h (struct it): New member use_default_face.
* xdisp.c (Qline_height): New variable. * xdisp.c (Qline_height): New variable.
(syms_of_xdisp): Intern and staticpro it. (syms_of_xdisp): Intern and staticpro it.
(append_space_for_newline): Partially undo 2004-04-25 change; (append_space_for_newline): Partially undo 2004-04-25 change;