diff options
author | Juri Linkov <juri@jurta.org> | 2004-09-02 09:46:47 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-09-02 09:46:47 +0000 |
commit | c3829a8e2fa294b3b15c4827d11c12653e2df3c3 (patch) | |
tree | 1bf3388d582061649e9d38475660058050edf1a7 | |
parent | e4aa3c949789dbc004c6a90f49c9bd5b8b157e36 (diff) | |
download | emacs-c3829a8e2fa294b3b15c4827d11c12653e2df3c3.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 16 | ||||
-rw-r--r-- | man/ChangeLog | 8 |
2 files changed, 24 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 @@ +2004-09-02 Juri Linkov <juri@jurta.org> + + * progmodes/compile.el (compilation-buffer-name): Compare major + mode with second element of compilation-arguments instead of third + to reflect latest changes in compilation-arguments structure. + (recompile): Use global variable `compilation-directory' to get + recent compilation directory only when `recompile' is invoked NOT + in the compilation buffer. Otherwise, use `default-directory' of + the compilation buffer. + + * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): + Do not push mark if inhibit-mark-movement is non-nil. + + * textmodes/ispell.el (ispell-html-skip-alists): + Fix backslashes in docstring. + 2004-09-01 Juri Linkov <juri@jurta.org> * isearch.el (isearch-wrap-function) diff --git a/man/ChangeLog b/man/ChangeLog index e93293c431a..b294270f258 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,11 @@ +2004-09-02 Teodor Zlatanov <tzz@lifelogs.com> + + * building.texi (Compilation Mode): Add a paragraph about rules + for finding the compilation buffer for `next-error'. + + * search.texi (Other Repeating Search): Mention that Occur mode + supports the next-error functionality. + 2004-09-02 Juri Linkov <juri@jurta.org> * search.texi (Regexp Replace): Add missing backslash to \footnote. |