Mercurial > emacs
comparison lisp/ChangeLog @ 98675:2cae4bd13e67
* vc-hooks.el (vc-stay-local): Add a new choice and default to it.
* vc-cvs.el (vc-cvs-dir-stay-local): Remove.
(vc-cvs-stay-local): Add a new choice and default to it.
(vc-cvs-dir-status): Use the new vc-stay-local choice.
* vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 13 Oct 2008 01:16:49 +0000 |
parents | bde81f3667cd |
children | d1ed76cb80be |
comparison
equal
deleted
inserted
replaced
98674:bde81f3667cd | 98675:2cae4bd13e67 |
---|---|
1 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * vc-hooks.el (vc-stay-local): Add a new choice and default to it. | |
4 | |
5 * vc-cvs.el (vc-cvs-dir-stay-local): Remove. | |
6 (vc-cvs-stay-local): Add a new choice and default to it. | |
7 (vc-cvs-dir-status): Use the new vc-stay-local choice. | |
8 | |
9 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice. | |
10 | |
1 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org> | 11 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org> |
2 | 12 |
3 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start): | 13 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start): |
4 Add support for extended return statement. | 14 Add support for extended return statement. |
5 | 15 |