[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/doc/emacs ChangeLog maintaining.texi
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] emacs/doc/emacs ChangeLog maintaining.texi |
Date: |
Sat, 06 Dec 2008 03:30:37 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 08/12/06 03:30:37
Modified files:
doc/emacs : ChangeLog maintaining.texi
Log message:
(Old Revisions): Improve previous change.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/ChangeLog?cvsroot=emacs&r1=1.244&r2=1.245
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/maintaining.texi?cvsroot=emacs&r1=1.12&r2=1.13
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -b -r1.244 -r1.245
--- ChangeLog 5 Dec 2008 03:02:03 -0000 1.244
+++ ChangeLog 6 Dec 2008 03:30:36 -0000 1.245
@@ -1,3 +1,7 @@
+2008-12-06 Glenn Morris <address@hidden>
+
+ * maintaining.texi (Old Revisions): Improve previous change.
+
2008-12-05 Richard M Stallman <address@hidden>
* anti.texi (Antinews): Minor fixes.
Index: maintaining.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/maintaining.texi,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- maintaining.texi 3 Dec 2008 07:57:23 -0000 1.12
+++ maintaining.texi 6 Dec 2008 03:30:36 -0000 1.13
@@ -1,6 +1,7 @@
@c This is part of the Emacs manual.
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1999, 2000,
address@hidden 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software
Foundation, Inc.
address@hidden 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
address@hidden Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions.
@node Maintaining, Abbrevs, Building, Top
@chapter Maintaining Large Programs
@@ -713,9 +714,11 @@
and @code{diff-switches} (@pxref{Comparing Files}), in that order.
Since @code{nil} means to check the next variable in the sequence,
either of the first two may use the value @code{t} to mean no switches at all.
-The @address@hidden variables are all either @code{nil}
-or @code{t} (for those version control systems that do not accept common
address@hidden options) by default.
+Most of the @address@hidden variables default to
address@hidden, but some default to @code{t}. These are for those version
+control systems (e.g. SVN) whose @code{diff} implementations do not
+accept common options (e.g. @samp{-c}) likely to be in
address@hidden
The buffer produced by @kbd{C-x v =} supports the commands of
Compilation mode (@pxref{Compilation Mode}), such as @kbd{C-x `} and