summaryrefslogtreecommitdiff
path: root/lisp/faces.el
Commit message (Expand)AuthorAgeFilesLines
* Improve window dividers code.Martin Rudalics2014-02-041-0/+33
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Prevent themes from obliterating faces on low-color terminals.Chong Yidong2013-12-221-9/+17
* Don't make faces when loading Custom themes.Chong Yidong2013-12-211-31/+22
* Doc fixes for face functions.Chong Yidong2013-12-211-6/+6
* * faces.el (read-face-name): Require crm.el when using crm-separator.Juanma Barranquero2013-12-211-4/+5
* * faces.el (read-color): Minor fix for completion function.Chong Yidong2013-12-201-1/+1
* Make blink-matching-paren perform blinking without moving the cursorDmitry Gutov2013-12-131-0/+24
* * lisp/faces.el (describe-face): Add distant-foreground.Jan Djärv2013-11-081-0/+1
* Add :distant-foreground to faces.Jan Djärv2013-11-011-2/+4
* Support menus on text-mode terminals.Eli Zaretskii2013-10-081-1/+20
|\
| * Define tty-menu-* faces via defface.Eli Zaretskii2013-09-281-9/+21
| * Merge from trunk.Eli Zaretskii2013-09-261-0/+5
| |\
| * | Removed unnecessary tests for GUI sessions and created menu faces.Eli Zaretskii2013-09-051-2/+9
* | | Pick up default selection color on OSX when user defaults are not set.Jan Djärv2013-09-281-1/+2
| |/ |/|
* | * faces.el (x-display-list, x-open-connection, x-get-resource): Declare.Glenn Morris2013-09-171-0/+5
|/
* * lisp/faces.el (tty-setup-hook): Declare the hook.Stefan Monnier2013-07-081-0/+4
* * faces.el (tty-run-terminal-initialization): function changed (StefanMichael Kifer2013-07-071-1/+2
* lisp/faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@...Juanma Barranquero2013-06-241-1/+0
* lisp/faces.el: Minor changes.Juanma Barranquero2013-06-231-13/+10
* Misc custom group fixesGlenn Morris2013-05-151-1/+0
* Fix some declarationsGlenn Morris2013-05-101-1/+1
* Silence byte-compiler warnings.Juanma Barranquero2013-05-081-0/+2
* read-face-name: Use completing-read if arg multiple is nilRoland Winkler2013-04-271-26/+31
* lisp/faces.el (read-face-name): Bug fix, return just one face if arg multiple...Roland Winkler2013-04-201-3/+2
* faces.el (read-face-name): Do not override value of arg default, call instead...Roland Winkler2013-04-121-98/+81
* lisp/faces.el (read-face-name): Behave as promised by the docstring.Roland Winkler2013-04-031-56/+58
* Merge from emacs-24Stefan Monnier2013-01-091-17/+19
|\
| * Minor doc fix.Chong Yidong2013-01-091-1/+2
| * * faces.el (read-face-name): Doc fix.Chong Yidong2013-01-091-17/+18
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Spelling fixes.Paul Eggert2012-12-061-1/+1
* | Revamp face-spec-set to be more analogous to setq for faces.Chong Yidong2012-11-251-32/+67
* | Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.orgGlenn Morris2012-11-231-10/+26
|\ \ | |/
| * * faces.el (color-defined-p): Doc fix.Chong Yidong2012-11-231-10/+26
* | Add optional "inherit" argument for face-bold-p and related functionsGlenn Morris2012-11-211-15/+15
* | Remove -p suffix from set-face-* functionsGlenn Morris2012-11-211-7/+10
|/
* * lisp/faces.el (face-underline-p): Use face-attribute-specified-or.Glenn Morris2012-11-151-1/+1
* Fixes related to face underliningGlenn Morris2012-11-141-23/+35
* Make unused variable font-list-limit obsolete, and move it out of C.Chong Yidong2012-10-231-0/+6
* Merge from trunkDaniel Colascione2012-10-071-2/+1
|\
| * * lisp/faces.el (modeline): Remove obsolete face name.Stefan Monnier2012-10-011-2/+0
| * * lisp/faces.el (x-display-name): Declare (for without-x builds).Glenn Morris2012-09-271-0/+1
* | Implement cygw32Daniel Colascione2012-09-171-1/+1
|/
* * faces.el (help-argument-name): Always inherit from italic.Chong Yidong2012-08-261-1/+1
* Fixes: debbugs:12042Andreas Schwab2012-07-251-7/+7
* * faces.el (face-spec-reset-face): Handle reverse video.Chong Yidong2012-07-181-2/+6
* Further GV/CL cleanups.Stefan Monnier2012-06-221-16/+13
* Implement wave-style variant of underlining.Alp Aker2012-06-161-4/+15