diff options
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 8e3b83efbb0..bb480280970 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2015-01-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * automated/eieio-tests.el: Use cl-lib. Don't use <class> as a variable. | ||
| 4 | Don't use <class>-list types and <class>-list-p predicates. | ||
| 5 | |||
| 6 | * automated/eieio-test-persist.el (persistent-with-objs-list-slot): | ||
| 7 | Don't use <class>-list type. | ||
| 8 | |||
| 9 | * automated/eieio-test-methodinvoke.el | ||
| 10 | (eieio-test-method-order-list-4): | ||
| 11 | Don't use <class> as a variable. | ||
| 12 | |||
| 1 | 2015-01-05 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2015-01-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 14 | ||
| 3 | * automated/eieio-tests.el (eieio-test-04-static-method) | 15 | * automated/eieio-tests.el (eieio-test-04-static-method) |
| @@ -2423,7 +2435,7 @@ | |||
| 2423 | ;; coding: utf-8 | 2435 | ;; coding: utf-8 |
| 2424 | ;; End: | 2436 | ;; End: |
| 2425 | 2437 | ||
| 2426 | Copyright (C) 2008-2014 Free Software Foundation, Inc. | 2438 | Copyright (C) 2008-2015 Free Software Foundation, Inc. |
| 2427 | 2439 | ||
| 2428 | This file is part of GNU Emacs. | 2440 | This file is part of GNU Emacs. |
| 2429 | 2441 | ||