summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/subr-x.el
Commit message (Expand)AuthorAgeFilesLines
* ; Review and fix NEWS and related documentationEli Zaretskii2022-12-251-1/+4
* ; Don't quote nil in commentsStefan Kangas2022-12-151-1/+1
* Fix 'add-display-text-property' when OBJECT is non-nilEli Zaretskii2022-12-061-2/+3
* Disable display-line-numbers-mode in string-pixel-width (bug#59311)Juri Linkov2022-11-201-0/+4
* Autoload string-joinLars Ingebrigtsen2022-09-171-0/+1
* Hide local variable section in emacs-news-modesStefan Kangas2022-08-121-0/+12
* ; * lisp/emacs-lisp/subr-x.el (string-pad): Optimise.Mattias EngdegÄrd2022-08-101-7/+3
* Autoload string-blank-pStefan Kangas2022-08-091-0/+1
* Fix off-by-one error in string-truncate-leftLars Ingebrigtsen2022-07-231-2/+6
* Autoload named-letLars Ingebrigtsen2022-07-111-0/+1
* ; * lisp/emacs-lisp/subr-x.el (string-limit): Clarify doc string.Eli Zaretskii2022-07-051-5/+4
* Mention byte order marks in string-limit doc stringLars Ingebrigtsen2022-07-051-1/+6
* Make string-limit with encoding return complete glyphsLars Ingebrigtsen2022-07-031-31/+52
* Re-fix build warnings about subr-x defsubstsLars Ingebrigtsen2022-06-251-4/+0
* Fix cl-generic bootstrap problemsLars Ingebrigtsen2022-06-241-13/+0
* Slightly faster hash-table-keys and hash-table-valuesMattias EngdegÄrd2022-06-171-2/+6
* ; Re-fix last change in doc of 'with-buffer-unmodified-if-unchanged'.Robert Pluim2022-05-041-1/+1
* ; Fix last change in doc string of 'with-buffer-unmodified-if-unchanged'.Eli Zaretskii2022-05-041-1/+2
* Clarify the doc string of 'with-buffer-unmodified-if-unchanged'Eli Zaretskii2022-05-041-7/+14
* Make with-buffer-unmodified-if-unchanged more efficientLars Ingebrigtsen2022-05-031-2/+2
* Make with-buffer-unmodified-if-unchanged more resilientLars Ingebrigtsen2022-05-031-8/+10
* with-buffer-unmodified-if-unchanged: Tweak the implementationStefan Monnier2022-05-031-3/+5
* Add new macro with-buffer-unmodified-if-unchangedLars Ingebrigtsen2022-05-031-0/+25
* Move the when-let family of macros to subr.elLars Ingebrigtsen2022-04-301-110/+0
* Fix bootstrap errors after previous easy-mmode changeLars Ingebrigtsen2022-04-021-32/+0
* Make string-pixel-width about 40% fasterLars Ingebrigtsen2022-02-201-1/+4
* Make string-pixel-width slightly speedierLars Ingebrigtsen2022-02-191-3/+5
* Add new function to prompt a user for a process namePhil Sainty2022-01-231-0/+42
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Remove APPEND argument from add-display-text-propertyLars Ingebrigtsen2021-11-241-8/+5
* | Add new function 'add-display-text-property'Lars Ingebrigtsen2021-11-241-0/+45
* | Fix string-glyph-split infloopLars Ingebrigtsen2021-11-241-1/+6
* | Add new function buffer-text-pixel-sizemartin rudalics2021-11-221-2/+1
* | Improve 'ensure-empty-lines' docstringRobert Pluim2021-11-101-6/+6
* | Add new function string-glyph-splitLars Ingebrigtsen2021-10-301-0/+16
* | Merge from origin/emacs-28Eli Zaretskii2021-10-301-6/+6
|\ \ | |/
| * Improve documentation of string truncation APIsEli Zaretskii2021-10-301-6/+6
* | (string-pixel-width): Rewrite to avoid side effectsStefan Monnier2021-10-271-7/+2
* | Simplify string-pixel-widthLars Ingebrigtsen2021-10-271-12/+6
* | Add new function 'string-pixel-width'Lars Ingebrigtsen2021-10-271-0/+19
* | Make 'mapconcat' argument 'separator' optionalStefan Kangas2021-10-051-1/+3
* | Add new command 'ensure-empty-lines'.Lars Ingebrigtsen2021-10-041-0/+26
* | * lisp/emacs-lisp/subr-x.el (with-memoization): New macroStefan Monnier2021-10-011-0/+12
|/
* Change how thread-first/thread-last indent the first argumentLars Ingebrigtsen2021-09-221-3/+3
* Add new functions for lax mail address splittingLars Ingebrigtsen2021-08-141-0/+1
* Attempt to make defclass documentation more legibleLars Ingebrigtsen2021-06-241-0/+1
* * lisp/emacs-lisp/subr-x.el (if-let*, if-let): Use looser Edebug specStefan Monnier2021-05-221-12/+5
* Give 'when-let' and 'when-let*' their own Edebug specification.Philipp Stephani2021-05-221-2/+7
* * lisp/emacs-lisp/subr-x.el (if-let): Swap &or branches (Bug#48489)Philipp Stephani2021-05-181-2/+2