aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorKim F. Storm2004-12-11 00:02:57 +0000
committerKim F. Storm2004-12-11 00:02:57 +0000
commitadf87c293fcc7ca9363b7494c30bc3d0f142c9a2 (patch)
tree2705a3a23783a6524a32692b6565fd8b5e163bce /lispref
parenta71fe68f4951f9de11d79b41e99c8d7938170cae (diff)
downloademacs-adf87c293fcc7ca9363b7494c30bc3d0f142c9a2.tar.gz
emacs-adf87c293fcc7ca9363b7494c30bc3d0f142c9a2.zip
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 2760174636b..a474f828ae4 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,18 @@
12004-12-11 Kim F. Storm <storm@cua.dk>
2
3 * display.texi (Display): Add node "Line Height" to menu.
4 (Line Height): New node. Move full description of line-spacing
5 and line-height text properties here from text.texi.
6 (Scroll Bars): Add vertical-scroll-bar variable.
7
8 * frames.texi (Window Frame Parameters): Remove line-height defvar.
9
10 * locals.texi (Standard Buffer-Local Variables): Fix xref for
11 line-spacing and vertical-scroll-bar.
12
13 * text.texi (Special Properties): Just mention line-spacing and
14 line-height here, add xref to new "Line Height" node.
15
12004-12-09 Thien-Thi Nguyen <ttn@gnu.org> 162004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
2 17
3 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'. 18 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.