From: Kim F. Storm Date: Thu, 10 Jun 2004 08:41:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5848 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d82baff9bd95b64b89e3a10072f292647f8b2b87;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 3177a603f79..e4c7033e0f3 100644 --- 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. + * 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ecc8b61b93..1e04651a097 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-06-10 Kim F. Storm + + * 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 * emacs-lisp/edebug.el (edebug-eval-defun): @@ -15,8 +21,8 @@ 2004-06-09 Jan Dj,Ad(Brv - * 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 @@ -131,7 +137,7 @@ 2004-06-06 Jan Dj,Ad(Brv - * 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 diff --git a/man/ChangeLog b/man/ChangeLog index 167b4339f3e..47bfea09bda 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2004-06-10 Kim F. Storm + + * pcl-cvs.texi (Viewing differences): Add 'd y'. + 2004-06-10 Juri Linkov * building.texi (Lisp Eval): Add C-M-x on defface.