aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2004-09-02 09:46:47 +0000
committerJuri Linkov2004-09-02 09:46:47 +0000
commitc3829a8e2fa294b3b15c4827d11c12653e2df3c3 (patch)
tree1bf3388d582061649e9d38475660058050edf1a7
parente4aa3c949789dbc004c6a90f49c9bd5b8b157e36 (diff)
downloademacs-c3829a8e2fa294b3b15c4827d11c12653e2df3c3.tar.gz
emacs-c3829a8e2fa294b3b15c4827d11c12653e2df3c3.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog16
-rw-r--r--man/ChangeLog8
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 @@
12004-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
12004-09-01 Juri Linkov <juri@jurta.org> 172004-09-01 Juri Linkov <juri@jurta.org>
2 18
3 * isearch.el (isearch-wrap-function) 19 * 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 @@
12004-09-02 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * building.texi (Compilation Mode): Add a paragraph about rules
4 for finding the compilation buffer for `next-error'.
5
6 * search.texi (Other Repeating Search): Mention that Occur mode
7 supports the next-error functionality.
8
12004-09-02 Juri Linkov <juri@jurta.org> 92004-09-02 Juri Linkov <juri@jurta.org>
2 10
3 * search.texi (Regexp Replace): Add missing backslash to \footnote. 11 * search.texi (Regexp Replace): Add missing backslash to \footnote.