diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9871aac6976..e9f9e39ef72 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2004-09-02 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-buffer-name): Compare major | ||
| 4 | mode with second element of compilation-arguments instead of third | ||
| 5 | to reflect latest changes in compilation-arguments structure. | ||
| 6 | (recompile): Use global variable `compilation-directory' to get | ||
| 7 | recent compilation directory only when `recompile' is invoked NOT | ||
| 8 | in the compilation buffer. Otherwise, use `default-directory' of | ||
| 9 | the compilation buffer. | ||
| 10 | |||
| 11 | * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): | ||
| 12 | Do not push mark if inhibit-mark-movement is non-nil. | ||
| 13 | |||
| 14 | * textmodes/ispell.el (ispell-html-skip-alists): | ||
| 15 | Fix backslashes in docstring. | ||
| 16 | |||
| 1 | 2004-09-01 Juri Linkov <juri@jurta.org> | 17 | 2004-09-01 Juri Linkov <juri@jurta.org> |
| 2 | 18 | ||
| 3 | * isearch.el (isearch-wrap-function) | 19 | * isearch.el (isearch-wrap-function) |