Mercurial > emacs
changeset 56317:7d126dcf72aa
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 02 Jul 2004 04:38:51 +0000 |
parents | 6880aff789d6 |
children | b9c0ed2a46bd |
files | etc/NEWS lisp/ChangeLog man/ChangeLog |
diffstat | 3 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Jul 02 04:36:27 2004 +0000 +++ b/etc/NEWS Fri Jul 02 04:38:51 2004 +0000 @@ -1939,6 +1939,12 @@ 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
--- a/lisp/ChangeLog Fri Jul 02 04:36:27 2004 +0000 +++ b/lisp/ChangeLog Fri Jul 02 04:38:51 2004 +0000 @@ -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,
--- a/man/ChangeLog Fri Jul 02 04:36:27 2004 +0000 +++ b/man/ChangeLog Fri Jul 02 04:38:51 2004 +0000 @@ -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.