aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2004-04-27 07:12:18 +0000
committerJuri Linkov <[email protected]>2004-04-27 07:12:18 +0000
commita6095665e837e1d86945622d61c79f89c73c75b4 (patch)
tree375947eebad48bd2f7639a1c5417fb243a79cdb8
parenteb9828986dd7743b4540697b5755b12da5b291ad (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 309d54e15c..5a3b646bc7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -22,6 +22,8 @@
(info-apropos): Remove middle `.' from index entry regexp.
Add optional line number regexp at the end. Add matched value
for line number to the result list and insert it to the buffer.
+ Replace match-string by match-string-no-properties.
+ Reorder result list.
(Info-fontify-node): Hide index line numbers.
(Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
empty matches.