]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 Oct 2000 17:25:46 +0000 (17:25 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 28 Oct 2000 17:25:46 +0000 (17:25 +0000)
lisp/ChangeLog
man/ChangeLog
src/ChangeLog

index d6b2ffcf2fe6326e879252e3e320e08f13ef6440..3b63b2e246472d7067d6c5e02ec0c35a4fa08106 100644 (file)
@@ -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
index efe559c4ac80d79c9d1078ce3e8741d6fb29e18f..7ad93bc9864ad114a32f7f2061a20b46da58df03 100644 (file)
@@ -1,3 +1,9 @@
+2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * cmdargs.texi (Colors X): Document support for -fg, -bg, and -rv
+       on TTYs.  Suggest use of list-colors-display to see what colors
+       are supported.  Add index entries for list-colors-display.
+
 2000-10-23  Gerd Moellmann  <gerd@gnu.org>
 
        * gnus.texi: Update from version 5.213 from the Gnus repository.
index eb4f2052aec100d52012d257148c8620ed3a0e80..f49ca95e947c4e8a20ac14b7cfcbcc912b52b668 100644 (file)
@@ -1,3 +1,12 @@
+2000-10-28  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * frame.c (Fframe_parameters): Fix the change from 2000-10-16:
+       don't override the colors in frame's param_alist, unless they are
+       unspecified.
+
+       * term.c (reassert_line_highlight): If inverse_video is non-zero,
+       reverse the effect of the highlight flag.
+
 2000-10-27  Ken Raeburn  <raeburn@gnu.org>
 
        * window.h (Fwindow_live_p): Declare.