diff options
| author | Dmitry Gutov | 2015-01-20 04:28:50 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2015-01-20 04:32:25 +0200 |
| commit | 05fb53a16c00bd4067ddd6d6a18c6744b91bd1f2 (patch) | |
| tree | 0108806bc4c698f595d4a20fed15ef57afbbeb72 /lisp/ChangeLog | |
| parent | 347e01447194e511daaeee8835bcb86d2505e642 (diff) | |
| download | emacs-05fb53a16c00bd4067ddd6d6a18c6744b91bd1f2.tar.gz emacs-05fb53a16c00bd4067ddd6d6a18c6744b91bd1f2.zip | |
Use etags-goto-tag-location in etags xref backend
* progmodes/etags.el (xref-etags-location): New class.
(xref-make-etags-location): New function.
(etags--xref-find-definitions): Use it.
(xref-location-marker): New method implementation.
* lisp/progmodes/xref.el: Mention that xref-location is an EIEIO class.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b1a3a73864c..3f7182d50dc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2015-01-20 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * progmodes/etags.el (xref-etags-location): New class. | ||
| 4 | (xref-make-etags-location): New function. | ||
| 5 | (etags--xref-find-definitions): Use it. | ||
| 6 | (xref-location-marker): New method implementation. | ||
| 7 | |||
| 8 | * progmodes/xref.el: Mention that xref-location is an EIEIO class. | ||
| 9 | |||
| 1 | 2015-01-19 Dmitry Gutov <dgutov@yandex.ru> | 10 | 2015-01-19 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 11 | ||
| 3 | * ido.el: Update Customization instructions. | 12 | * ido.el: Update Customization instructions. |