aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/faces.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul 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:[email protected]Glenn 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
* Face cleanups. Remove some uses of old-style face spec and :bold/:italic. Chong Yidong2012-06-091-45/+50
* * lisp/paths.el (term-file-prefix): Move to lisp/faces.el (the only user).Glenn Morris2012-05-241-0/+10
* * faces.el (face-spec-set): Stop supporting deprecated form of third arg.Chong Yidong2012-04-231-29/+23
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
* Updates to Display chapter of Lisp manual.Chong Yidong2012-03-211-25/+22
* * faces.el (face-spec-reset-face): Don't run display-graphic-p if undefined.Chong Yidong2012-03-181-1/+4
* Spelling fixes.Paul Eggert2012-03-121-1/+1
* Another tweak to default face handling in face-spec-reset-face.Chong Yidong2012-03-041-6/+17
* Fix menu-set-font interaction with Custom themes.Chong Yidong2012-01-311-5/+6
* * faces.el (set-face-attribute): Clarify the meaning of the nil frame.Lars Magne Ingebrigtsen2012-01-071-3/+4
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * lisp/faces.el (read-color): Minor doc fix.Chong Yidong2011-12-051-5/+6
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* * lisp/faces.el (cursor): Doc fix.Chong Yidong2011-10-181-0/+4
* Fix some (unrelated) typos in comment and ChangeLog.Glenn Morris2011-10-021-3/+3
* * lisp/faces.el (face-list): Fix docstring.Stefan Monnier2011-09-201-1/+1
* Make `(type graphic)' match `x', `w32' and `ns', like the manual says.Lars Magne Ingebrigtsen2011-09-111-0/+2
* * lisp/faces.el (success): Change face color from "Green3" toJuri Linkov2011-08-241-1/+1
* * lisp/faces.el (error, warning, success): New faces with definitionsJuri Linkov2011-08-181-0/+33
* Minor doc fixes. Remove duplicate ChangeLog entries.Juri Linkov2011-08-071-1/+1
* Tweak link and startup screen faces.Chong Yidong2011-07-091-1/+1
* Fix how custom themes handle faces, so the multi-tty/multi-frame case works.Chong Yidong2011-07-031-104/+2
* lisp/faces.el (list-faces-display): Add help-mode-map to output.Drew Adams2011-06-271-1/+1
* * lisp/faces.el (face-spec-set-match-display): Don't match toolkitAndreas Schwab2011-04-301-12/+12
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-11/+11
* Merge some code from hexrgb.el into color.el.Chong Yidong2011-02-211-10/+20
* Merge changes from emacs-23 branchChong Yidong2011-02-121-4/+16
|\
| * faces.el fix for bug#7966.Glenn Morris2011-02-071-4/+16
* | Merge from emacs-23; up to 2010-05-26T14:19:[email protected].Glenn Morris2011-02-051-4/+8
|\|