diff options
| author | Dmitry Gutov | 2019-05-26 00:21:33 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2019-05-26 00:21:33 +0300 |
| commit | 2843945c5fb7179b96bdab71528f57b2e4a30517 (patch) | |
| tree | 8118aa1d7de7cf147f8c8b0e3b02970fe63b2aaa | |
| parent | 5ce082d636a6e321994cc807d3dea9374e17d34b (diff) | |
| download | emacs-2843945c5fb7179b96bdab71528f57b2e4a30517.tar.gz emacs-2843945c5fb7179b96bdab71528f57b2e4a30517.zip | |
; etc/NEWS: Consolidate the Xref entries
| -rw-r--r-- | etc/NEWS | 30 |
1 files changed, 14 insertions, 16 deletions
| @@ -783,6 +783,20 @@ where it was invoked. | |||
| 783 | --- | 783 | --- |
| 784 | *** New xref faces 'xref-file-header', 'xref-line-number', 'xref-match'. | 784 | *** New xref faces 'xref-file-header', 'xref-line-number', 'xref-match'. |
| 785 | 785 | ||
| 786 | *** New variable 'xref-show-definitions-function'. | ||
| 787 | It encapsulates the logic pertinent to showing the result of | ||
| 788 | 'xref-find-definitions'. The user can change it to customize its | ||
| 789 | behavior and the display of results. | ||
| 790 | |||
| 791 | *** Search results show the buffer even for one hit. | ||
| 792 | The search-type Xref commands (e.g. 'xref-find-references' or | ||
| 793 | 'project-find-regexp') now show the results buffer even when there is | ||
| 794 | only one hit. This can be altered by changing | ||
| 795 | 'xref-show-xrefs-function'. | ||
| 796 | |||
| 797 | *** Xref buffers support refreshing the search results. | ||
| 798 | A new command 'xref-refresh-results' is bound to 'g'. | ||
| 799 | |||
| 786 | ** Ecomplete | 800 | ** Ecomplete |
| 787 | 801 | ||
| 788 | *** The ecomplete sorting has changed to a decay-based algorithm. | 802 | *** The ecomplete sorting has changed to a decay-based algorithm. |
| @@ -1464,22 +1478,6 @@ the new variable 'buffer-auto-revert-by-notification' to a non-nil | |||
| 1464 | value. Auto Revert mode can use this information to avoid polling the | 1478 | value. Auto Revert mode can use this information to avoid polling the |
| 1465 | buffer periodically when 'auto-revert-avoid-polling' is non-nil. | 1479 | buffer periodically when 'auto-revert-avoid-polling' is non-nil. |
| 1466 | 1480 | ||
| 1467 | ** Xref | ||
| 1468 | |||
| 1469 | *** New variable 'xref-show-definitions-function'. | ||
| 1470 | It encapsulates the logic pertinent to showing the result of | ||
| 1471 | 'xref-find-definitions'. The user can change it to customize its | ||
| 1472 | behavior and the display of results. | ||
| 1473 | |||
| 1474 | *** Search results show the buffer even for one hit. | ||
| 1475 | The search-type Xref commands (e.g. 'xref-find-references' or | ||
| 1476 | 'project-find-regexp') now show the results buffer even when there is | ||
| 1477 | only one hit. This can be altered by changing | ||
| 1478 | 'xref-show-xrefs-function'. | ||
| 1479 | |||
| 1480 | *** Xref buffers support refreshing the search results. | ||
| 1481 | A new command 'xref-refresh-results' is bound to 'g'. | ||
| 1482 | |||
| 1483 | 1481 | ||
| 1484 | * New Modes and Packages in Emacs 27.1 | 1482 | * New Modes and Packages in Emacs 27.1 |
| 1485 | 1483 | ||