comparison lisp/ChangeLog @ 48102:3883fe056b71

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 31 Oct 2002 22:07:34 +0000
parents 710af2a38055
children 8916f1f744c8
comparison
equal deleted inserted replaced
48101:710af2a38055 48102:3883fe056b71
2 2
3 * info.el (Info-follow-reference, Info-next-reference) 3 * info.el (Info-follow-reference, Info-next-reference)
4 (Info-prev-reference, Info-try-follow-nearest-node): Bind 4 (Info-prev-reference, Info-try-follow-nearest-node): Bind
5 inhibit-point-motion-hooks to t while parsing reference. 5 inhibit-point-motion-hooks to t while parsing reference.
6 (Info-fontify-node): When font-lock-mode is enabled, display 6 (Info-fontify-node): When font-lock-mode is enabled, display
7 *note and * menu references in a more user friendly format. 7 "*note" and "* menu" references in a more user friendly format.
8 8
9 2002-10-30 Stefan Monnier <monnier@cs.yale.edu> 9 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
10 10
11 * textmodes/fill.el (fill-move-to-break-point): Skip white space 11 * textmodes/fill.el (fill-move-to-break-point): Skip white space
12 _before_ checking to see if we're hitting the margin. 12 _before_ checking to see if we're hitting the margin.