# HG changeset patch # User Richard M. Stallman # Date 1102543609 0 # Node ID 8b6cf3720007ac264feb4b7614b2b4aeef217399 # Parent 5a16d43507705682a37d0137a5194c13cdb52ca8 *** empty log message *** diff -r 5a16d4350770 -r 8b6cf3720007 lisp/ChangeLog --- a/lisp/ChangeLog Wed Dec 08 22:06:31 2004 +0000 +++ b/lisp/ChangeLog Wed Dec 08 22:06:49 2004 +0000 @@ -1,3 +1,8 @@ +2004-12-08 Richard M. Stallman + + * faces.el: Delete code to set display table. + (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.) + 2004-12-08 Jay Belanger * calc/calc.el: Add math-read-preprocess-string to autoloads. diff -r 5a16d4350770 -r 8b6cf3720007 src/ChangeLog --- a/src/ChangeLog Wed Dec 08 22:06:31 2004 +0000 +++ b/src/ChangeLog Wed Dec 08 22:06:49 2004 +0000 @@ -1,3 +1,12 @@ +2004-12-08 Richard M. Stallman + + * xdisp.c (get_next_display_element): Use `escape-glyph' for + control chars and escaped octal codes. + (Qescape_glyph): New variable. + (syms_of_xdisp): Initialize it. + (escape_glyph_face): New variable. + (redisplay_window): Initialize it. + 2004-12-07 Paul Eggert * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)