Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (set-face-attribute): Set face-modified prop to t | Richard M. Stallman | 2003-05-28 | 1 | -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 Wallington | 2003-05-26 | 1 | -4/+3 |
| | | | | (display-supports-face-attributes-p): Doc fix. | ||||
* | (x-create-frame-with-faces): Don't call face-set-after-frame-default. | Richard M. Stallman | 2003-05-19 | 1 | -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 Barranquero | 2003-03-05 | 1 | -1/+1 |
| | |||||
* | (help-xref-stack): Add defvar to avoid warning. | Richard M. Stallman | 2002-12-21 | 1 | -0/+1 |
| | |||||
* | (face-font-selection-order) | Andreas Schwab | 2002-12-07 | 1 | -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. Stallman | 2002-11-24 | 1 | -8/+10 |
| | |||||
* | (copy-face): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
| | |||||
* | (face-id): Fix typo. | Juanma Barranquero | 2002-07-09 | 1 | -1/+1 |
| | |||||
* | (header-line): Don't use a `common' clause for inheriting from the mode-line | Miles Bader | 2002-07-03 | 1 | -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 Bader | 2002-07-03 | 1 | -1/+2 |
| | |||||
* | (frame-update-faces): Fix obsolescence declaration. | Juanma Barranquero | 2002-06-27 | 1 | -6/+3 |
| | | | | | (internal-get-face): Remove redundant info from docstring and fix obsolescence declaration. | ||||
* | (describe-face): Capitalize "not documented" message. | Juanma Barranquero | 2002-06-27 | 1 | -1/+1 |
| | |||||
* | (display-supports-face-attributes-p): Work correctly if DISPLAY is a frame. | Miles Bader | 2002-06-10 | 1 | -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 Bader | 2002-06-09 | 1 | -0/+24 |
| | |||||
* | (describe-face): Fix typo. | Juanma Barranquero | 2002-05-16 | 1 | -1/+1 |
| | |||||
* | Change all post-21.1 :version attributes to 21.4. | Eli Zaretskii | 2002-05-12 | 1 | -2/+2 |
| | |||||
* | Follow coding conventions. | Pavel Janík | 2002-05-02 | 1 | -0/+1 |
| | |||||
* | (read-face-name): Format the prompt correctly when there's no default. | Miles Bader | 2002-04-27 | 1 | -3/+1 |
| | |||||
* | Don't require cus-face. | Richard M. Stallman | 2002-04-27 | 1 | -2/+0 |
| | |||||
* | (read-face-name): New defaulting features. | Richard M. Stallman | 2002-04-26 | 1 | -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 is | Miles Bader | 2002-04-15 | 1 | -1/+1 |
| | | | | readable on a dark-background tty. | ||||
* | (face-spec-choose): Allow `t' to appear before the end. | Stefan Monnier | 2002-03-04 | 1 | -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 Barranquero | 2002-02-26 | 1 | -1/+1 |
| | |||||
* | (mode-line-inactive, header-line): Add the :inherit | Eli Zaretskii | 2002-02-17 | 1 | -0/+2 |
| | | | | attribute for the tty case. | ||||
* | (mode-line-inactive): Add dark-background variant. | Miles Bader | 2002-02-12 | 1 | -2/+7 |
| | |||||
* | (mode-line-inactive): New face for mode-line for | Kim F. Storm | 2002-02-08 | 1 | -1/+15 |
| | | | | | non-selected windows. (mode-line): Doc fix: Only used for selected window. | ||||
* | (face-font-registry-alternatives) [windows-nt]: Add | Jason Rumney | 2002-01-26 | 1 | -1/+2 |
| | | | | ms-oemlatin as an alternative for iso8859-1. | ||||
* | Fix typos. | Pavel Janík | 2002-01-13 | 1 | -2/+2 |
| | |||||
* | (minibuffer-prompt): A better face definition for MS-DOS. | Eli Zaretskii | 2002-01-12 | 1 | -1/+1 |
| | |||||
* | (minibuffer-prompt): Special face definition for MS-DOS. | Eli Zaretskii | 2002-01-10 | 1 | -0/+1 |
| | |||||
* | (face-set-after-frame-default): Don't change `default' face. | Richard M. Stallman | 2001-12-30 | 1 | -7/+9 |
| | | | | (minibuffer-prompt): Adopt some default colors. | ||||
* | (minibuffer-prompt): New face. | Richard M. Stallman | 2001-12-24 | 1 | -0/+8 |
| | | | | (minibuffer-prompt-properties): Add `face' property. | ||||
* | (read-face-name): Doc fix. | Eli Zaretskii | 2001-10-29 | 1 | -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 Zaretskii | 2001-10-29 | 1 | -2/+2 |
| | | | | | when testing whether face colors are not specified. From David.Kastrup@t-online.de (David Kastrup). | ||||
* | (face-attribute): Add INHERIT argument, consider face inheritance if non-nil. | Miles Bader | 2001-10-28 | 1 | -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 obsolete | Eli Zaretskii | 2001-10-26 | 1 | -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 Monnier | 2001-10-12 | 1 | -4/+3 |
| | |||||
* | (list-faces-display, describe-face): Fix args to `help-xref-button'. | Miles Bader | 2001-10-12 | 1 | -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]: Make | Andrew Innes | 2001-10-04 | 1 | -4/+9 |
| | | | | gb2312 an alias for gb2312.1980. | ||||
* | Keyword added and FSF specified as Maintainer. | Pavel Janík | 2001-08-06 | 1 | -0/+2 |
| | |||||
* | (region): Change the background color for the | Eli Zaretskii | 2001-06-29 | 1 | -1/+1 |
| | | | | | light-background color display to lightgoldenrod2, to make it visible on some laptops. | ||||
* | minor optimization | Sam Steingold | 2001-05-29 | 1 | -51/+48 |
| | |||||
* | (tty-handle-reverse-video): Don't set inverse-video. | Gerd Moellmann | 2001-04-25 | 1 | -2/+0 |
| | |||||
* | (modify-face): Add compatibility for non-interactive use. | Stefan Monnier | 2001-04-25 | 1 | -6/+18 |
| | |||||
* | (menu): Doc fix. | Gerd Moellmann | 2001-04-10 | 1 | -1/+1 |
| | |||||
* | (defface menu): Doc fix. | Gerd Moellmann | 2001-04-05 | 1 | -1/+1 |
| | |||||
* | (set-face-background, set-face-foreground) | Miles Bader | 2001-02-13 | 1 | -4/+4 |
| | | | | (set-face-stipple): Treat a value of nil as being `unspecified'. | ||||
* | (mode-line): Set :line-width property to -1. | Kenichi Handa | 2001-02-11 | 1 | -1/+1 |
| | |||||
* | (set-face-attribute): Describe the case of a negative | Kenichi Handa | 2001-02-09 | 1 | -1/+3 |
| | | | | value specified for :line-width. |