comparison src/ChangeLog @ 36486:ecb3effbc849

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 02 Mar 2001 13:37:27 +0000
parents 6a5b8717a034
children 9a37b554054b
comparison
equal deleted inserted replaced
36485:293677d8c530 36486:ecb3effbc849
1 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * msdos.c (Fmsdos_remember_default_colors): If default-frame-alist
4 specifies (reverse . t), reverse the initial screen colors.
5 (IT_set_frame_parameters): If the property is foreground-color,
6 but we are reversing the colors, set bg_set, not fg_set. Likewise
7 for setting background-color and reversing: set fg_set. Set
8 unspecified-fg and unspecified-bg correctly when (reverse . t) is
9 in effect.
10
11 * xfaces.c (Finternal_set_lisp_face_attribute)
12 [!HAVE_WINDOW_SYSTEM]: Record the new attribute in the frame's
13 parameters alist.
14
1 2001-03-02 Gerd Moellmann <gerd@gnu.org> 15 2001-03-02 Gerd Moellmann <gerd@gnu.org>
2 16
3 * fileio.c (Fexpand_file_name): Collapse sequences of slashes 17 * fileio.c (Fexpand_file_name): Collapse sequences of slashes
4 to a single slash in the middle of file names. 18 to a single slash in the middle of file names.
5 19