aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-09-07 23:08:02 +0200
committerJoakim Verona2011-09-07 23:08:02 +0200
commit94110bea46d4a1481b6f2f4e33cf8ce6ac6d8d62 (patch)
treefbde4dc571d870d20593329f3189a43672ad5b2a /lisp/ChangeLog
parentcca374c8ffc682c33754424406b2e0bef4fd4560 (diff)
parentdcdc460c01cea51a03392b62416ed637adec80cb (diff)
downloademacs-94110bea46d4a1481b6f2f4e33cf8ce6ac6d8d62.tar.gz
emacs-94110bea46d4a1481b6f2f4e33cf8ce6ac6d8d62.zip
upstream
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):