comparison src/ChangeLog @ 30975:c007b25bad3d

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sun, 20 Aug 2000 13:29:38 +0000
parents 0bf7e72d456f
children 14c0286b43b5
comparison
equal deleted inserted replaced
30974:dd71356a722a 30975:c007b25bad3d
1 2000-08-20 Gerd Moellmann <gerd@gnu.org>
2
3 * xfaces.c (lface_equal_p): Compare strings differently.
4 (Qtty_color_alist, Vtty_defined_color_alist): New variables.
5 (realize_tty_face): Use them.
6 (syms_of_xfaces): Initialize new variables.
7 (map_tty_color): New function, extracted from realize_tty_face.
8 (map_tty_color) [MSDOS || WINDOWSNT]: If using the frame's default
9 foreground or background color, store the new color name in the
10 realized face; previous code trying to do this had no effect.
11 (realize_tty_face): Use map_tty_color.
12 (Fclear_face_cache): Set face_change_count and ensure thorough
13 redisplay.
14
1 2000-08-19 Gerd Moellmann <gerd@gnu.org> 15 2000-08-19 Gerd Moellmann <gerd@gnu.org>
2 16
3 * undo.c (record_first_change, record_marker_adjustment): Don'use 17 * undo.c (record_first_change, record_marker_adjustment): Don't
4 XBUFFER on last_undo_buffer which might not be a buffer. 18 use XBUFFER on last_undo_buffer which might not be a buffer.
5 19
6 2000-08-18 Kenichi Handa <handa@etl.go.jp> 20 2000-08-18 Kenichi Handa <handa@etl.go.jp>
7 21
8 * coding.c (decode_coding_string): Set members consumed, 22 * coding.c (decode_coding_string): Set members consumed,
9 consumed_char, produced, produced_char of *coding correctly. If 23 consumed_char, produced, produced_char of *coding correctly. If
10 decode_coding doesn't consume any byte, don't try anymore. 24 decode_coding doesn't consume any byte, don't try anymore.
11 (encode_coding_string): Likewise. 25 (encode_coding_string): Likewise.
12 26
13 2000-08-18 Gerd Moellmann <gerd@gnu.org> 27 2000-08-18 Gerd Moellmann <gerd@gnu.org>
14 28
15 * lisp.h (CHECK) [ENABLE_CHECKING]: Make both side of the 29 * lisp.h (CHECK) [ENABLE_CHECKING]: Make both sides of the
16 conditional have void type, for standard C compilers. 30 conditional have void type, for Standard C compilers.
17 31
18 * xdisp.c (redisplay_internal): Compare windows for equality with 32 * xdisp.c (redisplay_internal): Compare windows for equality with
19 EQ, instead of applying XWINDOW to something that might not 33 EQ, instead of applying XWINDOW to something that might not
20 be a window. 34 be a window.
21 35
24 * fontset.c (Finternal_char_font): Search only the selected frame 38 * fontset.c (Finternal_char_font): Search only the selected frame
25 for a window of the current buffer. 39 for a window of the current buffer.
26 40
27 2000-08-18 Gerd Moellmann <gerd@gnu.org> 41 2000-08-18 Gerd Moellmann <gerd@gnu.org>
28 42
29 * minibuf.c (do_completion): Use EQ instead of != to compare 43 * minibuf.c (do_completion): Use EQ instead of `!=' to compare
30 Lisp_Objects. 44 Lisp_Objects.
31 45
32 * keyboard.c (kbd_buffer_get_event): Handle the case that the 46 * keyboard.c (kbd_buffer_get_event): Handle the case that the
33 second half of a HELP_EVENT is found at the start of kbd_buffer. 47 second half of a HELP_EVENT is found at the start of kbd_buffer.
34 48