summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-07-21Make input of multi-key inputs in different emacsclients more logicalLogan Perkins
2021-07-21* src/eval.c (signal_quit_p): Fix the usual int/Lisp_Object mixupStefan Monnier
2021-07-21Make `C-g' after `M-x' not give a backtrace unless requiredLars Ingebrigtsen
2021-07-21Speed up by storing frame faces in hash tables instead of alistsJashank Jeremy
2021-07-21Factor out char_table_ref_simple for readabilityStefan Kangas
2021-07-21Fix final test for invalid base64url charsLars Ingebrigtsen
2021-07-20Make `kill-all-local-variables' also remove lambda from hooksjakanakaevangeli
2021-07-20Signal an error in json.c function if not availableLars Ingebrigtsen
2021-07-20Quit minibuffers without aborting kmacrosMiha Rihtaršič
2021-07-20Fix problem with certain fonts in ftfont_shape_by_fltKenichi Handa
2021-07-20Mention `overlays-in' in the `overlays-at' doc stringLars Ingebrigtsen
2021-07-19Fix typos in a recent changeEli Zaretskii
2021-07-19Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii
2021-07-19; Fix a typo in a recent changeEli Zaretskii
2021-07-19Add inhibit-buffer-hooks to `make-indirect-buffer'Lars Ingebrigtsen
2021-07-19Make make-indirect-buffer inherit inhibit-buffer-hook from base bufferdickmao
2021-07-19Fix documentation of mouse-leave-buffer-hookLars Ingebrigtsen
2021-07-18Clarify event-convert-list doc stringLars Ingebrigtsen
2021-07-18Fix display of mode-line with bidi formatting controlsEli Zaretskii
2021-07-18Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-07-16Merge from origin/emacs-27Glenn Morris
2021-07-15Improve the `window-end' doc stringLars Ingebrigtsen
2021-07-15Clarify overriding-local-map doc stringLars Ingebrigtsen
2021-07-14Pacify gcc -Woverflow more clearlyPaul Eggert
2021-07-14; * src/data.c (Fcar, Fcdr): Doc fix.Eli Zaretskii
2021-07-14Fix deprecation warnings from libtiffEli Zaretskii
2021-07-13Block TLS handshake until TCP connection establishedMattias Engdegård
2021-07-13Fix portability issue with make-serial-processKen Brown
2021-07-12Pacify gcc 11.1.1 -WclobberedPaul Eggert
2021-07-12Pacify gcc 11.1.1 -Wanalyzer-null-argumentPaul Eggert
2021-07-12Pacify gcc -Woverflow more nicelyPaul Eggert
2021-07-11Fix compilation of the --with-wide-int configurationEli Zaretskii
2021-07-11Pacify GCC 11.1.1 20210531 (Red Hat 11.1.1-3)Paul Eggert
2021-07-11Make pdumper-marking pickierPaul Eggert
2021-07-11Fix pdumper-related GC bugPaul Eggert
2021-07-11* src/buffer.c (kill-buffer): Fix a typo.Matthew White
2021-07-09Further cleanup for file locksMichael Albinus
2021-07-08Code cleanup wrt file locksMichael Albinus
2021-07-07Make make_lock_file_name more robustLars Ingebrigtsen
2021-07-07Add new user option lock-file-name-transformsLars Ingebrigtsen
2021-07-07Implement file locks for remote files (Bug#49261)Michael Albinus
2021-07-06Fix right-margin display on TTY framesEli Zaretskii
2021-07-05Show hand cursor when dragging frame (Bug#49247)Martin Rudalics
2021-07-04Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano
2021-07-04Ensure 'call-process' interprets INFILE as a local pathJim Porter
2021-07-04Fix crash in GNUstep font coverage checkAlan Third
2021-07-04Remove unused variablesAlan Third
2021-07-04Fix thread memory management under NSAlan Third
2021-07-01Fix NS self contained eln location (bug#49271)Alan Third
2021-06-29Fix NS port built with gccAlan Third