emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115994: Remove more references unnecessarily specif


From: Eric S. Raymond
Subject: [Emacs-diffs] trunk r115994: Remove more references unnecessarily specific to VCS.
Date: Sun, 12 Jan 2014 15:37:40 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115994
revision-id: address@hidden
parent: address@hidden
committer: Eric S. Raymond <address@hidden>
branch nick: trunk
timestamp: Sun 2014-01-12 10:37:23 -0500
message:
  Remove more references unnecessarily specific to VCS.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  doc/misc/efaq.texi             faq.texi-20091113204419-o5vbwnq5f7feedwu-6301
  etc/CONTRIBUTE                 contribute-20091113204419-o5vbwnq5f7feedwu-6333
  lisp/mh-e/mh-acros.el          mhacros.el-20091113204419-o5vbwnq5f7feedwu-3194
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-01-12 14:54:50 +0000
+++ b/ChangeLog 2014-01-12 15:37:23 +0000
@@ -1,5 +1,8 @@
 2014-01-12  Eric S. Raymond  <address@hidden>
 
+       * doc/misc/efaq.texi, etc/CONTRIBUTE, lisp/mh-e/mh-acros.el:
+       Remove more references unnecessarily specific to VCS.
+
        * Makefile, src/Makefile, etc/PROBLEMS: Remove broken VCSWITNESS
        code, and explain the problem.
 

=== modified file 'doc/misc/efaq.texi'
--- a/doc/misc/efaq.texi        2014-01-12 01:35:51 +0000
+++ b/doc/misc/efaq.texi        2014-01-12 15:37:23 +0000
@@ -978,7 +978,6 @@
 @cindex Latest version of Emacs
 @cindex Development, Emacs
 @cindex Repository, Emacs
address@hidden Bazaar repository, Emacs
 
 Emacs @value{EMACSVER} is the current version as of this writing.  A version
 number with two components (e.g., @samp{22.1}) indicates a released
@@ -989,7 +988,6 @@
 @uref{http://savannah.gnu.org/projects/emacs/, Savannah}.  The source
 code can be retrieved anonymously following the
 @uref{http://savannah.gnu.org/bzr/?group=emacs, instructions}.
-The repository is GNU Bazaar.
 
 Because Emacs undergoes many changes before a release, the version
 number of a development version is not especially meaningful.  It is

=== modified file 'etc/CONTRIBUTE'
--- a/etc/CONTRIBUTE    2014-01-09 00:10:07 +0000
+++ b/etc/CONTRIBUTE    2014-01-12 15:37:23 +0000
@@ -71,11 +71,12 @@
 
 * Getting the Source Code
 
-The latest version of Emacs can be downloaded using Bazaar from the
-Savannah web site.  It is important to write your patch based on the
-latest version.  If you start from an older version, your patch may be
-outdated (so that maintainers will have a hard time applying it), or
-changes in Emacs may have made your patch unnecessary.
+The latest version of Emacs can be fetched from the version-control
+repository on the Savannah web site.  It is important to write your
+patch based on the latest version.  If you start from an older
+version, your patch may be outdated (so that maintainers will have a
+hard time applying it), or changes in Emacs may have made your patch
+unnecessary.
 
 After you have downloaded the repository source, you should read the file
 INSTALL.REPO for build instructions (they differ to some extent from a

=== modified file 'lisp/mh-e/mh-acros.el'
--- a/lisp/mh-e/mh-acros.el     2014-01-01 07:43:34 +0000
+++ b/lisp/mh-e/mh-acros.el     2014-01-12 15:37:23 +0000
@@ -25,16 +25,16 @@
 ;;; Commentary:
 
 ;; This file contains all macros that are used in more than one file.
-;; If you run "make recompile" in Bazaar Emacs and see the message
+;; If you run "make recompile" in the Emacs repository and see the message
 ;; "Source is newer than compiled," it is a sign that macro probably
 ;; needs to be moved here.
 
 ;; Historically, it was so named with a silent "m" so that it would be
-;; compiled first. Otherwise, "make recompile" in Bazaar Emacs would use
-;; compiled files with stale macro definitions. Later, no-byte-compile
-;; was added to the Local Variables section to avoid this problem and
-;; because it's pointless to compile a file full of macros. But we
-;; kept the name.
+;; compiled first. Otherwise, "make recompile" in the Emacs repository
+;; would use compiled files with stale macro definitions. Later,
+;; no-byte-compile was added to the Local Variables section to avoid
+;; this problem and because it's pointless to compile a file full of
+;; macros. But we kept the name.
 
 ;;; Change Log:
 


reply via email to

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