From: Juri Linkov Date: Tue, 27 Apr 2004 07:12:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~6565 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6095665e837e1d86945622d61c79f89c73c75b4;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 309d54e15c5..5a3b646bc72 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.