From be890cb8428f86e8f19b8c5f9cc976b2f52aa379 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 28 Oct 2011 20:41:20 -0400 Subject: [PATCH] * etc/NEWS: Document the disappearance of binding caches. Fixes: debbugs:9899 --- etc/ChangeLog | 4 ++++ etc/NEWS | 3 +++ 2 files changed, 7 insertions(+) diff --git a/etc/ChangeLog b/etc/ChangeLog index bbb765ef58f..2b37cd84eee 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2011-10-29 Stefan Monnier + + * NEWS: Document the disappearance of binding caches (bug#9899). + 2011-10-01 Juanma Barranquero * NEWS: Fix typo. Remove duplicate info. diff --git a/etc/NEWS b/etc/NEWS index 9e407133e8b..4e38838c4d2 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -967,6 +967,9 @@ has now been removed. ** cl.el no longer provides `cl-19'. +** The menu bar bindings's caches are not used any more. +Use (where-is-internal nil t) instead. + ** The following obsolete functions and aliases were removed: comint-kill-output, decompose-composite-char, outline-visible, internal-find-face, internal-get-face, frame-update-faces, -- 2.39.5