emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115929: Clean up unnecessary references to Bazaar.


From: Eric S. Raymond
Subject: [Emacs-diffs] trunk r115929: Clean up unnecessary references to Bazaar. Documentation changes only.
Date: Thu, 09 Jan 2014 00:11:26 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115929
revision-id: address@hidden
parent: address@hidden
committer: Eric S. Raymond <address@hidden>
branch nick: trunk
timestamp: Wed 2014-01-08 19:10:07 -0500
message:
  Clean up unnecessary references to Bazaar.  Documentation changes only.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  INSTALL                        install-20091113204419-o5vbwnq5f7feedwu-581
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
  etc/CONTRIBUTE                 contribute-20091113204419-o5vbwnq5f7feedwu-6333
  nt/INSTALL                     install.msys-20130416132004-cxmtwcclsy15p2r8-1
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-01-08 23:24:54 +0000
+++ b/ChangeLog 2014-01-09 00:10:07 +0000
@@ -1,3 +1,9 @@
+2014-01-09  Eric S. Raymond  <address@hidden>
+
+       * INSTALL, configure.ac, etc/CONTRIBUTE, nt/INSTALL: Remove
+       unnecessarily specific references to Bazaar that could better
+       simply be to the repository.
+
 2014-01-08  Eric S. Raymond  <address@hidden>
 
        * INSTALL.BZR: Renamed to INSTALL.REPO

=== modified file 'INSTALL'
--- a/INSTALL   2014-01-08 23:24:54 +0000
+++ b/INSTALL   2014-01-09 00:10:07 +0000
@@ -7,7 +7,7 @@
 This file contains general information on building GNU Emacs.
 For more information specific to the MS-Windows, GNUstep/Mac OS X, and
 MS-DOS ports, also read the files nt/INSTALL, nextstep/INSTALL, and
-msdos/INSTALL.  For information about building from a Bazaar checkout
+msdos/INSTALL.  For information about building from a repository checkout
 (rather than a release), also read the file INSTALL.REPO.
 
 

=== modified file 'configure.ac'
--- a/configure.ac      2014-01-05 01:00:32 +0000
+++ b/configure.ac      2014-01-09 00:10:07 +0000
@@ -1025,11 +1025,11 @@
 ## pre-built, and not deleted by the normal clean rules.  makeinfo is
 ## therefore in the category of "special tools" not normally required, which
 ## configure does not have to check for (eg autoconf itself).
-## In a Bazaar checkout on the other hand, the manuals are not included.
-## So makeinfo is a requirement to build from Bazaar, and configure
+## In a repository checkout on the other hand, the manuals are not included.
+## So makeinfo is a requirement to build from the repository, and configure
 ## should test for it as it does for any other build requirement.
 ## We use the presence of $srcdir/info/emacs to distinguish a release,
-## with pre-built manuals, from a Bazaar checkout.
+## with pre-built manuals, from a repository checkout.
 HAVE_MAKEINFO=yes
 
 if test "$MAKEINFO" = "no"; then

=== modified file 'etc/CONTRIBUTE'
--- a/etc/CONTRIBUTE    2014-01-08 23:24:54 +0000
+++ b/etc/CONTRIBUTE    2014-01-09 00:10:07 +0000
@@ -159,7 +159,7 @@
 ** Write access to the Emacs repository.
 
 Once you become a frequent contributor to Emacs, we can consider
-giving you write access to the Bazaar repository.
+giving you write access to the version-control repository.
 
 
 ** Emacs Mailing lists.

=== modified file 'nt/INSTALL'
--- a/nt/INSTALL        2014-01-08 23:24:54 +0000
+++ b/nt/INSTALL        2014-01-09 00:10:07 +0000
@@ -122,7 +122,7 @@
   optional libraries near the end of this document, before you start
   the build.  Also, consider installing additional MinGW packages that
   are required/recommended, especially if you are building from the
-  Bazaar repository, as described in the next section.
+  repository, as described in the next section.
 
 ** Installing MinGW and MSYS manually
 
@@ -166,7 +166,7 @@
   been warned!
 
   Additional MinGW packages are required/recommended, especially if
-  you are building from the Bazaar repository:
+  you are building from the repository:
 
    . Texinfo (needed to produce the Info manuals when building from
      bzr, and for "make install")
@@ -218,9 +218,9 @@
       - mktemp
 
      These should only be needed if you intend to build development
-     versions of Emacs from the Bazaar repository.
+     versions of Emacs from the repository.
 
-   . Additional packages (needed only if building from the Bazaar
+   . Additional packages (needed only if building from the
      repository): Automake and Autoconf.  They are available from
      here:
 
@@ -279,7 +279,7 @@
   If you are building a release or pretest tarball, skip this section,
   because the configure script is already present in the tarball.
 
-  To build a development snapshot from the Emacs Bazaar repository,
+  To build a development snapshot from the Emacs repository,
   you will first need to generate the configure script and a few other
   auto-generated files.
 
@@ -449,7 +449,7 @@
 * Make targets
 
   The following make targets may be used by users building the source
-  distribution, or users who have checked out of Bazaar after
+  distribution, or users who have checked out of the repository after
   an initial bootstrapping.
 
   make
@@ -471,7 +471,8 @@
   necessary to run the configure script followed by "make", in order
   to rebuild.
 
-  The following targets are intended only for use with the Bazaar sources.
+  The following targets are intended only for use with the repository
+  sources.
 
   make bootstrap
   Removes all the auto-generated files and all the *.elc byte-compiled
@@ -481,7 +482,7 @@
 
   make maintainer-clean
   Removes everything that can be recreated, including compiled Lisp
-  files, to get back to the state of a fresh Bazaar tree.  After make
+  files, to get back to the state of a fresh repository tree.  After make
   maintainer-clean, it is necessary to run configure and "make" or
   "make bootstrap" to rebuild.  Occasionally it may be necessary to
   run this target after an update.


reply via email to

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