summaryrefslogtreecommitdiff
path: root/lisp/faces.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (x-create-frame-with-faces): Don't use initial-frame-alistKarl Heuer1995-06-091-4/+6
* (x-create-frame-with-faces): Don't look for geometryKarl Heuer1995-06-091-1/+1
* (x-create-frame-with-faces): Read geometry resourceKarl Heuer1995-05-261-0/+18
* Put property on set-face-stipple, not set-stipple.Karl Heuer1995-05-181-3/+6
* (set-face-background): Handle FRAME = nil directlyRichard M. Stallman1995-04-161-1/+8
* Update copyright.Karl Heuer1995-04-071-1/+1
* Fix previous change.Richard M. Stallman1995-03-301-7/+10
* (modify-face): Handle stipple. Handle defaulting properly.Richard M. Stallman1995-03-301-19/+37
* (x-create-frame-with-faces): Assume cursor-color, mouse-color, andKarl Heuer1995-01-301-11/+15
* (facep): New function.Richard M. Stallman1995-01-281-6/+17
* (face-nontrivial-p): New function.Richard M. Stallman1995-01-101-1/+17
* (face-try-color-list): Treat `underline' as valid.Richard M. Stallman1995-01-101-1/+1
* (frame-update-face-colors): New function.Richard M. Stallman1994-12-201-0/+32
* (face-initialize): Test for framep not t or nil.Richard M. Stallman1994-12-151-5/+7