log lisp/faces.el @ 8011:1bb462fc29fc

age author description
Wed, 22 Jun 1994 21:28:17 +0000 Richard M. Stallman (make-face): Return the face name, not the vector.
Tue, 21 Jun 1994 20:22:56 +0000 Richard M. Stallman (face-equal): Do check the underline attribute.
Fri, 17 Jun 1994 13:39:14 +0000 Richard M. Stallman (x-create-frame-with-faces): Set the cursor color last.
Wed, 27 Apr 1994 00:30:55 +0000 Karl Heuer (frame-update-faces): Unset old font.
Fri, 22 Apr 1994 08:47:42 +0000 Richard M. Stallman (frame-update-faces): New function.
Thu, 14 Apr 1994 09:31:18 +0000 Richard M. Stallman (make-face-x-resource-internal): Don't mess with terminal frames.
Thu, 14 Apr 1994 07:38:15 +0000 Richard M. Stallman (x-create-frame-with-faces): Create frame invisible,
Wed, 02 Mar 1994 06:45:38 +0000 Karl Heuer (copy-face): Don't change old-face and new-face before the frame loop.
Tue, 15 Feb 1994 22:38:00 +0000 Richard M. Stallman (face-try-color-list): Don't rely on errors from using
Sat, 12 Feb 1994 06:25:56 +0000 Richard M. Stallman (face-initialize): Specify default characteristics
Tue, 08 Feb 1994 18:22:09 +0000 Richard M. Stallman (copy-face): Doc fix.
Sat, 27 Nov 1993 07:52:47 +0000 Richard M. Stallman (make-face-unitalic, make-face-unbold, make-face-bold)
Sun, 21 Nov 1993 07:23:17 +0000 Richard M. Stallman (x-resolve-font-name): Undo previous change.
Sat, 20 Nov 1993 08:42:47 +0000 Richard M. Stallman (x-resolve-font-name): Don't pass FACE to x-list-fonts
Sat, 14 Aug 1993 09:23:24 +0000 Richard M. Stallman (x-create-frame-with-faces): Check for `on' or `true'
Tue, 03 Aug 1993 07:12:34 +0000 Richard M. Stallman Make boldness and italicness affect subsequently created frames.
Sun, 18 Jul 1993 04:44:27 +0000 Richard M. Stallman (face-equal): Don't mess with face-background-pixmap.
Tue, 13 Jul 1993 22:05:13 +0000 Richard M. Stallman (copy-face): New arg NEW-FRAME.
Sun, 04 Jul 1993 01:46:30 +0000 Jim Blandy * faces.el (make-face-bold, make-face-italic,
Wed, 30 Jun 1993 04:14:08 +0000 Jim Blandy Fix typo in last change.
Tue, 29 Jun 1993 23:33:00 +0000 Jim Blandy * faces.el (global-face-data): Doc fix.
Mon, 28 Jun 1993 20:38:49 +0000 Richard M. Stallman (face-initialize): Create `underline' face.
Mon, 28 Jun 1993 19:56:00 +0000 Jim Blandy Doc fix.
Thu, 17 Jun 1993 22:59:49 +0000 Jim Blandy * faces.el (make-face-bold, make-face-italic,
Thu, 17 Jun 1993 22:07:26 +0000 Richard M. Stallman (set-face-background-pixmap, face-background-pixmap): Functions commented out.
Mon, 07 Jun 1993 23:23:42 +0000 Richard M. Stallman (x-create-frame-with-faces): Reversevideo -> ReverseVideo.
Mon, 31 May 1993 18:02:03 +0000 Richard M. Stallman (x-resolve-font-name): Clean up error messages.
Sun, 30 May 1993 17:28:33 +0000 Jim Blandy * faces.el (x-resolve-font-name): Give correct error message
Sun, 30 May 1993 17:21:36 +0000 Jim Blandy * faces.el (x-resolve-font-name): Fix args to error; the format
Sat, 29 May 1993 04:36:40 +0000 Richard M. Stallman (x-resolve-font-name): Allow symbol as FACE arg.
Thu, 27 May 1993 23:50:21 +0000 Richard M. Stallman (x-create-frame-with-faces): Handle reverseVideo resource.
Wed, 26 May 1993 19:42:36 +0000 Jim Blandy * faces.el (x-resolve-font-name): If PATTERN is nil, return the
Tue, 25 May 1993 13:19:28 +0000 Jim Blandy * faces.el (set-face-font): Call x-resolve-font-name on the font
Tue, 25 May 1993 02:28:03 +0000 Richard M. Stallman (x-create-frame-with-faces): Handle `reverse' as parameter.
Mon, 24 May 1993 01:58:58 +0000 Jim Blandy * faces.el (make-face): Change interactive spec to 'S'.
Wed, 19 May 1993 19:48:38 +0000 Jim Blandy * xfaces.el (face-equal): Doc fix.
Sun, 16 May 1993 15:41:50 +0000 Richard M. Stallman (face-initialize): Do make the modeline face.
Sat, 15 May 1993 21:17:55 +0000 Richard M. Stallman Rename `primary-selection' to `region'.
Sat, 15 May 1993 19:53:44 +0000 Richard M. Stallman (face-initialize): Don't create the `modeline' face.
Thu, 13 May 1993 03:24:09 +0000 Richard M. Stallman (face-initialize): New function.
Tue, 11 May 1993 19:14:34 +0000 Jim Blandy Re-arranged stuff to put defsubst accessors at the top
Sun, 09 May 1993 23:48:41 +0000 Jim Blandy * faces.el: Call internal-set-face-1, not internat-set-face-1.
Sun, 09 May 1993 23:38:29 +0000 Jim Blandy * faces.el (read-face-name): Call face-list, not list-faces.
Sat, 03 Apr 1993 23:28:03 +0000 Eric S. Raymond Initial revision