changeset 63882:35bc84251d54

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 30 Jun 2005 15:06:33 +0000
parents 0aba3ba80cd2
children 53559de8d502
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <juri@jurta.org>
+
+	* faces.el (vertical-border): Inherit from mode-line-inactive
+	only on tty.
+
 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
 
 	* help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
--- 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  <juri@jurta.org>
+
+	* 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  <lekktu@gmail.com>
 
 	* eval.c (user_variable_p_eh): New function.