aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add new font-has-char-p primitiveLars Ingebrigtsen2021-10-301-0/+27
* Revert "Introduce a new variable inhibit-loading-fonts"Lars Ingebrigtsen2021-10-291-13/+2
* Introduce a new variable inhibit-loading-fontsLars Ingebrigtsen2021-10-291-2/+13
* Heed the EMACS_IGNORE_TIMERFD environment variableLars Ingebrigtsen2021-10-251-1/+3
* Fix issues with type casting in delayed message functionsLars Ingebrigtsen2021-10-251-4/+3
* Remove debugging in with_delayed_message_displayLars Ingebrigtsen2021-10-241-1/+0
* Add new macro `with-delayed-message'Lars Ingebrigtsen2021-10-241-0/+45
* Merge from origin/emacs-28Glenn Morris2021-10-242-1/+4
|\
| * Refer to the info node on keymaps in map-keymap docstringStefan Kangas2021-10-241-0/+3
| * ; * src/vm-limit.c (get_lim_data): Fix a typo. (Bug#18238)Eli Zaretskii2021-10-231-1/+1
* | * src/image.c (webp_load): Fix thinkos.Stefan Kangas2021-10-231-2/+2
* | Fix WebP support on MS-WindowsEli Zaretskii2021-10-221-5/+11
* | Add WebP image format support (Bug#51296)Stefan Kangas2021-10-222-1/+282
* | In 'window-text-pixel-size' use actual mode line heights if wanted (Bug#38181)Martin Rudalics2021-10-221-9/+34
* | Actually fix the Pango build problemLars Ingebrigtsen2021-10-211-1/+1
* | Merge from origin/emacs-28Glenn Morris2021-10-214-4/+27
|\ \ | |/
| * ; * src/keyboard.c (readable_events): Add a comment.Eli Zaretskii2021-10-211-0/+2
| * Display a tab bar item as sunken when appropriatePo Lu2021-10-201-2/+7
| * Fix tab bar item highlight when a mouse click is droppedPo Lu2021-10-201-0/+8
| * Refer to mouse-highlight from make-pointer-invisible docstringStefan Kangas2021-10-201-1/+4
| * Fix inset rectangle corners when sides aren't drawn (bug#51251)Alan Third2021-10-191-1/+6
* | Fix build on systems with older Pango versionsLars Ingebrigtsen2021-10-211-0/+2
* | Fix bold/black in w32_to_fc_weightLars Ingebrigtsen2021-10-211-1/+1
* | Support the "medium" font weightLars Ingebrigtsen2021-10-214-29/+59
* | Avoid excessive specbinding in all-completionsMiha Rihtaršič2021-10-201-73/+32
* | Further fixes for Turkish case changes in unibyte stringsLars Ingebrigtsen2021-10-201-2/+9
* | Make downcasing unibyte strings in Turkish less wrongLars Ingebrigtsen2021-10-191-9/+39
* | Merge from origin/emacs-28Glenn Morris2021-10-193-5/+32
|\ \ | |/
| * Handle VS-16 correctly for non-emoji codepointsRobert Pluim2021-10-192-2/+29
| * Rename tab-bar-drag-maybe to tab-bar--dragging-in-progressJuri Linkov2021-10-181-3/+3
* | Make `lookup-key' understand the new key sequence syntaxLars Ingebrigtsen2021-10-191-15/+25
* | Merge from origin/emacs-28Glenn Morris2021-10-186-35/+131
|\ \ | |/
| * Rewrites of Elisp manual including tab-bar and tab-line changesMartin Rudalics2021-10-181-12/+13
| * Add tab-bar-drag-maybe for indication of tab dragging (bug#50993)Martin Rudalics2021-10-171-1/+11
| * Add tab bar support to the nextstep portPo Lu2021-10-173-13/+93
| * Fix potential buffer overflow (bug#50767)Alan Third2021-10-171-9/+14
* | Allow :filter t in make-process to work as with set-process-filterLars Ingebrigtsen2021-10-181-4/+8
* | Support a new ["..."] key binding syntaxLars Ingebrigtsen2021-10-171-0/+19
* | Pacify gcc -Wsuggest-attribute=mallocPaul Eggert2021-10-171-1/+1
* | * src/image.c: Fix comment.Stefan Kangas2021-10-171-3/+2
* | ; Fix typos in last change.Eli Zaretskii2021-10-171-5/+5
* | Minor stylistic changes in last commitEli Zaretskii2021-10-171-40/+34
* | Fix minor issues with text display when cursor is in mouse facePo Lu2021-10-173-96/+180
* | Merge from origin/emacs-28Glenn Morris2021-10-162-14/+27
|\ \ | |/
| * Avoid aborts when a thread is signaled while "waiting for input".Eli Zaretskii2021-10-161-3/+19
| * Fixes to account for windows' tab linesMartin Rudalics2021-10-151-11/+8
* | * src/emacs.c (standard_args): Sort --fingerprint second.Andreas Schwab2021-10-161-0/+3
* | ; * src/emacs.c (load_pdump): Adjust comment to recent code changes.Eli Zaretskii2021-10-161-3/+3
* | define-key doc string improvementLars Ingebrigtsen2021-10-141-1/+3
* | Merge from origin/emacs-28Glenn Morris2021-10-141-1/+14
|\ \ | |/