diff options
| -rw-r--r-- | lisp/ChangeLog | 16 |
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 @@ | |||
| 1 | 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org> | ||
| 2 | |||
| 3 | * faces.el (glyph): New face. | ||
| 4 | |||
| 5 | * disp-table.el: Add an autoloaded table, that doesn't require | ||
| 6 | this library, with glyph face. | ||
| 7 | |||
| 8 | * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var. | ||
| 9 | (conf-ppd-mode): New conf-mode wrapper for printer descriptions. | ||
| 10 | (conf-quote-normal): Allow normalizing only ' or ". | ||
| 11 | (conf-mode): Regexp-quote constructed comment-start and don't | ||
| 12 | match section {} where "name" contains braces. | ||
| 13 | |||
| 14 | * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid | ||
| 15 | files. | ||
| 16 | |||
| 1 | 2004-12-01 Kenichi Handa <handa@m17n.org> | 17 | 2004-12-01 Kenichi Handa <handa@m17n.org> |
| 2 | 18 | ||
| 3 | * term/x-win.el (x-last-selected-text-cut-encoded): New variable. | 19 | * term/x-win.el (x-last-selected-text-cut-encoded): New variable. |