comparison etc/NEWS @ 76248:d3c5626daefb

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 01 Mar 2007 10:01:32 +0000
parents 336177541fa2
children 722c4eca187b
comparison
equal deleted inserted replaced
76247:336177541fa2 76248:d3c5626daefb
35 version is used. You can use M-x list-load-path-shadows to find such 35 version is used. You can use M-x list-load-path-shadows to find such
36 older packages. 36 older packages.
37 37
38 Some specific packages which are known to cause problems are: 38 Some specific packages which are known to cause problems are:
39 39
40 ** CEDET (upgrade to lastest version) 40 ** Semantic (used by CEDET, ECB, JDEE): upgrade to lastest version.
41 ** cua.el, cua-mode.el (remove old versions) 41 ** cua.el, cua-mode.el: remove old versions.
42 42
43 43
44 * Installation Changes in Emacs 22.1 44 * Installation Changes in Emacs 22.1
45 45
46 --- 46 ---
3855 OPERATION is `insert-file-contents', and thus a function registered in 3855 OPERATION is `insert-file-contents', and thus a function registered in
3856 `file-coding-system-alist' is also called with such an argument. 3856 `file-coding-system-alist' is also called with such an argument.
3857 3857
3858 --- 3858 ---
3859 ** The variables post-command-idle-hook and post-command-idle-delay have 3859 ** The variables post-command-idle-hook and post-command-idle-delay have
3860 been removed. Use run-with-idle-timer instead. 3860 been removed. Use run-with-idle-timer instead.
3861 3861
3862 +++ 3862 +++
3863 ** `suppress-keymap' now works by remapping `self-insert-command' to 3863 ** `suppress-keymap' now works by remapping `self-insert-command' to
3864 the command `undefined'. (In earlier Emacs versions, it used 3864 the command `undefined'. (In earlier Emacs versions, it used
3865 `substitute-key-definition' to rebind self inserting characters to 3865 `substitute-key-definition' to rebind self inserting characters to