aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2004-11-02 07:57:53 +0000
committerJan Djärv2004-11-02 07:57:53 +0000
commit46bfc73bed2e2b6b3cdfff43f82c6705fb89355c (patch)
treefb8175d3c78aecf36b01e4749de6728af0411b84 /lisp/ChangeLog
parent95ec60bcbf3f89bd6c72c989a3510da8c0b96f9a (diff)
downloademacs-46bfc73bed2e2b6b3cdfff43f82c6705fb89355c.tar.gz
emacs-46bfc73bed2e2b6b3cdfff43f82c6705fb89355c.zip
* files.el (find-file-existing): New function.
* menu-bar.el (menu-bar-files-menu): Make "Open File..." call find-file-existing. Add "New File..." that calls find-file. * dired.el (dired-read-dir-and-switches): Call read-driectory-name instead of read-file-name.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7b9b92ee6ce..853daf41a26 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12004-11-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * files.el (find-file-existing): New function.
4
5 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
6 find-file-existing. Add "New File..." that calls find-file.
7
8 * diropen.pbm diropen.xpm: New files.
9
10 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
11 icon diropen. New tool bar item find-file-existing uses icon open.
12
13 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
14 instead of read-file-name.
15
12004-11-02 Ulf Jasper <ulf.jasper@web.de> 162004-11-02 Ulf Jasper <ulf.jasper@web.de>
2 17
3 * calendar/icalendar.el (icalendar-version): Increase to 0.08. 18 * calendar/icalendar.el (icalendar-version): Increase to 0.08.