aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-04-17 00:04:30 +0300
committerJuri Linkov2019-04-17 00:04:30 +0300
commit6fe81676f314c0ba7ef627e864dea27f57953eec (patch)
tree71163690eff3a2a9d8894b1ee50eb7a895e1c002 /etc
parent292e817aad806cc405bd72ae53eb32281bcc2636 (diff)
downloademacs-6fe81676f314c0ba7ef627e864dea27f57953eec.tar.gz
emacs-6fe81676f314c0ba7ef627e864dea27f57953eec.zip
* etc/NEWS: Mention new xref faces (bug#23179)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 272da3d800b..5e5d942d89a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
707where it was invoked 707where 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
1075available for output of asynchronous shell commands. 1078available for output of asynchronous or remote shell commands.
1076 1079
1077** Pcomplete 1080** Pcomplete
1078 1081