aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Go through normal keymapsscratch/low-level-keyCecilio Pardo2025-06-301-7/+2
* low-level-key-event: Minor doc style improvementCecilio Pardo2025-06-301-2/+2
* Include a manual entry, and correct doc strings and commentsCecilio Pardo2025-06-301-1/+5
* Send event for key presses and key releases.Cecilio Pardo2025-06-309-216/+185
* Add events for key press and key release on gui systems.Cecilio Pardo2025-06-308-1/+436
* Properly invalidate XRender surfaces when only EmacsFrame is resizedPo Lu2025-06-281-30/+42
* Avoid extra output in Vprin1_to_string_buffer (bug#78842)Pip Cet2025-06-281-9/+14
* Port varargs macros better to C99Paul Eggert2025-06-271-4/+4
* (Finsert_file_contents): Refine commit d07af40d8826Stefan Monnier2025-06-271-12/+19
* Avoid segfault when profiling Lisp programs with threadsEli Zaretskii2025-06-211-1/+1
* ; * src/xfaces.c (init_xfaces) <face_attr_sym>: Add :family (bug#78813).Eli Zaretskii2025-06-211-0/+1
* process-attributes uses CLOCK_BOOTTIME for uptimePaul Eggert2025-06-171-41/+13
* process-attributes uses /proc/stat for boot timePaul Eggert2025-06-171-2/+43
* Prevent redisplay slowdown with non-zero vscrollEli Zaretskii2025-06-171-3/+5
* process-attributes now uses get_boot_timePaul Eggert2025-06-151-36/+5
* * src/bytecode.c (exec_byte_code): Remove superfluous conditionMattias Engdegård2025-06-151-4/+1
* * src/fns.c (mapcar1): Less lax type checkingMattias Engdegård2025-06-151-2/+3
* Merge from origin/emacs-30Eli Zaretskii2025-06-142-3/+18
|\
| * Support new tree-sitter grammar filename format (bug#78754)Yuan Fu2025-06-101-2/+17
| * Fix crash when evaluating "(signal nil 5)" (bug#78738)Pip Cet2025-06-101-1/+1
* | Improve documentation of the internal Lisp_Process->status fieldSteven Allen2025-06-141-2/+9
* | ; * src/profiler.c (export_log): Fix whitespace (bug#78762).Eli Zaretskii2025-06-141-1/+3
* | Fix segfault in profiler-cpu-log and profiler-memory-log (bug#78763)Zach Shaftel2025-06-141-2/+11
* | ; Fix warnings in MinGW buildsEli Zaretskii2025-06-142-1/+2
* | Support 'C-g C-g C-g' "urgent quit" feature on MS-WindowsEli Zaretskii2025-06-141-0/+7
* | Improve documentation for display property functionsJim Porter2025-06-101-11/+13
* | Port to Android API 36Po Lu2025-06-111-0/+19
* | Fix vertical-motion when an image is at EOL under word-wrapJD Smith2025-06-071-4/+15
* | Improve documentation of treesit "thing"Eli Zaretskii2025-06-051-9/+13
* | ; * src/nsterm.m (ns_draw_stretch_glyph_string): Fix a thinko (bug#78654).Eli Zaretskii2025-06-041-1/+1
* | Fix NS port screen geometry report (bug#76051)Alan Third2025-06-021-22/+9
* | Fix ns_make_monitor_attribute_list (bug#76691)shipmints2025-06-021-95/+19
* | ; Avoid compiler warnings in MinGW buildsEli Zaretskii2025-06-0112-101/+120
* | ; * src/fns.c (fixnum_float_cmp): Don't use non-ASCII characters.Eli Zaretskii2025-05-311-1/+1
* | Have 'delete-frame' delete initial daemon frame only if FORCE is non-nilMartin Rudalics2025-05-291-4/+7
* | Fix unsafe SDATA usage in print.c (bug#78590)Pip Cet2025-05-281-4/+10
* | Do child frame shortcut only on Cocoa (bug#78616)Gerd Möllmann2025-05-281-1/+1
* | Fix DST time calculations on MS-WindowsEli Zaretskii2025-05-263-0/+30
* | Speed up loading modulesLin Sun2025-05-241-1/+17
* | ; Fix documentation of a recent commitEli Zaretskii2025-05-241-6/+7
* | Add load-path-filter-function and use it to optimize loadingSpencer Baugh2025-05-231-2/+18
* | Improve reporting of language-grammar library ABI version mismatchEli Zaretskii2025-05-181-4/+14
* | Prevent double frees in closing fonts provided by the Haiku font driverPo Lu2025-05-181-11/+18
* | * src/lread.c (read0): Don't allow radix 0 or 1.Mattias Engdegård2025-05-171-1/+1
* | ; Fix wording of recently-added documentationEli Zaretskii2025-05-151-3/+3
* | default_toplevel_binding, local_toplevel_binding: Loop upwardsSean Whitton2025-05-151-12/+8
* | New top-level buffer-local value functionsSean Whitton2025-05-152-1/+72
* | ; * src/buffer.c (Fgenerate_new_buffer_name): Fix typo.Sean Whitton2025-05-131-2/+2
* | Avoid unnecessary calls to GetFileAttributes on MS-WindowsEli Zaretskii2025-05-111-51/+75
* | Support sub-second file time-stamps on MS-WindowsEli Zaretskii2025-05-111-12/+32