summaryrefslogtreecommitdiff
path: root/lisp/faces.el
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove redundant #' before lambdaStefan Kangas2021-10-211-30/+30
| * | Support the "medium" font weightLars Ingebrigtsen2021-10-211-3/+4
| * | Merge from origin/emacs-28Glenn Morris2021-10-111-1/+3
| |\|
| | * Make tty-run-terminal-initialization load the .elc file (if any)Lars Ingebrigtsen2021-10-111-1/+3
| * | Set advertised calling convention on make-face-* functionsStefan Kangas2021-10-051-7/+7
| * | Use format-prompt for many more promptsStefan Kangas2021-10-051-1/+1
| |/
| * ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-2/+2
| * Make set-foreground-color display completions using foreground colorsGlenn Morris2021-09-011-9/+18
| * Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-251-3/+23
|\|
| * Speed up by storing frame faces in hash tables instead of alistsJashank Jeremy2021-07-211-3/+23
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-181-8/+15
|\|
| * * lisp/faces.el: Fix a typo.Eli Zaretskii2021-07-071-2/+2
| * Fix last changeEli Zaretskii2021-07-071-6/+10
| * Fix tty menus on monochrome displaysEli Zaretskii2021-07-071-2/+5
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-05-291-1/+1
|\|
| * Make the Alacritty terminal an alias of xterm-256colorTassilo Horn2021-05-251-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-05-191-1/+17
|\|
| * Handle Bug#24526 without breaking Emacs on tiling WMs (Bug#48268)Martin Rudalics2021-05-121-1/+17
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-271-1/+2
|\|
| * Do not defer compilation when bytecode is explicitly requested (bug#46617)Andrea Corallo2021-03-311-1/+2
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-061-3/+13
|\|
| * Merge from origin/emacs-27Glenn Morris2021-03-291-2/+4
| |\
| | * Doc fixes for 'face-foreground' and 'face-background'.Eli Zaretskii2021-03-281-2/+4
| | * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| * | Move string-trim functions to subr.elLars Ingebrigtsen2021-03-241-2/+0
| * | Fix previous face.el changeLars Ingebrigtsen2021-03-221-0/+2
| * | Use read-color in read-face-attribute for color attributesLars Ingebrigtsen2021-03-221-1/+9
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-03-211-8/+7
|\| |
| * | * lisp/faces.el (help-key-binding): Tweak background.Stefan Kangas2021-03-181-2/+2
| * | Don't pre-load facemenuLars Ingebrigtsen2021-03-181-6/+5
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-03-141-5/+12
|\| |
| * | ; Add comment for a recent changeEli Zaretskii2021-03-131-0/+3
| * | Adjust colors of help-key-binding face for readabilityStefan Kangas2021-03-131-2/+6
| * | * lisp/faces.el (help-argument-name): Use grey background, not foregroundJuri Linkov2021-03-081-5/+5
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-03-081-0/+17
|\| |
| * | Add new face 'help-key-binding' for keybindings in helpStefan Kangas2021-03-081-0/+17
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-301-2/+11
|\| |
| * | Add distinct controls for child frames' borders (Bug#45620)Alexander Miller2021-01-261-1/+10
| * | Tweak tty-find-type to allow TERM=screen.xtermLars Ingebrigtsen2021-01-201-1/+1
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\| |
| * | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-211-2/+2
|\| |
| * | Shorten some over-wide docstrings in functions and macrosStefan Kangas2020-12-191-2/+2
* | | Add Stipple support for PGTKYuuki Harano2020-11-221-3/+4
* | | Introduce Pure GTK3 portYuuki Harano2020-11-221-2/+2
|/ /
* | * lisp/faces.el (mode-line-highlight): Use :box only when supported.Jared Finder2020-11-141-1/+1
* | Give the scroll-bar face a non-trivial specMauro Aranda2020-10-311-2/+4
* | Have header-line-highlight inherit from mode-line-highlightLars Ingebrigtsen2020-10-131-2/+2
* | Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\|