emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 24 Jan 2003 21:45:13 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4767 emacs/lisp/ChangeLog:1.4768
*** emacs/lisp/ChangeLog:1.4767 Fri Jan 24 19:53:58 2003
--- emacs/lisp/ChangeLog        Fri Jan 24 21:45:12 2003
***************
*** 1,5 ****
--- 1,19 ----
  2003-01-24  Thien-Thi Nguyen  <address@hidden>
  
+       * 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  <address@hidden>
+ 
        * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
        terminated by ": " as an index entry.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]