diff options
| author | Juri Linkov | 2013-01-08 02:28:55 +0200 |
|---|---|---|
| committer | Juri Linkov | 2013-01-08 02:28:55 +0200 |
| commit | 8a2e287c26d7bd115be088aa03a3a332b44c7e78 (patch) | |
| tree | 040634858b662402d8030194812e37ec3d0b32f9 /lisp/ChangeLog | |
| parent | c6a22ce23dad655c84f95bad1ed5191c2682f74e (diff) | |
| download | emacs-8a2e287c26d7bd115be088aa03a3a332b44c7e78.tar.gz emacs-8a2e287c26d7bd115be088aa03a3a332b44c7e78.zip | |
* lisp/info.el (Info-read-node-name-2): Don't duplicate suffixes for single completion.
(info--manual-names): Expand node completions into an explicit list
before appending it to another list. Filter out internal buffers
with the leading space in the buffer name. (Bug#10771)
Fixes: debbugs:12456
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9b30294e65a..1a5a93861fb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2013-01-08 Juri Linkov <juri@jurta.org> | 1 | 2013-01-08 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * info.el (Info-read-node-name-2): Don't duplicate suffixes for | ||
| 4 | single completion. (Bug#12456) | ||
| 5 | (info--manual-names): Expand node completions into an explicit list | ||
| 6 | before appending it to another list. Filter out internal buffers | ||
| 7 | with the leading space in the buffer name. (Bug#10771) | ||
| 8 | |||
| 9 | 2013-01-08 Juri Linkov <juri@jurta.org> | ||
| 10 | |||
| 3 | * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME) | 11 | * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME) |
| 4 | that defaults to the Top node. | 12 | that defaults to the Top node. |
| 5 | (Info-goto-node, Info-read-node-name): Doc fix to mention that | 13 | (Info-goto-node, Info-read-node-name): Doc fix to mention that |