diff options
| author | Kenichi Handa | 2002-03-01 05:33:48 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-03-01 05:33:48 +0000 |
| commit | 202c1ac894771fcf72d4cdcdd52c5baccd258010 (patch) | |
| tree | adcc631b00549a0e9fbf8f5bc55eebda88405823 /lisp/ChangeLog | |
| parent | c432b7991e44dcbafbf93fe85e37f043f9f34f12 (diff) | |
| download | emacs-202c1ac894771fcf72d4cdcdd52c5baccd258010.tar.gz emacs-202c1ac894771fcf72d4cdcdd52c5baccd258010.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 636d231aebb..1d14b184332 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -116,6 +116,10 @@ | |||
| 116 | * term/mac-win.el: Deleted unnecessary calls of set-fontset-font. | 116 | * term/mac-win.el: Deleted unnecessary calls of set-fontset-font. |
| 117 | (ccl-encode-mac-roman-font): Deleted. | 117 | (ccl-encode-mac-roman-font): Deleted. |
| 118 | 118 | ||
| 119 | * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el, | ||
| 120 | utf-8.el, and utf-8-subst.el as they can't be bytecompiled | ||
| 121 | currently. This is just a temporary workaround. | ||
| 122 | |||
| 119 | 2002-02-26 Richard M. Stallman <rms@gnu.org> | 123 | 2002-02-26 Richard M. Stallman <rms@gnu.org> |
| 120 | 124 | ||
| 121 | * paths.el (remote-shell-program): Add doc string. | 125 | * paths.el (remote-shell-program): Add doc string. |