aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "New function treesit-parser-changed-ranges"Yuan Fu2024-06-042-48/+4
* ; * src/cm.c (cmcheckmagic): Typo fix.Robert Pluim2024-06-041-2/+2
* lwlib: pacify gcc -Wmissing-variable-declarationsPaul Eggert2024-06-031-0/+1
* Avoid assertion violations in 'try_window_id'Eli Zaretskii2024-06-031-0/+7
* Avoid crashes and assertions while handling SIGWINCHEli Zaretskii2024-06-033-2/+18
* ; * src/xterm.c (syms_of_xterm): Fix doc string typos.Collin Funk2024-06-031-5/+5
* Maintain relationship between tool bar image and default font widthPo Lu2024-06-033-9/+59
* Stipple support for MS Windows (bug#71159)Elias G. Perez2024-06-023-37/+121
* Fix misc problems with thumbnails on MS-WindowsEli Zaretskii2024-06-011-2/+5
* Improve touch-screen support on PGTKPo Lu2024-06-011-32/+34
* Merge from origin/emacs-29Eli Zaretskii2024-06-011-1/+1
|\
| * ; Fix typosStefan Kangas2024-05-271-1/+1
* | Implement touch screen events on PGTKPo Lu2024-06-014-3/+274
* | On X, avoid reporting unrepresentable touch IDs to LispPo Lu2024-06-012-19/+40
* | Remove unused Fget_file_charMattias EngdegÄrd2024-05-311-11/+0
* | ; * src/w32image.c (thumb_type_data): Revert parts of recent change.Eli Zaretskii2024-05-311-4/+2
* | ; Fix coding style in w32image.cPo Lu2024-05-311-3/+5
* | Support built-in thumbnail creation on MS-WindowsEli Zaretskii2024-05-303-0/+208
* | ; * src/w32.c (sys_open): Set errno to EISDIR if opening a directory.Eli Zaretskii2024-05-291-0/+16
* | Fix error message from 'insert-file-contents'Eli Zaretskii2024-05-291-1/+1
* | ; * src/sfntfont.c (sfnt_parse_style): Fix typo.Po Lu2024-05-291-1/+1
* | Fix unsafe usage of string data on AndroidPo Lu2024-05-291-0/+4
* | Rename `SUBR_NATIVE_COMPILED` to `NATIVE_COMP_FUNCTION` (bug#71123)Stefan Monnier2024-05-287-23/+23
* | Rename `subr-native-elisp` to `native-comp-function` (bug#71123)Stefan Monnier2024-05-282-7/+7
* | Avoid rare crashes in 'uncache_face'Eli Zaretskii2024-05-281-1/+2
* | minibuffer-allow-text-properties can be buffer-local and affects completionsJuri Linkov2024-05-271-6/+9
* | ; * src/lread.c (syms_of_lread) <load-no-native>: Doc fix (bug#70914).Eli Zaretskii2024-05-271-6/+5
* | Fix minor issues in textconv.cPo Lu2024-05-271-1/+5
* | ; * src/lread.c (load-no-native): Improve docstring.Andrea Corallo2024-05-271-1/+7
* | Prevent crashes due to redisplay while realizing the default faceEli Zaretskii2024-05-262-2/+18
* | Fix --enable-checking build with macOS clang 15.0.0Naofumi Yasufuku2024-05-261-0/+3
* | Clean up legacy bytecode loadingMattias EngdegÄrd2024-05-263-110/+18
* | Address compilation errors and warnings on x86 Solaris 10 systemsPo Lu2024-05-263-18/+35
* | * src/Makefile.in (ELN_DESTDIR, BIN_DESTDIR): Give a default (bug#70842).Andrea Corallo2024-05-251-0/+5
* | Merge from origin/emacs-29Eli Zaretskii2024-05-252-2/+2
|\ \ | |/
| * Avoid assertion violations in displaying under 'outline-minor-mode'Eli Zaretskii2024-05-251-1/+1
| * Avoid crashes on MS-Windows due to invalid UNC file namesEli Zaretskii2024-05-221-1/+1
* | * src/comp.c (check_comp_unit_relocs): Remove unneccesary double access.Andrea Corallo2024-05-241-1/+1
* | Restore specbound keyboard-locals in the correct KBOARDPo Lu2024-05-237-41/+113
* | ; * src/unexelf.c (unexec): Fix compiler warning.Po Lu2024-05-231-0/+2
* | Adapt last change to AndroidPo Lu2024-05-201-2/+15
* | Circumvent bug#70989Po Lu2024-05-201-2/+14
* | ; Stylistic adjustments to sfnt.cPo Lu2024-05-201-2/+4
* | Tweak STORE_NUMBER arg typePaul Eggert2024-05-191-1/+1
* | Port knuth_hash to odd platformsPaul Eggert2024-05-191-5/+9
* | Pacify -Wanalyzer-null-dereference in sfnt.cPaul Eggert2024-05-191-21/+13
* | Fix Android 2.2 buildPo Lu2024-05-191-0/+2
* | Fix Android buildPo Lu2024-05-191-0/+1
* | Simplify 32-bit Android bit fiddlingPaul Eggert2024-05-181-40/+2
* | Prefer stdbit.h to count-one-bits.h etcPaul Eggert2024-05-182-93/+9