# HG changeset patch # User Juri Linkov # Date 1120143993 0 # Node ID 35bc84251d54d1d0cbc268cc09041e12defe439f # Parent 0aba3ba80cd2edc253ddfe431b61292e659aae48 *** empty log message *** diff -r 0aba3ba80cd2 -r 35bc84251d54 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jun 30 15:04:57 2005 +0000 +++ b/lisp/ChangeLog Thu Jun 30 15:06:33 2005 +0000 @@ -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 -r 0aba3ba80cd2 -r 35bc84251d54 src/ChangeLog --- a/src/ChangeLog Thu Jun 30 15:04:57 2005 +0000 +++ b/src/ChangeLog Thu Jun 30 15:06:33 2005 +0000 @@ -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.