comparison lisp/ChangeLog @ 49427:5c89d088d737

*** empty log message ***
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sat, 25 Jan 2003 02:45:12 +0000
parents 8382867a8eb5
children 0f80cb4f9d29
comparison
equal deleted inserted replaced
49426:7ac32aa920b9 49427:5c89d088d737
1 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * info.el (Info-extract-menu-node-name): When looking for end of menu
4 item, don't stop at first ":"; instead, continue until trailing
5 context is either a space or newline.
6 (Info-complete-menu-item): Change var `pattern' to allow ":" in menu
7 item.
8 (Info-menu): Likewise, for regexp used in backwards search.
9 (Info-try-follow-nearest-node): Remove case added in previous edit.
10 Instead, change the regexp in the following case to allow ":" in menu
11 item.
12 (Info-fontify-node): Fix bug: Handle `next-property-change' returning
13 point-max as "hasn't already been done".
14
1 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org> 15 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
2 16
3 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item 17 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
4 terminated by ": " as an index entry. 18 terminated by ": " as an index entry.
5 19