*** empty log message ***

This commit is contained in:
Kim F. Storm 2004-06-10 08:41:13 +00:00
parent 47ce55fec9
commit d82baff9bd
3 changed files with 20 additions and 3 deletions

View file

@ -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.

View 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,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

View 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.