summaryrefslogtreecommitdiff
path: root/lisp/faces.el
Commit message (Expand)AuthorAgeFilesLines
* 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" to...Juri Linkov2011-08-241-1/+1
* * lisp/faces.el (error, warning, success): New faces with definitions...Juri 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 toolkit...Andreas 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:15Z!monnier@iro.umontreal.ca.Glenn Morris2011-02-051-4/+8
|\|
| * Doc fixes related to face heights. (Bug#2659)...Glenn Morris2011-02-021-4/+8
* | undo 2011-02-01T18:15:18Z!sds@gnu.org (purecopy-cons, purecopy-car) at Stefan...Sam Steingold2011-02-011-1/+2
* | * lisp/subr.el (purecopy-cons, purecopy-car): Add shortcuts....Sam Steingold2011-02-011-2/+1
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | faces.el (glyphless-char): Define value for `pc'.Eli Zaretskii2010-11-201-0/+1
* | merge trunkKenichi Handa2010-11-011-3/+2
|\ \
| * | Fix some declarations....Glenn Morris2010-10-311-3/+2
* | | Handle glyphless characters on tty.Kenichi Handa2010-11-011-1/+3
* | | Implement various display methods for glyphless characters.Kenichi Handa2010-10-291-0/+6
|/ /
* | Merge read-color and facemenu-read-color (Bug#7242)....Chong Yidong2010-10-241-74/+61
* | Define a cursor defface; minor face optimizations....Chong Yidong2010-10-131-52/+57
* | Remove some functions, variables and aliases obsolete since at least 21.1....Glenn Morris2010-10-011-135/+0
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* | Take colors for region face (selected text) from the Gtk+ theme....Jan D2010-08-111-0/+3
* | * faces.el (face-all-attributes): Improved documentation (Bug#6767).Jan D2010-07-311-1/+1