aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLeo Liu2013-07-11 10:59:54 +0800
committerLeo Liu2013-07-11 10:59:54 +0800
commita43d577e485424c5352fe551e34fa35ea2724124 (patch)
tree92ee10368c573672f34727ab5fc180a5046f344b /lisp/ChangeLog
parent653d4f43a7280d8fb84173be37b0c4c518cf7a88 (diff)
downloademacs-a43d577e485424c5352fe551e34fa35ea2724124.tar.gz
emacs-a43d577e485424c5352fe551e34fa35ea2724124.zip
* ido.el (ido-read-file-name): Conform to the requirements of
read-file-name. (ido-read-directory-name): Conform to the requirements of read-directory-name. Fixes: debbugs:11861
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 37421981f7f..4b9cbe829f3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12013-07-11 Leo Liu <sdl.web@gmail.com>
2
3 * ido.el (ido-read-file-name): Conform to the requirements of
4 read-file-name. (Bug#11861)
5 (ido-read-directory-name): Conform to the requirements of
6 read-directory-name.
7
12013-07-11 Juanma Barranquero <lekktu@gmail.com> 82013-07-11 Juanma Barranquero <lekktu@gmail.com>
2 9
3 * subr.el (delay-warning): New function. 10 * subr.el (delay-warning): New function.