Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dbf1fcc1
Commit
dbf1fcc1
authored
Oct 16, 2000
by
Eli Zaretskii
Browse files
*** empty log message ***
parent
8fcacf13
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
lisp/ChangeLog
lisp/ChangeLog
+6
-0
src/ChangeLog
src/ChangeLog
+23
-0
No files found.
lisp/ChangeLog
View file @
dbf1fcc1
2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
* term/pc-win.el (msdos-handle-reverse-video): Don't remove
reverse from the frame parameters, and don't invert foreground and
background colors.
2000-10-16 Miles Bader <miles@gnu.org>
* info.el (Info-set-mode-line): Use `%b' instead of hardwired
...
...
src/ChangeLog
View file @
dbf1fcc1
2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
* dispextern.h (unspecified_fg, unspecified_bg): Declare.
* dosfns.c (unspecified_fg, unspecified_bg): Remove extern
declaration.
* msdos.c (IT_set_face): Compare highlighted face with the default
face, and invert colors if these faces' colors are identical.
(Fmsdos_remember_default_colors): Don't swap foreground and
background colors in initial_colors[].
(IT_set_frame_parameters): Don't swap frame's foreground and
background pixels. If ALIST includes "(reverse . t)", swap
foreground-color and background-color properties in frame's
param_alist. If the original frame's param_alist doesn't specify
the colors, store unspecified-fg and unspecified-bg, reversed if
required.
* frame.c (Fframe_parameters): If a tty's frame's param_alist says
the colors are unspecified and reversed, reverse fore- and back-
ground in the returned value.
(Fframe_parameter): Ditto.
2000-10-16 Gerd Moellmann <gerd@gnu.org>
* xdisp.c (find_last_unchanged_at_beg_row): Renamed from
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment