aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 29f053c5ae1..7f5fd1efb23 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12013-07-11 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/ert.el: Require cl-lib at runtime too.
4 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5 (ert--intersection, ert--set-difference, ert--set-difference-eq)
6 (ert--union, ert--gensym-counter, ert--gensym-counter)
7 (ert--coerce-to-vector, ert--remove*, ert--string-position)
8 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
9 (ert-make-test-unbound, ert--expand-should-1)
10 (ert--expand-should, ert--should-error-handle-error)
11 (should-error, ert--explain-equal-rec)
12 (ert--plist-difference-explanation, ert-select-tests)
13 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
14 Use cl-lib functions rather than reimplementations.
15
12013-07-11 Michael Albinus <michael.albinus@gmx.de> 162013-07-11 Michael Albinus <michael.albinus@gmx.de>
2 17
3 * net/tramp.el (tramp-methods): Extend docstring. 18 * net/tramp.el (tramp-methods): Extend docstring.