diff options
| author | Juri Linkov | 2019-04-17 00:04:30 +0300 |
|---|---|---|
| committer | Juri Linkov | 2019-04-17 00:04:30 +0300 |
| commit | 6fe81676f314c0ba7ef627e864dea27f57953eec (patch) | |
| tree | 71163690eff3a2a9d8894b1ee50eb7a895e1c002 /etc | |
| parent | 292e817aad806cc405bd72ae53eb32281bcc2636 (diff) | |
| download | emacs-6fe81676f314c0ba7ef627e864dea27f57953eec.tar.gz emacs-6fe81676f314c0ba7ef627e864dea27f57953eec.zip | |
* etc/NEWS: Mention new xref faces (bug#23179)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -706,6 +706,9 @@ if set before 'xref.el' was loaded. | |||
| 706 | *** xref-find-definitions now sets the mark at the buffer position | 706 | *** xref-find-definitions now sets the mark at the buffer position |
| 707 | where it was invoked | 707 | where it was invoked |
| 708 | 708 | ||
| 709 | --- | ||
| 710 | *** New xref faces 'xref-file-header', 'xref-line-number', 'xref-match' | ||
| 711 | |||
| 709 | ** Ecomplete | 712 | ** Ecomplete |
| 710 | 713 | ||
| 711 | *** The ecomplete sorting has changed to a decay-based algorithm. | 714 | *** The ecomplete sorting has changed to a decay-based algorithm. |
| @@ -1072,7 +1075,7 @@ variable for remote shells. It still defaults to "/bin/sh". | |||
| 1072 | 1075 | ||
| 1073 | --- | 1076 | --- |
| 1074 | *** 'shell-command-width' defines the number of display columns | 1077 | *** 'shell-command-width' defines the number of display columns |
| 1075 | available for output of asynchronous shell commands. | 1078 | available for output of asynchronous or remote shell commands. |
| 1076 | 1079 | ||
| 1077 | ** Pcomplete | 1080 | ** Pcomplete |
| 1078 | 1081 | ||