# HG changeset patch # User Juri Linkov # Date 1083049938 0 # Node ID eb9a17931118e6d7bb387982a3b4c53a4cd47986 # Parent 7158994b27cbba6c768d91c6f6f3220967f51ef1 *** empty log message *** diff -r 7158994b27cb -r eb9a17931118 lisp/ChangeLog --- a/lisp/ChangeLog Tue Apr 27 06:52:35 2004 +0000 +++ b/lisp/ChangeLog Tue Apr 27 07:12:18 2004 +0000 @@ -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.