# HG changeset patch # User Thien-Thi Nguyen # Date 1043462712 0 # Node ID 5c89d088d7377718e7a4e85787393356c3eed0c8 # Parent 7ac32aa920b9e13251c6cbc0e1a18f00d14b03cc *** empty log message *** diff -r 7ac32aa920b9 -r 5c89d088d737 lisp/ChangeLog --- a/lisp/ChangeLog Sat Jan 25 02:44:07 2003 +0000 +++ b/lisp/ChangeLog Sat Jan 25 02:45:12 2003 +0000 @@ -1,3 +1,17 @@ +2003-01-24 Thien-Thi Nguyen + + * info.el (Info-extract-menu-node-name): When looking for end of menu + item, don't stop at first ":"; instead, continue until trailing + context is either a space or newline. + (Info-complete-menu-item): Change var `pattern' to allow ":" in menu + item. + (Info-menu): Likewise, for regexp used in backwards search. + (Info-try-follow-nearest-node): Remove case added in previous edit. + Instead, change the regexp in the following case to allow ":" in menu + item. + (Info-fontify-node): Fix bug: Handle `next-property-change' returning + point-max as "hasn't already been done". + 2003-01-24 Thien-Thi Nguyen * info.el (Info-try-follow-nearest-node): Add case: Handle menu item