Mercurial > emacs
comparison lisp/ChangeLog @ 56886:2d8aa6e59b6b
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 02 Sep 2004 16:40:38 +0000 |
parents | 0fd89f7ceec6 |
children | b4c980745e7f |
comparison
equal
deleted
inserted
replaced
56885:3171d2f5b945 | 56886:2d8aa6e59b6b |
---|---|
5 to reflect latest changes in compilation-arguments structure. | 5 to reflect latest changes in compilation-arguments structure. |
6 (recompile): Use global variable `compilation-directory' to get | 6 (recompile): Use global variable `compilation-directory' to get |
7 recent compilation directory only when `recompile' is invoked NOT | 7 recent compilation directory only when `recompile' is invoked NOT |
8 in the compilation buffer. Otherwise, use `default-directory' of | 8 in the compilation buffer. Otherwise, use `default-directory' of |
9 the compilation buffer. | 9 the compilation buffer. |
10 (compilation-error-properties): Allow to funcall col and end-col. | |
11 (compilation-mode-font-lock-keywords): Check col and end-col by | |
12 `integerp'. | |
13 (compilation-goto-locus): If end-mk is non-nil in transient mark | |
14 mode don't activate the mark (and don't display message in | |
15 push-mark), but highlight overlay between mk and end-mk. | |
16 | |
17 * progmodes/grep.el (grep-highlight-matches): New defcustom. | |
18 (grep-regexp-alist): Add rule to highlight grep matches. | |
19 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR. | |
20 | |
21 * info.el (Info-fontify-node): Don't compute other-tag | |
22 if Info-hide-note-references=hide. | |
23 | |
24 * help.el (function-called-at-point): | |
25 * help-fns.el (variable-at-point): | |
26 Try `find-tag-default' when other methods failed. | |
10 | 27 |
11 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): | 28 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): |
12 Do not push mark if inhibit-mark-movement is non-nil. | 29 Do not push mark if inhibit-mark-movement is non-nil. |
13 | 30 |
14 * textmodes/ispell.el (ispell-html-skip-alists): | 31 * textmodes/ispell.el (ispell-html-skip-alists): |