summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-20Fix crash inside font-list-familyPo Lu
2023-02-20Improve SFNT driver lookup efficiencyPo Lu
2023-02-19Match font registry after font is openedPo Lu
2023-02-19Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-02-19More parallel build fixesPo Lu
2023-02-19Fix sfntfont.c build without mmapPo Lu
2023-02-19Report both sides of the region to the input method upon setupPo Lu
2023-02-19Merge from origin/emacs-29Stefan Kangas
2023-02-19Implement `fullscreen' on Android 4.0 and laterPo Lu
2023-02-19Fix crashes in desktop-save-modePo Lu
2023-02-18Fix 'display-buffer-use-least-recent-window'martin rudalics
2023-02-18Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-02-18Update Android portPo Lu
2023-02-18Fix cursor motion when there's line-prefix and display string at BOLEli Zaretskii
2023-02-18Fix comment in treesit_record_change (bug#61369)Yuan Fu
2023-02-18Merge from origin/emacs-29Stefan Kangas
2023-02-18Notify input methods when editing failsPo Lu
2023-02-18Update Android portPo Lu
2023-02-18; * src/treesit.c: Improve sectioning.Po Lu
2023-02-17Don't completely clip into visible range in treesit_record_changeYuan Fu
2023-02-17; Improve and update documentation of native compilationEli Zaretskii
2023-02-17Work around race condition bug in Android 13's input managerPo Lu
2023-02-17Update emacsbug and version.el for the Android portPo Lu
2023-02-17* src/android.c (android_exception_check): Fix typo.Po Lu
2023-02-17Improve logging of Java exceptionsPo Lu
2023-02-17Merge 'emacs-29' into 'feature/inhibit-native-comp-cleanup'Andrea Corallo
2023-02-17Fix build and running on Android 2.2Po Lu
2023-02-17Allow 'icon-title-format' to have the value tEli Zaretskii
2023-02-16Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-02-16Update Android portPo Lu
2023-02-15Update Android portPo Lu
2023-02-15Merge from origin/emacs-29Stefan Kangas
2023-02-15Fix small bugsPo Lu
2023-02-15Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-02-15Update Android portPo Lu
2023-02-14Improve backward compatibility of save-restrictionGregory Heytings
2023-02-14* src/comp.c (Fcomp__compile_ctxt_to_file): Don't create output file twiceAndrea Corallo
2023-02-13Fix insert-file-contents on /proc filesPaul Eggert
2023-02-13Fix src/fileio.c commentPaul Eggert
2023-02-13Don’t scan text twice to guess coding systemPaul Eggert
2023-02-13Improve insert-file-contents on non-regular filesPaul Eggert
2023-02-13Improve insert-file-contents checkingPaul Eggert
2023-02-13Rename with/without-narrowing to with/without-restrictionEli Zaretskii
2023-02-13Rename native-comp-deferred-compilation into native-comp-jit-compilationAndrea Corallo
2023-02-13Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolinesAndrea Corallo
2023-02-13Support `comp-enable-subr-trampolines' as string valueAndrea Corallo
2023-02-13Merge branch 'scratch/fix-locked-narrowing'Gregory Heytings
2023-02-13Revert "Add new variable 'inhibit-native-compilation'"Andrea Corallo
2023-02-13Revert "Rename to inhibit-automatic-native-compilation"Andrea Corallo
2023-02-13Merge from origin/emacs-29Stefan Kangas