diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6f0a0f57bf..9e793bacc5c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com> | ||
| 2 | |||
| 3 | * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this | ||
| 4 | constant with a computation on sgml-specials rather than a literal | ||
| 5 | list. Without this change the syntax table is generated | ||
| 6 | incorrectly, and the mode will think it's in a comment following | ||
| 7 | any instance of the string "--". | ||
| 8 | |||
| 1 | 2008-01-09 Tassilo Horn <tassilo@member.fsf.org> | 9 | 2008-01-09 Tassilo Horn <tassilo@member.fsf.org> |
| 2 | 10 | ||
| 3 | * doc-view.el (doc-view-mode-p): Add EPS as supported type. | 11 | * doc-view.el (doc-view-mode-p): Add EPS as supported type. |