diff options
| author | Dave Love | 2001-12-12 20:06:57 +0000 |
|---|---|---|
| committer | Dave Love | 2001-12-12 20:06:57 +0000 |
| commit | 57983e4d260078a928f592ee88a8088893e6d3cb (patch) | |
| tree | 6e55b7f135b9774ac3dd8b3bef922d18877e0b08 | |
| parent | fc8865fc5a0911cbb2bc583c5841633c39625780 (diff) | |
| download | emacs-57983e4d260078a928f592ee88a8088893e6d3cb.tar.gz emacs-57983e4d260078a928f592ee88a8088893e6d3cb.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d505d475b04..c61360e55bc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2001-12-12 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * international/mule.el (make-translation-table-from-vector): | ||
| 4 | Allow null elements in VEC. | ||
| 5 | |||
| 6 | * international/ucs-tables.el (unify-8859-on-encoding-mode) | ||
| 7 | (unify-8859-on-decoding-mode): Swap the code in their bodies. Add | ||
| 8 | :version. | ||
| 9 | |||
| 1 | 2001-12-11 Richard M. Stallman <rms@gnu.org> | 10 | 2001-12-11 Richard M. Stallman <rms@gnu.org> |
| 2 | 11 | ||
| 3 | * derived.el (derived-mode-p): Function moved to subr.el. | 12 | * derived.el (derived-mode-p): Function moved to subr.el. |