aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKim F. Storm2004-05-04 13:45:52 +0000
committerKim F. Storm2004-05-04 13:45:52 +0000
commit6ab6679999a9edefc38be7c0866152cf076bfe17 (patch)
tree25c1df46d2e312cb507843402381279eea582d0f /lisp
parent0b3c2fe469050acc20439109361d2885f5453fc3 (diff)
downloademacs-6ab6679999a9edefc38be7c0866152cf076bfe17.tar.gz
emacs-6ab6679999a9edefc38be7c0866152cf076bfe17.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8800933c2fe..cd709102911 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,9 @@
3 * ido.el (ido-read-internal): Fix call to read-file-name for edit. 3 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
4 Must expand directory for completion to work; and don't mess with 4 Must expand directory for completion to work; and don't mess with
5 process-environment. 5 process-environment.
6 (ido-read-file-name): If command has ido property, don't use ido
7 if value is ignore, or read as directory if value is dir.
8 Set ido ignore property for dired-do-rename command.
6 9
72004-05-04 Juanma Barranquero <lektu@terra.es> 102004-05-04 Juanma Barranquero <lektu@terra.es>
8 11