# HG changeset patch # User Richard M. Stallman # Date 1119017409 0 # Node ID 48de3601d94cde1f640177c56b17ba5d64ba6646 # Parent 0691dbaf122bba4ce79e2a8efd480bef505ec7d5 *** empty log message *** diff -r 0691dbaf122b -r 48de3601d94c src/ChangeLog --- a/src/ChangeLog Fri Jun 17 14:09:45 2005 +0000 +++ b/src/ChangeLog Fri Jun 17 14:10:09 2005 +0000 @@ -1,3 +1,24 @@ +2005-06-17 Richard M. Stallman + + * xdisp.c (get_next_display_element): Reverse + test of Vshow_nonbreak_escape. + + * term.c (produce_special_glyphs): Use spec_glyph_lookup_face. + + * keyboard.c (read_char): Call restore_getcjmp after jump occurs. + + * dispnew.c (spec_glyph_lookup_face): New function. + (build_frame_matrix_from_leaf_window): Use it. + + * dispextern.h (spec_glyph_lookup_face): Add declaration. + + * buffer.c (syms_of_buffer) : Doc fix. + +2005-06-12 Richard M. Stallman + + * keyboard.c (read_char): After catching a longjmp, + call restore_getcjmp. + 2005-06-17 Juanma Barranquero * xselect.c (lisp_data_to_selection_data): Fix spelling. @@ -105,7 +126,6 @@ * xdisp.c (note_mode_line_or_margin_highlight): Call clear_mouse_face when mouse_face is not given. - Remove unnecessary tabs. 2005-06-09 Luc Teirlinck