diff options
| author | Chong Yidong | 2012-01-02 17:27:32 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-01-02 17:27:32 +0800 |
| commit | f75bfc33d63f5087993e9954a71663287ff6ea5c (patch) | |
| tree | 929eeeefd7a5bbb0dd30aaa58a65172b021c79f1 /lisp/ChangeLog | |
| parent | 651e947eb84b9201faa63ff6dc855a8c99ac8018 (diff) | |
| download | emacs-f75bfc33d63f5087993e9954a71663287ff6ea5c.tar.gz emacs-f75bfc33d63f5087993e9954a71663287ff6ea5c.zip | |
Move shell-dir-cookie-re feature into Dirtrack mode.
* lisp/dirtrack.el (dirtrack-list): Eliminate unused third element.
(dirtrack): Merge code for handling relative filenames in prompt
from shell-dir-cookie-watcher.
(dirtrack-debug-message): New arg to avoid excess format calls.
* lisp/shell.el (shell-dir-cookie-re): Variable deleted.
(shell-dir-cookie-watcher): Function deleted.
(shell-mode): Don't use shell-dir-cookie-re, since it is redundant
with dirtrack-mode.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c9274fdda5..d5c10373546 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-01-02 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * dirtrack.el (dirtrack-list): Eliminate unused third element. | ||
| 4 | (dirtrack): Merge code for handling relative filenames in prompt | ||
| 5 | from shell-dir-cookie-watcher. | ||
| 6 | (dirtrack-debug-message): New arg to avoid excess format calls. | ||
| 7 | |||
| 8 | * shell.el (shell-dir-cookie-re): Variable deleted. | ||
| 9 | (shell-dir-cookie-watcher): Function deleted. | ||
| 10 | (shell-mode): Don't use shell-dir-cookie-re, since it is redundant | ||
| 11 | with dirtrack-mode. | ||
| 12 | |||
| 1 | 2012-01-01 Eli Zaretskii <eliz@gnu.org> | 13 | 2012-01-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 14 | ||
| 3 | * term/w32-win.el (dynamic-library-alist) <gnutls>: Load | 15 | * term/w32-win.el (dynamic-library-alist) <gnutls>: Load |