aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/faces.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (copy-face): Doc fix.Richard M. Stallman1994-02-081-10/+16
* (make-face-unitalic, make-face-unbold, make-face-bold)Richard M. Stallman1993-11-271-14/+16
* (x-resolve-font-name): Undo previous change.Richard M. Stallman1993-11-211-3/+2
* (x-resolve-font-name): Don't pass FACE to x-list-fontsRichard M. Stallman1993-11-201-1/+3
* (x-create-frame-with-faces): Check for `on' or `true'Richard M. Stallman1993-08-141-1/+2
* Make boldness and italicness affect subsequently created frames.Richard M. Stallman1993-08-031-124/+196
* (face-equal): Don't mess with face-background-pixmap.Richard M. Stallman1993-07-181-2/+3
* (copy-face): New arg NEW-FRAME.Richard M. Stallman1993-07-131-8/+56
* * faces.el (make-face-bold, make-face-italic,Jim Blandy1993-07-041-5/+5
* Fix typo in last change.Jim Blandy1993-06-301-2/+0
* * faces.el (global-face-data): Doc fix.Jim Blandy1993-06-291-1/+6
* (face-initialize): Create `underline' face.Richard M. Stallman1993-06-281-16/+28
* Doc fix.Jim Blandy1993-06-281-3/+3
* * faces.el (make-face-bold, make-face-italic,Jim Blandy1993-06-171-15/+15
* (set-face-background-pixmap, face-background-pixmap): Functions commented out.Richard M. Stallman1993-06-171-16/+16
* (x-create-frame-with-faces): Reversevideo -> ReverseVideo.Richard M. Stallman1993-06-071-1/+1
* (x-resolve-font-name): Clean up error messages.Richard M. Stallman1993-05-311-2/+2
* * faces.el (x-resolve-font-name): Give correct error messageJim Blandy1993-05-301-3/+3
* * faces.el (x-resolve-font-name): Fix args to error; the formatJim Blandy1993-05-301-1/+1
* (x-resolve-font-name): Allow symbol as FACE arg.Richard M. Stallman1993-05-291-0/+4
* (x-create-frame-with-faces): Handle reverseVideo resource.Richard M. Stallman1993-05-271-1/+3
* * faces.el (x-resolve-font-name): If PATTERN is nil, return theJim Blandy1993-05-261-10/+14
* * faces.el (set-face-font): Call x-resolve-font-name on the fontJim Blandy1993-05-251-1/+15
* (x-create-frame-with-faces): Handle `reverse' as parameter.Richard M. Stallman1993-05-251-0/+11
* * faces.el (make-face): Change interactive spec to 'S'.Jim Blandy1993-05-241-1/+1
* * xfaces.el (face-equal): Doc fix.Jim Blandy1993-05-191-1/+1
* (face-initialize): Do make the modeline face.Richard M. Stallman1993-05-161-15/+5
* Rename `primary-selection' to `region'.Richard M. Stallman1993-05-151-5/+5
* (face-initialize): Don't create the `modeline' face.Richard M. Stallman1993-05-151-45/+38
* (face-initialize): New function.Richard M. Stallman1993-05-131-38/+44
* Re-arranged stuff to put defsubst accessors at the topJim Blandy1993-05-111-71/+84
* * faces.el: Call internal-set-face-1, not internat-set-face-1.Jim Blandy1993-05-091-10/+11
* * faces.el (read-face-name): Call face-list, not list-faces.Jim Blandy1993-05-091-119/+120
* Initial revisionEric S. Raymond1993-04-031-0/+740