summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/subr-x.el
Commit message (Expand)AuthorAge
* Add some `pure` and `side-effect-free` declarationsMattias Engdegård2023-02-15
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Fix typosStefan Kangas2022-12-31
* ; Review and fix NEWS and related documentationEli Zaretskii2022-12-25
* ; Don't quote nil in commentsStefan Kangas2022-12-15
* Fix 'add-display-text-property' when OBJECT is non-nilEli Zaretskii2022-12-06
* Disable display-line-numbers-mode in string-pixel-width (bug#59311)Juri Linkov2022-11-20
* Autoload string-joinLars Ingebrigtsen2022-09-17
* Hide local variable section in emacs-news-modesStefan Kangas2022-08-12
* ; * lisp/emacs-lisp/subr-x.el (string-pad): Optimise.Mattias Engdegård2022-08-10
* Autoload string-blank-pStefan Kangas2022-08-09
* Fix off-by-one error in string-truncate-leftLars Ingebrigtsen2022-07-23
* Autoload named-letLars Ingebrigtsen2022-07-11
* ; * lisp/emacs-lisp/subr-x.el (string-limit): Clarify doc string.Eli Zaretskii2022-07-05
* Mention byte order marks in string-limit doc stringLars Ingebrigtsen2022-07-05
* Make string-limit with encoding return complete glyphsLars Ingebrigtsen2022-07-03
* Re-fix build warnings about subr-x defsubstsLars Ingebrigtsen2022-06-25
* Fix cl-generic bootstrap problemsLars Ingebrigtsen2022-06-24
* Slightly faster hash-table-keys and hash-table-valuesMattias Engdegård2022-06-17
* ; Re-fix last change in doc of 'with-buffer-unmodified-if-unchanged'.Robert Pluim2022-05-04
* ; Fix last change in doc string of 'with-buffer-unmodified-if-unchanged'.Eli Zaretskii2022-05-04
* Clarify the doc string of 'with-buffer-unmodified-if-unchanged'Eli Zaretskii2022-05-04
* Make with-buffer-unmodified-if-unchanged more efficientLars Ingebrigtsen2022-05-03
* Make with-buffer-unmodified-if-unchanged more resilientLars Ingebrigtsen2022-05-03
* with-buffer-unmodified-if-unchanged: Tweak the implementationStefan Monnier2022-05-03
* Add new macro with-buffer-unmodified-if-unchangedLars Ingebrigtsen2022-05-03
* Move the when-let family of macros to subr.elLars Ingebrigtsen2022-04-30
* Fix bootstrap errors after previous easy-mmode changeLars Ingebrigtsen2022-04-02
* Make string-pixel-width about 40% fasterLars Ingebrigtsen2022-02-20
* Make string-pixel-width slightly speedierLars Ingebrigtsen2022-02-19
* Add new function to prompt a user for a process namePhil Sainty2022-01-23
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Remove APPEND argument from add-display-text-propertyLars Ingebrigtsen2021-11-24
* | Add new function 'add-display-text-property'Lars Ingebrigtsen2021-11-24
* | Fix string-glyph-split infloopLars Ingebrigtsen2021-11-24
* | Add new function buffer-text-pixel-sizemartin rudalics2021-11-22
* | Improve 'ensure-empty-lines' docstringRobert Pluim2021-11-10
* | Add new function string-glyph-splitLars Ingebrigtsen2021-10-30
* | Merge from origin/emacs-28Eli Zaretskii2021-10-30
|\|
| * Improve documentation of string truncation APIsEli Zaretskii2021-10-30
* | (string-pixel-width): Rewrite to avoid side effectsStefan Monnier2021-10-27
* | Simplify string-pixel-widthLars Ingebrigtsen2021-10-27
* | Add new function 'string-pixel-width'Lars Ingebrigtsen2021-10-27
* | Make 'mapconcat' argument 'separator' optionalStefan Kangas2021-10-05
* | Add new command 'ensure-empty-lines'.Lars Ingebrigtsen2021-10-04
* | * lisp/emacs-lisp/subr-x.el (with-memoization): New macroStefan Monnier2021-10-01
|/
* Change how thread-first/thread-last indent the first argumentLars Ingebrigtsen2021-09-22
* Add new functions for lax mail address splittingLars Ingebrigtsen2021-08-14
* Attempt to make defclass documentation more legibleLars Ingebrigtsen2021-06-24