aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2015-01-08 16:03:04 -0500
committerStefan Monnier2015-01-08 16:03:04 -0500
commita749f1c648f2b9bf1a0b0b10e2da4c1c4e3d431d (patch)
tree91bdfc947ac2c6618bace6524cada16e2c5599cf /etc
parent5fbd17e369ca30a47ab8a2eda0b2f2ea9b690bb4 (diff)
parent6a67b20ddd458d71a1d63746504d91b1acea9b2b (diff)
downloademacs-a749f1c648f2b9bf1a0b0b10e2da4c1c4e3d431d.tar.gz
emacs-a749f1c648f2b9bf1a0b0b10e2da4c1c4e3d431d.zip
Shrink EIEIO object header. Move generics to eieio-generic.el.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f22309e2fac..1f503ceab82 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -194,6 +194,11 @@ the old behavior -- *shell* buffer displays in current window -- use
194(add-to-list 'display-buffer-alist 194(add-to-list 'display-buffer-alist
195 '("^\\*shell\\*$" . (display-buffer-same-window))). 195 '("^\\*shell\\*$" . (display-buffer-same-window))).
196 196
197
198** EIEIO
199*** The <class>-list-p and <class>-child-p functions are declared obsolete.
200*** The <class> variables are declared obsolete.
201*** The <initarg> variables are declared obsolete.
197** ido 202** ido
198*** New command `ido-bury-buffer-at-head' bound to C-S-b 203*** New command `ido-bury-buffer-at-head' bound to C-S-b
199Bury the buffer at the head of `ido-matches', analogous to how C-k 204Bury the buffer at the head of `ido-matches', analogous to how C-k