summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-10-03Fix recipe for 'native-lisp' directoryEli Zaretskii
2021-10-03* src/Makefile.in: Simplify conditionals.Andreas Schwab
2021-10-03Define HAVE_NATIVE_COMP in src/Makefile.inEli Zaretskii
2021-10-03Rename elisp-shorthands to read-symbol-shorthandsJoão Távora
2021-09-30Update emacs-module sources for Emacs 29Eli Zaretskii
2021-09-30Bump Emacs version to 29.0.50Eli Zaretskii
2021-09-30; * src/nsterm.h: Use objc-mode.Mattias Engdegård
2021-09-29Improve the max-specpdl-size doc stringLars Ingebrigtsen
2021-09-28Make the build of source tarball produce *.eln filesEli Zaretskii
2021-09-28; * src/lisp.h (enum char_bits): Update the comment.Eli Zaretskii
2021-09-27Fix GNUstep build failureAlan Third
2021-09-27Fix resizing glitches in NS port (bug#50413)Alan Third
2021-09-27; Update some links to HTTPS and note some broken linksStefan Kangas
2021-09-27Attempt to debug a graphical glitch on macOSAlan Third
2021-09-27Fix NS toolbar again (bug#50534)Alan Third
2021-09-27Enhance font_range to check for emoji composition triggersRobert Pluim
2021-09-27Minor stylistic fixes of shorthand code in CEli Zaretskii
2021-09-27Add #_ reader macro to escape shorthand renamingJoão Távora
2021-09-27Consider shorthands in Elisp's elisp-completion-at-pointJoão Távora
2021-09-27Rework Elisp shorthands to only allow only prefix substitutionJoão Távora
2021-09-27Move most of the shorthand implementation to C codeJoão Távora
2021-09-25; Remove various duplicated wordsMattias Engdegård
2021-09-25Renege on anonymous &rest (bug#50268, bug#50720)Mattias Engdegård
2021-09-25Fix cursor motion around some Emoji sequencesEli Zaretskii
2021-09-23Fix string-distance for two empty stringsPhilip Kaludercic
2021-09-22Fix build with native compilation but without zlibEli Zaretskii
2021-09-22Doc string fixes in comp.eEli Zaretskii
2021-09-22Update comments warning about GC-resistant C programmingEli Zaretskii
2021-09-22Speed up `replace-match' slightlyLars Ingebrigtsen
2021-09-21Don't quote nil and t in doc strings and commentsLars Ingebrigtsen
2021-09-20Support for Unicode emoji sequencesRobert Pluim
2021-09-20Fix assertion violation with zero-width :box attributesEli Zaretskii
2021-09-20; * src/keyboard.c (Frecursive_edit): Minor fixes of the doc string.Eli Zaretskii
2021-09-20Improve documentation of exiting recursive editingMiha Rihtaršič
2021-09-20Refactor minibuffer abortingMiha Rihtaršič
2021-09-19Avoid segfaults due to 'bug-reference-mode'Eli Zaretskii
2021-09-19Fix build with native compilation on CygwinKen Brown
2021-09-19Initialise unread bufferMattias Engdegård
2021-09-18Fix performance degradation in commands that describe key bindingsEli Zaretskii
2021-09-18Check for null bytes in filenames in 'expand-file-name' (bug#49723)Federico Tedin
2021-09-17Fix display of stretch glyphsEli Zaretskii
2021-09-16; * src/minibuf.c (Ftest_completion): Clarify doc string.Eli Zaretskii
2021-09-16Clarify test-completion doc stringLars Ingebrigtsen
2021-09-16Doc fix for y-or-n-p; trailing space is no longer neededStefan Kangas
2021-09-15Avoid crashes due to clearing of a frame's face cacheEli Zaretskii
2021-09-15Avoid compiler warnings in comp.c on MS-WindowsEli Zaretskii
2021-09-14A further fix for toolbar visibility problems on macOS (bug#50534)Alan Third
2021-09-14Fix incorrectly appearing toolbar on NS (bug#50534)Alan Third
2021-09-13* Clean-up some unnecessary macro usage in comp.cAndrea Corallo
2021-09-13Support mouse events clicked on the tab bar but outside of any tab (bug#41343)Juri Linkov