Mercurial > emacs
comparison lisp/ChangeLog @ 82000:066eaef90bfb
(vc-arch-diff): Fix last change.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 20 Jul 2007 20:02:32 +0000 |
parents | c0fc8e3cb6b4 |
children | b450385acac9 |
comparison
equal
deleted
inserted
replaced
81999:c0fc8e3cb6b4 | 82000:066eaef90bfb |
---|---|
1 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * vc-arch.el (vc-arch-diff): Fix last change. | |
2 | 4 |
3 * progmodes/compile.el (compilation-start): Remember the original | 5 * progmodes/compile.el (compilation-start): Remember the original |
4 directory in a buffer-local compilation-directory. | 6 directory in a buffer-local compilation-directory. |
5 (compile): Set the global value of compilation-directory. | 7 (compile): Set the global value of compilation-directory. |
6 (recompile): Use compilation-directory even in the compilation buffer. | 8 (recompile): Use compilation-directory even in the compilation buffer. |
98 | 100 |
99 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com> | 101 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com> |
100 | 102 |
101 * vc-hooks.el: Generalize stay-local-p to operate on lists of | 103 * vc-hooks.el: Generalize stay-local-p to operate on lists of |
102 files. Change two keybindings to point to new function names. | 104 files. Change two keybindings to point to new function names. |
103 * vc.arch.el, vc-bzr.el, vc-cvs.el, vc-hg.el, vc-mcvs.el, vc-rcs.el, | 105 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-hg.el, vc-mcvs.el, vc-rcs.el, |
104 vc-sccs.el, vc-svn.el: These now implement the NewVC-fileset. | 106 vc-sccs.el, vc-svn.el: These now implement the NewVC-fileset. |
105 * vc.el: Adapted for NewVC-fileset, but no functional changes yet. | 107 * vc.el: Adapted for NewVC-fileset, but no functional changes yet. |
106 | 108 |
107 2007-07-18 Juanma Barranquero <lekktu@gmail.com> | 109 2007-07-18 Juanma Barranquero <lekktu@gmail.com> |
108 | 110 |