Mercurial > emacs
comparison lisp/ChangeLog @ 67547:76b136e1750a
(vc-svn-registered): Fix problem of visiting non-writable
Subversion-controlled files by saving window configuration before
calling vc-do-command. vc-do-command calls pop-to-buffer on error
which is unexpected during registration.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Tue, 13 Dec 2005 00:48:04 +0000 |
parents | 30cce788b053 |
children | 3ce7783b56bc |
comparison
equal
deleted
inserted
replaced
67546:30cce788b053 | 67547:76b136e1750a |
---|---|
1 2005-12-12 Bill Wohler <wohler@newt.com> | |
2 | |
3 * vc-svn.el (vc-svn-registered): Fix problem of visiting | |
4 non-writable Subversion-controlled files by saving window | |
5 configuration before calling vc-do-command. vc-do-command calls | |
6 pop-to-buffer on error which is unexpected during registration. | |
7 | |
1 2005-12-12 Jay Belanger <belanger@truman.edu> | 8 2005-12-12 Jay Belanger <belanger@truman.edu> |
2 | 9 |
3 * calc/README: Update the summary of changes. | 10 * calc/README: Update the summary of changes. |
4 | |
5 | 11 |
6 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca> | 12 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca> |
7 | 13 |
8 * descr-text.el (describe-char): Rework last fix to solve the problem | 14 * descr-text.el (describe-char): Rework last fix to solve the problem |
9 is the same way it's solved for everything else in that function | 15 is the same way it's solved for everything else in that function |