aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 29e30cf96c3..85c3b747424 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12005-06-30 Juri Linkov <juri@jurta.org>
2
3 * xdisp.c (x_draw_vertical_border): If left fringe is not present
4 decrease x coord of vertical border by 1 pixel to not occupy text
5 area of the right window.
6
7 * xterm.c (x_draw_vertical_window_border): Use foreground of
8 VERTICAL_BORDER_FACE_ID for vertical border line.
9
10 * term.c (turn_on_face): In standout mode apply specified
11 fg to bg, and specified bg to fg (this makes the logic of
12 inversion on terminal consistent with X).
13
12005-06-29 Juanma Barranquero <lekktu@gmail.com> 142005-06-29 Juanma Barranquero <lekktu@gmail.com>
2 15
3 * eval.c (user_variable_p_eh): New function. 16 * eval.c (user_variable_p_eh): New function.