diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e4c616572e..8732275ee38 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,16 @@ | |||
| 1 | 2008-01-11 Jason Rumney <jasonr@gnu.org> | 1 | 2008-01-11 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled): | ||
| 4 | Rename from nxml-enable-unicode-char-name-sets-flag. | ||
| 5 | (nxml-enable-unicode-char-name-sets-1): Merge into | ||
| 6 | nxml-enable-unicode-char-name-sets. | ||
| 7 | (nxml-enable-unicode-char-name-sets): Don't unconditionally set | ||
| 8 | nxml-char-name-ignore-case here. | ||
| 9 | |||
| 3 | * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly. | 10 | * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly. |
| 4 | Update doc string and commentary. | 11 | Update doc string and commentary. |
| 12 | (nxml-char-name-ignore-case): Change default value. | ||
| 13 | (nxml-mode): Call nxml-enable-unicode-char-name-sets directly. | ||
| 5 | 14 | ||
| 6 | 2008-01-11 Martin Rudalics <rudalics@gmx.at> | 15 | 2008-01-11 Martin Rudalics <rudalics@gmx.at> |
| 7 | 16 | ||