| Commit message (Expand) | Author | Age | Files | Lines |
* | (frame-background-mode): Define a :set function | Richard M. Stallman | 1998-05-20 | 1 | -0/+4 |
* | (basic-faces): New group. Put the standard faces in it. | Karl Heuer | 1997-10-23 | 1 | -0/+6 |
* | (set-face-font-auto): instanciate-fontset renamed to instantiate-fontset. | Richard M. Stallman | 1997-09-05 | 1 | -1/+1 |
* | (modify-face): Fix previous change. | Richard M. Stallman | 1997-08-24 | 1 | -1/+1 |
* | (modify-face): New arg INVERSE-P. | Richard M. Stallman | 1997-08-23 | 1 | -7/+21 |
* | Faces now have 2 more elements, bold-p and italic-p. | Richard M. Stallman | 1997-08-18 | 1 | -19/+22 |
* | (set-face-doc-string): Define once again, as alias. | Richard M. Stallman | 1997-08-09 | 1 | -0/+1 |
* | (internal-face-interactive): Handle default in usual way, | Richard M. Stallman | 1997-08-04 | 1 | -7/+16 |
* | Alternative colors for standard faces if dark background. | Richard M. Stallman | 1997-08-04 | 1 | -3/+11 |
* | (face-attr-match-p): New function. | Richard M. Stallman | 1997-08-03 | 1 | -24/+107 |
* | (set-face-font-auto): Create a fontset if FONT is a | Kenichi Handa | 1997-07-31 | 1 | -1/+3 |
* | (face-documentation): Renamed from face-doc-string. | Richard M. Stallman | 1997-07-24 | 1 | -3/+4 |
* | (set-face-font-explicit): Call internal-set-face-1 properly. | Richard M. Stallman | 1997-07-23 | 1 | -1/+1 |
* | (internal-facep): Length is now 10. | Richard M. Stallman | 1997-07-21 | 1 | -8/+41 |
* | (face-set-after-frame-default): New ubroutine, | Richard M. Stallman | 1997-07-05 | 1 | -44/+23 |
* | (make-face): Call make-face-internal only if defined. | Richard M. Stallman | 1997-05-31 | 1 | -2/+5 |
* | (x-create-frame-with-faces): Don't call frame-set-background-mode | Richard M. Stallman | 1997-05-26 | 1 | -1/+2 |
* | Unconditionally create the standard faces at load time. | Richard M. Stallman | 1997-05-25 | 1 | -25/+44 |
* | (modify-face): Don't call make-face-unbold | Richard M. Stallman | 1997-05-25 | 1 | -44/+46 |
* | (x-make-font-bold-italic): New function. | Kenichi Handa | 1997-05-12 | 1 | -0/+6 |
* | (describe-face): Add documentation. | Richard M. Stallman | 1997-04-25 | 1 | -1/+7 |
* | (frame-set-background-mode): New function. | Richard M. Stallman | 1997-04-21 | 1 | -39/+188 |
* | (make-face): New arg no-resources. | Richard M. Stallman | 1997-04-11 | 1 | -5/+16 |
* | (set-face-font): Allow specifing fontset for the arg FONT. | Kenichi Handa | 1997-03-18 | 1 | -1/+3 |
* | clean code. | Simon Marshall | 1997-03-15 | 1 | -9/+5 |
* | When testing FACE's non-nil face-font with the default face font, use the fra... | Simon Marshall | 1997-03-15 | 1 | -2/+5 |
* | (invert-face): Handle inverting the default face better. | Richard M. Stallman | 1997-01-07 | 1 | -6/+8 |
* | Change defconsts to defvars. | Richard M. Stallman | 1996-12-16 | 1 | -4/+4 |
* | Use w32 instead of ms-windows for window-system symbol | Geoff Voelker | 1996-11-19 | 1 | -3/+3 |
* | (make-face, make-face-x-resource-internal): | Richard M. Stallman | 1996-09-15 | 1 | -3/+3 |
* | (internal-set-face-1): When calling x-list-fonts, ask for just one match. | Richard M. Stallman | 1996-08-31 | 1 | -1/+1 |
* | (modify-face): Handle nil as stipple value. | Richard M. Stallman | 1996-08-19 | 1 | -9/+38 |
* | (modify-face): Handle stipple values | Richard M. Stallman | 1996-08-16 | 1 | -4/+19 |
* | (x-create-frame-with-faces): Set threshold for "light color" | Richard M. Stallman | 1996-06-25 | 1 | -1/+4 |
* | (x-frob-font-slant): Properly handle a match against | Richard M. Stallman | 1996-03-25 | 1 | -4/+8 |
* | (face-color-gray-p): Return nil if x-color-values does. | Richard M. Stallman | 1996-01-29 | 1 | -1/+2 |
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -3/+4 |
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
* | Take optional arg FRAME. | Simon Marshall | 1995-12-13 | 1 | -30/+47 |
* | Wrap case-fold-search for x-frob-font-weight and x-frob-font-slant. | Simon Marshall | 1995-12-12 | 1 | -28/+32 |
* | (face-color-supported-p): Return nil if no window system. | Richard M. Stallman | 1995-11-20 | 1 | -9/+10 |
* | [win32] (make-face, make-face-x-resource-internal): | Geoff Voelker | 1995-11-07 | 1 | -3/+3 |
* | (set-face-background): When using face-color-supported-p, | Richard M. Stallman | 1995-08-05 | 1 | -1/+5 |
* | (set-face-background): Don't treat nil as a color. | Richard M. Stallman | 1995-07-30 | 1 | -1/+1 |
* | (x-font-regexp): Add \\(\\) for substring extraction. | Karl Heuer | 1995-07-27 | 1 | -1/+1 |
* | (x-font-regexp-weight-subnum, x-font-regexp-slant-subnum) | Karl Heuer | 1995-07-25 | 1 | -0/+5 |
* | (make-face-bold, make-face-italic, make-face-bold-italic) | Richard M. Stallman | 1995-07-25 | 1 | -30/+23 |
* | (x-create-frame-with-faces): | Richard M. Stallman | 1995-07-18 | 1 | -4/+5 |
* | (x-create-frame-with-faces): Set background-mode | Karl Heuer | 1995-07-17 | 1 | -80/+125 |
* | (x-font-regexp): Include the avgwidth. | Richard M. Stallman | 1995-07-02 | 1 | -2/+2 |