summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS7
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index b7cfd7e5353..6395e28f005 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-09 David Engster <deng@randomsample.de>
+
+ * NEWS: Added new `describe-function' EIEIO support.
+
2014-01-09 Glenn Morris <rgm@gnu.org>
* SERVICE: Mark as obsolete.
diff --git a/etc/NEWS b/etc/NEWS
index 4463d690079..a1033b9e679 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -168,6 +168,13 @@ non-nil, they output the same results.
+++
*** The key `?' now describes prefix bindings, like `C-h'.
+*** The command `describe-function' was extended for EIEIO.
+Running it on constructors will show a full description of the
+generated class. For generic functions, if will show all
+implementations together with links to the source. The old commands
+`describe-class', `describe-constructor' and `describe-generic' were
+removed.
+
*** The command `quail-help' is deleted. Use `C-h C-\'
(`describe-input-method') instead.