Mercurial > emacs
comparison src/ChangeLog @ 63559:f3ed2587aecc
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 17 Jun 2005 14:42:39 +0000 |
parents | 48de3601d94c |
children | 4c33b0ac74a3 |
comparison
equal
deleted
inserted
replaced
63558:d93100b97dcc | 63559:f3ed2587aecc |
---|---|
2 | 2 |
3 * xdisp.c (get_next_display_element): Reverse | 3 * xdisp.c (get_next_display_element): Reverse |
4 test of Vshow_nonbreak_escape. | 4 test of Vshow_nonbreak_escape. |
5 | 5 |
6 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face. | 6 * term.c (produce_special_glyphs): Use spec_glyph_lookup_face. |
7 | 7 (Ftty_no_underline): New function. |
8 (syms_of_term): defsubr it. | |
9 | |
8 * keyboard.c (read_char): Call restore_getcjmp after jump occurs. | 10 * keyboard.c (read_char): Call restore_getcjmp after jump occurs. |
9 | 11 |
10 * dispnew.c (spec_glyph_lookup_face): New function. | 12 * dispnew.c (spec_glyph_lookup_face): New function. |
11 (build_frame_matrix_from_leaf_window): Use it. | 13 (build_frame_matrix_from_leaf_window): Use it. |
12 | 14 |