aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 12e52237e9b..a6532912246 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12005-06-20 Kim F. Storm <storm@cua.dk>
2
3 * fns.c (Fsort): Doc fix.
4
52005-06-20 Miles Bader <miles@gnu.org>
6
7 * xfaces.c (Qvertical_divider): New variable.
8 (realize_basic_faces): Realize its face.
9 (syms_of_xfaces): Initialize it.
10
11 * dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.
12
13 * dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
14 window-separator on ttys using `vertical-divider' face by default.
15
12005-06-17 Richard M. Stallman <rms@gnu.org> 162005-06-17 Richard M. Stallman <rms@gnu.org>
2 17
3 * xdisp.c (get_next_display_element): Reverse 18 * xdisp.c (get_next_display_element): Reverse
@@ -6,7 +21,7 @@
6 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face. 21 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
7 (Ftty_no_underline): New function. 22 (Ftty_no_underline): New function.
8 (syms_of_term): defsubr it. 23 (syms_of_term): defsubr it.
9 24
10 * keyboard.c (read_char): Call restore_getcjmp after jump occurs. 25 * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
11 26
12 * dispnew.c (spec_glyph_lookup_face): New function. 27 * dispnew.c (spec_glyph_lookup_face): New function.