Mercurial > emacs
changeset 31668:b03eb505de09
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 17 Sep 2000 17:05:15 +0000 |
parents | f5000d258412 |
children | ec8ce5820488 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Sep 17 17:04:02 2000 +0000 +++ b/lisp/ChangeLog Sun Sep 17 17:05:15 2000 +0000 @@ -1,5 +1,7 @@ 2000-09-18 Miles Bader <miles@gnu.org> + * info.el (info-node, info-xref): Add dark-background variants. + * faces.el (header-line): Change defaults to be less confusing when mixed with mode-lines. @@ -7,7 +9,7 @@ Add extra `help-echo' and `local-map' props to node xrefs. Use header-specific faces for node-names & xrefs. (Info-use-header-line): New variable. - (info-header, info-header-xref, info-header-node): New faces. + (info-header-xref, info-header-node): New faces. (Info-setup-header-line): New function. (Info-select-node): Call Info-setup-header-line when enabled. (Info-extract-pointer): Work even if the header line is hidden.