1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00
Commit Graph

315 Commits

Author SHA1 Message Date
Richard M. Stallman
96a017e43c (no-break-space): Test class' before min-colors' 2005-06-08 15:53:51 +00:00
Richard M. Stallman
676873ff44 (escape-glyph): Use blue once again in last case.
(no-break-space): Redefined so that it isn't invisible on a tty.
2005-06-08 15:41:36 +00:00
Juri Linkov
a59c277843 (no-break-space, shadow): New faces.
(escape-glyph): Use less loud colors pink2 and red4.
2005-06-06 12:18:20 +00:00
Juanma Barranquero
a09be93a89 (face-equal): Improve argument/docstring consistency. 2005-06-03 10:38:05 +00:00
Juanma Barranquero
011131fda8 (list-faces-display): Improve the formatting by computing the maximum length
required for any face-name (reworked patch of 1999-01-11, accidentally deleted
on 1999-07-21).
(internal-find-face): Remove redundant info in docstring.
2005-06-01 10:43:54 +00:00
Juanma Barranquero
d0213ee176 (list-faces-display): Signal error if passed a regexp that matches no face name. 2005-05-31 11:13:08 +00:00
Masatake YAMATO
d2c619c835 Install a change I forgot to install at the last committing.
* faces.el (mode-line-highlight): New face.
2005-05-23 18:30:20 +00:00
Nick Roberts
35a0a8aaeb (list-faces-display): Make back button respect optional regexp arg. 2005-05-19 20:57:04 +00:00
Nick Roberts
2dade9c678 (list-faces-display): Provide button when describe-face
is called to take user back to  the list of faces.
2005-05-19 00:12:37 +00:00
Juanma Barranquero
027a4b6b3f Replace string-to-int' by string-to-number'. 2005-05-16 11:34:49 +00:00
Richard M. Stallman
19941ff532 (describe-face): Output a definition link button. 2005-05-16 03:31:11 +00:00
Dan Nicolaescu
22c061d682 * term.el (term-ansi-current-bold, term-ansi-current-underline)
(term-ansi-current-reverse, term-ansi-current-invisible)
(term-ansi-face-already-done): Change to boolean.
(term-reset-terminal, term-handle-colors-array): Handle the above
vars accordingly.
(term-buffer-vertical-motion): Rename from buffer-vertical-motion.
(term-emulate-terminal): Use the new name.

