aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | ; (read-string-from-buffer): Fix thinko and typo.Eshel Yaron2025-09-271-4/+2
* | Merge from origin/emacs-30Eli Zaretskii2025-09-273-6/+25
|\ \ | |/
| * ; Improve documentation of globalized minor modesEli Zaretskii2025-09-271-1/+11
| * ; Improve documentation of handling errorsEli Zaretskii2025-09-261-4/+12
| * ; * doc/lispref/text.texi (Suspicious Text): Fix suspicious address.Eli Zaretskii2025-09-221-1/+1
| * ; * doc/lispref/text.texi (Suspicious Text): Indexing fix.Eli Zaretskii2025-09-221-0/+1
* | ; Improve documentation of 'defcustom' typesEli Zaretskii2025-09-271-0/+6
* | Restore mouse line dragging in character increments (Bug#79351)Martin Rudalics2025-09-272-78/+150
* | ; * lisp/vc/vc-git.el (vc-git-cherry-pick-comment): Fix logic.Sean Whitton2025-09-261-6/+6
* | vc-test--checkin-patch: Use {author} not {user}Sean Whitton2025-09-261-1/+1
* | nnmbox-read-mbox: fix Xref header parsingJakub Ječmínek2025-09-261-13/+18
* | Fix bug#79518 with 'windmove-mode' in "C-h m" displayEli Zaretskii2025-09-261-1/+3
* | Fix dunnet when played on terminals which don't support UTF-8Eli Zaretskii2025-09-261-22/+22
* | (dabbrev-completion): Try and fix the test regressionsStefan Monnier2025-09-251-20/+36
* | (electric-indent-actions): Add missing NEWSElías Gabriel Pérez2025-09-252-2/+8
* | vc-git--checkin: Ignore 'git apply --3way' exiting 1Sean Whitton2025-09-251-3/+4
* | ; Avoid byte-compiler warnings in python.elEli Zaretskii2025-09-251-0/+2
* | vc-git--checkin: Avoid passing --ours to git-applySean Whitton2025-09-251-5/+23
* | Adapt tramp-tests.elMichael Albinus2025-09-251-8/+8
* | * lisp/minibuffer.el (minibuffer--nonselected-check): Simplify condition.Juri Linkov2025-09-251-2/+2
* | Fix infloop in python-ts-mode string fontification (bug#79457)Yuan Fu2025-09-241-6/+7
* | (dabbrev-capf): Improve last fix for bug#61274Alcor2025-09-241-3/+1
* | * lisp/minibuffer.el (minibuffer--nonselected-check): Fix condition.Juri Linkov2025-09-241-2/+4
* | Improve minibuffer-nonselected-modeDaniel Mendler2025-09-241-13/+13
* | * lisp/hl-line.el: Rename global-hl-line-modes to global-hl-line-buffers.Juri Linkov2025-09-241-27/+5
* | * lisp/wid-edit.el (buffer-predicate): Implement complete specification.Juri Linkov2025-09-241-3/+26
* | VC: New cherry-pick-comment API functionSean Whitton2025-09-243-0/+54
* | vc-git--checkin: Apply PATCH-STRING to working treeSean Whitton2025-09-243-32/+53
* | vc-git--checkin: Restore dropping stash of staged changesSean Whitton2025-09-241-1/+2
* | * lisp/window.el (display-buffer-alist): Fix :key-type (bug#79496).Eli Zaretskii2025-09-241-5/+2
* | (electric-indent-actions): Fix corner case and refine setupStefan Monnier2025-09-231-13/+10
* | lisp/electric.el (electric-indent-actions): Fix bootstrapStefan Monnier2025-09-231-1/+1
* | Add electric-indent actions to reindent (bug#79371)Elías Gabriel Pérez2025-09-231-5/+73
* | (electric-indent-functions-without-reindent): Pare downStefan Monnier2025-09-232-5/+4
* | ; Instrument file-notify-test07-many-eventsMichael Albinus2025-09-231-30/+32
* | ; * doc/lispref/symbols.texi (Shorthands): Fix markup.Eli Zaretskii2025-09-231-1/+1
* | Fix python-ts-mode font-lock breakage by grammar change (bug#79457)Yuan Fu2025-09-221-30/+37
* | ; * lisp/vc/vc-git.el (vc-git--checkin): Fix error message.Sean Whitton2025-09-221-1/+1
* | Fix font lock in php-ts-modeRoi Martin2025-09-221-242/+256
* | Navigate *Completions* buffer based on 'completions-format'Stephen Berman2025-09-225-138/+671
* | Fix minor incorrect statement about shorthands.Philipp Stephani2025-09-221-2/+2
* | ; * doc/lispref/symbols.texi (Shorthands): Add missing parenthesis.Philipp Stephani2025-09-221-1/+1
* | Revert "* Clean-up some compilation warnings in vc-hooks.el"Andrea Corallo2025-09-221-6/+0
* | Make native lisp code reflect EQ C implementationAndrea Corallo2025-09-221-51/+56
* | * Make sure the compiler optimizes for symbols_with_pos_enabled 0 in EQAndrea Corallo2025-09-221-1/+1
* | Change EQ to move slow code path into a separate functionPip Cet2025-09-222-4/+17
* | * lisp/keymap.el (read-only-keymap-bind): The remaining fix.Juri Linkov2025-09-221-1/+1
* | Fix bootstrap and prevent browse-url from preloading numerous filesPo Lu2025-09-225-18/+17
* | VC checkin-patch: Support extracting commit metadata from patchesSean Whitton2025-09-214-23/+248
* | * lisp/vc/vc-git.el (vc-git--checkin): Validate parameters.Sean Whitton2025-09-211-0/+2