diff options
| author | Thien-Thi Nguyen | 2003-01-25 02:45:12 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2003-01-25 02:45:12 +0000 |
| commit | 505b68d57d732e359570a61ce37a20c6c19f0a8d (patch) | |
| tree | 921c966e44d30381e732e45e433077aedb24a993 /lisp/ChangeLog | |
| parent | 921e5fe6906f6d9122147324deb6cfc28e164e86 (diff) | |
| download | emacs-505b68d57d732e359570a61ce37a20c6c19f0a8d.tar.gz emacs-505b68d57d732e359570a61ce37a20c6c19f0a8d.zip | |
(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".
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 | ||