aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | ; elisp-scope.el: Cease handling 'let-alist' specially.Eshel Yaron2025-10-261-26/+6
* | | | Fix tramp-add-external-operationMichael Albinus2025-10-261-1/+5
* | | | elisp-scope.el: Require `cl-lib`Stefan Monnier2025-10-251-6/+8
* | | | ; * doc/lispref/os.texi (Startup Summary): Fix typo.Amin Bandali2025-10-251-1/+1
* | | | * lisp/emacs-lisp/byte-opt.el (byte-optimize-lapcode): Fix mistakeMattias Engdegård2025-10-251-1/+1
* | | | Fix Tramp support of GVFS built without FUSEStephen Berman2025-10-251-1/+4
* | | | ; Remove unintended hunks from last changeset.Eli Zaretskii2025-10-251-57/+1
* | | | ; Fix last change (bug#79629)Eli Zaretskii2025-10-252-9/+89
* | | | Recompute calendar-holidays when its components are set (bug#79629)Amin Bandali2025-10-251-7/+16
* | | | * lisp/vc/vc-git.el (vc-git-branches): Use 'git for-each-ref'.Sean Whitton2025-10-241-1/+4
* | | | Make UPSTREAM-LOCATION argument to incoming-revision optionalSean Whitton2025-10-244-21/+14
* | | | ; * lisp/custom.el (custom-initialize-after-file-load): Fix docs.Sean Whitton2025-10-241-2/+2
* | | | Fix peephole optimiser bug for symbolpMattias Engdegård2025-10-241-3/+3
* | | | Move some constants into the peephole optimiserMattias Engdegård2025-10-241-106/+74
* | | | Remove cached font-lock settings in java-ts-modeYuan Fu2025-10-231-129/+124
* | | | Fix field access fontification in java-ts-mode (bug#79625)Yuan Fu2025-10-231-3/+0
* | | | Fix treesit-admin.el after recent treesit.el changeYuan Fu2025-10-231-5/+3
* | | | Prevent shorthand inheritance when loading .elc files (bug#79485)João Távora2025-10-231-0/+7
* | | | Eglot: release version 1.19João Távora2025-10-232-10/+10
* | | | Flymake: bump package version to 1.4.2João Távora2025-10-231-1/+1
* | | | Eglot: don't send JSONRPC params in 'shutdown' request (bug#79653)João Távora2025-10-232-2/+8
* | | | Jsonrpc: support requests and notifications without params (bug#79653)João Távora2025-10-231-19/+24
* | | | * doc/lispref/display.texi (Display Margins): Remove obsolete remark.Juri Linkov2025-10-231-2/+1
* | | | Sink calls to byte-compile-warning-enabled-pMattias Engdegård2025-10-231-21/+21
* | | | Revert recent additions of 'split-frame' and 'merge-frames'Martin Rudalics2025-10-233-167/+1
* | | | ; * etc/NEWS: Fix typo.Robert Pluim2025-10-231-1/+1
* | | | ; * etc/NEWS: Grammar fix.Robert Pluim2025-10-231-3/+3
* | | | Document and announce 'split-frame' and 'merge-frames'Martin Rudalics2025-10-233-23/+82
* | | | New commands to split and merge framesPranshu Sharma2025-10-232-2/+109
* | | | ; Fix a recent documentation changeEli Zaretskii2025-10-231-8/+16
* | | | time-stamp-format-* tests: reduce repetitivenessStephen Gildea2025-10-221-424/+266
* | | | ; Prefer EMACS_EMBA_CI for selecting ERC testsF. Jason Park2025-10-223-3/+6
* | | | lisp/comint.el (comint--mark-yanked-as-output): Use `letrec`Stefan Monnier2025-10-221-8/+6
* | | | (custom-initialize-after-file): New functionStefan Monnier2025-10-2213-40/+69
* | | | ; * 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-222-7/+40
* | | | ; * src/lisp.h (struct Lisp_String): mention terminating NULMattias Engdegård2025-10-221-0/+3
* | | | ; * lisp/progmodes/hideshow.el: More fixes for recent changes.Elías Gabriel Pérez2025-10-221-3/+6
* | | | Release ERC 5.6.1F. Jason Park2025-10-211-2/+2
* | | | ; Remove unwanted noise from ERC test outputF. Jason Park2025-10-217-47/+77
* | | | Improve Dired handling of file names with newlines (bug#79528)Stephen Berman2025-10-223-11/+192
* | | | (easy-mmode--less-selective-first): Enable testStefan Monnier2025-10-211-4/+0
* | | | (define-globalized-minor-mode): Remove `MODE-mode-name` hack (bug#79624)Stefan Monnier2025-10-211-10/+2
* | | | ; elisp-scope.el: Fix error during widget args analysisEshel Yaron2025-10-212-8/+11
* | | | ; Simplify symbol role ':help' functions.Eshel Yaron2025-10-212-81/+41
* | | | ; Fix semantic highlighting in presence of shorthandsEshel Yaron2025-10-214-171/+144
* | | | Use 'any' and 'all' to simplify parts of the byte-compilerMattias Engdegård2025-10-213-34/+27
* | | | * lisp/emacs-lisp/shortdoc.el: Add take-while, drop-while, any, all.Mattias Engdegård2025-10-211-0/+9
* | | | Disable one tab-bar-test case on macOSMattias Engdegård2025-10-211-0/+3
* | | | ; Fix previous tree-sitter commitYuan Fu2025-10-211-1/+1