aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2001-05-12 10:05:39 +0000
committerEli Zaretskii2001-05-12 10:05:39 +0000
commitdddcbf00213d4f1c6866abfb8d9132636839a3a1 (patch)
treed03b821bd4bd8bfd1513df973d20796dd3433ae2 /src/ChangeLog
parent9763806e323b44c8e58207293eb6c87ad50f52b8 (diff)
downloademacs-dddcbf00213d4f1c6866abfb8d9132636839a3a1.tar.gz
emacs-dddcbf00213d4f1c6866abfb8d9132636839a3a1.zip
(search_file_line, set_bdf_font_info, seek_char)
(w32_get_bdf_glyph): Cast between unsigned char and char when passing arguments to subroutines, to shut up compiler warnings. (w32_get_bdf_glyph): Don't mix signed and unsigned when calling GET_HEX_VAL.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 072f2cda811..e996cc0da48 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12001-05-12 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * w32bdf.c (search_file_line, set_bdf_font_info, seek_char)
4 (w32_get_bdf_glyph): Cast between unsigned char and char when
5 passing arguments to subroutines, to shut up compiler warnings.
6 (w32_get_bdf_glyph): Don't mix signed and unsigned when calling
7 GET_HEX_VAL.
8
9 * xfaces.c: Include keyboard.h before frame.h, not after it.
10
11 * widget.c: Include keyboard.h before frame.h.
12
13 * w32term.h (struct image, struct face): Forward declaration, to
14 avoid compiler warnings.
15
12001-05-11 Gerd Moellmann <gerd@gnu.org> 162001-05-11 Gerd Moellmann <gerd@gnu.org>
2 17
3 * keyboard.c (read_key_sequence): Don't modify events when 18 * keyboard.c (read_key_sequence): Don't modify events when