diff options
| -rw-r--r-- | etc/NEWS | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | man/ChangeLog | 4 |
3 files changed, 16 insertions, 0 deletions
| @@ -1939,6 +1939,12 @@ to view diffs or log entries directly from vc-annotate-mode: | |||
| 1939 | between the local version of the file and yesterday's head revision | 1939 | between the local version of the file and yesterday's head revision |
| 1940 | in the repository. | 1940 | in the repository. |
| 1941 | 1941 | ||
| 1942 | +++ | ||
| 1943 | ** In pcl-cvs mode, there is a new `d r' command to view the changes | ||
| 1944 | anyone has committed to the repository since you last executed | ||
| 1945 | "checkout", "update" or "commit". That means using cvs diff options | ||
| 1946 | -rBASE -rHEAD. | ||
| 1947 | |||
| 1942 | 1948 | ||
| 1943 | * New modes and packages in Emacs 21.4 | 1949 | * New modes and packages in Emacs 21.4 |
| 1944 | 1950 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9eac7748aa1..db512a33900 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-07-02 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * pcvs.el (cvs-mode-diff-repository): New command. | ||
| 4 | |||
| 5 | * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository. | ||
| 6 | |||
| 1 | 2004-07-01 Juri Linkov <juri@jurta.org> | 7 | 2004-07-01 Juri Linkov <juri@jurta.org> |
| 2 | 8 | ||
| 3 | * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char, | 9 | * 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 @@ | |||
| 1 | 2004-07-02 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * pcl-cvs.texi (Viewing differences): Add `d r'. | ||
| 4 | |||
| 1 | 2004-07-01 Juri Linkov <juri@jurta.org> | 5 | 2004-07-01 Juri Linkov <juri@jurta.org> |
| 2 | 6 | ||
| 3 | * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e. | 7 | * search.texi (Incremental Search): Add C-M-w, C-M-y, M-%, C-M-%, M-e. |