diff options
| author | Stefan Monnier | 2014-12-22 15:46:16 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2014-12-22 15:46:16 -0500 |
| commit | d4a12e7a9a46bbff2f9c4d59ecc284621634a2e8 (patch) | |
| tree | f1e00bb4723a4f3c81f3d252e3224f237038c713 /lisp/ChangeLog | |
| parent | bcebc831bb9c1fd82b4693e6a091a4cf591dc3ec (diff) | |
| download | emacs-d4a12e7a9a46bbff2f9c4d59ecc284621634a2e8.tar.gz emacs-d4a12e7a9a46bbff2f9c4d59ecc284621634a2e8.zip | |
* lisp/emacs-lisp/eieio-core.el (eieio--class-v): Rename from class-v.
(method-*): Add a "eieio--" prefix to those constants.
* lisp/emacs-lisp/eieio-speedbar.el: Use lexical-binding.
* lisp/emacs-lisp/eieio.el: Move edebug specs to the corresponding macro.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c2f45845306..739d442c55b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2014-12-22 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-12-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/eieio-core.el (eieio--class-v): Rename from class-v. | ||
| 4 | (method-*): Add a "eieio--" prefix to those constants. | ||
| 5 | |||
| 6 | * emacs-lisp/eieio.el: Move edebug specs to the corresponding macro. | ||
| 7 | |||
| 8 | * emacs-lisp/eieio-speedbar.el: Use lexical-binding. | ||
| 9 | |||
| 10 | 2014-12-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 11 | |||
| 3 | * emacs-lisp/eieio.el (child-of-class-p): Fix case where `class' is | 12 | * emacs-lisp/eieio.el (child-of-class-p): Fix case where `class' is |
| 4 | `eieio-default-superclass'. | 13 | `eieio-default-superclass'. |
| 5 | 14 | ||