comparison lisp/ChangeLog @ 55181:eb9a17931118

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Tue, 27 Apr 2004 07:12:18 +0000
parents 7158994b27cb
children 72e94ca8d8d4 1a68e4b22355
comparison
equal deleted inserted replaced
55180:7158994b27cb 55181:eb9a17931118
20 Modify line number regexp. 20 Modify line number regexp.
21 (Info-index-next): Decrement line number. 21 (Info-index-next): Decrement line number.
22 (info-apropos): Remove middle `.' from index entry regexp. 22 (info-apropos): Remove middle `.' from index entry regexp.
23 Add optional line number regexp at the end. Add matched value 23 Add optional line number regexp at the end. Add matched value
24 for line number to the result list and insert it to the buffer. 24 for line number to the result list and insert it to the buffer.
25 Replace match-string by match-string-no-properties.
26 Reorder result list.
25 (Info-fontify-node): Hide index line numbers. 27 (Info-fontify-node): Hide index line numbers.
26 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim 28 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
27 empty matches. 29 empty matches.
28 (Info-follow-reference): Use `str' instead of 30 (Info-follow-reference): Use `str' instead of
29 Info-following-node-name-re. 31 Info-following-node-name-re.