diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3230c85951f..4a3e51dcbd3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * msdos.c (IT_set_face): Don't swap face colors when highlight or | ||
| 4 | fp->tty_reverse_p is set, unless the computed colors are identical | ||
| 5 | to frame colors. Print both original and computed colors to | ||
| 6 | termscript file. | ||
| 7 | (IT_write_glyphs): Track the changes in handling of composite | ||
| 8 | characters. | ||
| 9 | (IT_set_frame_parameters): Don't set frame colors from | ||
| 10 | unspecified-fg and unspecified-bg pseudo-colors. | ||
| 11 | |||
| 1 | 1999-12-17 Dave Love <fx@gnu.org> | 12 | 1999-12-17 Dave Love <fx@gnu.org> |
| 2 | 13 | ||
| 3 | * data.c (Fkeywordp): New function. | 14 | * data.c (Fkeywordp): New function. |