diff options
| author | Juri Linkov | 2004-09-02 09:46:47 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-09-02 09:46:47 +0000 |
| commit | c3829a8e2fa294b3b15c4827d11c12653e2df3c3 (patch) | |
| tree | 1bf3388d582061649e9d38475660058050edf1a7 /lisp | |
| parent | e4aa3c949789dbc004c6a90f49c9bd5b8b157e36 (diff) | |
| download | emacs-c3829a8e2fa294b3b15c4827d11c12653e2df3c3.tar.gz emacs-c3829a8e2fa294b3b15c4827d11c12653e2df3c3.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -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) |