From 63f7ffb3deb917b90fd7119c5ff09875863329fd Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 30 Jun 2005 15:06:33 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 13 +++++++++++++ 2 files changed, 18 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6533457b7f2..21f2cf9d819 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-06-30 Juri Linkov + + * faces.el (vertical-border): Inherit from mode-line-inactive + only on tty. + 2005-06-30 Juanma Barranquero * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for diff --git a/src/ChangeLog b/src/ChangeLog index 29e30cf96c3..85c3b747424 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2005-06-30 Juri Linkov + + * xdisp.c (x_draw_vertical_border): If left fringe is not present + decrease x coord of vertical border by 1 pixel to not occupy text + area of the right window. + + * xterm.c (x_draw_vertical_window_border): Use foreground of + VERTICAL_BORDER_FACE_ID for vertical border line. + + * term.c (turn_on_face): In standout mode apply specified + fg to bg, and specified bg to fg (this makes the logic of + inversion on terminal consistent with X). + 2005-06-29 Juanma Barranquero * eval.c (user_variable_p_eh): New function. -- 2.39.2