# HG changeset patch # User Daniel Pfeiffer # Date 1101925702 0 # Node ID 2448f32821a67161bc800816f2d39a94cef9e209 # Parent 60340bd280438fbbd064c9911a45bb1832ae84ad *** empty log message *** diff -r 60340bd28043 -r 2448f32821a6 lisp/ChangeLog --- a/lisp/ChangeLog Wed Dec 01 15:51:22 2004 +0000 +++ b/lisp/ChangeLog Wed Dec 01 18:28:22 2004 +0000 @@ -1,3 +1,19 @@ +2004-12-01 Daniel Pfeiffer + + * faces.el (glyph): New face. + + * disp-table.el: Add an autoloaded table, that doesn't require + this library, with glyph face. + + * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var. + (conf-ppd-mode): New conf-mode wrapper for printer descriptions. + (conf-quote-normal): Allow normalizing only ' or ". + (conf-mode): Regexp-quote constructed comment-start and don't + match section {} where "name" contains braces. + + * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid + files. + 2004-12-01 Kenichi Handa * term/x-win.el (x-last-selected-text-cut-encoded): New variable.