aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2efe3a5e7fe..9d9d564fa15 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,31 @@
12011-09-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * help-mode.el (help-mode): Restore autoload.
4
52011-09-07 Juri Linkov <juri@jurta.org>
6
7 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
8 `compilation-environment'. Set buffer-local
9 `compilation-environment' to `thisenv' later after (funcall mode).
10 (Bug#8340)
11
12 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
13 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14 instead of replacing its value. (Bug#8340)
15
162011-09-07 Juri Linkov <juri@jurta.org>
17
18 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
19 based on text properties put by `grep-filter' instead of matching
20 escape sequences.
21 (grep-mode): Set buffer-local `compilation-error-screen-columns'
22 to the value of `grep-error-screen-columns' (bug#9438).
23
242011-09-07 Juri Linkov <juri@jurta.org>
25
26 * simple.el (next-error-highlight, next-error-highlight-no-select):
27 Doc fix (bug#9432).
28
12011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change) 292011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2 30
3 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): 31 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):