aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJulien Danjou2012-06-28 12:40:24 +0200
committerJulien Danjou2012-06-28 12:40:24 +0200
commitae4969c2d69a74c896eb49c9a34aeb645ffed082 (patch)
tree0227f0d8b09f0e1c065f62f863d430603c4c80c1 /lisp/ChangeLog
parent7ee3791f5b55b455a133f930040061f8a7032401 (diff)
downloademacs-ae4969c2d69a74c896eb49c9a34aeb645ffed082.tar.gz
emacs-ae4969c2d69a74c896eb49c9a34aeb645ffed082.zip
term: rework color cutomizing
* term.el (term-handle-colors-array): Use a set of new faces to color the terminal. Also uses :inverse-video property. (term-default-fg-color): Set to nil by default, deprecate in favor of `term-face'. (term-default-bg-color): Set to nil by default, deprecate in favor of `term-face'. (term-current-face): Use `term-face' by default. (term-bold-attribute): Variable deleted.
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):