diff options
| author | Stefan Monnier | 2006-07-07 15:14:47 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-07-07 15:14:47 +0000 |
| commit | df8a0bfffe82af9cdec7a2fcd233ca92f3da63d2 (patch) | |
| tree | dcd6646506f52b88ee95dcb915845ed4857757e6 /lisp/ChangeLog | |
| parent | e2536e57f9dbb227eb198a678fe0052cded82952 (diff) | |
| download | emacs-df8a0bfffe82af9cdec7a2fcd233ca92f3da63d2.tar.gz emacs-df8a0bfffe82af9cdec7a2fcd233ca92f3da63d2.zip | |
(dirtrack-default-directory-function): Remove.
(dirtrack-directory-function): Use file-name-as-directory.
(dirtrack-windows-directory-function): Simplify.
(dirtrack-forward-slash, dirtrack-backward-slash)
(dirtrack-replace-slash): Remove.
(dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
(dirtrack): Fix wrong parenthesizing; use match-string.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 47871e2daaa..790b98543b9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * dirtrack.el (dirtrack-default-directory-function): Remove. | ||
| 4 | (dirtrack-directory-function): Use file-name-as-directory. | ||
| 5 | (dirtrack-windows-directory-function): Simplify. | ||
| 6 | (dirtrack-forward-slash, dirtrack-backward-slash) | ||
| 7 | (dirtrack-replace-slash): Remove. | ||
| 8 | (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well. | ||
| 9 | (dirtrack): Fix wrong parenthesizing; use match-string. | ||
| 10 | |||
| 3 | * progmodes/octave-inf.el: Remove spurious * in docstrings. | 11 | * progmodes/octave-inf.el: Remove spurious * in docstrings. |
| 4 | (inferior-octave-mode): Only change the buffer-local value of | 12 | (inferior-octave-mode): Only change the buffer-local value of |
| 5 | comint-dynamic-complete-functions. | 13 | comint-dynamic-complete-functions. |