diff options
| author | Chong Yidong | 2012-03-10 13:20:58 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-03-10 13:20:58 +0800 |
| commit | 82dcf4e4d8d761c26ef0a54e90e0e4a02fa4c430 (patch) | |
| tree | c410e2e33af9be126a4ce584c0e4327fc07c68db /lisp/ChangeLog | |
| parent | 8ae818e48e84af00998ebab2ad4f9a0e3834c0f0 (diff) | |
| download | emacs-82dcf4e4d8d761c26ef0a54e90e0e4a02fa4c430.tar.gz emacs-82dcf4e4d8d761c26ef0a54e90e0e4a02fa4c430.zip | |
* dired.el (dired-goto-file): Recognize absolute file name listings.
(dired-goto-file-1): New helper function.
(dired-toggle-read-only): Inhibit warnings.
Fixes: debbugs:7126
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0684afde475..44190993887 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-03-10 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * dired.el (dired-goto-file): Recognize absolute file name | ||
| 4 | listings (Bug#7126). | ||
| 5 | (dired-goto-file-1): New helper function. | ||
| 6 | (dired-toggle-read-only): Inhibit warnings. | ||
| 7 | |||
| 1 | 2012-03-09 Michael Albinus <michael.albinus@gmx.de> | 8 | 2012-03-09 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 9 | ||
| 3 | * net/dbus.el: (dbus-property-handler): Return empty array if | 10 | * net/dbus.el: (dbus-property-handler): Return empty array if |