Mercurial > emacs
comparison lisp/ChangeLog @ 31668:b03eb505de09
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 17 Sep 2000 17:05:15 +0000 |
parents | 91f4f31f58f2 |
children | a442bf280b14 |
comparison
equal
deleted
inserted
replaced
31667:f5000d258412 | 31668:b03eb505de09 |
---|---|
1 2000-09-18 Miles Bader <miles@gnu.org> | 1 2000-09-18 Miles Bader <miles@gnu.org> |
2 | |
3 * info.el (info-node, info-xref): Add dark-background variants. | |
2 | 4 |
3 * faces.el (header-line): Change defaults to be less confusing | 5 * faces.el (header-line): Change defaults to be less confusing |
4 when mixed with mode-lines. | 6 when mixed with mode-lines. |
5 | 7 |
6 * info.el (Info-fontify-node): Make a few cleanups. | 8 * info.el (Info-fontify-node): Make a few cleanups. |
7 Add extra `help-echo' and `local-map' props to node xrefs. | 9 Add extra `help-echo' and `local-map' props to node xrefs. |
8 Use header-specific faces for node-names & xrefs. | 10 Use header-specific faces for node-names & xrefs. |
9 (Info-use-header-line): New variable. | 11 (Info-use-header-line): New variable. |
10 (info-header, info-header-xref, info-header-node): New faces. | 12 (info-header-xref, info-header-node): New faces. |
11 (Info-setup-header-line): New function. | 13 (Info-setup-header-line): New function. |
12 (Info-select-node): Call Info-setup-header-line when enabled. | 14 (Info-select-node): Call Info-setup-header-line when enabled. |
13 (Info-extract-pointer): Work even if the header line is hidden. | 15 (Info-extract-pointer): Work even if the header line is hidden. |
14 (Info-header-line): New variable. | 16 (Info-header-line): New variable. |
15 | 17 |