aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix "File->Open Directory" menu item after 'ffap-bindings'Eli Zaretskii2026-03-252-3/+11
* ; * lisp/info.el (Info-goto-node-web, Info-url-for-node): Doc fix (bug#80670).Eli Zaretskii2026-03-251-3/+8
* ; Make 'default-korean-keyboard' a defcustomEli Zaretskii2026-03-251-2/+11
* minibuffer.el: De-iconify a `*Completions*` frame only for eager displayStefan Monnier2026-03-241-2/+2
* Fix erc-track-faces-normal-list regressionIvan2026-03-231-1/+1
* Avoid nested erc-display-message in alert utilityF. Jason Park2026-03-231-5/+12
* ; * lisp/whitespace.el (whitespace-global-modes): Grammar fix.Sean Whitton2026-03-231-3/+3
* Fix recent whitespace.el changesBasil L. Contovounesios2026-03-231-11/+10
* ; * lisp/treesit.el (treesit-range-rules): Fix range-fn handler.Yuan Fu2026-03-221-4/+4
* Delay initializing 'compile-command' to runtime (bug#80648)Pip Cet2026-03-221-0/+1
* * lisp/subr.el (member-if): Fix compiler macro multiple evaluation.Sean Whitton2026-03-221-2/+7
* (dabbrev-completion): Improve last fix for bug#80645Daniel Mendler2026-03-221-1/+5
* Fix wrong type argument error in 'find-file-read-only-other-tab' (Bug#80630)Guilherme de Almeida Suckevicz2026-03-221-4/+1
* (dabbrev-capf): Fix bug#80645.Stefan Monnier2026-03-211-5/+0
* Make member-if compiler-macro hygienicBasil L. Contovounesios2026-03-211-1/+2
* vtable truncate-string-pixelwise, ellipsis can be a string (bug#80026)Stéphane Marks2026-03-211-39/+24
* Ensure correct expansion in 'find-sibling-file-search'Jeff Valk2026-03-211-8/+6
* Fix wrong-type-argument error in package-upgradeTassilo Horn2026-03-211-2/+3
* cursor-sensor.el: Partial fix for bug#80255Stefan Monnier2026-03-201-20/+28
* diff-mode.el: Don't recompute the position of Git preamble/footerStefan Monnier2026-03-201-9/+37
* ; Simplify 'elisp-fontify-symbol'.Eshel Yaron2026-03-201-7/+2
* ; Adapt 'elisp-fontify-symbol' to 'cursor-sensor-mode' changesEshel Yaron2026-03-191-5/+7
* New option to enable global-whitespace-mode in special-buffers (bug#79230)Ihor Radchenko2026-03-191-2/+16
* ; * lisp/ibuffer.el (ibuffer-fontification-alist): Doc fix (bug#80618).Eli Zaretskii2026-03-191-3/+3
* hideshow: Fix 'hs-hide-block-behavior' set to 'after-cursor'.Elias Gabriel Perez2026-03-191-4/+4
* hideshow: New minor mode 'hs-indentation-mode'. (Bug#80179)Elías Gabriel Pérez2026-03-191-35/+98
* ; * lisp/files.el (find-sibling-rules): Doc fix.Eli Zaretskii2026-03-191-11/+15
* lisp/progmodes/elisp-mode.el (elisp--local-macroenv): Add `static-if`Stefan Monnier2026-03-181-1/+2
* Window handling bug fixes.Michael R. Mauger2026-03-171-2/+5
* (delete-selection-repeat-replace-region): Partial fix for bug#80216Stefan Monnier2026-03-171-3/+6
* Further improve blink-matching-paren-highlight-offscreenTassilo Horn2026-03-172-17/+11
* ; Fix handling of string by the use-package keyword :vcPhilip Kaludercic2026-03-161-1/+1
* * lisp/emacs-lisp/shortdoc.el (list): Fix `ensure-proper-list' examples.Michael Albinus2026-03-161-3/+3
* Use consistent alias name in tramp-compat.elMichael Albinus2026-03-161-5/+7
* lisp/startup.el (command-line): Simplify with `error-message-string`Stefan Monnier2026-03-151-8/+1
* Merge remote-tracking branch 'origin/scratch/error-API'Stefan Monnier2026-03-1561-203/+204
|\
| * Tweak recent error descriptor changesscratch/error-APIBasil L. Contovounesios2026-03-116-10/+11
| * (error-data): Delete functionStefan Monnier2026-03-102-9/+13
| * Use single-arg form of `signal` to re-throw an errorStefan Monnier2026-03-1032-53/+51
| * Use the new error API functionsStefan Monnier2026-03-1030-152/+118
| * Improve the error APIStefan Monnier2026-03-101-0/+32
* | ; Tweak documentation for ensure-proper-list.Sean Whitton2026-03-151-1/+4
* | ; Minor doc improvements for 'let-alist'.Eshel Yaron2026-03-151-4/+8
* | ; * lisp/bindings.el (mode-line-percent-position): Doc fix (bug#80617).Eli Zaretskii2026-03-151-1/+17
* | Add new function 'ensure-proper-list' (bug#80598)Philip Kaludercic2026-03-152-1/+15
* | Add references to "User Lisp" Info node where applicablePhilip Kaludercic2026-03-141-1/+2
* | Remove references to 'package-vc-install-from-checkout' in docsPhilip Kaludercic2026-03-141-10/+7
* | ; Update ldefs-boot.el.Eli Zaretskii2026-03-141-36/+87
* | Fix backward motion in Info manuals under 'scroll-conservatively'Eli Zaretskii2026-03-141-1/+7
* | ; Fix last changeEli Zaretskii2026-03-141-3/+3