]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Thu, 10 Jun 2004 08:41:13 +0000 (08:41 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 10 Jun 2004 08:41:13 +0000 (08:41 +0000)
etc/NEWS
lisp/ChangeLog
man/ChangeLog

index 3177a603f79e1fc4e6971b4d68471b8eb34547d8..e4c7033e0f33359f5fcd5f307d8f96afb127c3ce 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1816,6 +1816,12 @@ to view diffs or log entries directly from vc-annotate-mode:
     D:  shows the diff of the revision at line with its previous revision
     L:  shows the log of the revision at line
     W:  annotates the workfile (most up to date) version
+
++++
+** In pcl-cvs mode, there is a new `d y' command to view the diffs
+between the local version of the file and yesterday's head revision
+in the repository.
+
 \f
 * New modes and packages in Emacs 21.4
 
@@ -1916,6 +1922,7 @@ where the keys work like (shifted) arrow keys, home/end, etc., and
 are left unspecified and can be bound individually through the global
 or local keymaps.
 
++++
 ** The new kmacro package provides a simpler user interface to
 emacs' keyboard macro facilities.
 
index 6ecc8b61b93be5e40d94ea9b581a5caade0b3c8e..1e04651a09716966947b335c1f6707a50f33230c 100644 (file)
@@ -1,3 +1,9 @@
+2004-06-10  Kim F. Storm  <storm@cua.dk>
+
+       * pcvs.el (cvs-mode-diff-yesterday): New command.
+
+       * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
+
 2004-06-10  Juri Linkov  <juri@jurta.org>
 
        * emacs-lisp/edebug.el (edebug-eval-defun):
@@ -15,8 +21,8 @@
 
 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
-       * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item): Use
-       lc-*.xpm as prefix instead of *-locol.xpm.
+       * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
+       Use lc-*.xpm as prefix instead of *-locol.xpm.
 
        * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
        * toolbar/lc-help.xpm, toolbar/lc-home.xpm
 
 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
-       * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm,
+       * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
        * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
        * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
        * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
index 167b4339f3e7dca7a2eca0ec2f554c9ed4dec8fd..47bfea09bda76609d6527bbb5c27736237f80296 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-10  Kim F. Storm  <storm@cua.dk>
+
+       * pcl-cvs.texi (Viewing differences): Add 'd y'.
+
 2004-06-10  Juri Linkov  <juri@jurta.org>
 
        * building.texi (Lisp Eval): Add C-M-x on defface.