Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 28 17:25:19 2000 +0000 +++ b/lisp/ChangeLog Sat Oct 28 17:25:46 2000 +0000 @@ -1,3 +1,21 @@ +2000-10-28 Eli Zaretskii <eliz@is.elta.co.il> + + Support for -fg, -bg, and -rv command-line arguments for TTYs: + * faces.el (tty-handle-reverse-video): New function. + (tty-create-frame-with-faces): Call it. + + * frame.el (frame-notice-user-settings): Don't apply + default-frame-alist and initial-frame-alist to MS-DOS frames. + Call tty-handle-reverse-video, frame-set-background-mode, and + face-set-after-frame-default for non-MS-DOS frames. + + * startup.el (tty-long-option-alist): New variable. + (tty-handle-args): New function. + (command-line): Call tty-handle-args. + + * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove; + startup.el now does that for all character-terminal frames. + 2000-10-28 Miles Bader <miles@gnu.org> * emacs-lisp/easy-mmode.el (define-minor-mode): Generate