diff options
| author | Gerd Moellmann | 2001-03-23 12:26:28 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-23 12:26:28 +0000 |
| commit | 091f887891422b7fc5e769b62c76cc6600ccc7b1 (patch) | |
| tree | 1545cc0a1e537fa3b961137c669bfff50fc0f422 /src/ChangeLog | |
| parent | 991786ddc0a6df95119c4fe05f01e49065c58483 (diff) | |
| download | emacs-091f887891422b7fc5e769b62c76cc6600ccc7b1.tar.gz emacs-091f887891422b7fc5e769b62c76cc6600ccc7b1.zip | |
(dump_glyph_row): Fix output for NGLYPHS == 2.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1a5f2e9051c..2cd44be9171 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-03-23 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (dump_glyph_row): Fix output for NGLYPHS == 2. | ||
| 4 | |||
| 1 | 2001-03-23 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2001-03-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 6 | ||
| 3 | * xmenu.c: Include widget.h only if USE_X_TOOLKIT is defined. | 7 | * xmenu.c: Include widget.h only if USE_X_TOOLKIT is defined. |