diff options
| -rw-r--r-- | lispref/ChangeLog | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 7ed6bea903e..c245d26870d 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2004-12-30 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * display.texi (Line Height): Total line-height is now specified | ||
| 4 | in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO) | ||
| 5 | in cons cells. (nil . RATIO) is relative to actual line height. | ||
| 6 | Use line-height `t' instead of `0' to get minimum height. | ||
| 7 | |||
| 1 | 2004-12-29 Richard M. Stallman <rms@gnu.org> | 8 | 2004-12-29 Richard M. Stallman <rms@gnu.org> |
| 2 | 9 | ||
| 3 | * os.texi (Timers): Discuss timers vs editing the buffer and undo. | 10 | * 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 @@ | |||
| 6 | (x_produce_glyphs): Use them to handle line-height and | 6 | (x_produce_glyphs): Use them to handle line-height and |
| 7 | line-spacing according to new height spec. | 7 | line-spacing according to new height spec. |
| 8 | (Qtotal): Remove. | 8 | (Qtotal): Remove. |
| 9 | (syms_of_xdisp): Remove defsubr and intern for Qtotal. | 9 | (syms_of_xdisp): Remove intern and staticpro for Qtotal. |
| 10 | 10 | ||
| 11 | 2004-12-30 Kenichi Handa <handa@m17n.org> | 11 | 2004-12-30 Kenichi Handa <handa@m17n.org> |
| 12 | 12 | ||