aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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.