diff options
| author | Dmitry Gutov | 2015-01-22 04:09:23 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2015-01-22 04:09:23 +0200 |
| commit | a17a5daebf50f9abd00341f606eae8aff73e9737 (patch) | |
| tree | d42c0858004b01546840786df952b02f468f407b /lisp/ChangeLog | |
| parent | 20f66485526b69eb26f2e70bd835a5e1333559d5 (diff) | |
| download | emacs-a17a5daebf50f9abd00341f606eae8aff73e9737.tar.gz emacs-a17a5daebf50f9abd00341f606eae8aff73e9737.zip | |
xref: Input history and minor tweaks
* lisp/progmodes/xref.el (xref--current): Rename from `xref--selected'.
(xref--inhibit-mark-current): Rename from
`xref--inhibit-mark-selected'. Update the usages.
(xref-quit): Reword the docstring. Kill buffers after quitting
windows instead of before.
(xref--insert-xrefs): Tweak help-echo.
(xref--read-identifier-history, xref--read-pattern-history):
New variables.
(xref--read-identifier, xref-find-apropos): Use them.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7aa66bf9ad5..9b50a66a39d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2015-01-22 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * progmodes/xref.el (xref--current): Rename from `xref--selected'. | ||
| 4 | (xref--inhibit-mark-current): Rename from | ||
| 5 | `xref--inhibit-mark-selected'. Update the usages. | ||
| 6 | (xref-quit): Reword the docstring. Kill buffers after quitting | ||
| 7 | windows instead of before. | ||
| 8 | (xref--insert-xrefs): Tweak help-echo. | ||
| 9 | (xref--read-identifier-history, xref--read-pattern-history): | ||
| 10 | New variables. | ||
| 11 | (xref--read-identifier, xref-find-apropos): Use them. | ||
| 12 | |||
| 1 | 2015-01-21 Ulrich Müller <ulm@gentoo.org> | 13 | 2015-01-21 Ulrich Müller <ulm@gentoo.org> |
| 2 | 14 | ||
| 3 | * play/gamegrid.el (gamegrid-add-score-with-update-game-score): | 15 | * play/gamegrid.el (gamegrid-add-score-with-update-game-score): |