comparison lisp/ChangeLog @ 33013:b81a0bbc5682

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 28 Oct 2000 17:25:46 +0000
parents ab3f9a850b5f
children c50588266cd5
comparison
equal deleted inserted replaced
33012:df207c5f631f 33013:b81a0bbc5682
1 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2
3 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4 * faces.el (tty-handle-reverse-video): New function.
5 (tty-create-frame-with-faces): Call it.
6
7 * frame.el (frame-notice-user-settings): Don't apply
8 default-frame-alist and initial-frame-alist to MS-DOS frames.
9 Call tty-handle-reverse-video, frame-set-background-mode, and
10 face-set-after-frame-default for non-MS-DOS frames.
11
12 * startup.el (tty-long-option-alist): New variable.
13 (tty-handle-args): New function.
14 (command-line): Call tty-handle-args.
15
16 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
17 startup.el now does that for all character-terminal frames.
18
1 2000-10-28 Miles Bader <miles@gnu.org> 19 2000-10-28 Miles Bader <miles@gnu.org>
2 20
3 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate 21 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is 22 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
5 global. If :global is followed by a non-nil but non-t value, 23 global. If :global is followed by a non-nil but non-t value,