From: Juri Linkov Date: Fri, 2 Jul 2004 04:38:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5571 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5dc0a68b4253e2f1d247ad62ad5f1165dddf10a0;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 1049cbb7a34..ba9eb3121e6 100644 --- 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. + * New modes and packages in Emacs 21.4 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9eac7748aa1..db512a33900 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-07-02 Juri Linkov + + * 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 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char, diff --git a/man/ChangeLog b/man/ChangeLog index d3275e81349..5473f8ff834 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2004-07-02 Juri Linkov + + * pcl-cvs.texi (Viewing differences): Add `d r'. + 2004-07-01 Juri Linkov * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e.