emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107451: Remove lispref/locals.texi


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107451: Remove lispref/locals.texi
Date: Mon, 27 Feb 2012 20:17:02 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107451
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-02-27 20:17:02 -0800
message:
  Remove lispref/locals.texi
  Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00702.html
  
  * doc/lispref/locals.texi: Remove file.
  * doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi:
  Don't include locals.texi.  Remove menu entry.
  * doc/lispref/errors.texi, doc/lispref/maps.texi: Adjust node pointers.
  * doc/lispref/internals.texi (Buffer Internals):
  Remove cross-refs to locals.texi.
  * doc/lispref/Makefile.in (srcs): Remove locals.texi.
  
  * admin/FOR-RELEASE: Related markup.
removed:
  doc/lispref/locals.texi
modified:
  admin/FOR-RELEASE
  doc/lispref/Makefile.in
  doc/lispref/elisp.texi
  doc/lispref/errors.texi
  doc/lispref/internals.texi
  doc/lispref/maps.texi
  doc/lispref/vol1.texi
  doc/lispref/vol2.texi
=== modified file 'admin/FOR-RELEASE'
--- a/admin/FOR-RELEASE 2012-02-27 07:26:13 +0000
+++ b/admin/FOR-RELEASE 2012-02-28 04:17:02 +0000
@@ -208,7 +208,6 @@
 keymaps.texi      cyd
 lists.texi        cyd
 loading.texi      cyd
-locals.texi       
 macros.texi       cyd
 maps.texi         
 markers.texi      

=== modified file 'doc/lispref/Makefile.in'
--- a/doc/lispref/Makefile.in   2012-01-25 21:42:37 +0000
+++ b/doc/lispref/Makefile.in   2012-02-28 04:17:02 +0000
@@ -1,6 +1,6 @@
 # Makefile for the GNU Emacs Lisp Reference Manual.
 
-# Copyright (C) 1990-1996, 1998-2012  Free Software Foundation, Inc.
+# Copyright (C) 1990-1996, 1998-2012 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -70,7 +70,6 @@
   $(srcdir)/keymaps.texi \
   $(srcdir)/lists.texi \
   $(srcdir)/loading.texi \
-  $(srcdir)/locals.texi \
   $(srcdir)/macros.texi \
   $(srcdir)/maps.texi \
   $(srcdir)/markers.texi \

=== modified file 'doc/lispref/elisp.texi'
--- a/doc/lispref/elisp.texi    2012-02-25 20:59:46 +0000
+++ b/doc/lispref/elisp.texi    2012-02-28 04:17:02 +0000
@@ -44,8 +44,7 @@
 This is edition @value{VERSION} of the GNU Emacs Lisp Reference Manual,@*
 corresponding to Emacs version @value{EMACSVER}.
 
-Copyright @copyright{} 1990-1996, 1998-2012  Free Software
-Foundation, Inc.
+Copyright @copyright{} 1990-1996, 1998-2012 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -171,8 +170,6 @@
 * GNU Emacs Internals::     Building and dumping Emacs;
                               internal data structures.
 * Standard Errors::         List of main error symbols.
-* Standard Buffer-Local Variables::
-                            List of variables buffer-local in all buffers.
 * Standard Keymaps::        List of standard keymaps.
 * Standard Hooks::          List of standard hook variables.
 
@@ -1512,7 +1509,6 @@
 @include tips.texi
 @include internals.texi
 @include errors.texi
address@hidden locals.texi
 @include maps.texi
 @include hooks.texi
 

=== modified file 'doc/lispref/errors.texi'
--- a/doc/lispref/errors.texi   2012-02-25 20:59:46 +0000
+++ b/doc/lispref/errors.texi   2012-02-28 04:17:02 +0000
@@ -3,7 +3,7 @@
 @c Copyright (C) 1990-1993, 1999, 2001-2012 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../../info/errors
address@hidden Standard Errors, Standard Buffer-Local Variables, GNU Emacs 
Internals, Top
address@hidden Standard Errors, Standard Keymaps, GNU Emacs Internals, Top
 @appendix Standard Errors
 @cindex standard errors
 

=== modified file 'doc/lispref/internals.texi'
--- a/doc/lispref/internals.texi        2012-01-19 07:21:25 +0000
+++ b/doc/lispref/internals.texi        2012-02-28 04:17:02 +0000
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
address@hidden Copyright (C) 1990-1993, 1998-1999, 2001-2012  Free Software 
Foundation, Inc.
address@hidden Copyright (C) 1990-1993, 1998-1999, 2001-2012 Free Software 
Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../../info/internals
 @node GNU Emacs Internals, Standard Errors, Tips, Top
