mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
* etc/NEWS: Document the disappearance of binding caches.
Fixes: debbugs:9899
This commit is contained in:
parent
d0af9f775a
commit
be890cb842
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2011-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* NEWS: Document the disappearance of binding caches (bug#9899).
|
||||
|
||||
2011-10-01 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* NEWS: Fix typo. Remove duplicate info.
|
||||
|
|
|
|||
3
etc/NEWS
3
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 <def> 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue