log lisp/faces.el @ 70656:182680a57573

age author description
2006-04-21 Luc Teirlinck (scroll-bar, border, cursor, mouse): Avoid nil spec in defface.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2006-01-23 Juri Linkov (link, link-visited): New faces based on default values
2006-01-16 Juri Linkov (mode-line-faces): New defgroup.
2005-12-11 Juri Linkov (frame-background-mode): Replace `choice-item' keywords
2005-11-20 Chong Yidong * faces.el: Revert 2005-11-17 change. :ignore-defface is now
2005-11-18 Chong Yidong * faces.el (face-attribute, set-face-attribute): Mention existence
2005-11-17 Juri Linkov (face-read-string): Set the default value arg of completing-read.
2005-11-05 Dan Nicolaescu * font-lock.el: Don't deal with font-lock-face-attributes here,
2005-11-01 Stefan Monnier (face-attribute): Handle the case where a face inherits from
2005-10-24 Richard M. Stallman (inhibit-face-set-after-frame-default): New variable.
2005-10-23 Richard M. Stallman (describe-face): Use describe-simplify-lib-file-name.
2005-09-29 Juri Linkov Rearrange face definitions to be in the same order as
2005-08-31 Juanma Barranquero (help-xref-stack-item): Add defvar.
2005-08-23 Juri Linkov (minibuffer-prompt): Doc fix.
2005-08-22 Juri Linkov (set-face-underline): Delete this duplicate function
2005-08-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-08-04 Juri Linkov (read-face-name): Delete duplicate faces.
2005-07-20 Juanma Barranquero (describe-face): "?\ " -> "?\s".
2005-07-19 Juri Linkov (mode-line-highlight): Replace RoyalBlue4 with
2005-07-04 Lute Kamstra Update FSF's address.
2005-07-04 Juri Linkov (read-face-name): Put the code for getting a face name
2005-06-30 Juri Linkov (vertical-border): Inherit from mode-line-inactive only on tty.
2005-06-29 Juri Linkov (default-frame-background-mode): New internal variable.
2005-06-25 Luc Teirlinck (facep): Doc fix.
2005-06-23 Richard M. Stallman (escape-glyph): Use brown against light background.
2005-06-22 Glenn Morris (face-documentation, set-face-attribute)
2005-06-22 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-440
2005-06-22 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438
2005-06-21 Juri Linkov (face-user-default-spec): Try getting `customized-face' prior to `saved-face'.
2005-06-20 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
2005-06-17 Richard M. Stallman (underline): Try bold if terminal doesn't support underline.
2005-06-13 Stefan Monnier (read-face-name): Use complete-in-turn complete non-aliases
2005-06-11 Eli Zaretskii (modeline-highlight): Rename from (the erroneous) `modeline-higilight'.
2005-06-08 Richard M. Stallman (no-break-space): Test `class' before `min-colors'
2005-06-08 Richard M. Stallman (escape-glyph): Use blue once again in last case.
2005-06-06 Juri Linkov (no-break-space, shadow): New faces.
2005-06-03 Juanma Barranquero (face-equal): Improve argument/docstring consistency.
2005-06-01 Juanma Barranquero (list-faces-display): Improve the formatting by computing the maximum length
2005-05-31 Juanma Barranquero (list-faces-display): Signal error if passed a regexp that matches no face name.
2005-05-23 Masatake YAMATO Install a change I forgot to install at the last committing.
2005-05-19 Nick Roberts (list-faces-display): Make back button respect optional regexp arg.
2005-05-19 Nick Roberts (list-faces-display): Provide button when describe-face
2005-05-16 Juanma Barranquero Replace `string-to-int' by `string-to-number'.
2005-05-16 Richard M. Stallman (describe-face): Output a definition link button.
2005-04-11 Dan Nicolaescu * term.el (term-ansi-current-bold, term-ansi-current-underline)
2005-03-08 Richard M. Stallman (face-id): Doc fix.
2005-02-19 Eli Zaretskii (escape-glyph, minibuffer-prompt, button): Add commentary for
2005-02-09 Kim F. Storm Change release version from 21.4 to 22.1 throughout.
2005-02-03 Richard M. Stallman (list-faces-display): Add optional argument.
2005-01-01 Richard M. Stallman (set-face-background, set-face-foreground): Doc fix.
2004-12-31 Richard M. Stallman (read-face-name): Don't treat an attribute spec as a list of faces.
2004-12-23 Dan Nicolaescu (mode-line, mode-line-inactive): Use min-colors.
2004-12-21 Richard M. Stallman (escape-glyph): Use blue against light foreground.
2004-12-13 Richard M. Stallman (header-line, mode-line-inactive, tool-bar):
2004-12-08 Richard M. Stallman Delete code to set display table.
2004-12-02 Kim F. Storm Set char-table-extra-slots on display-table here.
2004-12-02 Kim F. Storm * faces.el (escape-glyph): Rename from glyph.
2004-12-01 Daniel Pfeiffer (glyph): New face.
2004-09-14 Kim F. Storm (cursor): Add face-no-inherit property. Doc fix.