aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2015-02-08 18:17:40 +0200
committerEli Zaretskii2015-02-08 18:17:40 +0200
commit20c817d3657ec67792edafd75f34d829144e8590 (patch)
treeda827bd286e203891f0f5b15409d635e24c21195 /src/ChangeLog
parenteca7da109248c40963c285417b878a8abcd84049 (diff)
downloademacs-20c817d3657ec67792edafd75f34d829144e8590.tar.gz
emacs-20c817d3657ec67792edafd75f34d829144e8590.zip
Fix handling of frame color parameters in TTY sessions (Bug#19802)
src/xfaces.c (map_tty_color): Use assoc_no_quit instead of assq_no_quit to fetch color definition by its string name. lisp/frame.el (frame-notice-user-settings): Refresh the value of frame parameters after calling tty-handle-reverse-video. Call face-set-after-frame-default with the actual parameters, to avoid resetting colors back to unspecified. (set-background-color, set-foreground-color): Pass the selected color to face-set-after-frame-default.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 135f28fb20f..7a7fd23d43d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12015-02-08 Eli Zaretskii <eliz@gnu.org>
2
3 * xfaces.c (map_tty_color): Use assoc_no_quit instead of
4 assq_no_quit to fetch color definition by its string name.
5 (Bug#19802)
6
12015-02-05 Eli Zaretskii <eliz@gnu.org> 72015-02-05 Eli Zaretskii <eliz@gnu.org>
2 8
3 * xdisp.c (move_it_in_display_line_to): Handle the case where the 9 * xdisp.c (move_it_in_display_line_to): Handle the case where the