diff options
| author | David Engster | 2013-07-29 22:26:19 +0200 |
|---|---|---|
| committer | David Engster | 2013-07-29 22:26:19 +0200 |
| commit | 18657165bb88252b8285c4655e907dd4fc29a0f7 (patch) | |
| tree | f61e2889b255d179d6fc63ce4cb43d21f508750d /doc/misc/ChangeLog | |
| parent | 25ac1ded77db0e0a839841872dbd514c4c14956b (diff) | |
| download | emacs-18657165bb88252b8285c4655e907dd4fc29a0f7.tar.gz emacs-18657165bb88252b8285c4655e907dd4fc29a0f7.zip | |
Merge with CEDET upstream (rev. 8579).
* lisp/cedet/cedet.el (cedet-packages): Remove speedbar since its
development does no longer happens in CEDET upstream but in Emacs
proper. Also remove cedet-contrib and cogre since those are only
in upstream.
* semantic/analyze/fcn.el (semantic-analyze-type-to-name): If TYPE
has a parent, return a fully qualified name.
* semantic/decorate/mode.el
(semantic-decoration-on-includes-p-default)
(semantic-decoration-on-includes-highlight-default): Declare for
byte compiler.
* semantic/wisent/python.el (semantic/format): New require.
* eieio.texi (top): Make clear that EIEIO is not a full CLOS
implementation.
(Introduction): Add further missing features.
(Building Classes): Add introductory paragraph.
(Wish List): Add metaclasses and EQL specialization.
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 50214bb364c..bef3f84c846 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-07-29 David Engster <deng@randomsample.de> | ||
| 2 | |||
| 3 | * eieio.texi (top): Make clear that EIEIO is not a full CLOS | ||
| 4 | implementation. | ||
| 5 | (Introduction): Add further missing features. | ||
| 6 | (Building Classes): Add introductory paragraph. | ||
| 7 | (Wish List): Add metaclasses and EQL specialization. | ||
| 8 | |||
| 1 | 2013-07-26 Tassilo Horn <tsdh@gnu.org> | 9 | 2013-07-26 Tassilo Horn <tsdh@gnu.org> |
| 2 | 10 | ||
| 3 | * gnus.texi (Sorting the Summary Buffer): Document new defcustom | 11 | * gnus.texi (Sorting the Summary Buffer): Document new defcustom |