aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5bf2036e11f..26b6c6fd322 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12012-06-28 Julien Danjou <julien@danjou.info>
2
3 * term.el (term-handle-colors-array): Use a set of new faces to
4 color the terminal. Also uses :inverse-video property.
5 (term-default-fg-color): Set to nil by default, deprecate in favor
6 of `term-face'.
7 (term-default-bg-color): Set to nil by default, deprecate in favor
8 of `term-face'.
9 (term-current-face): Use `term-face' by default.
10 (term-bold-attribute): Variable deleted.
11
12012-06-28 Glenn Morris <rgm@gnu.org> 122012-06-28 Glenn Morris <rgm@gnu.org>
2 13
3 * simple.el (completion-list-mode-finish): 14 * simple.el (completion-list-mode-finish):