summaryrefslogtreecommitdiff
path: root/lisp/faces.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* At compile time, discard any defsubr definitionsRichard M. Stallman1994-12-041-0/+15
* (face-name, face-id, face-foreground, face-background)Richard M. Stallman1994-12-041-12/+12
* (face-color-supported-p): New function.Richard M. Stallman1994-11-191-31/+46
* (set-face-background): Set either stipple or color,Richard M. Stallman1994-10-231-3/+6
* (set-face-background): If color is gray, and frameRichard M. Stallman1994-10-231-5/+10
* (make-face): Add new face to Face menu on creation. -- BngBoris Goldowsky1994-10-201-0/+3
* *** empty log message ***Morten Welinder1994-10-171-1/+1
* (set-face-stipple): New function.Richard M. Stallman1994-10-171-32/+39
* (modify-face): New function.Richard M. Stallman1994-09-301-1/+39
* (x-create-frame-with-faces): Delete the frame if get error.Richard M. Stallman1994-09-221-35/+41
* (make-face-unbold, make-face-unitalic, make-face-bold, make-face-italic,Karl Heuer1994-09-141-5/+5
* (copy-face): Ignore errors in set-face-font.Richard M. Stallman1994-08-111-1/+7
* (face-initialize): Use underlining for region faceRichard M. Stallman1994-07-291-7/+13
* (x-create-frame-with-faces): Don't downcase nil.Richard M. Stallman1994-07-091-3/+5
* (x-create-frame-with-faces): Ignore case in X resource.Richard M. Stallman1994-07-051-6/+9
* (make-face-italic, make-face-bold): Don't bind f2 here.Richard M. Stallman1994-07-011-16/+18
* (list-faces-display): Line up multiple lines in sample.Richard M. Stallman1994-07-011-1/+7
* (make-face): Return the face name, not the vector.Richard M. Stallman1994-06-221-1/+2