summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/subr-x.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the tests for 'string-limit'Eli Zaretskii2021-05-121-0/+12
* Move string-trim functions to subr.elLars Ingebrigtsen2021-03-241-22/+0
* * lisp/emacs-lisp/subr-x.el (named-let): New macroStefan Monnier2021-01-201-0/+22
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Allow `string-limit' to work on encoded stringsLars Ingebrigtsen2020-12-251-5/+29
* Remove `string-slice' -- it's not very well definedLars Ingebrigtsen2020-12-251-13/+0
* Improve the string-limit doc stringLars Ingebrigtsen2020-12-231-1/+5
* Allow string-slice to take zero-length matchesLars Ingebrigtsen2020-12-231-13/+10
* ; Fix docstrings in last change to subr-x.elBasil L. Contovounesios2020-12-221-3/+3
* Make string-pad take an optional START parameterLars Ingebrigtsen2020-12-221-6/+8
* Change the string-limit parameter semanticsLars Ingebrigtsen2020-12-221-8/+11
* Further string-clean-whitespace tweaksLars Ingebrigtsen2020-12-221-1/+1
* Tiny string-clean-whitespace simplificationBasil L. Contovounesios2020-12-211-1/+1
* Make string-chop-newline more efficientLars Ingebrigtsen2020-12-211-1/+1
* Make string-clean-whitespace work on non-ASCII whitespace, tooLars Ingebrigtsen2020-12-211-1/+3
* Add string-chop-newlineLars Ingebrigtsen2020-12-211-0/+4
* ; Fix recent string utility additionsBasil L. Contovounesios2020-12-211-9/+9
* Fix shorter-than-length case for string-limitLars Ingebrigtsen2020-12-211-1/+1
* Rename slice-string to string-sliceLars Ingebrigtsen2020-12-211-1/+1
* Add `string-pad'Lars Ingebrigtsen2020-12-211-0/+20
* Beef up the Emacs string utility set a bitLars Ingebrigtsen2020-12-211-0/+53
* Give better error feedback on wrong password in .gpg filesLars Ingebrigtsen2020-09-301-0/+1
* gnus-shorten-url: Improve and avoid args-out-of-range errorŠtěpán Němec2020-04-131-0/+9
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1