diff options
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 |