summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2005-06-30 15:06:33 +0000
committerJuri Linkov <juri@jurta.org>2005-06-30 15:06:33 +0000
commit4ef4a3b770ab19920ecc9b8a0b5467b0d020b64b (patch)
tree146c4282ad89c51d0fd49d3f05c676fe8cd8fe77 /src
parent223fe8ca321f691b6f05b108bc1ca82a9121774d (diff)
downloademacs-4ef4a3b770ab19920ecc9b8a0b5467b0d020b64b.tar.gz
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c9923bacf7a..ca01e4e6af6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.