1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
emacs/lisp/eshell
Miles Bader 958e68763b Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-431
Remove "-face" suffix from eshell faces

2005-06-17  Miles Bader  <miles@gnu.org>

   * lisp/eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
   Remove "-face" suffix from face names.
   (eshell-test-ok-face, eshell-test-failed-face):
   New backward-compatibility aliases for renamed faces.
   (eshell-run-test): Use renamed eshell-test faces.

   * lisp/eshell/em-prompt.el (eshell-prompt):
   Remove "-face" suffix from face name.
   (eshell-prompt-face): New backward-compatibility alias for renamed face.
   (eshell-emit-prompt): Use renamed eshell-prompt face.

   * lisp/eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
   (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
   (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
   (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
   Remove "-face" suffix from face names.
   (eshell-ls-directory-face, eshell-ls-symlink-face)
   (eshell-ls-executable-face, eshell-ls-readonly-face)
   (eshell-ls-unreadable-face, eshell-ls-special-face)
   (eshell-ls-missing-face, eshell-ls-archive-face)
   (eshell-ls-backup-face, eshell-ls-product-face)
   (eshell-ls-clutter-face):
   New backward-compatibility aliases for renamed faces.
   (eshell-ls-decorated-name): Use renamed eshell-ls faces.
2005-06-17 05:27:55 +00:00
..
.arch-inventory
.gitignore
em-alias.el
em-banner.el
em-basic.el
em-cmpl.el Changed all uses of `directory-sep-char' to ?/, and all uses of 2005-05-31 00:14:26 +00:00
em-dirs.el Changed all uses of `directory-sep-char' to ?/, and all uses of 2005-05-31 00:14:26 +00:00
em-glob.el Changed all uses of `directory-sep-char' to ?/, and all uses of 2005-05-31 00:14:26 +00:00
em-hist.el (eshell-previous-matching-input): 2004-12-30 01:47:35 +00:00
em-ls.el Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-431 2005-06-17 05:27:55 +00:00
em-pred.el
em-prompt.el Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-431 2005-06-17 05:27:55 +00:00
em-rebind.el
em-script.el
em-smart.el
em-term.el
em-unix.el Changed all uses of `directory-sep-char' to ?/, and all uses of 2005-05-31 00:14:26 +00:00
em-xtra.el
esh-arg.el
esh-cmd.el (eshell-eval-command): If the return value of `eshell-resume-eval' is 2005-05-27 02:57:18 +00:00
esh-ext.el Changed all uses of `directory-sep-char' to ?/, and all uses of 2005-05-31 00:14:26 +00:00
esh-io.el Changed all uses of `directory-sep-char' to ?/, and all uses of 2005-05-31 00:14:26 +00:00
esh-maint.el
esh-mode.el (eshell-preinput-scroll-to-bottom): Fix spelling in docstrings. 2005-06-16 16:15:57 +00:00
esh-module.el
esh-opt.el
esh-proc.el
esh-test.el Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-431 2005-06-17 05:27:55 +00:00
esh-util.el Changed all uses of `directory-sep-char' to ?/, and all uses of 2005-05-31 00:14:26 +00:00
esh-var.el (eshell/export): Fix quoting in docstring. 2005-06-14 11:33:54 +00:00
eshell.el