diff options
| author | Kim F. Storm | 2005-06-20 21:44:38 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-06-20 21:44:38 +0000 |
| commit | b7d1f38f89237ed8579e2961a661c7e089c0cf66 (patch) | |
| tree | 60bd2ca4dfdb74fffe2d938204b7ded8aaa4386f /src/ChangeLog | |
| parent | ef1eef065fadb7ca04d97d455162f2ec45f175e9 (diff) | |
| download | emacs-b7d1f38f89237ed8579e2961a661c7e089c0cf66.tar.gz emacs-b7d1f38f89237ed8579e2961a661c7e089c0cf66.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -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. |