Changes for automatic remapping of X colors on terminal frames:
[bpt/emacs.git] / lisp / ChangeLog
index 6af6a16..36e9fb9 100644 (file)
@@ -1,3 +1,92 @@
+1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       Changes for automatic remapping of X colors on terminal frames:
+
+       * term/pc-win.el (msdos-setup-initial-frame): New function, run by
+       term-setup-hook.  Call msdos-remember-default-colors and
+       msdos-handle-reverse-video.
+       (msdos-face-setup): Parts of code moved to
+       msdos-setup-initial-frame.
+       (msdos-handle-reverse-video): New function, modeled after
+       x-handle-reverse-video.
+       (make-msdos-frame): Don't use initial-frame-alist and
+       default-frame-alist.  Call msdos-handle-reverse-video.
+       (msdos-color-aliases): Remove.
+       (msdos-color-translate, msdos-approximate-color): Remove.
+       (msdos-color-values): Use 16-bit RGB values.  RGB values updated
+       for better approximation of X colors.
+       (msdos-face-setup): Call tty-color-clear.  Remove code that sets
+       up tty-color-alist (it is now on startup.el).
+       (x-display-color-p, x-color-defined-p, x-color-values,
+       x-defined-colors, face-color-supported-p, face-color-gray-p):
+       Remove.
+
+       * facemenu.el (facemenu-read-color, list-colors-display): Use
+       defined-colors for all frame types.
+       (facemenu-color-equal): Use color-values for all frame types.
+
+       * faces.el (read-face-attribute): For :foreground and :background
+       attributes and frames on character terminals, translate the color
+       to the closest supported one before looking it up in the list of
+       valid values.
+       (face-valid-attribute-values): Call defined-colors for all types
+       of frames.
+       (defined-colors, color-defined-p, color-values, display-color-p):
+       New finctions.
+       (x-defined-colors, x-color-defined-p, x-color-values,
+       x-display-color-p): Aliases for the above.
+
+       * startup.el (command-line): Register terminal colors for frame
+       types other than x and w32, but only if the terminal supports
+       colors.  Call tty-color-define instead of face-register-tty-color.
+
+       * term/x-win.el (xw-defined-colors): Renamed from
+       x-defined-colors.
+       * term/w32-win.el (xw-defined-colors): Likewise.
+
+       * term/tty-colors.el: New file.
+       * loadup.el: Load term/tty-colors.
+
+1999-12-06  Dave Love  <fx@gnu.org>
+
+       * ffap.el: Autoload the ffap alias directly.
+
+1999-12-06  Inge Frick  <inge@nada.kth.se>
+
+       * dired-aux.el (dired-do-shell-command): Changed documentation.
+       (dired-shell-stuff-it): A `?' in COMMAND has now the same
+       meaning as `*'.
+       
+1999-12-06  Gerd Moellmann  <gerd@gnu.org>
+
+       * simple.el (insert-buffer): Doc fix.
+
+       * apropos.el (apropos-mode): Add autoload cookie.
+
+1999-12-06  Sam Steingold  <sds@goems.com>
+
+       * progmodes/etags.el (etags-tags-completion-table): Modified the
+       regexp to allow for the CL symbols starting with `+*'.
+       (tags-completion-table): Doc fix (it's an obarray, not an alist).
+       (tags-completion-table, tags-recognize-empty-tags-table): Remove
+       `function' quoting lambda.
+       (tags-with-face): New macro.
+       (list-tags, tags-apropos): Use it.
+       (tags-apropos-additional-actions): New user option.
+       (etags-tags-apropos-additional): Use it.
+       (tags-apropos): Call etags-tags-apropos-additional.
+       (tags-apropos-verbose): New user option.
+       (etags-tags-apropos): Use it.
+       (visit-tags-table-buffer, next-file): Use `unless'.
+       (recognize-empty-tags-table): Renamed to
+       tags-recognize-empty-tags-table.
+       (complete-tag): Call tags-complete-tag bypassing try-completion.
+       
+1999-12-06  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule.el (set-buffer-file-coding-system): Docstring
+       modified.
+
 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
        * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support