diff options
| author | Juri Linkov | 2011-09-18 23:14:16 +0300 |
|---|---|---|
| committer | Juri Linkov | 2011-09-18 23:14:16 +0300 |
| commit | d18b513ba78f152ca7c45cf04153c6868972e45e (patch) | |
| tree | 521139fef5a9fe0e1a6d6b78aaed084983a1df1f /lisp/ChangeLog | |
| parent | 33ed493bca4647ab949193104d7e49c95c095bc8 (diff) | |
| download | emacs-d18b513ba78f152ca7c45cf04153c6868972e45e.tar.gz emacs-d18b513ba78f152ca7c45cf04153c6868972e45e.zip | |
* lisp/info.el (Info-extract-menu-node-name): Check the second match
for empty string (second test-case of bug#9528).
(Info-last-preorder): Let-bind `Info-history' to nil to not add
intermediate nodes to the history (first test-case of bug#9528).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cdcd33877f9..b820fc24d51 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2011-09-18 Juri Linkov <juri@jurta.org> | 1 | 2011-09-18 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * info.el (Info-extract-menu-node-name): Check the second match | ||
| 4 | for empty string (second test-case of bug#9528). | ||
| 5 | (Info-last-preorder): Let-bind `Info-history' to nil to not add | ||
| 6 | intermediate nodes to the history (first test-case of bug#9528). | ||
| 7 | |||
| 8 | 2011-09-18 Juri Linkov <juri@jurta.org> | ||
| 9 | |||
| 3 | * info.el (Info-mode-syntax-table): New variable. | 10 | * info.el (Info-mode-syntax-table): New variable. |
| 4 | (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. (Bug#3312) | 11 | (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. (Bug#3312) |
| 5 | 12 | ||