diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1ec44c7ccd6..aa36759dcb4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org> | 1 | 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 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 | |||
| 15 | 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 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 | ||