aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cus-face.el
Commit message (Collapse)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* * custom.el: Move Custom Themes commentary to start of theme code.Chong Yidong2006-01-021-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (custom-known-themes): Rename `standard' theme to `changed'. (custom-push-theme): Caller no longer specifies what theme to use when doing `reset'---the setting is simply removed from the theme. Delete MODE from `theme-value' and `theme-settings' properties. (custom-declare-theme): Ignore &rest args since we don't use them. (custom-loaded-themes): Delete variable. (custom-theme-load-themes, custom-theme-loaded-p) (custom-theme-value): Delete functions. (custom-declare-theme): Signal error on invalid theme names. (provide-theme): custom-loaded-themes was deleted. (load-theme): Load the file unconditionally. (enable-theme): Call `load-theme' if theme is undefined. (custom-enabled-themes): Only update value for successful loads. (disable-theme): Complete from enabled themes when interactive. (custom-variable-theme-value): Calculate theme value directly. (custom-theme-reset-variables, custom-reset-variables): Mark as XEmacs compatibility functions. We don't actually use these. * cus-edit.el (custom-variable-state-set): Use custom-variable-theme-value instead of custom-theme-value. (custom-face-state-set): Rename `standard' theme to `changed'. (custom-save-variables, custom-save-faces): Delete unneeded references to custom-reset-variables. (custom-save-resets): Delete function. (custom-save-variables, custom-save-faces): MODE argument deleted. (custom-save-variables, custom-save-faces): Ignore theme values. * cus-face.el (custom-theme-reset-faces): Mark as XEmacs compatibility function.
* * custom.el (enable-theme): Signal error if argument is not aChong Yidong2005-11-251-3/+8
| | | | | | | theme. Don't recalculate a face if it's not loaded yet. * cus-face.el (custom-theme-set-faces): Don't change saved-face if the `user' theme is in effect.
* (custom-declare-face): Make face from X resources also on Mac.YAMAMOTO Mitsuharu2005-10-211-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* (custom-theme-set-faces): Make it work.Richard M. Stallman2005-07-111-39/+13
| | | | | (custom-reset-faces): Doc fix. (custom-theme-reset-internal-face, custom-theme-face-value): Functions deleted.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (custom-theme-set-faces): Make it handle face aliases whose aliasLuc Teirlinck2005-07-041-0/+6
| | | | declarations are pre- or autoloaded.
* (custom-face-attributes): Add autoload.Richard M. Stallman2005-06-251-0/+1
|
* (custom-declare-face): Record defface in current-load-list.Richard M. Stallman2005-01-051-0/+1
|
* (custom-face-attributes):Richard M. Stallman2005-01-011-2/+2
| | | | Fix :help-echo strings for :foreground and :background.
* (custom-declare-face): Simplify code.Richard M. Stallman2004-06-131-6/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-11/+11
|
* (custom-set-faces): Call custom-theme-set-faces.Richard M. Stallman2002-12-231-23/+110
| | | | | | | | (custom-theme-set-faces): New function. (custom-theme-face-value): New function. (custom-theme-reset-internal-face): New function. (custom-theme-reset-faces): New function. (custom-reset-faces): New function.
* (custom-declare-face): Add face-defface-spec prop after applying theRichard M. Stallman2002-11-241-2/+3
| | | | face spec.
* (custom-face-attributes): Fix typo in `ultra-bold'.Richard M. Stallman2002-04-101-1/+1
|
* (custom-face-attributes): Make sure each attribute has a valid defaultMiles Bader2001-10-051-66/+44
| | | | | | value. Remove hacks that mapped `nil' to `off' and used nil to mean `unspecified'. Remove `unspecified' choices from all attributes (unspecified is handled by the parent checklist).
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* (custom-face-attributes): Handle mapping `nil' and `unspecified' toMiles Bader2000-11-281-26/+31
| | | | `off' and `nil' in the :box pre-/post-filters.
* (custom-face-attributes): Typo.Miles Bader2000-11-281-1/+1
|
* (custom-face-attributes): Add post-filter function for :box.Miles Bader2000-11-281-7/+29
| | | | Make pre-filter function for :box handle all cases.
* (custom-face-attributes): Add "None" choice to :stipple.Miles Bader2000-11-251-2/+5
|
* (custom-face-attributes): Remove SET and GET functions. Add someMiles Bader2000-11-241-121/+47
| | | | IN-FILTER and OUT-FILTER functions in the few cases they're needed.
* (custom-face-attributes):Miles Bader2000-08-261-4/+25
| | | | | | | Add support for :inherit attribute. Add support for relative face heights. (custom-face-attributes-get): Treat `nil' as being a default value for :inherit (as well as `unspecified').
* Delete obsolete URL comment.Dave Love2000-05-251-1/+0
|
* (custom-declare-face): Purecopy DOC.Dave Love1999-11-241-1/+1
|
* (custom-face-attributes): Simplify :underline, :overline,Dave Love1999-09-131-41/+34
| | | | | | | :inverse-video cases. Fix up :box case (probably needs more work). Change from Didier Verna: (custom-set-faces): The arguments can now have a custom comment as fourth argument.
* Ditto.Gerd Moellmann1999-07-211-56/+246
| | | | | | | | | | | | | | | | (custom-face-attributes): Add overline, strike-through, box. (custom-face-attributes): Use `choice' everywhere so that "*" can be entered. (custom-face-attributes): Don't use `#''. (custom-face-attributes): Accept color name. (custom-facep): Always define as alias for facep. (custom-face-attributes): Use choice widgets. Remove :bold and :italic. (custom-face-attributes): Add :bold and :italic for compatibility with old code. (custom-face-attributes): Use new face attributes. (custom-declare-face): Don't make frame-local faces. (global): Face relief added.
* (custom-face-attributes): Doc fix.Richard M. Stallman1998-05-051-1/+1
|
* (custom-face-attributes): Don't initialize fg/bg fields.Per Abrahamsen1997-08-111-2/+2
|
* (custom-declare-face): Call make-face-x-resource-internal.Richard M. Stallman1997-08-091-1/+4
|
* (custom-declare-face): Use [set-]face-documentation.Richard M. Stallman1997-07-241-2/+2
|
* Use `color' instead of `editable-color'.Per Abrahamsen1997-07-041-6/+6
|
* (custom-face-attributes): Use editable-color widget.Richard M. Stallman1997-07-031-6/+6
|
* Use booleans.Per Abrahamsen1997-06-151-8/+8
|
* (custom-face-attributes): Add :inverse-video.Richard M. Stallman1997-05-251-0/+5
|
* (custom-facep): Defined (once again).Richard M. Stallman1997-05-171-0/+4
|
* Changed version number.Per Abrahamsen1997-04-261-1/+1
|
* *** empty log message ***Per Abrahamsen1997-04-261-3/+3
|
* Major simplification; most of file contents deleted.Richard M. Stallman1997-04-211-451/+49
| | | | factory-face property renamed to face-defface-spec.
* Sync with 1.84.Per Abrahamsen1997-04-121-45/+20
|
* Don't add custom-initialize-frame to after-make-frame-hook.Richard M. Stallman1997-04-111-4/+0
|
* (custom-initialize-frame): Add autoload cookie.Richard M. Stallman1997-04-101-0/+1
|
* Initial revisionPer Abrahamsen1997-04-071-0/+590