diff options
| author | Eli Zaretskii | 2000-12-18 10:23:43 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-12-18 10:23:43 +0000 |
| commit | 78555fbea6530018c1cc19e882d4599e7b1c893b (patch) | |
| tree | e04e3a2025bf1c3d989adac61e1ae6707b8df885 /src/ChangeLog | |
| parent | 5f1f59555a8708664dea8aeb2f8cda3283a2e37a (diff) | |
| download | emacs-78555fbea6530018c1cc19e882d4599e7b1c893b.tar.gz emacs-78555fbea6530018c1cc19e882d4599e7b1c893b.zip | |
(IT_write_glyphs): Compute the glyph face from str->face_id.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9d5bdb44aed..12a82867400 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * msdos.c (IT_write_glyphs): Compute the glyph face from | ||
| 4 | str->face_id. | ||
| 5 | |||
| 1 | 2000-12-18 Kenichi Handa <handa@etl.go.jp> | 6 | 2000-12-18 Kenichi Handa <handa@etl.go.jp> |
| 2 | 7 | ||
| 3 | * process.c (read_process_output): Don't run a filter if the code | 8 | * process.c (read_process_output): Don't run a filter if the code |