From: Gerd Moellmann Date: Tue, 13 Jun 2000 22:10:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3337 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1681ead6ac651997695f1aaadb3169965978d28d;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index c034bca48cc..fd2b817a496 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1222,6 +1222,9 @@ functionality with aliases for the mldrag functions. * 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 47f6ac0858a..e2564fdcc02 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 95446d81b16..acfdcff4338 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2000-06-13 Gerd Moellmann + * xdisp.c (Vline_number_display_limit): Renamed from + line_number_display_limit. + (syms_of_xdisp): Use DEFVAR_LISP for line-number-display-limit. + Extend documentation string. Initialize + Vline_number_display_limit to nil meaning no limit. + (decode_mode_spec): Use Vline_number_display_limit with its new + meaning. + * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype. 2000-06-13 Richard Stallman