# HG changeset patch # User Kim F. Storm # Date 1086856873 0 # Node ID 9b3dfd3380b8d0fce98af758c225099a43ec07a7 # Parent 6a40a8c28db73331366b41a0a9f204ab8a0d326a *** empty log message *** diff -r 6a40a8c28db7 -r 9b3dfd3380b8 etc/NEWS --- a/etc/NEWS Thu Jun 10 08:31:40 2004 +0000 +++ b/etc/NEWS Thu Jun 10 08:41:13 2004 +0000 @@ -1816,6 +1816,12 @@ 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 @@ 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 -r 6a40a8c28db7 -r 9b3dfd3380b8 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jun 10 08:31:40 2004 +0000 +++ b/lisp/ChangeLog Thu Jun 10 08:41:13 2004 +0000 @@ -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 -r 6a40a8c28db7 -r 9b3dfd3380b8 man/ChangeLog --- a/man/ChangeLog Thu Jun 10 08:31:40 2004 +0000 +++ b/man/ChangeLog Thu Jun 10 08:41:13 2004 +0000 @@ -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.