]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 26 Apr 2004 22:39:49 +0000 (22:39 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 26 Apr 2004 22:39:49 +0000 (22:39 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index f04ff88f2bd124e1f42355ad4b3b299a034c7ea2..55366d09525e959ec4041f6e5687d07a1fe3f83c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2003,7 +2003,7 @@ specifies the minimum line height in pixels.  If necessary, the line
 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
index cba61f06c917532530abaa5839543625739fe897..a364d8e27d53e2a310a990940aef04765ab2b662 100644 (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>
 
        * desktop.el (desktop-buffer-misc-data-function): Rename to
index 6a070bd69e49bfffafec294277db3e2c6cd74d82..568cfa113c4f6ebd71e9cd88800f99f4f9754951 100644 (file)
@@ -1,5 +1,7 @@
 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;