comparison src/ChangeLog @ 63882:35bc84251d54

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 30 Jun 2005 15:06:33 +0000
parents a7d45b7cc6d5
children 53559de8d502
comparison
equal deleted inserted replaced
63881:0aba3ba80cd2 63882:35bc84251d54
1 2005-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
1 2005-06-29 Juanma Barranquero <lekktu@gmail.com> 14 2005-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.
4 (Fuser_variable_p): Use it. Clarify docstring. 17 (Fuser_variable_p): Use it. Clarify docstring.
5 Return t for aliases of user options, nil for alias loops. 18 Return t for aliases of user options, nil for alias loops.