diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 12e52237e9b..ab060453f64 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2005-06-20 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * xfaces.c (Qvertical_divider): New variable. | ||
| 4 | (realize_basic_faces): Realize its face. | ||
| 5 | (syms_of_xfaces): Initialize it. | ||
| 6 | |||
| 7 | * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'. | ||
| 8 | |||
| 9 | * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical | ||
| 10 | window-separator on ttys using `vertical-divider' face by default. | ||
| 11 | |||
| 1 | 2005-06-17 Richard M. Stallman <rms@gnu.org> | 12 | 2005-06-17 Richard M. Stallman <rms@gnu.org> |
| 2 | 13 | ||
| 3 | * xdisp.c (get_next_display_element): Reverse | 14 | * xdisp.c (get_next_display_element): Reverse |