aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-06-20 21:44:38 +0000
committerKim F. Storm2005-06-20 21:44:38 +0000
commitb7d1f38f89237ed8579e2961a661c7e089c0cf66 (patch)
tree60bd2ca4dfdb74fffe2d938204b7ded8aaa4386f /src
parentef1eef065fadb7ca04d97d455162f2ec45f175e9 (diff)
downloademacs-b7d1f38f89237ed8579e2961a661c7e089c0cf66.tar.gz
emacs-b7d1f38f89237ed8579e2961a661c7e089c0cf66.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ab060453f64..a6532912246 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12005-06-20 Kim F. Storm <storm@cua.dk>
2
3 * fns.c (Fsort): Doc fix.
4
12005-06-20 Miles Bader <miles@gnu.org> 52005-06-20 Miles Bader <miles@gnu.org>
2 6
3 * xfaces.c (Qvertical_divider): New variable. 7 * xfaces.c (Qvertical_divider): New variable.
@@ -17,7 +21,7 @@
17 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face. 21 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face.
18 (Ftty_no_underline): New function. 22 (Ftty_no_underline): New function.
19 (syms_of_term): defsubr it. 23 (syms_of_term): defsubr it.
20 24
21 * keyboard.c (read_char): Call restore_getcjmp after jump occurs. 25 * keyboard.c (read_char): Call restore_getcjmp after jump occurs.
22 26
23 * dispnew.c (spec_glyph_lookup_face): New function. 27 * dispnew.c (spec_glyph_lookup_face): New function.