summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/subr-x.el
Commit message (Expand)AuthorAge
...
* * lisp/emacs-lisp/subr-x.el (if-let*, if-let): Use looser Edebug specStefan Monnier2021-05-22
* Give 'when-let' and 'when-let*' their own Edebug specification.Philipp Stephani2021-05-22
* * lisp/emacs-lisp/subr-x.el (if-let): Swap &or branches (Bug#48489)Philipp Stephani2021-05-18
* Fix the tests for 'string-limit'Eli Zaretskii2021-05-12
* Move string-trim functions to subr.elLars Ingebrigtsen2021-03-24
* * lisp/emacs-lisp/subr-x.el (named-let): New macroStefan Monnier2021-01-20
* Update copyright year to 2021Paul Eggert2021-01-01
* Allow `string-limit' to work on encoded stringsLars Ingebrigtsen2020-12-25
* Remove `string-slice' -- it's not very well definedLars Ingebrigtsen2020-12-25
* Improve the string-limit doc stringLars Ingebrigtsen2020-12-23
* Allow string-slice to take zero-length matchesLars Ingebrigtsen2020-12-23
* ; Fix docstrings in last change to subr-x.elBasil L. Contovounesios2020-12-22
* Make string-pad take an optional START parameterLars Ingebrigtsen2020-12-22
* Change the string-limit parameter semanticsLars Ingebrigtsen2020-12-22
* Further string-clean-whitespace tweaksLars Ingebrigtsen2020-12-22
* Tiny string-clean-whitespace simplificationBasil L. Contovounesios2020-12-21
* Make string-chop-newline more efficientLars Ingebrigtsen2020-12-21
* Make string-clean-whitespace work on non-ASCII whitespace, tooLars Ingebrigtsen2020-12-21
* Add string-chop-newlineLars Ingebrigtsen2020-12-21
* ; Fix recent string utility additionsBasil L. Contovounesios2020-12-21
* Fix shorter-than-length case for string-limitLars Ingebrigtsen2020-12-21
* Rename slice-string to string-sliceLars Ingebrigtsen2020-12-21
* Add `string-pad'Lars Ingebrigtsen2020-12-21
* Beef up the Emacs string utility set a bitLars Ingebrigtsen2020-12-21
* Give better error feedback on wrong password in .gpg filesLars Ingebrigtsen2020-09-30
* gnus-shorten-url: Improve and avoid args-out-of-range errorŠtěpán Němec2020-04-13
* Update copyright year to 2020Paul Eggert2020-01-01
* Move describe-face to the new help-fns machineryLars Ingebrigtsen2019-09-21
* Clarify what counts as whitespace in `string-blank-p'Mattias Engdegård2019-09-01
* (if-let): Improve docstring by mentioning let*Alex Branham2019-06-23
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-25
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* Improve replace-buffer-contents/replace-region-contentsTassilo Horn2019-02-23
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Merge from origin/emacs-26Glenn Morris2018-12-02
|\|
| * * lisp/emacs-lisp/subr-x.el (if-let, when-let): Doc fix: active voice.Glenn Morris2018-12-01
* | Tweak subr-x.el substring functionsBasil L. Contovounesios2018-07-13
* | Change errant if to when (Bug#31840)Mark Oteiza2018-06-18
|/
* De-obsolete `if-let' and `when-let'Michael Heerdegen2018-03-27
* Revert last commitMichael Heerdegen2018-03-06
* Define if-let* and derivatives as aliases for if-let etcMichael Heerdegen2018-03-06
* Update copyright year to 2018Paul Eggert2018-01-01
* Fix Edebug specs for if-let* and and-let* (Bug#29236)Gemini Lasswell2017-11-26
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-25
* Move read-multiple-choice to its own libraryMark Oteiza2017-10-06
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-01
* ; Fix typoMark Oteiza2017-09-22
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Add clarification to if-let* docstringMark Oteiza2017-09-13