diff options
| author | Eli Zaretskii | 2004-05-18 13:36:32 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-05-18 13:36:32 +0000 |
| commit | 6be49c3aa80eab4eef09a719f3268220ef66c0ad (patch) | |
| tree | eac0fff44337a99a48bbccc5fc78b4c53f31584e /src/ChangeLog | |
| parent | 3ae12c8dc696b23e0434a9495657bc6ec8225716 (diff) | |
| download | emacs-6be49c3aa80eab4eef09a719f3268220ef66c0ad.tar.gz emacs-6be49c3aa80eab4eef09a719f3268220ef66c0ad.zip | |
(syms_of_msdos): Initialize dos-unsupported-char-glyph with make_number.
(IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph with XINT.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1844535b550..382f2e8c6a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2004-05-18 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph | ||
| 4 | with make_number. | ||
| 5 | (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph | ||
| 6 | with XINT. | ||
| 7 | |||
| 1 | 2004-05-18 Kim F. Storm <storm@cua.dk> | 8 | 2004-05-18 Kim F. Storm <storm@cua.dk> |
| 2 | 9 | ||
| 3 | * blockinput.h (INPUT_BLOCKED_P): New macros. | 10 | * blockinput.h (INPUT_BLOCKED_P): New macros. |