Mercurial > emacs
changeset 56013:9b3dfd3380b8
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 10 Jun 2004 08:41:13 +0000 |
parents | 6a40a8c28db7 |
children | def58a71f49d 8e09aff3715a |
files | etc/NEWS lisp/ChangeLog man/ChangeLog |
diffstat | 3 files changed, 20 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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 <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,Ad(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 @@ -131,7 +137,7 @@ 2004-06-06 Jan Dj,Ad(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
--- 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 <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.