aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix MinGW build broken by integration of 'stdio-consolesafe'Eli Zaretskii2025-11-181-1/+1
* | Fix last change in keyboard.cEli Zaretskii2025-11-161-6/+5
* | Fix cursor motion across invisible text with an overlayEli Zaretskii2025-11-161-4/+23
* | Workaround for MSVCRT stdio on MS-Windows for CJK localesEli Zaretskii2025-11-161-0/+38
* | Fix processing sub-process exit when keyboard input is pendingEli Zaretskii2025-11-151-0/+12
* | Avoid extra newline in user-error logged in *Messages*Eli Zaretskii2025-11-153-0/+12
* | read_key_sequence: Additional check for fix_current_bufferSean Whitton2025-11-131-5/+12
* | Merge from savannah/emacs-30Po Lu2025-11-121-6/+2
|\ \ | |/
| * Fix crash on Android 2.2Po Lu2025-11-121-6/+2
* | * src/w32fns.c (Fw32_system_idle_time): New function.Eli Zaretskii2025-11-091-0/+28
* | Fix a crash in 'merge_face_ref'Eli Zaretskii2025-11-091-15/+21
* | ; Fix doc strings of the various 'insert-*' functionsEli Zaretskii2025-11-081-8/+13
* | (load-history, lisp-directory): Don't `file-truename`Stefan Monnier2025-11-051-1/+1
* | Fix the Android portPo Lu2025-11-051-11/+0
* | Fix the MS-DOS port and reading of symlink targetsPo Lu2025-11-051-2/+2
* | Simplify tzfree usePaul Eggert2025-11-041-6/+3
* | Update from Gnulib by running admin/merge-gnulibPaul Eggert2025-11-042-44/+39
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsEli Zaretskii2025-11-031-44/+48
|\ \
| * | Change tree-sitter query predicate names (bug#79687)Yuan Fu2025-11-021-44/+48
* | | Fix compilation errors in xsettings.cEli Zaretskii2025-11-031-3/+8
|/ /
* | ; Fix another compilation warning in pgtkselect.cEli Zaretskii2025-11-021-2/+0
* | Fix PGTK build without HSETTINGS, broken by recent changesEli Zaretskii2025-11-023-24/+11
* | ; Fix documentation of a recent commitEli Zaretskii2025-11-021-4/+4
* | Handle resizing of fullscreen frames more consistently (Bug#79704)Martin Rudalics2025-11-021-0/+44
* | Automatically toggle between dark and light mode PGTK widgetsAhmed Khanzada2025-11-024-0/+100
* | Avoid infinite recursion in 'face_inheritance_cycle'Eli Zaretskii2025-10-311-4/+7
* | Fix a bug in Fcombine_windowsMartin Rudalics2025-10-311-61/+105
* | ; * src/lisp.h (MAX_ALLOCA): Comment on enlarging the value.Eli Zaretskii2025-10-311-1/+15
* | ; * src/xfaces.c (face_inheritance_cycle): More defensive code.Eli Zaretskii2025-10-291-3/+2
* | Avoid face inheritance cyclesEli Zaretskii2025-10-271-1/+57
* | ; Remove unintended hunks from last changeset.Eli Zaretskii2025-10-251-57/+1
* | ; Fix last change (bug#79629)Eli Zaretskii2025-10-251-1/+57
* | Prevent shorthand inheritance when loading .elc files (bug#79485)João Távora2025-10-231-0/+7
* | New commands to split and merge framesPranshu Sharma2025-10-231-1/+1
* | ; * src/frame.c (frame_get): Fix a thinko.Eli Zaretskii2025-10-221-1/+1
* | Allow renaming of frames to F<num> on text terminalsAlan Mackenzie2025-10-221-7/+35
* | ; * src/lisp.h (struct Lisp_String): mention terminating NULMattias Engdegård2025-10-221-0/+3
* | Don't feed the stack overflow detector bad dataMattias Engdegård2025-10-202-1/+4
* | ; * src/bytecode.c (exec_byte_code): editing mistake (thanks Pip!)Mattias Engdegård2025-10-191-1/+1
* | Disable -Wclobbered for GCC in exec_byte_code (bug#79610)Mattias Engdegård2025-10-191-15/+13
* | ; exec_byte_code: refactor branch caseMattias Engdegård2025-10-191-14/+14
* | exec_byte_code: use fixed registers for top and pc (bug#79610)Mattias Engdegård2025-10-191-2/+16
* | ; exec_byte_code: don't re-use op in FETCH2Mattias Engdegård2025-10-191-1/+1
* | exec_byte_code: reduce use of semi-global 'op' (bug#79610)Mattias Engdegård2025-10-191-56/+65
* | Respect keymaps in buffer text for clicks on displayed stringsSpencer Baugh2025-10-181-24/+23
* | ; Fix documentation of a recent commitEli Zaretskii2025-10-181-4/+4
* | Add functions 'combine-windows' and 'uncombine-window'Martin Rudalics2025-10-181-5/+198
* | Release NS objects (bug#79023)Przemysław Alexander Kamiński2025-10-171-1/+11
* | Support Tree-sitter version 0.26 and laterEli Zaretskii2025-10-171-2/+34
* | Return case common to all completions in try-completionSpencer Baugh2025-10-161-6/+0