aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5455d4320f8..cc5851373b0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,20 @@
12012-02-19 Chong Yidong <cyd@gnu.org> 12012-02-19 Chong Yidong <cyd@gnu.org>
2 2
3 * comint.el: Require ansi-color.
4 (comint-output-filter-functions): Add ansi-color-process-output.
5
6 * ansi-color.el: Don't set comint-output-filter-functions; it is
7 now in the initial value defined in comint.el.
8 (ansi-color-apply-face-function): New variable.
9 (ansi-color-apply-on-region): Use it.
10 (ansi-color-apply-overlay-face): New function.
11
12 * shell.el (shell): No need to require ansi-color.
13 (shell-mode): Use ansi-color-apply-face-function to highlight
14 color escapes using font-lock-face property (Bug#10835).
15
162012-02-19 Chong Yidong <cyd@gnu.org>
17
3 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list 18 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
4 mode-line formats (Bug#10839). 19 mode-line formats (Bug#10839).
5 20