]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Thu, 2 Sep 2004 09:46:47 +0000 (09:46 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 2 Sep 2004 09:46:47 +0000 (09:46 +0000)
lisp/ChangeLog
man/ChangeLog

index 9871aac697639b08bfb14866f1b13b4a00052944..e9f9e39ef727140ab9c244b908bb60302bf1140a 100644 (file)
@@ -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)
index e93293c431ad7284550a685b8007e38e3a9ed615..b294270f258addd8270fffb443907502d8365aa0 100644 (file)
@@ -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.