aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/faces.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Revision: [email protected]/emacs--cvs-trunk--0--patch-369Miles Bader2004-06-041-19/+35
| | | | Rewrite face-differs-from-default-p
* Revision: [email protected]/emacs--cvs-trunk--0--patch-368Miles Bader2004-06-041-5/+19
| | | | Improve display-supports-face-attributes-p on non-ttys
* (frame-update-faces): Add empty docstring so the one for `ignore' doesn'tJuanma Barranquero2004-06-021-1/+1
| | | | show through.
* * custom.el (defface): Document that type can have value gtk.Jan Djärv2004-05-121-1/+4
| | | | * faces.el (face-spec-set-match-display): Handle type gtk in display.
* (read-face-font): Don't cons up unnecessarily.Stefan Monnier2004-03-261-16/+14
| | | | (header-line, tool-bar): Share common parts.
* Fix copyright years.Eli Zaretskii2004-02-271-1/+1
|
* (face-spec-set-match-display): Add a new attribute, `min-colors'.Eli Zaretskii2004-02-271-13/+27
| | | | (region, highlight, secondary-selection): Use `min-colors`.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (set-face-attribute): Set face-modified prop to tRichard M. Stallman2003-05-281-1/+8
| | | | | | when we change the new-frame defaults. (face-spec-set): Set face-modified prop to nil when we change the new-frame defaults.
* (x-create-frame-with-faces): Call `face-set-after-frame-default'.John Paul Wallington2003-05-261-4/+3
| | | | (display-supports-face-attributes-p): Doc fix.
* (x-create-frame-with-faces): Don't call face-set-after-frame-default.Richard M. Stallman2003-05-191-2/+16
| | | | | (face-set-after-frame-default): Copy attrs of global `default' face to FRAME's `default' face.
* (frame-set-background-mode): Fix reference to attribute "backgroundMode".Juanma Barranquero2003-03-051-1/+1
|
* (help-xref-stack): Add defvar to avoid warning.Richard M. Stallman2002-12-211-0/+1
|
* (face-font-selection-order)Andreas Schwab2002-12-071-3/+3
| | | | | (face-font-family-alternatives, face-font-registry-alternatives): Remove period from :tag value.
* (face-set-after-frame-default): Ignore errors in face-spec-face-set.Richard M. Stallman2002-11-241-8/+10
|
* (copy-face): Fix spacing.Juanma Barranquero2002-09-061-1/+1
|
* (face-id): Fix typo.Juanma Barranquero2002-07-091-1/+1
|
* (header-line): Don't use a `common' clause for inheriting from the mode-lineMiles Bader2002-07-031-9/+10
| | | | face, since we can't override it, and we don't want it for ttys.
* (header-line): Suppress inverse-video on ttys.Miles Bader2002-07-031-1/+2
|
* (frame-update-faces): Fix obsolescence declaration.Juanma Barranquero2002-06-271-6/+3
| | | | | (internal-get-face): Remove redundant info from docstring and fix obsolescence declaration.
* (describe-face): Capitalize "not documented" message.Juanma Barranquero2002-06-271-1/+1
|
* (display-supports-face-attributes-p): Work correctly if DISPLAY is a frame.Miles Bader2002-06-101-2/+16
| | | | | (face-spec-set-match-display): Support `supports' predicate. (italic): Try underlining for displays that don't support real italics.
* (display-supports-face-attributes-p): New function.Miles Bader2002-06-091-0/+24
|
* (describe-face): Fix typo.Juanma Barranquero2002-05-161-1/+1
|
* Change all post-21.1 :version attributes to 21.4.Eli Zaretskii2002-05-121-2/+2
|
* Follow coding conventions.Pavel Janík2002-05-021-0/+1
|
* (read-face-name): Format the prompt correctly when there's no default.Miles Bader2002-04-271-3/+1
|
* Don't require cus-face.Richard M. Stallman2002-04-271-2/+0
|
* (read-face-name): New defaulting features.Richard M. Stallman2002-04-261-35/+84
| | | | | | | | New args STRING-DESCRIBING-DEFAULT and MULTIPLE. (list-faces-display): Use the face, not its name string, as arg when running customize-face. Put a `read-face-name' prop on the entire line. (describe-face): Handle multiple faces via read-face-name.
* (highlight): Force foreground to be black on a tty, so this face isMiles Bader2002-04-151-1/+1
| | | | readable on a dark-background tty.
* (face-spec-choose): Allow `t' to appear before the end.Stefan Monnier2002-03-041-59/+53
| | | | | | | | (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic) (bold-italic, underline, highlight, secondary-selection, fixed-pitch) (variable-pitch, trailing-whitespace): Don't use the old-style entries. (mode-line-inactive, header-line): Move the `t' section to the beginning so the `:inherit' setting can be shared.
* (list-faces-display): Fix typo.Juanma Barranquero2002-02-261-1/+1
|
* (mode-line-inactive, header-line): Add the :inheritEli Zaretskii2002-02-171-0/+2
| | | | attribute for the tty case.
* (mode-line-inactive): Add dark-background variant.Miles Bader2002-02-121-2/+7
|
* (mode-line-inactive): New face for mode-line forKim F. Storm2002-02-081-1/+15
| | | | | non-selected windows. (mode-line): Doc fix: Only used for selected window.
* (face-font-registry-alternatives) [windows-nt]: AddJason Rumney2002-01-261-1/+2
| | | | ms-oemlatin as an alternative for iso8859-1.
* Fix typos.Pavel Janík2002-01-131-2/+2
|
* (minibuffer-prompt): A better face definition for MS-DOS.Eli Zaretskii2002-01-121-1/+1
|
* (minibuffer-prompt): Special face definition for MS-DOS.Eli Zaretskii2002-01-101-0/+1
|
* (face-set-after-frame-default): Don't change `default' face.Richard M. Stallman2001-12-301-7/+9
| | | | (minibuffer-prompt): Adopt some default colors.
* (minibuffer-prompt): New face.Richard M. Stallman2001-12-241-0/+8
| | | | (minibuffer-prompt-properties): Add `face' property.
* (read-face-name): Doc fix.Eli Zaretskii2001-10-291-6/+7
| | | | | | (make-face-bold, make-face-unbold, make-face-italic) (make-face-unitalic, make-face-bold-italic, invert-face): Remove trailing blank from the prompt passed to read-face-name.
* (invert-face): Check for 'unspecified, not for nil,Eli Zaretskii2001-10-291-2/+2
| | | | | when testing whether face colors are not specified. From [email protected] (David Kastrup).
* (face-attribute): Add INHERIT argument, consider face inheritance if non-nil.Miles Bader2001-10-281-23/+103
| | | | | | | (face-attribute-merged-with): New function. (face-attribute-specified-or): New macro. (face-foreground, face-background, face-stipple): Add INHERIT argument. Use `face-attribute-specified-or'.
* (internal-get-face): Use facep instead of the obsoleteEli Zaretskii2001-10-261-9/+14
| | | | | | | | | | | internal-find-face. (internal-frob-font-weight, internal-frob-font-slant): New defailiases for obsolete functions. (x-make-font-bold, x-make-font-demibold, x-make-font-unbold) (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic) (x-make-font-bold-italic): Use internal-frob-font-weight and internal-frob-font-slant aliases instead of the obsolete x-frob-... functions.
* (describe-face): Call help-setup-xref earlier.Stefan Monnier2001-10-121-4/+3
|
* (list-faces-display, describe-face): Fix args to `help-xref-button'.Miles Bader2001-10-121-15/+8
| | | | | | (describe-face): Don't switch to help-buffer around call to `help-setup-xref'. Use `help-buffer' instead of hard-wired "*Help*". Require `help-mode'.
* (face-font-registry-alternatives) [windows-nt]: MakeAndrew Innes2001-10-041-4/+9
| | | | gb2312 an alias for gb2312.1980.
* Keyword added and FSF specified as Maintainer.Pavel Janík2001-08-061-0/+2
|
* (region): Change the background color for theEli Zaretskii2001-06-291-1/+1
| | | | | light-background color display to lightgoldenrod2, to make it visible on some laptops.