diff options
| author | Kenichi Handa | 1999-12-27 05:29:29 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-12-27 05:29:29 +0000 |
| commit | a2882b0d4a21057b364a77a07a310aac6dedf9b2 (patch) | |
| tree | a0a2583b12a528c2d1c97d6336394eb85eea6eba /src | |
| parent | 43d120d80e1c46cd991ffbc1ea990906baad6467 (diff) | |
| download | emacs-a2882b0d4a21057b364a77a07a310aac6dedf9b2.tar.gz emacs-a2882b0d4a21057b364a77a07a310aac6dedf9b2.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c449e65638c..afa53ef651a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 1999-12-27 Kenichi Handa <handa@etl.go.jp> | 1 | 1999-12-27 Kenichi Handa <handa@etl.go.jp> |
| 2 | 2 | ||
| 3 | * dispextern.h (FACE_FROM_ID): Cast the arg ID to `unsigned'. | ||
| 4 | |||
| 5 | 1999-12-27 Kenichi Handa <handa@etl.go.jp> | ||
| 6 | |||
| 3 | The following changes are to use more bits for face IDs. | 7 | The following changes are to use more bits for face IDs. |
| 4 | 8 | ||
| 5 | * lisp.h (GLYPH): Defined as `int', not `unsigned int'. Now the | 9 | * lisp.h (GLYPH): Defined as `int', not `unsigned int'. Now the |