# HG changeset patch # User Kim F. Storm # Date 1101984331 0 # Node ID cfaa6525e1034d949f2619a734e63af4ce659247 # Parent 9a3bb995aa8b6c7b70a3bf6bb41c3d7546a60f6b *** empty log message *** diff -r 9a3bb995aa8b -r cfaa6525e103 lisp/ChangeLog --- a/lisp/ChangeLog Thu Dec 02 10:44:39 2004 +0000 +++ b/lisp/ChangeLog Thu Dec 02 10:45:31 2004 +0000 @@ -1,3 +1,12 @@ +2004-12-02 Kim F. Storm + + * faces.el (escape-glyph): Rename from glyph. + (standard-display-table): Set it here. Add escape-glyph face to + extra slot characters. + + * disp-table.el: Undo 2004-12-01 change. Display table is now + setup in faces.el. + 2004-12-02 Mark A. Hershberger * xml.el (xml-parse-dtd): Don't show validity messages when @@ -7706,7 +7715,7 @@ (compilation-forget-errors): Don't localize already local compilation-locs and remove FIXME about refontifying. -2004-04-14 +2004-04-14 Split the rule for dired marks into 3 separate rules: for marks, marked file names and flagged file names.