diff options
| author | Kenichi Handa | 2000-07-14 12:07:29 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-07-14 12:07:29 +0000 |
| commit | 0693904a97ea817085852c9bfe4e0916384267dc (patch) | |
| tree | c3c1bb45ff0ee15378ca02be7b430e60910714cc /src | |
| parent | 115f38ae502d6b529be52557f96e226170915406 (diff) | |
| download | emacs-0693904a97ea817085852c9bfe4e0916384267dc.tar.gz emacs-0693904a97ea817085852c9bfe4e0916384267dc.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0a071c9ab68..99038d06c38 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-07-14 Kenichi Handa <handa@etl.go.jp> | 1 | 2000-07-14 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * xfaces.c (realize_x_face): Make fontset using the base of the | ||
| 4 | default'face's fontset, not using the default fontset. | ||
| 5 | |||
| 3 | * coding.c (inhibit_iso_escape_detection): New variable. | 6 | * coding.c (inhibit_iso_escape_detection): New variable. |
| 4 | (syms_of_coding): Make it a Lisp variable. | 7 | (syms_of_coding): Make it a Lisp variable. |
| 5 | (detect_coding_iso2022): If inhibit_iso_escape_detection is | 8 | (detect_coding_iso2022): If inhibit_iso_escape_detection is |