aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-11-17 14:16:46 +0800
committerChong Yidong2012-11-17 14:16:46 +0800
commitec15e0ff0be9c3ab23d6df93953fc351fb4eb40e (patch)
tree735c5f4212c37d9d16884276f656c03a6a33d763 /lisp/ChangeLog
parenta33da68be0fd3dd306155955210ddca6b521f28d (diff)
downloademacs-ec15e0ff0be9c3ab23d6df93953fc351fb4eb40e.tar.gz
emacs-ec15e0ff0be9c3ab23d6df93953fc351fb4eb40e.zip
* filecache.el (file-cache-add-file): Handle relative file name in the argument.
Fixes: debbugs:12694
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 38aebf972c0..0570703b11d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-11-17 Chong Yidong <cyd@gnu.org>
2
3 * filecache.el (file-cache-add-file): Handle relative file name in
4 the argument (Bug#12694).
5
12012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change) 62012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
2 7
3 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897). 8 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).