diff options
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. |