]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Thu, 30 Jun 2005 15:06:33 +0000 (15:06 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 30 Jun 2005 15:06:33 +0000 (15:06 +0000)
lisp/ChangeLog
src/ChangeLog

index 6533457b7f20d440e16b26c60e675667395e3854..21f2cf9d81999dbd876cb5061e89e61cf921acb6 100644 (file)
@@ -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
index 29e30cf96c31a580eedc3417ddee8767da086840..85c3b7474244a8e3cbd2c2540e4a89395d0d2575 100644 (file)
@@ -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.