]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 13 Jun 2000 22:10:34 +0000 (22:10 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 13 Jun 2000 22:10:34 +0000 (22:10 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index c034bca48cc1a1b8420d246df5fa1005c99a3dd4..fd2b817a496ca37491e3d97ee4b386c30a89600f 100644 (file)
--- 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,
index 47f6ac0858a5a478fc0337142dbf8161ffbb6c93..e2564fdcc026b80760938e36f86048695cff35f4 100644 (file)
@@ -1,3 +1,9 @@
+2000-06-13  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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  <fx@gnu.org>
 
        * help.el (describe-function-1): Kluge around cases of functions
index 95446d81b16edc425db850d9ac5ff1d9ef5ccfad..acfdcff43387031e9688b93a330c5f6f6b152eee 100644 (file)
@@ -1,5 +1,13 @@
 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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  <rms@caffeine.ai.mit.edu>