* faces.el (secondary-selection): Use yellow1, not yellow.
(trailing-whitespace): Use red1, not red.
2005-04-11 20:47:25 +00:00
Richard M. Stallman
9ae89a1add (face-id): Doc fix. 2005-03-08 02:55:39 +00:00
Eli Zaretskii
0e0d568381 (escape-glyph, minibuffer-prompt, button): Add commentary for
the reasons we use "type pc" in these faces.
2005-02-19 13:27:09 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Richard M. Stallman
e2c11e3b5b (list-faces-display): Add optional argument. 2005-02-03 06:47:16 +00:00
Richard M. Stallman
72e6f142bf (set-face-background, set-face-foreground): Doc fix. 2005-01-01 14:21:37 +00:00
Richard M. Stallman
1bd59f82e7 (read-face-name): Don't treat an attribute spec as a list of faces. 2004-12-31 15:21:47 +00:00
Dan Nicolaescu
11c2175c79 (mode-line, mode-line-inactive): Use min-colors. 2004-12-23 18:28:13 +00:00
Richard M. Stallman
d2acc90a44 (escape-glyph): Use blue against light foreground. 2004-12-21 11:37:25 +00:00
Richard M. Stallman
cf459bb738 (header-line, mode-line-inactive, tool-bar):
Use `default' instead of t for setting the defaults.
(face-spec-choose): Separate `t' from `default'.
2004-12-13 19:29:33 +00:00
Richard M. Stallman
c14a736ec0 Delete code to set display table.
(escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
2004-12-08 21:31:32 +00:00
Kim F. Storm
8be0b54e3b Set char-table-extra-slots on display-table here. 2004-12-02 10:56:05 +00:00
Kim F. Storm
ea7568c30a * faces.el (escape-glyph): Rename from glyph.
(standard-display-table): Set it here.  Add escape-glyph face to
extra slot characters.
2004-12-02 10:43:56 +00:00
Daniel Pfeiffer
ffe48d1d0b (glyph): New face. 2004-12-01 18:29:20 +00:00
Kim F. Storm
8d413c2b6b (cursor): Add face-no-inherit property. Doc fix. 2004-09-14 19:57:52 +00:00
Miles Bader
1151d6175b Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-372
Simplify face-differs-from-default-p; don't consider :stipple.
2004-06-04 10:12:53 +00:00
Miles Bader
9717e36cff Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-370
Move `display-supports-face-attributes-p' entirely into C code

Previously only the tty-related portion of display-supports-face-attributes-p
was done in C.  This just moves the graphical-display related bits into C
too, which allows us to implement them properly (the previous attempt to do a
halfway-proper job in lisp didn't work because of funny conditions during
emacs startup).
2004-06-04 06:00:59 +00:00
Miles Bader
7e07a66d85 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-369
Rewrite face-differs-from-default-p
2004-06-04 02:50:50 +00:00
Miles Bader
421c91e527 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-368
Improve display-supports-face-attributes-p on non-ttys
2004-06-04 02:50:11 +00:00
Juanma Barranquero
e16e7eacad (frame-update-faces): Add empty docstring so the one for `ignore' doesn't
show through.
2004-06-02 00:35:23 +00:00
Jan Djärv
9b44aa8b6f * custom.el (defface): Document that type can have value gtk.
* faces.el (face-spec-set-match-display): Handle type gtk in display.
2004-05-12 09:23:02 +00:00
Stefan Monnier
411def8eb0 (read-face-font): Don't cons up unnecessarily.
(header-line, tool-bar): Share common parts.
2004-03-26 15:12:33 +00:00
Eli Zaretskii
97cc3d15d4 Fix copyright years. 2004-02-27 17:30:23 +00:00
Eli Zaretskii
03dd94f22d (face-spec-set-match-display): Add a new attribute, `min-colors'.
(region, highlight, secondary-selection): Use `min-colors`.
2004-02-27 16:59:56 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
680da3f83b (set-face-attribute): Set face-modified prop to t
when we change the new-frame defaults.
(face-spec-set): Set face-modified prop to nil
when we change the new-frame defaults.
2003-05-28 11:17:33 +00:00
John Paul Wallington
448bcb402d (x-create-frame-with-faces): Call `face-set-after-frame-default'.
(display-supports-face-attributes-p): Doc fix.
2003-05-26 19:15:42 +00:00
Richard M. Stallman
1db354061f (x-create-frame-with-faces): Don't call face-set-after-frame-default.
(face-set-after-frame-default): Copy attrs of global `default'
face to FRAME's `default' face.
2003-05-19 14:46:06 +00:00
Juanma Barranquero
30aa9e510e (frame-set-background-mode): Fix reference to attribute "backgroundMode". 2003-03-05 10:38:24 +00:00
Richard M. Stallman
645a103873 (help-xref-stack): Add defvar to avoid warning. 2002-12-21 20:18:03 +00:00
Andreas Schwab
239ad97f24 (face-font-selection-order)
(face-font-family-alternatives, face-font-registry-alternatives):
Remove period from :tag value.
2002-12-07 20:57:53 +00:00
Richard M. Stallman
ebfa5c375e (face-set-after-frame-default): Ignore errors in face-spec-face-set. 2002-11-24 18:59:08 +00:00
Juanma Barranquero
1c521fb08f (copy-face): Fix spacing. 2002-09-06 07:14:29 +00:00
Juanma Barranquero
2df447f27f (face-id): Fix typo. 2002-07-09 07:35:10 +00:00
Miles Bader
a7ac92b6ec (header-line): Don't use a `common' clause for inheriting from the mode-line
face, since we can't override it, and we don't want it for ttys.
2002-07-03 07:09:44 +00:00
Miles Bader
50e7b8db94 (header-line): Suppress inverse-video on ttys. 2002-07-03 07:03:51 +00:00
Juanma Barranquero
4b22f84460 (frame-update-faces): Fix obsolescence declaration.
(internal-get-face): Remove redundant info from docstring and
fix obsolescence declaration.
2002-06-27 16:09:19 +00:00
Juanma Barranquero
f79f9fb2cf (describe-face): Capitalize "not documented" message. 2002-06-27 07:14:52 +00:00
Miles Bader
16320ac7d4 (display-supports-face-attributes-p): Work correctly if DISPLAY is a frame.
(face-spec-set-match-display): Support `supports' predicate.
(italic): Try underlining for displays that don't support real italics.
2002-06-10 02:15:24 +00:00