# HG changeset patch # User Juri Linkov # Date 1094118407 0 # Node ID 0fd89f7ceec6c54528ee993942fc81c4e274c465 # Parent e2576d47dd53a384bbdb72712121bdb14786f18f *** empty log message *** diff -r e2576d47dd53 -r 0fd89f7ceec6 lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 02 09:45:31 2004 +0000 +++ b/lisp/ChangeLog Thu Sep 02 09:46:47 2004 +0000 @@ -1,3 +1,19 @@ +2004-09-02 Juri Linkov + + * 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 * isearch.el (isearch-wrap-function) diff -r e2576d47dd53 -r 0fd89f7ceec6 man/ChangeLog --- a/man/ChangeLog Thu Sep 02 09:45:31 2004 +0000 +++ b/man/ChangeLog Thu Sep 02 09:46:47 2004 +0000 @@ -1,3 +1,11 @@ +2004-09-02 Teodor Zlatanov + + * 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 * search.texi (Regexp Replace): Add missing backslash to \footnote.