summaryrefslogtreecommitdiff
path: root/lisp/faces.el
Commit message (Expand)AuthorAgeFilesLines
* Run `window-configuration-change-hook' only after all faces have been realized.Martin Rudalics2014-11-081-1/+2
* Merge from emacs-24; up to 2014-07-22T06:37:31Z!yamaoka@jpl.orgGlenn Morris2014-10-081-1/+3
|\
| * Fix bug #18636 with documentation of multi-monitor displays.Eli Zaretskii2014-10-081-1/+3
* | Rename 24.5 to 25.1Stefan Monnier2014-09-291-1/+1
* | Merge from emacs-24; up to 2014-06-22T05:00:14Z!dmantipov@yandex.ruGlenn Morris2014-07-121-6/+1
|\ \ | |/
| * * lisp/faces.el (face-name): Undo last change.Stefan Monnier2014-07-091-6/+1
* | Merge from emacs-24; up to 2014-06-19T14:03:45Z!monnier@iro.umontreal.caGlenn Morris2014-07-081-3/+6
|\ \ | |/
| * * lisp/faces.el (face-name): Return input arg `face' as isJuri Linkov2014-07-081-3/+6
* | Merge from emacs-24; up to 2014-05-01T10:21:17Z!rgm@gnu.orgJuanma Barranquero2014-04-301-6/+12
|\ \ | |/
| * Spelling fix, plus try to fix grammar in doc string.Paul Eggert2014-04-301-3/+3
| * Fix bug 16694 with applying X resources to faces too early.Matthias Dahl2014-04-281-6/+12
| * Deprecate optional argument of make-face.Matthias Dahl2014-04-121-6/+12
* | lisp/faces.el (face-set-after-frame-default): Remove unused local variable.Juanma Barranquero2014-04-141-11/+10
* | Fix last commit.Eli Zaretskii2014-04-121-1/+1
* | Remove deprecated optional argument of make-face.Matthias Dahl2014-04-121-7/+4
* | Merge from emacs-24; up to 2014-04-01T20:18:12Z!eggert@cs.ucla.eduDaniel Colascione2014-04-071-22/+41
|\ \ | |/
| * Fix bug #16434 with handling the -rv command-line option.Matthias Dahl2014-04-051-11/+11
| * Fix bug #16378 with mishandling of empty faces.Matthias Dahl2014-04-051-9/+21
| * Fix bug #16694 with theme face precedence.Matthias Dahl2014-04-051-4/+11
| * Revert last commit.Eli Zaretskii2014-03-221-11/+4
| * Fix bug #16694 with face attributes changed by themes.Matthias Dahl2014-03-221-4/+11
* | Tweak earlier tty-run-terminal-initialization changeGlenn Morris2014-03-281-2/+3
* | Make term-file-aliases into a defcustom; tweaks previous changeGlenn Morris2014-03-271-16/+20
* | Introduce `term-file-aliases', replacing some small lisp/term filesGlenn Morris2014-03-271-0/+20
|/
* Avoid calling tty-setup-hook twiceGlenn Morris2014-02-261-5/+7
* Doc updates related to tty-setup-hookGlenn Morris2014-02-251-1/+5
* Mention read-regexp in doc of functions that use itGlenn Morris2014-02-131-1/+1
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* 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