From: Kim F. Storm Date: Thu, 30 Dec 2004 18:02:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~3047 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=33b2f4eaacc5123d6db8b2fab3ff012292964120;p=emacs.git *** empty log message *** --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 7ed6bea903e..c245d26870d 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,10 @@ +2004-12-30 Kim F. Storm + + * display.texi (Line Height): Total line-height is now specified + in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO) + in cons cells. (nil . RATIO) is relative to actual line height. + Use line-height `t' instead of `0' to get minimum height. + 2004-12-29 Richard M. Stallman * os.texi (Timers): Discuss timers vs editing the buffer and undo. diff --git a/src/ChangeLog b/src/ChangeLog index 7b6264a3295..d7de3c33be2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -6,7 +6,7 @@ (x_produce_glyphs): Use them to handle line-height and line-spacing according to new height spec. (Qtotal): Remove. - (syms_of_xdisp): Remove defsubr and intern for Qtotal. + (syms_of_xdisp): Remove intern and staticpro for Qtotal. 2004-12-30 Kenichi Handa