From: Glenn Morris Date: Thu, 10 Jan 2008 04:05:45 +0000 (+0000) Subject: Add Incompatible Lisp Changes section with shell.el dirtrack stuff. X-Git-Tag: emacs-pretest-22.1.90~119 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=511e35591a60d2577e5d0ed7199c5bdfb5f9ba83;p=emacs.git Add Incompatible Lisp Changes section with shell.el dirtrack stuff. --- diff --git a/etc/NEWS b/etc/NEWS index 8e8a0506496..b6d2cee7b8c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -112,6 +112,13 @@ This can be used to add menu entries for backend specific functions. *** VC has some support for Git. +* Incompatible Lisp Changes in Emacs 22.2 + +** shell.el no longer defines the aliases `dirtrack-toggle' and +`dirtrack-mode' for `shell-dirtrack-mode'. These names were removed +because they clash with commands provided by dirtrack.el. Use +`shell-dirtrack-mode' instead. + * Lisp Changes in Emacs 22.2. ** Frame-local variables are deprecated and are slated for removal.