aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2008-10-04 20:31:33 +0000
committerGlenn Morris2008-10-04 20:31:33 +0000
commitf8dce815d096990f4be2d1b9e9b80da506d25836 (patch)
tree4aff226bcc9281529ccc54b53d95e5f5a8a664ad /lisp/ChangeLog
parenta80a6b030822c104b89d36106b2bbabf74b62c60 (diff)
downloademacs-f8dce815d096990f4be2d1b9e9b80da506d25836.tar.gz
emacs-f8dce815d096990f4be2d1b9e9b80da506d25836.zip
(make-temp-file): Handle empty `prefix'. (Bug#1081)
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 61004dcc163..550d787c753 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12008-10-04 Glenn Morris <rgm@gnu.org> 12008-10-04 Glenn Morris <rgm@gnu.org>
2 2
3 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
4
3 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output. 5 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
4 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046) 6 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
5 7