height it increased by increasing the line's ascent.
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.
If the line-height property value is t, the minimum line height is
+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>
* desktop.el (desktop-buffer-misc-data-function): Rename to
2004-04-27 Kim F. Storm <storm@cua.dk>
+ * dispextern.h (struct it): New member use_default_face.
+
* xdisp.c (Qline_height): New variable.
(syms_of_xdisp): Intern and staticpro it.
(append_space_for_newline): Partially undo 2004-04-25 change;