aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | * src/treesit.h (struct Lisp_TS_Parser): Correct merge error.Po Lu2024-09-111-0/+4
* | Merge from savannah/emacs-30Po Lu2024-09-116-47/+140
|\ \ | |/
| * Fix use of Uniscribe font driver in MinGW buildEli Zaretskii2024-09-101-1/+1
| * Avoid crashes in redisplay in batch-mode testingEli Zaretskii2024-09-101-1/+2
| * Clarify the semantics of 'string-pixel-width'Eli Zaretskii2024-09-091-2/+2
| * ; * src/treesit.c: Minor cleanups of recent changes.Eli Zaretskii2024-09-091-3/+2
| * * src/treesit.c (treesit_debug_print_parser_list): Fix format string.Andrea Corallo2024-09-091-1/+1
| * ; * src/treesit.c (treesit_debug_print_parser_list): Fix formatting.Yuan Fu2024-09-081-2/+5
| * ; * src/treesit.c: Add a prototype so there's no warning about it.Yuan Fu2024-09-081-0/+1
| * Read more on each call to treesit's buffer readerYuan Fu2024-09-081-2/+4
| * Fix the range handling in treesit.cYuan Fu2024-09-082-28/+77
| * Add debugging function for treesit.cYuan Fu2024-09-081-0/+47
| * Make json-serialize always return a unibyte string (bug#70007)Mattias Engdegård2024-09-081-12/+2
| * ; Improve documentation of 'suspend-emacs'Eli Zaretskii2024-09-071-1/+6
* | * src/xdisp.c (note_tab_bar_highlight): Remove fallback for help_echo_string.Juri Linkov2024-09-091-2/+0
* | ; * src/json.c: refactor: clean out development detritusMattias Engdegård2024-09-091-40/+17
* | Remove low-level keyboard hook when attaching GDB to Emacs on WindowsEli Zaretskii2024-09-072-0/+15
* | ; Update from GnulibPo Lu2024-09-051-12/+0
* | Port to Android 35Po Lu2024-09-041-0/+12
* | Explicitly include stdlib.h in src/image.c (Bug#72929)Pip Cet2024-09-011-0/+1
* | Fix integer overflow when reading XPMStefan Kangas2024-09-011-4/+29
* | Merge from origin/emacs-30Eli Zaretskii2024-08-311-0/+9
|\ \ | |/
| * Fix rare segfaults due to freed fontsetsEli Zaretskii2024-08-291-0/+9
* | Merge from origin/emacs-30Eli Zaretskii2024-08-251-5/+0
|\ \ | |/
| * Revert a recent change that caused redisplay slowdownEli Zaretskii2024-08-251-5/+0
* | Fix handling of 'min-width' display propertyEli Zaretskii2024-08-251-15/+60
* | ; * src/treesit.c (Ftreesit_parse_string): Fix comment and punctuation.Eli Zaretskii2024-08-251-10/+10
* | Fix Ftreesit_parser_createYuan Fu2024-08-241-1/+2
* | Make sure treesit-parse-string gc its temp buffer (bug#71012)Yuan Fu2024-08-242-1/+51
* | Merge from origin/emacs-30Eli Zaretskii2024-08-243-15/+32
|\ \ | |/
| * Fix rare segfaults due to freed fontsetsEli Zaretskii2024-08-241-0/+5
| * Avoid putting a dead buffer in the minibuffer window (Bug#72487)Martin Rudalics2024-08-232-15/+27
* | Prefer static_assert to verifyStefan Kangas2024-08-2231-118/+104
* | Simplify and speed up make-hash-table argument parsingMattias Engdegård2024-08-211-70/+42
* | Merge from savannah/emacs-30Po Lu2024-08-202-8/+15
|\ \ | |/
| * Correct Android failure to open an old CJK fontPo Lu2024-08-201-7/+12
| * ; Fix documentation of secure-hash functionsEli Zaretskii2024-08-191-1/+3
| * Avoid rare crashes due to clobbering of input eventsEli Zaretskii2024-08-171-1/+1
* | Merge from savannah/emacs-30Po Lu2024-08-201-4/+4
|\ \ | |/
| * ; Eliminate more C++ commentsPo Lu2024-08-171-4/+4
| * Backport ed305c4b98cda5c6d479310e4ba350a17d901e75 to emacs-30Po Lu2024-08-171-1/+1
* | Remove stray obsolete comment about ‘volatile’Paul Eggert2024-08-191-3/+0
* | Pacify GCC 14 on recent read_char changePaul Eggert2024-08-171-2/+1
* | Merge from savannah/emacs-30Po Lu2024-08-172-3/+3
|\ \ | |/
| * Apply --display kluge for PGTK tooPeter Oliver2024-08-172-3/+3
* | Merge from origin/emacs-30Eli Zaretskii2024-08-171-1/+3
|\ \ | |/
| * ; * src/data.c (Fsubrp): Improve docstring.Andrea Corallo2024-08-151-1/+3
* | Fix x_construct_mouse_click || vs | typoPaul Eggert2024-08-161-1/+1
* | Tune volatile in read_charPaul Eggert2024-08-161-3/+20
* | Don’t ignore -Wclobbered in keyboard.cPaul Eggert2024-08-161-6/+1