Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename 24.5 to 25.1 | Stefan Monnier | 2014-09-29 | 1 | -1/+1 |
| | | | | Except where we expect to backport the corresponding change. | ||||
* | Spelling fixes. | Paul Eggert | 2014-09-11 | 1 | -4/+4 |
| | | | | | | | * lisp/ses.el (ses-file-format-extend-parameter-list): Rename from ses-file-format-extend-paramter-list. All uses changed. * lisp/gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling of ":delete". | ||||
* | * lisp/emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias | Fabián Ezequiel Gallina | 2014-06-30 | 1 | -3/+1 |
| | | | | for `reverse'. | ||||
* | * lisp/emacs-lisp/subr-x.el (string-reverse): Use `reverse'. | Fabián Ezequiel Gallina | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | New if-let, when-let, thread-first and thread-last macros. | Fabián Ezequiel Gallina | 2014-06-30 | 1 | -0/+107 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/subr-x.el (internal--listify, internal--check-binding) (internal--build-binding-value-form, internal--build-binding) (internal--build-bindings): New functions. (internal--thread-argument, thread-first, thread-last) (if-let, when-let): New macros. * test/automated/subr-x-tests.el (subr-x-test-if-let-single-binding-expansion) (subr-x-test-if-let-single-symbol-expansion) (subr-x-test-if-let-nil-related-expansion) (subr-x-test-if-let-malformed-binding, subr-x-test-if-let-true) (subr-x-test-if-let-false, subr-x-test-if-let-bound-references) (subr-x-test-if-let-and-lazyness-is-preserved) (subr-x-test-when-let-body-expansion) (subr-x-test-when-let-single-binding-expansion) (subr-x-test-when-let-single-symbol-expansion) (subr-x-test-when-let-nil-related-expansion) (subr-x-test-when-let-malformed-binding) (subr-x-test-when-let-true, subr-x-test-when-let-false) (subr-x-test-when-let-bound-references) (subr-x-test-when-let-and-lazyness-is-preserved) (subr-x-test-thread-first-no-forms) (subr-x-test-thread-first-function-names-are-threaded) (subr-x-test-thread-first-expansion) (subr-x-test-thread-last-no-forms) (subr-x-test-thread-last-function-names-are-threaded) (subr-x-test-thread-last-expansion): New tests. | ||||
* | Replace "Maintainer: FSF" with the emacs-devel mailing address | Glenn Morris | 2014-02-09 | 1 | -1/+1 |
| | |||||
* | Do not document subr-x.el in the manuals | Glenn Morris | 2014-01-20 | 1 | -0/+3 |
| | | | | | | | | | * doc/lispref/hash.texi (Other Hash): Do not mention subr-x.el functions; reverts 2013-12-22 change. * lisp/emacs-lisp/subr-x.el: Comment. * etc/NEWS: Small related edits. | ||||
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | * lisp/emacs-lisp/subr-x.el: (string-remove-prefix): New function. | Bozhidar Batsov | 2013-12-20 | 1 | -0/+12 |
| | | | | (string-remove-suffix): New function. | ||||
* | * lisp/emacs-lisp/subr-x.el: Renamed from helpers.el. | Bozhidar Batsov | 2013-12-20 | 1 | -0/+78 |