comparison etc/NEWS @ 76247:336177541fa2

(About external Lisp packages): New section.
author Kim F. Storm <storm@cua.dk>
date Thu, 01 Mar 2007 09:41:45 +0000
parents 19592a6d1649
children d3c5626daefb
comparison
equal deleted inserted replaced
76246:d2ecb2b1abb5 76247:336177541fa2
18 Temporary note: 18 Temporary note:
19 +++ indicates that the appropriate manual has already been updated. 19 +++ indicates that the appropriate manual has already been updated.
20 --- means no change in the manuals is called for. 20 --- means no change in the manuals is called for.
21 When you add a new item, please add it without either +++ or --- 21 When you add a new item, please add it without either +++ or ---
22 so we will look at it and add it to the manual. 22 so we will look at it and add it to the manual.
23
24
25 * About external Lisp packages
26
27 When you upgrade to Emacs 22 from a previous version, some older
28 versions of external Lisp packages are known to behave badly.
29 So in general, it is recommended that you upgrade to the latest
30 versions of any external Lisp packages that you are using.
31
32 You should also be aware that many Lisp packages have been included
33 with Emacs 22 (see the extensive list below), and you should remove
34 any older versions of these packages to ensure that the Emacs 22
35 version is used. You can use M-x list-load-path-shadows to find such
36 older packages.
37
38 Some specific packages which are known to cause problems are:
39
40 ** CEDET (upgrade to lastest version)
41 ** cua.el, cua-mode.el (remove old versions)
23 42
24 43
25 * Installation Changes in Emacs 22.1 44 * Installation Changes in Emacs 22.1
26 45
27 --- 46 ---
1682 When Emacs is running in an xterm more key bindings are available. 1701 When Emacs is running in an xterm more key bindings are available.
1683 The following should work: 1702 The following should work:
1684 {C,S,C-S,A}-{right,left,up,down,prior,next,delete,insert,F1-12}. 1703 {C,S,C-S,A}-{right,left,up,down,prior,next,delete,insert,F1-12}.
1685 These key bindings work on xterm from X.org 6.8 (and later versions), 1704 These key bindings work on xterm from X.org 6.8 (and later versions),
1686 they might not work on some older versions of xterm, or on some 1705 they might not work on some older versions of xterm, or on some
1687 proprietary versions. 1706 proprietary versions.
1688 The various keys generated by xterm when the "modifyOtherKeys" 1707 The various keys generated by xterm when the "modifyOtherKeys"
1689 resource is set are also supported. 1708 resource is set are also supported.
1690 1709
1691 ** Character terminal color support changes: 1710 ** Character terminal color support changes:
1692 1711