summaryrefslogtreecommitdiff
path: root/lisp/faces.el
Commit message (Expand)AuthorAgeFilesLines
* (basic-faces): New group. Put the standard faces in it.Karl Heuer1997-10-231-0/+6
* (set-face-font-auto): instanciate-fontset renamed to instantiate-fontset.Richard M. Stallman1997-09-051-1/+1
* (modify-face): Fix previous change.Richard M. Stallman1997-08-241-1/+1
* (modify-face): New arg INVERSE-P.Richard M. Stallman1997-08-231-7/+21
* Faces now have 2 more elements, bold-p and italic-p.Richard M. Stallman1997-08-181-19/+22
* (set-face-doc-string): Define once again, as alias.Richard M. Stallman1997-08-091-0/+1
* (internal-face-interactive): Handle default in usual way,Richard M. Stallman1997-08-041-7/+16
* Alternative colors for standard faces if dark background.Richard M. Stallman1997-08-041-3/+11
* (face-attr-match-p): New function.Richard M. Stallman1997-08-031-24/+107
* (set-face-font-auto): Create a fontset if FONT is aKenichi Handa1997-07-311-1/+3
* (face-documentation): Renamed from face-doc-string.Richard M. Stallman1997-07-241-3/+4
* (set-face-font-explicit): Call internal-set-face-1 properly.Richard M. Stallman1997-07-231-1/+1
* (internal-facep): Length is now 10.Richard M. Stallman1997-07-211-8/+41
* (face-set-after-frame-default): New ubroutine,Richard M. Stallman1997-07-051-44/+23
* (make-face): Call make-face-internal only if defined.Richard M. Stallman1997-05-311-2/+5
* (x-create-frame-with-faces): Don't call frame-set-background-modeRichard M. Stallman1997-05-261-1/+2
* Unconditionally create the standard faces at load time.Richard M. Stallman1997-05-251-25/+44
* (modify-face): Don't call make-face-unboldRichard M. Stallman1997-05-251-44/+46
* (x-make-font-bold-italic): New function.Kenichi Handa1997-05-121-0/+6
* (describe-face): Add documentation.Richard M. Stallman1997-04-251-1/+7
* (frame-set-background-mode): New function.Richard M. Stallman1997-04-211-39/+188
* (make-face): New arg no-resources.Richard M. Stallman1997-04-111-5/+16
* (set-face-font): Allow specifing fontset for the arg FONT.Kenichi Handa1997-03-181-1/+3
* clean code.Simon Marshall1997-03-151-9/+5
* When testing FACE's non-nil face-font with the default face font, use the fra...Simon Marshall1997-03-151-2/+5
* (invert-face): Handle inverting the default face better.Richard M. Stallman1997-01-071-6/+8
* Change defconsts to defvars.Richard M. Stallman1996-12-161-4/+4
* Use w32 instead of ms-windows for window-system symbolGeoff Voelker1996-11-191-3/+3
* (make-face, make-face-x-resource-internal):Richard M. Stallman1996-09-151-3/+3
* (internal-set-face-1): When calling x-list-fonts, ask for just one match.Richard M. Stallman1996-08-311-1/+1
* (modify-face): Handle nil as stipple value.Richard M. Stallman1996-08-191-9/+38
* (modify-face): Handle stipple valuesRichard M. Stallman1996-08-161-4/+19
* (x-create-frame-with-faces): Set threshold for "light color"Richard M. Stallman1996-06-251-1/+4
* (x-frob-font-slant): Properly handle a match againstRichard M. Stallman1996-03-251-4/+8
* (face-color-gray-p): Return nil if x-color-values does.Richard M. Stallman1996-01-291-1/+2
* Update FSF's address.Erik Naggum1996-01-141-3/+4
* Comment fixes.Karl Heuer1996-01-051-1/+1
* Take optional arg FRAME.Simon Marshall1995-12-131-30/+47
* Wrap case-fold-search for x-frob-font-weight and x-frob-font-slant.Simon Marshall1995-12-121-28/+32
* (face-color-supported-p): Return nil if no window system.Richard M. Stallman1995-11-201-9/+10
* [win32] (make-face, make-face-x-resource-internal):Geoff Voelker1995-11-071-3/+3
* (set-face-background): When using face-color-supported-p,Richard M. Stallman1995-08-051-1/+5
* (set-face-background): Don't treat nil as a color.Richard M. Stallman1995-07-301-1/+1
* (x-font-regexp): Add \\(\\) for substring extraction.Karl Heuer1995-07-271-1/+1
* (x-font-regexp-weight-subnum, x-font-regexp-slant-subnum)Karl Heuer1995-07-251-0/+5
* (make-face-bold, make-face-italic, make-face-bold-italic)Richard M. Stallman1995-07-251-30/+23
* (x-create-frame-with-faces):Richard M. Stallman1995-07-181-4/+5
* (x-create-frame-with-faces): Set background-modeKarl Heuer1995-07-171-80/+125
* (x-font-regexp): Include the avgwidth.Richard M. Stallman1995-07-021-2/+2
* (describe-face): New function.Richard M. Stallman1995-07-011-2/+25