aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/faces.el
Commit message (Expand)AuthorAgeFilesLines
* guile-elisp bootstrap (lisp)Robin Templeton2015-04-191-199/+0
* Merge from emacs-24; up to 2014-05-01T10:21:[email protected]Juanma 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:[email protected]Daniel 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
* 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