summaryrefslogtreecommitdiff
path: root/lisp/faces.el
AgeCommit message (Expand)Author
2014-07-09* lisp/faces.el (face-name): Undo last change.Stefan Monnier
2014-07-08* lisp/faces.el (face-name): Return input arg `face' as isJuri Linkov
2014-04-30Spelling fix, plus try to fix grammar in doc string.Paul Eggert
2014-04-28Fix bug 16694 with applying X resources to faces too early.Matthias Dahl
2014-04-12Deprecate optional argument of make-face.Matthias Dahl
2014-04-05Fix bug #16434 with handling the -rv command-line option.Matthias Dahl
2014-04-05Fix bug #16378 with mishandling of empty faces.Matthias Dahl
2014-04-05Fix bug #16694 with theme face precedence.Matthias Dahl
2014-03-22Revert last commit.Eli Zaretskii
2014-03-22Fix bug #16694 with face attributes changed by themes.Matthias Dahl
2014-02-26Avoid calling tty-setup-hook twiceGlenn Morris
2014-02-25Doc updates related to tty-setup-hookGlenn Morris
2014-02-13Mention read-regexp in doc of functions that use itGlenn Morris
2014-02-09Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris
2014-02-04Improve window dividers code.Martin Rudalics
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-22Prevent themes from obliterating faces on low-color terminals.Chong Yidong
2013-12-21Don't make faces when loading Custom themes.Chong Yidong
2013-12-21Doc fixes for face functions.Chong Yidong
2013-12-21* faces.el (read-face-name): Require crm.el when using crm-separator.Juanma Barranquero
2013-12-20* faces.el (read-color): Minor fix for completion function.Chong Yidong
2013-12-13Make blink-matching-paren perform blinking without moving the cursorDmitry Gutov
2013-11-08* lisp/faces.el (describe-face): Add distant-foreground.Jan Djärv
2013-11-01Add :distant-foreground to faces.Jan Djärv
2013-10-08Support menus on text-mode terminals.Eli Zaretskii
2013-09-28Define tty-menu-* faces via defface.Eli Zaretskii
2013-09-28Pick up default selection color on OSX when user defaults are not set.Jan Djärv
2013-09-26Merge from trunk.Eli Zaretskii
2013-09-17* faces.el (x-display-list, x-open-connection, x-get-resource): Declare.Glenn Morris
2013-09-05Removed unnecessary tests for GUI sessions and created menu faces.Eli Zaretskii
2013-07-08* lisp/faces.el (tty-setup-hook): Declare the hook.Stefan Monnier
2013-07-07* faces.el (tty-run-terminal-initialization): function changed (StefanMichael Kifer
2013-06-24lisp/faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@...Juanma Barranquero
2013-06-23lisp/faces.el: Minor changes.Juanma Barranquero
2013-05-15Misc custom group fixesGlenn Morris
2013-05-10Fix some declarationsGlenn Morris
2013-05-08Silence byte-compiler warnings.Juanma Barranquero
2013-04-27read-face-name: Use completing-read if arg multiple is nilRoland Winkler
2013-04-20lisp/faces.el (read-face-name): Bug fix, return just one face if arg multiple...Roland Winkler
2013-04-12faces.el (read-face-name): Do not override value of arg default, call instead...Roland Winkler
2013-04-03lisp/faces.el (read-face-name): Behave as promised by the docstring.Roland Winkler
2013-01-09Merge from emacs-24Stefan Monnier
2013-01-09Minor doc fix.Chong Yidong
2013-01-09* faces.el (read-face-name): Doc fix.Chong Yidong
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-06Spelling fixes.Paul Eggert
2012-11-25Revamp face-spec-set to be more analogous to setq for faces.Chong Yidong
2012-11-23Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.orgGlenn Morris
2012-11-23* faces.el (color-defined-p): Doc fix.Chong Yidong