Mercurial > emacs
changeset 81981:86664208d929
Log entries as requested by Stefan.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Thu, 19 Jul 2007 22:23:30 +0000 |
parents | e320f477727a |
children | d4b8336cd8f5 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jul 19 19:59:25 2007 +0000 +++ b/lisp/ChangeLog Thu Jul 19 22:23:30 2007 +0000 @@ -24,6 +24,9 @@ * vc-hooks.el: Generalize stay-local-p to operate on lists of files. Change two keybindings to point to new function names. + * vc.arch.el, vc-bzr.el, vc-cvs.el, vc-hg.el, vc-mcvs.el, vc-rcs.el, + vc-sccs.el, vc-svn.el: These now implement the NewVC-fileset. + * vc.el: Adapted for NewVC-fileset, but no functional changes yet. 2007-07-18 Juanma Barranquero <lekktu@gmail.com>