]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Fri, 2 Jul 2004 04:38:51 +0000 (04:38 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 2 Jul 2004 04:38:51 +0000 (04:38 +0000)
etc/NEWS
lisp/ChangeLog
man/ChangeLog

index 1049cbb7a341273641561b9a696cc791555894ef..ba9eb3121e6aa042f47820734004c5674e711f3f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1939,6 +1939,12 @@ to view diffs or log entries directly from vc-annotate-mode:
 between the local version of the file and yesterday's head revision
 in the repository.
 
++++
+** In pcl-cvs mode, there is a new `d r' command to view the changes
+anyone has committed to the repository since you last executed
+"checkout", "update" or "commit".  That means using cvs diff options
+-rBASE -rHEAD.
+
 \f
 * New modes and packages in Emacs 21.4
 
index 9eac7748aa194eb3737d8e2cf821d77cb6a3a0de..db512a339002dd2f96c496fa1813f48f3d03d2f0 100644 (file)
@@ -1,3 +1,9 @@
+2004-07-02  Juri Linkov  <juri@jurta.org>
+
+       * pcvs.el (cvs-mode-diff-repository): New command.
+
+       * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
+
 2004-07-01  Juri Linkov  <juri@jurta.org>
 
        * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
index d3275e813490cc55880fecf3ff98a3eb3c1f1411..5473f8ff834756db6cba7b803a460a7cb5d528e1 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-02  Juri Linkov  <juri@jurta.org>
+
+       * pcl-cvs.texi (Viewing differences): Add `d r'.
+
 2004-07-01  Juri Linkov  <juri@jurta.org>
 
        * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.