diff options
| author | Eli Zaretskii | 2016-01-09 22:05:41 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-01-09 22:05:41 +0200 |
| commit | c7dff677ca31312931b9b46188f076e2204e026b (patch) | |
| tree | ffedfa4f6f1474e844bb7a11bf684b52ffa592f9 | |
| parent | cc140bcec665163790a8a15845f16dca39525425 (diff) | |
| download | emacs-c7dff677ca31312931b9b46188f076e2204e026b.tar.gz emacs-c7dff677ca31312931b9b46188f076e2204e026b.zip | |
; * etc/NEWS: Fix the Xref entries that got separated.
| -rw-r--r-- | etc/NEWS | 26 |
1 files changed, 14 insertions, 12 deletions
| @@ -961,6 +961,20 @@ As a result of this, the following commands are now obsolete: | |||
| 961 | `find-tag-other-window', `find-tag-other-frame', `find-tag-regexp', | 961 | `find-tag-other-window', `find-tag-other-frame', `find-tag-regexp', |
| 962 | `tags-apropos', and `tags-loop-continue'. | 962 | `tags-apropos', and `tags-loop-continue'. |
| 963 | 963 | ||
| 964 | +++ | ||
| 965 | *** New variables | ||
| 966 | |||
| 967 | `find-tag-marker-ring-length' is now an obsolete alias for | ||
| 968 | `xref-marker-ring-length'. `find-tag-marker-ring' is now an obsolete | ||
| 969 | alias for a private variable. `xref-push-marker-stack' and | ||
| 970 | `xref-pop-marker-stack' should be used instead to manipulate the stack | ||
| 971 | of searches for definitions. | ||
| 972 | |||
| 973 | --- | ||
| 974 | *** `xref-find-definitions' and `describe-function' now display | ||
| 975 | information about mode local overrides (defined by cedet/mode-local.el | ||
| 976 | `define-overloadable-function' `define-mode-local-overrides'). | ||
| 977 | |||
| 964 | The framework's Lisp API is still experimental and can change in major, | 978 | The framework's Lisp API is still experimental and can change in major, |
| 965 | backward-incompatible ways. | 979 | backward-incompatible ways. |
| 966 | 980 | ||
| @@ -973,18 +987,6 @@ with projects. The main commands included in it are | |||
| 973 | 987 | ||
| 974 | The Lisp API of this package is still experimental. | 988 | The Lisp API of this package is still experimental. |
| 975 | 989 | ||
| 976 | *** New variables | ||
| 977 | |||
| 978 | `find-tag-marker-ring-length' is now an obsolete alias for | ||
| 979 | `xref-marker-ring-length'. `find-tag-marker-ring' is now an obsolete | ||
| 980 | alias for a private variable. `xref-push-marker-stack' and | ||
| 981 | `xref-pop-marker-stack' should be used to mutate it instead. | ||
| 982 | |||
| 983 | --- | ||
| 984 | *** `xref-find-definitions' and `describe-function' now display | ||
| 985 | information about mode local overrides (defined by cedet/mode-local.el | ||
| 986 | `define-overloadable-function' `define-mode-local-overrides'). | ||
| 987 | |||
| 988 | ** EUDC | 990 | ** EUDC |
| 989 | EUDC's LDAP backend has been improved. | 991 | EUDC's LDAP backend has been improved. |
| 990 | 992 | ||