summaryrefslogtreecommitdiff
path: root/lisp/subr.el
Commit message (Expand)AuthorAge
* Avoid resizing mutation in subst-char-in-stringMattias Engdegård10 days
* Allow `letrec` binding without init expressionMattias Engdegård2024-05-04
* Move lisp function arg type declarations to the functions itselfAndrea Corallo2024-04-29
* Add `drop` as alias for `nthcdr`Mattias Engdegård2024-04-29
* Move read-passwd* to auth-source.el, avoiding compilation warningsMichael Albinus2024-04-04
* New condition/action entry 'category' for 'display-buffer' (bug#69983)Juri Linkov2024-04-02
* Always enable native JSON support and remove Jansson referencesMattias Engdegård2024-03-30
* Prevent passwords from being recorded during text conversionPo Lu2024-03-26
* (primitive-function): New typeStefan Monnier2024-03-18
* Cleanup some type predicatesStefan Monnier2024-03-12
* Remove workarounds for solved 'read-event' bugTim Ruffing2024-03-10
* Modify last change acc to commentsMichael Albinus2024-02-25
* 'read-passwd' can toggle the visibility of passwordsMichael Albinus2024-02-25
* ; * lisp/subr.el (if-let, and-let*): Tweak doc strings. (Bug#69108)Michael Heerdegen2024-02-25
* Don't warn about _ not left unused in if-let and alikeMichael Heerdegen2024-02-25
* Arrange for dialog boxes during emacsclient requests on AndroidPo Lu2024-02-25
* * lisp/subr.el (with-output-to-temp-buffer): Add `indent` ruleStefan Monnier2024-02-09
* * lisp/subr.el (read-char-from-minibuffer): Fix bug#68995Stefan Monnier2024-02-09
* Don't forcibly display dialogs on Android if a keyboard is presentPo Lu2024-02-06
* Add alias progress-reporter-makeStefan Kangas2024-02-04
* Eliminate lazy bytecode loadingMattias Engdegård2024-01-31
* doc: Delete extraneous quotes around keysStefan Kangas2024-01-21
* Improve documentation of derived modes and their parentsEli Zaretskii2024-01-05
* New special form `handler-bind`Stefan Monnier2024-01-04
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | debug.el: Straighten the code that find the "base" of the backtraceStefan Monnier2023-12-18
* | * lisp/subr.el (derived-mode-p): Disable warnings for old conventionStefan Monnier2023-12-16
* | Prevent touch screen translation from entering invalid statePo Lu2023-11-24
* | (derived-mode-p): Take MODES as a single argumentStefan Monnier2023-11-23
* | Merge branch 'derived-mode-add-parents'Stefan Monnier2023-11-16
|\ \
| * | (merge-ordered-lists): Dot a few more `i`sStefan Monnier2023-11-16
| * | (derived-mode-all-parents): Fix handling of cyclesStefan Monnier2023-11-12
| * | Move EIEIO's C3 linearization code to `subr.el`Stefan Monnier2023-11-11
| * | subr.el: Add multiple inheritance to `derived-mode-p`Stefan Monnier2023-11-09
| * | (derived-mode-all-parents): Speed up with a cacheStefan Monnier2023-11-08
| * | subr.el: Provide a functional API around `derived-mode-parent`Stefan Monnier2023-11-08
* | | Merge from origin/emacs-29Eli Zaretskii2023-11-11
|\ \ \ | |/ / |/| / | |/
| * Improve documentation of signaling errors in batch modeEli Zaretskii2023-11-09
* | (provided-mode-derived-p): Fix alias caseStefan Monnier2023-10-27
* | (buffer-match-p): Replace `&optional` with `&rest` (bug#65797)Stefan Monnier2023-10-20
* | (sleep-for): Make the `millisec` argument obsoleteStefan Monnier2023-10-20
* | (sit-for): Remove support for old calling conventionStefan Monnier2023-10-13
* | Merge from origin/emacs-29Eli Zaretskii2023-09-16
|\|
| * ; Fix doc string of 'lsh'Eli Zaretskii2023-09-15
| * ; * lisp/subr.el (string-suffix-p, string-prefix-p): Doc fix.Eli Zaretskii2023-09-14
* | (read-char-from-minibuffer): Allow use of `quoted-insert` (bug#65805)Stefan Monnier2023-09-12
* | Merge from origin/emacs-29Eli Zaretskii2023-09-09
|\|
| * Fix typo (Bug#65764)Joseph Turner2023-09-06
| * * lisp/subr.el (combine-change-calls-1): Fix bug#64989Stefan Monnier2023-08-28