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 ddbb1c2d3df..824c0e2601b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
2
3 Implement ANSI SGR parameters 22-27 (bug#12146).
4 * ansi-color.el (ansi-colors): Doc fix.
5 (ansi-color-context, ansi-color-context-region): Doc fix.
6 (ansi-color--find-face): New function.
7 (ansi-color-apply, ansi-color-apply-on-region): Use it.
8 Rename the local variable `face' to `codes' since it is now a list of
9 ansi codes. Doc fix.
10 (ansi-color-get-face): Remove.
11 (ansi-color-parse-sequence): New function, derived from
12 ansi-color-get-face.
13 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
14 codes 22-27.
15
12012-08-14 Stefan Monnier <monnier@iro.umontreal.ca> 162012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
2 17
3 * subr.el (read-passwd): Allow use from a minibuffer. 18 * subr.el (read-passwd): Allow use from a minibuffer.