diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
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 @@ | |||
| 1 | 2005-06-20 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * fns.c (Fsort): Doc fix. | ||
| 4 | |||
| 1 | 2005-06-20 Miles Bader <miles@gnu.org> | 5 | 2005-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. |