summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-06-05Fix the GNUstep buildPo Lu
2024-06-04Spelling fixesPaul Eggert
2024-06-04Revert "New function treesit-parser-changed-ranges"Yuan Fu
2024-06-04; * src/cm.c (cmcheckmagic): Typo fix.Robert Pluim
2024-06-03lwlib: pacify gcc -Wmissing-variable-declarationsPaul Eggert
2024-06-03Avoid assertion violations in 'try_window_id'Eli Zaretskii
2024-06-03Avoid crashes and assertions while handling SIGWINCHEli Zaretskii
2024-06-03; * src/xterm.c (syms_of_xterm): Fix doc string typos.Collin Funk
2024-06-03Maintain relationship between tool bar image and default font widthPo Lu
2024-06-02Stipple support for MS Windows (bug#71159)Elias G. Perez
2024-06-01Check for buffer liveness when accessing tree-sitter node (bug#71012)Yuan Fu
2024-06-01Fix misc problems with thumbnails on MS-WindowsEli Zaretskii
2024-06-01Improve touch-screen support on PGTKPo Lu
2024-06-01Merge from origin/emacs-29Eli Zaretskii
2024-06-01Implement touch screen events on PGTKPo Lu
2024-06-01On X, avoid reporting unrepresentable touch IDs to LispPo Lu
2024-05-31Remove unused Fget_file_charMattias EngdegÄrd
2024-05-31; * src/w32image.c (thumb_type_data): Revert parts of recent change.Eli Zaretskii
2024-05-31; Fix coding style in w32image.cPo Lu
2024-05-30Support built-in thumbnail creation on MS-WindowsEli Zaretskii
2024-05-29; * src/w32.c (sys_open): Set errno to EISDIR if opening a directory.Eli Zaretskii
2024-05-29Fix error message from 'insert-file-contents'Eli Zaretskii
2024-05-29; * src/sfntfont.c (sfnt_parse_style): Fix typo.Po Lu
2024-05-29Fix unsafe usage of string data on AndroidPo Lu
2024-05-28Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)Stefan Monnier
2024-05-28Rename `subr-native-elisp` to `native-comp-function` (bug#71123)Stefan Monnier
2024-05-28Avoid rare crashes in 'uncache_face'Eli Zaretskii
2024-05-27minibuffer-allow-text-properties can be buffer-local and affects completionsJuri Linkov
2024-05-27; * src/lread.c (syms_of_lread) <load-no-native>: Doc fix (bug#70914).Eli Zaretskii
2024-05-27Fix minor issues in textconv.cPo Lu
2024-05-27; * src/lread.c (load-no-native): Improve docstring.Andrea Corallo
2024-05-27; Fix typosStefan Kangas
2024-05-26Prevent crashes due to redisplay while realizing the default faceEli Zaretskii
2024-05-26Fix --enable-checking build with macOS clang 15.0.0Naofumi Yasufuku
2024-05-26Clean up legacy bytecode loadingMattias EngdegÄrd
2024-05-26Address compilation errors and warnings on x86 Solaris 10 systemsPo Lu
2024-05-25* src/Makefile.in (ELN_DESTDIR, BIN_DESTDIR): Give a default (bug#70842).Andrea Corallo
2024-05-25Merge from origin/emacs-29Eli Zaretskii
2024-05-25Avoid assertion violations in displaying under 'outline-minor-mode'Eli Zaretskii
2024-05-24* src/comp.c (check_comp_unit_relocs): Remove unneccesary double access.Andrea Corallo
2024-05-23Restore specbound keyboard-locals in the correct KBOARDPo Lu
2024-05-23; * src/unexelf.c (unexec): Fix compiler warning.Po Lu
2024-05-22Avoid crashes on MS-Windows due to invalid UNC file namesEli Zaretskii
2024-05-20Adapt last change to AndroidPo Lu
2024-05-20Circumvent bug#70989Po Lu
2024-05-20; Stylistic adjustments to sfnt.cPo Lu
2024-05-19Tweak STORE_NUMBER arg typePaul Eggert
2024-05-19Port knuth_hash to odd platformsPaul Eggert
2024-05-19Pacify -Wanalyzer-null-dereference in sfnt.cPaul Eggert
2024-05-19Fix Android 2.2 buildPo Lu