*** empty log message ***
This commit is contained in:
parent
99c71e5140
commit
33b2f4eaac
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2004-12-30 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* 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 <rms@gnu.org>
|
||||
|
||||
* os.texi (Timers): Discuss timers vs editing the buffer and undo.
|
||||
|
|
|
@ -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 <handa@m17n.org>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue