summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-10-23; * src/vm-limit.c (get_lim_data): Fix a typo. (Bug#18238)Eli Zaretskii
2021-10-23* src/image.c (webp_load): Fix thinkos.Stefan Kangas
2021-10-22Fix WebP support on MS-WindowsEli Zaretskii
2021-10-22Add WebP image format support (Bug#51296)Stefan Kangas
2021-10-22In 'window-text-pixel-size' use actual mode line heights if wanted (Bug#38181)Martin Rudalics
2021-10-21Actually fix the Pango build problemLars Ingebrigtsen
2021-10-21Merge from origin/emacs-28Glenn Morris
2021-10-21Fix build on systems with older Pango versionsLars Ingebrigtsen
2021-10-21Fix bold/black in w32_to_fc_weightLars Ingebrigtsen
2021-10-21; * src/keyboard.c (readable_events): Add a comment.Eli Zaretskii
2021-10-21Support the "medium" font weightLars Ingebrigtsen
2021-10-20Display a tab bar item as sunken when appropriatePo Lu
2021-10-20Fix tab bar item highlight when a mouse click is droppedPo Lu
2021-10-20Refer to mouse-highlight from make-pointer-invisible docstringStefan Kangas
2021-10-20Avoid excessive specbinding in all-completionsMiha Rihtaršič
2021-10-20Further fixes for Turkish case changes in unibyte stringsLars Ingebrigtsen
2021-10-19Fix inset rectangle corners when sides aren't drawn (bug#51251)Alan Third
2021-10-19Make downcasing unibyte strings in Turkish less wrongLars Ingebrigtsen
2021-10-19Merge from origin/emacs-28Glenn Morris
2021-10-19Handle VS-16 correctly for non-emoji codepointsRobert Pluim
2021-10-19Make `lookup-key' understand the new key sequence syntaxLars Ingebrigtsen
2021-10-18Rename tab-bar-drag-maybe to tab-bar--dragging-in-progressJuri Linkov
2021-10-18Merge from origin/emacs-28Glenn Morris
2021-10-18Rewrites of Elisp manual including tab-bar and tab-line changesMartin Rudalics
2021-10-18Allow :filter t in make-process to work as with set-process-filterLars Ingebrigtsen
2021-10-17Support a new ["..."] key binding syntaxLars Ingebrigtsen
2021-10-17Pacify gcc -Wsuggest-attribute=mallocPaul Eggert
2021-10-17Add tab-bar-drag-maybe for indication of tab dragging (bug#50993)Martin Rudalics
2021-10-17* src/image.c: Fix comment.Stefan Kangas
2021-10-17; Fix typos in last change.Eli Zaretskii
2021-10-17Minor stylistic changes in last commitEli Zaretskii
2021-10-17Fix minor issues with text display when cursor is in mouse facePo Lu
2021-10-17Add tab bar support to the nextstep portPo Lu
2021-10-17Fix potential buffer overflow (bug#50767)Alan Third
2021-10-16Merge from origin/emacs-28Glenn Morris
2021-10-16* src/emacs.c (standard_args): Sort --fingerprint second.Andreas Schwab
2021-10-16Avoid aborts when a thread is signaled while "waiting for input".Eli Zaretskii
2021-10-16; * src/emacs.c (load_pdump): Adjust comment to recent code changes.Eli Zaretskii
2021-10-15Fixes to account for windows' tab linesMartin Rudalics
2021-10-14define-key doc string improvementLars Ingebrigtsen
2021-10-14Merge from origin/emacs-28Glenn Morris
2021-10-14Fix display of cursor in mouse-highlighted face with ':box'Eli Zaretskii
2021-10-14In make_lispy_position fix Bug#50993 in rudimentary fashionMartin Rudalics
2021-10-13Pacify gcc -Warray-parameterPaul Eggert
2021-10-13Pacify GCC -Wanalyzer-possible-null-dereferencePaul Eggert
2021-10-13Merge from origin/emacs-28Paul Eggert
2021-10-13* src/pdumper.h: Include <stdio.h>.Andreas Schwab
2021-10-12Pacify GCC 11 -fanalyzer on x86-64Paul Eggert
2021-10-12Merge from origin/emacs-28Glenn Morris
2021-10-12Merge from origin/emacs-28Glenn Morris