summaryrefslogtreecommitdiff
path: root/lisp/faces.el
Commit message (Collapse)AuthorAgeFilesLines
* (make-face-unitalic, make-face-unbold, make-face-bold)Richard M. Stallman1993-11-271-14/+16
| | | | | (make-face-bold-italic, make-face-italic): If frame is t, do the special handling only if face-font is a list.
* (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
| | | | if FACE has nil as its font.
* (x-create-frame-with-faces): Check for `on' or `true'Richard M. Stallman1993-08-141-1/+2
| | | | as reverseVideo resource value.
* Make boldness and italicness affect subsequently created frames.Richard M. Stallman1993-08-031-124/+196
| | | | | | | | | | (make-face-bold, make-face-italic, make-face-bold-italic) (make-face-unbold, make-face-unitalic): Update global-face-data. Ignore a list found in the font slot. (make-face-bold-internal, make-face-italic-internal): (make-face-bold-italic-internal): New subroutines. (x-create-frame-with-faces): If global-face-data's font slot indicates bold and/or italic, make it so.
* (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
| | | | (list-faces-display): New command.
* * faces.el (make-face-bold, make-face-italic,Jim Blandy1993-07-041-5/+5
| | | | | make-face-bold-italic, make-face-unbold, make-face-unitalic): Properly pass noerror argument to recursive calls.
* 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
| | | | | | | (x-initialize-frame-faces): Set up `underline' face. (x-initialize-frame-faces): Check x-display-color-p and x-display-planes to decide whether to try using colors or gray.
* Doc fix.Jim Blandy1993-06-281-3/+3
|
* * faces.el (make-face-bold, make-face-italic,Jim Blandy1993-06-171-15/+15
| | | | | | | | | | make-face-bold-italic, make-face-unbold, make-face-unitalic): Always pass the frame parameter to internal-try-face-font; we only want to set the face for this frame. * faces.el (make-face-bold, make-face-italic, make-face-bold-italic, make-face-unbold, make-face-unitalic): Fix error messages.
* (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
| | | | depending on whether or not FACE was non-nil.
* * faces.el (x-resolve-font-name): Fix args to error; the formatJim Blandy1993-05-301-1/+1
| | | | string was changed, but not the arguments to be substituted.
* (x-resolve-font-name): Allow symbol as FACE arg.Richard M. Stallman1993-05-291-0/+4
| | | | Allow t as FRAME arg.
* (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
| | | | | | frame's face. (set-face-font): Only use x-resolve-font-name if FONT is a string. Copying a faces shouldn't resolve the font.
* * faces.el (set-face-font): Call x-resolve-font-name on the fontJim Blandy1993-05-251-1/+15
| | | | | before including it in the face. (x-resolve-font-name): New function.
* (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
| | | | | | (x-initialize-frame-faces): Explicitly invert `modeline' face. (x-create-frame-with-faces): Simplify; do nothing special with `default' or `modeline' face.
* 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
| | | | | | | | | | | Set region-face. (invert-face): Really do use the default colors. (x-initialize-frame-faces): Always try "gray" color for primary-selection; always invert if that fails. Similar changes for highlight, secondary-selection. (make-face): Add interactive spec. (set-default-font): Deleted.
* (face-initialize): New function.Richard M. Stallman1993-05-131-38/+44
| | | | | | All initialization code moved into it. Call at end of file, if using X frames already. (x-create-frame-with-faces): Don't use faces if not initialized.
* 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: Don't set frame-creation-function here; x-win.el is the appropriate place to set it. * faces.el: Only apply x-initialize-frame-faces to X frames; pass over terminal frames. * faces.el: Provide 'faces.
* * faces.el (read-face-name): Call face-list, not list-faces.Jim Blandy1993-05-091-119/+120
| | | | | | | | | | | | | | | | | | Fail more gracefully if we can't build bold, italic, etc, versions of the default font. * faces.el (make-face-bold, make-face-italic, make-face-bold-italic, make-face-unbold, make-face-unitalic): Implement NOERROR argument. (x-initialize-frame-faces): Use the NOERROR argument to the font manipulation functions to avoid errors while starting up. Remove initialization of isearch font. * xfaces.c (internal-x-complain-about-font): Add new frame argument, so we can check the frame parameters to find the default font. Callers changed. * faces.el (x-create-frame-with-faces): Fix typo. Dyke out code to fully qualify the modeline font; we may not be able to do that correctly.
* Initial revisionEric S. Raymond1993-04-031-0/+740