# HG changeset patch # User Gerd Moellmann # Date 960934234 0 # Node ID 98e1c27ffe84cd3a69eb60fb029e1d9862f20741 # Parent 96d83d5a48b36cf87ed914f0a047b51e6db6e0c5 *** empty log message *** diff -r 96d83d5a48b3 -r 98e1c27ffe84 etc/NEWS --- a/etc/NEWS Tue Jun 13 22:10:01 2000 +0000 +++ b/etc/NEWS Tue Jun 13 22:10:34 2000 +0000 @@ -1222,6 +1222,9 @@ * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, (Display-related features are described in a page of their own below.) +** The variable line-number-display-limit can now be set to nil, +meaning no limit. + ** select-safe-coding-system now also checks the most preferred coding-system if buffer-file-coding-system is `undecided' and DEFAULT-CODING-SYSTEM is not specified, diff -r 96d83d5a48b3 -r 98e1c27ffe84 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jun 13 22:10:01 2000 +0000 +++ b/lisp/ChangeLog Tue Jun 13 22:10:34 2000 +0000 @@ -1,3 +1,9 @@ +2000-06-13 Gerd Moellmann + + * mail/sendmail.el (mail-specify-envelope-from): Initialize to + nil. Contemporary sendmails issue an X-Authentication-Warning if + the sender is set with `-f. + 2000-06-13 Dave Love * help.el (describe-function-1): Kluge around cases of functions diff -r 96d83d5a48b3 -r 98e1c27ffe84 src/ChangeLog Binary file src/ChangeLog has changed