aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2011-09-18 23:14:16 +0300
committerJuri Linkov2011-09-18 23:14:16 +0300
commitd18b513ba78f152ca7c45cf04153c6868972e45e (patch)
tree521139fef5a9fe0e1a6d6b78aaed084983a1df1f /lisp/ChangeLog
parent33ed493bca4647ab949193104d7e49c95c095bc8 (diff)
downloademacs-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/ChangeLog7
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 @@
12011-09-18 Juri Linkov <juri@jurta.org> 12011-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
82011-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