diff options
| author | Glenn Morris | 2015-09-06 06:24:02 -0400 |
|---|---|---|
| committer | Glenn Morris | 2015-09-06 06:24:02 -0400 |
| commit | 29b0e0bb2c4e09465b97497ba96886e90a64ad71 (patch) | |
| tree | 1e80ff21dfcb63604aa6d69e82fb0b4c7857f019 | |
| parent | 88b9a8000da6cf2d4aede86e9eae4f00016d0d6b (diff) | |
| download | emacs-29b0e0bb2c4e09465b97497ba96886e90a64ad71.tar.gz emacs-29b0e0bb2c4e09465b97497ba96886e90a64ad71.zip | |
; Auto-commit of ChangeLog files.
| -rw-r--r-- | ChangeLog.2 | 78 |
1 files changed, 77 insertions, 1 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index fa5795c3632..15f9133f5fa 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -1,3 +1,79 @@ | |||
| 1 | 2015-09-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Spelling fix (Bug#21420) | ||
| 4 | |||
| 5 | 2015-09-05 Nicolas Petton <nicolas@petton.fr> | ||
| 6 | |||
| 7 | Improve the semantic of map-some | ||
| 8 | Update map-some to return the returned by the predicate, similar to | ||
| 9 | seq-some. | ||
| 10 | * lisp/emacs-lisp/map.el (map-some): Update the function to return the | ||
| 11 | return value of the predicate. | ||
| 12 | * test/automated/map-tests.el (test-map-some): Update the test to check | ||
| 13 | for non-nil values only. | ||
| 14 | |||
| 15 | Rename map-contains-key-p and map-some-p | ||
| 16 | Remove the "-p" suffix from both function names. | ||
| 17 | * lisp/emacs-lisp/map.el (map-contains-key, map-some): Rename the functions. | ||
| 18 | * test/automated/map-tests.el (test-map-contains-key, test-map-some): | ||
| 19 | Update both test functions. | ||
| 20 | |||
| 21 | Improve the semantic of seq-some | ||
| 22 | Update seq-some to return non-nil if the predicate returns non-nil for | ||
| 23 | any element of the seq, in which case the returned value is the one | ||
| 24 | returned by the predicate. | ||
| 25 | * lisp/emacs-lisp/seq.el (seq-some): Update the function and its | ||
| 26 | docstring. | ||
| 27 | * test/automated/seq-tests.el (test-seq-some): Add a regression test. | ||
| 28 | * doc/lispref/sequences.texi (Sequence Functions): Update the | ||
| 29 | documentation for seq-some. | ||
| 30 | |||
| 31 | Rename seq-some-p to seq-some and seq-contains-p to seq-contains | ||
| 32 | * lisp/emacs-lisp/seq.el (seq-some, seq-contains): Rename the functions | ||
| 33 | without the "-p" prefix. | ||
| 34 | * test/automated/seq-tests.el (test-seq-some, test-seq-contains): Update | ||
| 35 | the tests accordingly. | ||
| 36 | * doc/lispref/sequences.texi (Sequence Functions): Update the | ||
| 37 | documentation for seq.el. | ||
| 38 | |||
| 39 | 2015-09-05 Paul Eggert <eggert@Penguin.CS.UCLA.EDU> | ||
| 40 | |||
| 41 | text-quoting-style for usage of fn names with ‘’ | ||
| 42 | * lisp/help.el (help--docstring-quote): Don’t assume | ||
| 43 | text-quoting-style is ‘curve’ when generating usage strings for | ||
| 44 | functions whose names contain curved quotes. | ||
| 45 | |||
| 46 | 2015-09-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 47 | |||
| 48 | Fix fix for describe-function keybinding confusion | ||
| 49 | This fixes a bug introduced by the previous patch. | ||
| 50 | * lisp/help-fns.el (help-fns--signature): | ||
| 51 | Last arg of help-fns--signature is now a buffer, or nil if a | ||
| 52 | raw signature is wanted. All callers changed. | ||
| 53 | (describe-function-1): Use this to do the right thing with signatures. | ||
| 54 | |||
| 55 | 2015-09-05 Johan Bockgård <bojohan@gnu.org> | ||
| 56 | |||
| 57 | * doc/lispref/frames.texi (Mouse Tracking): Fix typo. | ||
| 58 | |||
| 59 | Use PAT rather than UPAT in pcase macros | ||
| 60 | * lisp/emacs-lisp/cl-macs.el (cl-struct) <pcase-defmacro>: | ||
| 61 | * lisp/emacs-lisp/eieio.el (eieio) <pcase-defmacro>: Use PAT rather | ||
| 62 | than UPAT. | ||
| 63 | |||
| 64 | 2015-09-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 65 | |||
| 66 | Fix describe-function keybinding confusion | ||
| 67 | * lisp/help-fns.el (describe-function-1): Compute signature | ||
| 68 | in the original buffer, not in standard-output, so that | ||
| 69 | substitute-command-keys uses the proper keybindings. | ||
| 70 | This fixes Bug#21412, introduced in commit | ||
| 71 | 2015-06-11T10:23:46-0700!eggert@cs.ucla.edu. | ||
| 72 | |||
| 73 | 2015-09-05 Xue Fuqiao <xfq.free@gmail.com> | ||
| 74 | |||
| 75 | * doc/emacs/programs.texi (Program Modes): Remove an index entry. | ||
| 76 | |||
| 1 | 2015-09-05 Robert Pluim <rpluim@gmail.com> (tiny change) | 77 | 2015-09-05 Robert Pluim <rpluim@gmail.com> (tiny change) |
| 2 | 78 | ||
| 3 | Avoid read error messages from 'inotify' | 79 | Avoid read error messages from 'inotify' |
| @@ -11951,7 +12027,7 @@ | |||
| 11951 | 12027 | ||
| 11952 | This file records repository revisions from | 12028 | This file records repository revisions from |
| 11953 | commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to | 12029 | commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to |
| 11954 | commit ac9da241986b747c1122ad5d097db42795eb9737 (inclusive). | 12030 | commit 88b9a8000da6cf2d4aede86e9eae4f00016d0d6b (inclusive). |
| 11955 | See ChangeLog.1 for earlier changes. | 12031 | See ChangeLog.1 for earlier changes. |
| 11956 | 12032 | ||
| 11957 | ;; Local Variables: | 12033 | ;; Local Variables: |