aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Engster2014-01-09 21:51:56 +0100
committerDavid Engster2014-01-09 21:51:56 +0100
commit3ca34b22ecad18b9727245b332df86adc6fe7f38 (patch)
tree87ec3f6967369c285f0a8fa206b0c3e83358e32e
parent05e0afceb9ddde2bcdafe43beb4b24b996db54f4 (diff)
downloademacs-3ca34b22ecad18b9727245b332df86adc6fe7f38.tar.gz
emacs-3ca34b22ecad18b9727245b332df86adc6fe7f38.zip
Updated NEWS with `describe-function' EIEIO support.
-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 @@
12014-01-09 David Engster <deng@randomsample.de>
2
3 * NEWS: Added new `describe-function' EIEIO support.
4
12014-01-09 Glenn Morris <rgm@gnu.org> 52014-01-09 Glenn Morris <rgm@gnu.org>
2 6
3 * SERVICE: Mark as obsolete. 7 * 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.
168+++ 168+++
169*** The key `?' now describes prefix bindings, like `C-h'. 169*** The key `?' now describes prefix bindings, like `C-h'.
170 170
171*** The command `describe-function' was extended for EIEIO.
172Running it on constructors will show a full description of the
173generated class. For generic functions, if will show all
174implementations together with links to the source. The old commands
175`describe-class', `describe-constructor' and `describe-generic' were
176removed.
177
171*** The command `quail-help' is deleted. Use `C-h C-\' 178*** The command `quail-help' is deleted. Use `C-h C-\'
172(`describe-input-method') instead. 179(`describe-input-method') instead.
173 180