summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pfeiffer <occitan@esperanto.org>2004-12-01 18:28:22 +0000
committerDaniel Pfeiffer <occitan@esperanto.org>2004-12-01 18:28:22 +0000
commitfb568b49d4f7f7d133a8167a2d4e58cc2c4eb87b (patch)
treee51a5c9b472f5b3df0684644cd5b78a202c103a1
parentf86bdc80c496aee7c29675f05d3690cf2c128091 (diff)
downloademacs-fb568b49d4f7f7d133a8167a2d4e58cc2c4eb87b.tar.gz
emacs-fb568b49d4f7f7d133a8167a2d4e58cc2c4eb87b.tar.bz2
emacs-fb568b49d4f7f7d133a8167a2d4e58cc2c4eb87b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2debe943607..5c1a3be0875 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
+2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
+
+ * 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 <handa@m17n.org>
* term/x-win.el (x-last-selected-text-cut-encoded): New variable.