diff options
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 36274a78c3a..2269f368bc4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2002-07-29 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * international/mule.el (ctext-post-read-conversion): Add support | ||
| 4 | for emboded utf-8 encodng (ESC % G ... ESC % @). | ||
| 5 | |||
| 6 | 2002-07-28 Kenichi Handa <handa@etl.go.jp> | ||
| 7 | |||
| 8 | * files.el (revert-buffer): Before calling insert-file-contents, | ||
| 9 | kill the local variable buffer-file-coding-system. | ||
| 10 | |||
| 1 | 2002-07-28 Richard M. Stallman <rms@gnu.org> | 11 | 2002-07-28 Richard M. Stallman <rms@gnu.org> |
| 2 | 12 | ||
| 3 | * bindings.el (mode-line-format): Handle vc-mode specially. | 13 | * bindings.el (mode-line-format): Handle vc-mode specially. |