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
3947677c
Commit
3947677c
authored
Jan 14, 2002
by
Eli Zaretskii
Browse files
*** empty log message ***
parent
9da8545a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
+30
-0
lisp/ChangeLog
lisp/ChangeLog
+9
-0
src/ChangeLog
src/ChangeLog
+21
-0
No files found.
lisp/ChangeLog
View file @
3947677c
2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
* startup.el (command-line): Register the default tty colors even
if the terminal doesn't seem to support colors.
<tty-long-option-alist>: New option --color.
(tty-handle-args): Parse the --color arg.
* term/tty-colors.el (tty-color-mode-alist): New variable.
2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
* net/ange-ftp.el (ange-ftp-root-dir-p): New function.
...
...
src/ChangeLog
View file @
3947677c
2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
Support for the --color command-line argument and tty-color-mode
frame parameter:
* term.c (tty_default_color_capabilities, tty_setup_colors)
(set_tty_color_mode): New functions.
(term_init): Call tty_default_color_capabilities.
(Qtty_color_mode_alist): New variable.
(syms_of_term): Intern and staticpro it.
* frame.c (store_frame_param): Call set_tty_color_mode for termcap
frames.
(do_switch_frame): For termcap frames, switch the tty
color mode as specified by the frame's parameters.
(Qtty_color_mode): New variable.
(syms_of_frame): Intern and staticpro it.
* emacs.c (USAGE2): Add the --color option.
(standard_args): Ditto.
2002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
* xterm.h (struct x_output): New members want_fullscreen,
...
...
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