@@ -1011,8 +1011,7 @@
 buffer-local (@pxref{Buffer-Local Variables}), whose corresponding
 variable names have the additional prefix @code{buffer-} and have
 underscores replaced with dashes.  For instance, @code{undo_list}
-stores the value of @code{buffer-undo-list}.  @xref{Standard
-Buffer-Local Variables}.
+stores the value of @code{buffer-undo-list}.
 
 @item mark
 The mark for the buffer.  The mark is a marker, hence it is also
@@ -1095,7 +1094,6 @@
 buffer-local (@pxref{Buffer-Local Variables}), whose corresponding
 variable names have underscores replaced with dashes.  For instance,
 @code{mode_line_format} stores the value of @code{mode-line-format}.
address@hidden Buffer-Local Variables}.
 
 @item last_selected_window
 This is the last window that was selected with this buffer in it, or @code{nil}

=== removed file 'doc/lispref/locals.texi'
--- a/doc/lispref/locals.texi   2012-01-19 07:21:25 +0000
+++ b/doc/lispref/locals.texi   1970-01-01 00:00:00 +0000
@@ -1,217 +0,0 @@
address@hidden -*-texinfo-*-
address@hidden This is part of the GNU Emacs Lisp Reference Manual.
address@hidden Copyright (C) 1990-1993, 1999, 2001-2012  Free Software 
Foundation, Inc.
address@hidden See the file elisp.texi for copying conditions.
address@hidden ../../info/locals
address@hidden Standard Buffer-Local Variables, Standard Keymaps, Standard 
Errors, Top
address@hidden Buffer-Local Variables
address@hidden The title "Standard Buffer-Local Variables" is too long for
address@hidden smallbook. --rjc 30mar92
address@hidden buffer-local variables, general-purpose
address@hidden standard buffer-local variables
-
-  The table below lists the general-purpose Emacs variables that
-automatically become buffer-local in each buffer.  Most become
-buffer-local only when set; a few of them are always local in every
-buffer.  Many Lisp packages define such variables for their internal
-use, but we don't try to list them all here.
-
-  Every buffer-specific minor mode defines a buffer-local variable
-named @address@hidden  @xref{Minor Mode Conventions}.
-Minor mode variables will not be listed here.
-
address@hidden @code
address@hidden auto-fill-function
address@hidden Filling}.
-
address@hidden buffer-auto-save-file-format
address@hidden Conversion}.
-
address@hidden buffer-auto-save-file-name
address@hidden
-
address@hidden buffer-backed-up
address@hidden Backups}.
-
address@hidden buffer-display-count
address@hidden and Windows}.
-
address@hidden buffer-display-table
address@hidden Display Table}.
-
address@hidden buffer-display-time
address@hidden and Windows}.
-
address@hidden buffer-file-coding-system
address@hidden and I/O}.
-
address@hidden buffer-file-format
address@hidden Conversion}.
-
address@hidden buffer-file-name
address@hidden File Name}.
-
address@hidden buffer-file-number
address@hidden File Name}.
-
address@hidden buffer-file-truename
address@hidden File Name}.
-
address@hidden buffer-file-type
address@hidden File Types}.
-
address@hidden buffer-invisibility-spec
address@hidden Text}.
-
address@hidden buffer-offer-save
address@hidden Buffers}.
-
address@hidden buffer-save-without-query
address@hidden Buffers}.
-
address@hidden buffer-read-only
address@hidden Only Buffers}.
-
address@hidden buffer-saved-size
address@hidden
-
address@hidden buffer-undo-list
address@hidden
-
address@hidden cache-long-line-scans
address@hidden
-
address@hidden case-fold-search
address@hidden and Case}.
-
address@hidden comment-column
address@hidden,,, emacs, The GNU Emacs Manual}.
-
address@hidden ctl-arrow
address@hidden Display}.
-
address@hidden cursor-in-non-selected-windows
address@hidden Windows}.
-
address@hidden cursor-type
address@hidden Parameters}.
-
address@hidden default-directory
address@hidden Name Expansion}.
-
address@hidden defun-prompt-regexp
address@hidden Motion}.
-
address@hidden desktop-save-buffer
address@hidden Save Mode}.
-
address@hidden enable-multibyte-characters
address@hidden Representations}.
-
address@hidden fill-column
address@hidden
-
address@hidden fill-prefix
address@hidden
-
address@hidden font-lock-defaults
address@hidden Lock Basics}.
-
address@hidden fringe-cursor-alist
address@hidden Cursors}.
-
address@hidden fringe-indicator-alist
address@hidden Indicators}.
-
address@hidden fringes-outside-margins
address@hidden
-
address@hidden goal-column
address@hidden Point,,, emacs, The GNU Emacs Manual}.
-
address@hidden header-line-format
address@hidden Lines}.
-
address@hidden indicate-buffer-boundaries
address@hidden Display}.
-
address@hidden indicate-empty-lines
address@hidden Display}.
-
address@hidden left-fringe-width
address@hidden Size/Pos}.
-
address@hidden left-margin
address@hidden
-
address@hidden left-margin-width
address@hidden Margins}.
-
address@hidden line-spacing
address@hidden Height}.
-
address@hidden local-abbrev-table
address@hidden Abbrev Tables}.
-
address@hidden major-mode
address@hidden Help}.
-
address@hidden mark-active
address@hidden Mark}.
-
address@hidden mark-ring
address@hidden Mark}.
-
address@hidden mode-line-buffer-identification
address@hidden Line Variables}.
-
address@hidden mode-line-format
address@hidden Line Data}.
-
address@hidden mode-line-modified
address@hidden Line Variables}.
-
address@hidden mode-line-process
address@hidden Line Variables}.
-
address@hidden mode-name
address@hidden Line Variables}.
-
address@hidden point-before-scroll
-Used for communication between mouse commands and scroll-bar commands.
-
address@hidden right-fringe-width
address@hidden Size/Pos}.
-
address@hidden right-margin-width
address@hidden Margins}.
-
address@hidden save-buffer-coding-system
address@hidden and I/O}.
-
address@hidden scroll-bar-width
address@hidden Bars}.
-
address@hidden scroll-down-aggressively
address@hidden scroll-up-aggressively
address@hidden Scrolling}.
-
address@hidden selective-display
address@hidden selective-display-ellipses
address@hidden Display}.
-
address@hidden tab-width
address@hidden Display}.
-
address@hidden truncate-lines
address@hidden
-
address@hidden vertical-scroll-bar
address@hidden Bars}.
-
address@hidden window-size-fixed
address@hidden Windows}.
-
address@hidden write-contents-functions
address@hidden Buffers}.
address@hidden table

=== modified file 'doc/lispref/maps.texi'
--- a/doc/lispref/maps.texi     2012-01-19 07:21:25 +0000
+++ b/doc/lispref/maps.texi     2012-02-28 04:17:02 +0000
@@ -3,7 +3,7 @@
 @c Copyright (C) 1990-1993, 1999, 2001-2012  Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../../info/maps
address@hidden Standard Keymaps, Standard Hooks, Standard Buffer-Local 
Variables, Top
address@hidden Standard Keymaps, Standard Hooks, Standard Errors, Top
 @appendix Standard Keymaps
 @cindex standard keymaps
 

=== modified file 'doc/lispref/vol1.texi'
--- a/doc/lispref/vol1.texi     2012-02-25 20:59:46 +0000
+++ b/doc/lispref/vol1.texi     2012-02-28 04:17:02 +0000
@@ -188,8 +188,6 @@
 * GNU Emacs Internals::     Building and dumping Emacs;
                               internal data structures.
 * Standard Errors::         List of main error symbols.
-* Standard Buffer-Local Variables::
-                            List of variables buffer-local in all buffers.
 * Standard Keymaps::        List of standard keymaps.
 * Standard Hooks::          List of standard hook variables.
 
@@ -1532,7 +1530,6 @@
 @c include tips.texi
 @c include internals.texi
 @c include errors.texi
address@hidden include locals.texi
 @c include maps.texi
 @c include hooks.texi
 

=== modified file 'doc/lispref/vol2.texi'
--- a/doc/lispref/vol2.texi     2012-02-25 20:59:46 +0000
+++ b/doc/lispref/vol2.texi     2012-02-28 04:17:02 +0000
@@ -187,8 +187,6 @@
 * GNU Emacs Internals::     Building and dumping Emacs;
                               internal data structures.
 * Standard Errors::         List of main error symbols.
-* Standard Buffer-Local Variables::
-                            List of variables buffer-local in all buffers.
 * Standard Keymaps::        List of standard keymaps.
 * Standard Hooks::          List of standard hook variables.
 
@@ -1531,7 +1529,6 @@
 @include tips.texi
 @include internals.texi
 @include errors.texi
address@hidden locals.texi
 @include maps.texi
 @include hooks.texi
 


reply via email to

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