aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2015-01-22 04:09:23 +0200
committerDmitry Gutov2015-01-22 04:09:23 +0200
commita17a5daebf50f9abd00341f606eae8aff73e9737 (patch)
treed42c0858004b01546840786df952b02f468f407b /lisp/ChangeLog
parent20f66485526b69eb26f2e70bd835a5e1333559d5 (diff)
downloademacs-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/ChangeLog12
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 @@
12015-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
12015-01-21 Ulrich Müller <ulm@gentoo.org> 132015-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):