diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97f3c1f5573..21af8dd7ae8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2007-02-14 Kim F. Storm + + * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns. + (standard-display-underline): Use make-glyph-code. + + * descr-text.el (describe-char): Use glyph-char and glyph-face. + + * international/latin1-disp.el (latin1-display-char): + Use make-glyph-code. + 2007-02-13 Juanma Barranquero * ehelp.el (with-electric-help, electric-help-exit)