summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2007-03-01 09:41:45 +0000
committerKim F. Storm <storm@cua.dk>2007-03-01 09:41:45 +0000
commit9c576ea0662cad1f5ba605ed221659542090819d (patch)
treee182daa4b16c71899626ae1e56df24f983564a06
parent6b00dced1a9d687c501695fa45db261b1b1384b5 (diff)
downloademacs-9c576ea0662cad1f5ba605ed221659542090819d.tar.gz
(About external Lisp packages): New section.
-rw-r--r--etc/NEWS21
1 files changed, 20 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 94d54692580..4ef6ffe7a85 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -22,6 +22,25 @@ When you add a new item, please add it without either +++ or ---
so we will look at it and add it to the manual.
+* About external Lisp packages
+
+When you upgrade to Emacs 22 from a previous version, some older
+versions of external Lisp packages are known to behave badly.
+So in general, it is recommended that you upgrade to the latest
+versions of any external Lisp packages that you are using.
+
+You should also be aware that many Lisp packages have been included
+with Emacs 22 (see the extensive list below), and you should remove
+any older versions of these packages to ensure that the Emacs 22
+version is used. You can use M-x list-load-path-shadows to find such
+older packages.
+
+Some specific packages which are known to cause problems are:
+
+** CEDET (upgrade to lastest version)
+** cua.el, cua-mode.el (remove old versions)
+
+
* Installation Changes in Emacs 22.1
---
@@ -1684,7 +1703,7 @@ The following should work:
{C,S,C-S,A}-{right,left,up,down,prior,next,delete,insert,F1-12}.
These key bindings work on xterm from X.org 6.8 (and later versions),
they might not work on some older versions of xterm, or on some
-proprietary versions.
+proprietary versions.
The various keys generated by xterm when the "modifyOtherKeys"
resource is set are also supported.