]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Fri, 25 Jan 2002 14:11:11 +0000 (14:11 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 25 Jan 2002 14:11:11 +0000 (14:11 +0000)
lisp/ChangeLog
src/ChangeLog

index a240ff602b4f5b6011e88430c0cf6e01b5b7cbbf..9c32c66bc6605bbc941685cc5d42fb5f0f0e6cd5 100644 (file)
@@ -1,3 +1,37 @@
+2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       Support for more than 8 colors on character terminals:
+
+       * term/rxvt.el: New file.
+
+       * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
+
+       * term/xterm.el (xterm-standard-colors): New variable.
+       (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
+       (xterm-rxvt-set-background-mode): New functions.
+       (toplevel): Call xterm-register-default-colors,
+       xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
+       Add support for more keys from xterm's terminfo entry.
+
+       * facemenu.el (list-colors-display): If the argument is nil, don't
+       show more colors that the number returned by display-color-cells.
+
+       * term/pc-win.el (msdos-color-values): Reverse the order of the
+       colors, since tty-color-define now preserves the registration
+       order.
+
+       * w32-fns.el (w32-tty-standard-colors): Reverse the order.
+
+       * term/tty-colors.el (tty-standard-colors): Reverse the order.
+       (tty-register-default-colors): New function; code moved from
+       startup.el's command-line.
+       (tty-modify-color-alist): Use nconc instead of cons, to preserve
+       the order the colors where registered.
+
+       * frame.el (display-color-cells): Use tty-display-color-cells.
+
+       * startup.el (command-line): Call tty-register-default-colors.
+
 2002-01-25  Richard M. Stallman  <rms@gnu.org>
 
        * subr.el (remove): Doc fix.
index 0ae6b099e2489e904a201af208688f638af24746..1de38454e55f12e99f3acae66bb36b2a1c456808 100644 (file)
@@ -2,6 +2,8 @@
 
        * term.c (Ftty_display_color_cells): New function.
        (syms_of_term): Defsubr it.
+       (Ftty_display_color_cells, Ftty_display_color_p): Change the
+       argument name to DISPLAY.  Doc fix.
 
        * dispextern.h: Add prototype for set_tty_color_mode and
        tty_setup_colors.