diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2009-01-30 08:13:07 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2009-01-30 08:13:07 +0000 |
commit | 338efeada8d1993de908721108ef60b0c623b078 (patch) | |
tree | a51829abb49c1078a4ef34a96d69e11f0ed03c7d /lisp | |
parent | 4ddca2c57f4fe672c84bdf4ad8028a1689da4ab0 (diff) | |
download | emacs-338efeada8d1993de908721108ef60b0c623b078.tar.gz emacs-338efeada8d1993de908721108ef60b0c623b078.tar.bz2 emacs-338efeada8d1993de908721108ef60b0c623b078.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 601061d6117..50ecd805d59 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2009-01-30 Nick Roberts <nickrob@snap.net.nz> + + * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take + precedence even when it's value is t. + + * vc-svn.el (vc-svn-dir-status): Correct logic for remote + connection. + (vc-svn-diff): Use old version number even when it is the working + revision. This is needed, e.g, in the vc-print-log buffer. + 2009-01-30 Glenn Morris <rgm@gnu.org> * mail/rmail.el (rmail-reply): Handle empty folders. |