aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2005-06-21 15:45:30 +0000
committerKaroly Lorentey2005-06-21 15:45:30 +0000
commitf3479ceeb65724094be33b49bae289a81f42b6ee (patch)
tree505f3924a1c689929c68105fbaf1a4f98f014b42 /src/ChangeLog
parenta3fbb8977ddcc3f913058d323af6034cb70561a9 (diff)
parent9afc7f1bc3cbb494759cb5bc55a16f88d2f300c3 (diff)
downloademacs-f3479ceeb65724094be33b49bae289a81f42b6ee.tar.gz
emacs-f3479ceeb65724094be33b49bae289a81f42b6ee.zip
Merged from miles@gnu.org--gnu-2005 (patch 435-437)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435 Implement tty vertical-divider face * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-436 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-437 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-352
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.