aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/faces.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (face-equal): Do check the underline attribute.Richard M. Stallman1994-06-211-0/+1
* (x-create-frame-with-faces): Set the cursor color last.Richard M. Stallman1994-06-171-2/+4
* (frame-update-faces): Unset old font.Karl Heuer1994-04-271-0/+3
* (frame-update-faces): New function.Richard M. Stallman1994-04-221-0/+19
* (make-face-x-resource-internal): Don't mess with terminal frames.Richard M. Stallman1994-04-141-2/+3
* (x-create-frame-with-faces): Create frame invisible,Richard M. Stallman1994-04-141-1/+5
* (copy-face): Don't change old-face and new-face before the frame loop.Karl Heuer1994-03-021-4/+4
* (face-try-color-list): Don't rely on errors from usingRichard M. Stallman1994-02-151-16/+24
* (face-initialize): Specify default characteristicsRichard M. Stallman1994-02-121-126/+94