aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJulien Danjou2012-06-28 12:40:24 +0200
committerJulien Danjou2012-06-28 12:40:24 +0200
commitae4969c2d69a74c896eb49c9a34aeb645ffed082 (patch)
tree0227f0d8b09f0e1c065f62f863d430603c4c80c1 /etc
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 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e804805c8d0..89cbe4ec584 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -160,6 +160,15 @@ character when doing minibuffer filename prompts.
160 160
161* Changes in Specialized Modes and Packages in Emacs 24.2 161* Changes in Specialized Modes and Packages in Emacs 24.2
162 162
163** Term changes
164
165The variables `term-default-fg-color' and `term-default-bg-color' are
166now deprecated in favor of the `term-face' face, that you can
167customize. Also, it is now possible to cutomize how are displayed the
168ANSI terminal colors and styles by cutomizing the corresponding
169`term-color-<COLOR>', `term-color-underline' and `term-color-bold'
170faces.
171
163** CL's main entry is now (require 'cl-lib). 172** CL's main entry is now (require 'cl-lib).
164`cl-lib' is like the old `cl' except that it uses the namespace cleanly, 173`cl-lib' is like the old `cl' except that it uses the namespace cleanly,
165i.e. all its definitions have the "cl-" prefix. 174i.e. all its definitions have the "cl-" prefix.