diff options
| author | Gerd Moellmann | 2000-06-13 13:25:09 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-13 13:25:09 +0000 |
| commit | 163dcff3a34aae87a6aa3421e5fde7c3444cce6f (patch) | |
| tree | c8a2539cb9d36fb94c159b0e74fc07ce5d4c364a /src/ChangeLog | |
| parent | b0d53addf7f02e815af2809e5d0fa21c3c68806b (diff) | |
| download | emacs-163dcff3a34aae87a6aa3421e5fde7c3444cce6f.tar.gz emacs-163dcff3a34aae87a6aa3421e5fde7c3444cce6f.zip | |
(x_check_font) [GLYPH_DEBUG]: Add prototype.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 18f6431c93e..95446d81b16 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2000-06-13 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype. | ||
| 4 | |||
| 5 | 2000-06-13 Richard Stallman <rms@caffeine.ai.mit.edu> | ||
| 6 | |||
| 7 | * frame.c (Fmodify_frame_parameters): Doc fix. | ||
| 8 | |||
| 9 | * xfns.c (x_set_frame_parameters): Comment fix. | ||
| 10 | |||
| 11 | * frame.c (store_frame_param): Call swap_in_global_binding if the | ||
| 12 | variable's current binding was chosen based on this frame. | ||
| 13 | |||
| 14 | * data.c (swap_in_global_binding): New function. | ||
| 15 | |||
| 1 | 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> | 16 | 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 17 | ||
| 3 | * msdos.c (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING | 18 | * msdos.c (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING |