aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Report touch events on MS-WindowsPo Lu2024-06-093-1/+217
* Fix a recent change in reading from sub-processesEli Zaretskii2024-06-091-2/+2
* ; Fix coding style of last changePo Lu2024-06-091-13/+13
* read-process-output-max: Increase the default valueDmitry Gutov2024-06-091-1/+1
* Remember the value of read_process_output_max when process is createdDmitry Gutov2024-06-092-6/+7
* Go around calling the default process filter (reducing GC churn)Dmitry Gutov2024-06-091-55/+143
* Merge from origin/emacs-29Eli Zaretskii2024-06-083-0/+26
|\
| * Check for buffer liveness when accessing tree-sitter node (bug#71012)Yuan Fu2024-06-013-0/+26
* | ; Fix typosStefan Kangas2024-06-071-1/+1
* | Avoid crashes in half-baked emacsclient framesEli Zaretskii2024-06-071-3/+6
* | Unbreak the Cygw32 buildEli Zaretskii2024-06-071-0/+4
* | ; * src/dispnew.c (update_frame_line): Fix thinko (bug#71289).Eli Zaretskii2024-06-071-1/+1
* | Prevent another abort in 'cmcheckmagic'Eli Zaretskii2024-06-061-0/+5
* | ; Fix last change in sqlite.cEli Zaretskii2024-06-061-5/+5
* | Add 'sqlite-execute-batch' commandJavier Olaechea2024-06-061-0/+12
* | Attempt to fix rare assertion violations in 'mark_terminals'Eli Zaretskii2024-06-061-0/+5
* | ; Fix last change.Eli Zaretskii2024-06-051-0/+1
* | Another attempt to prevent crashes when resizing TTY framesEli Zaretskii2024-06-053-9/+9
* | Fix Mac OS buildPo Lu2024-06-051-0/+10
* | Fix the GNUstep buildPo Lu2024-06-053-8/+2
* | Spelling fixesPaul Eggert2024-06-047-9/+9
* | 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