diff options
| author | Kim F. Storm | 2007-03-01 10:01:32 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2007-03-01 10:01:32 +0000 |
| commit | e4ddce5a20cd431661e24df5afa9f0003b91c3d7 (patch) | |
| tree | 72a998250dbc5ec13cda5e28da2520524606a7d2 | |
| parent | 9c576ea0662cad1f5ba605ed221659542090819d (diff) | |
| download | emacs-e4ddce5a20cd431661e24df5afa9f0003b91c3d7.tar.gz emacs-e4ddce5a20cd431661e24df5afa9f0003b91c3d7.zip | |
*** empty log message ***
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 0b0491a8643..11012610112 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-03-01 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * NEWS (About external Lisp packages): New section. | ||
| 4 | |||
| 1 | 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org> | 5 | 2007-02-28 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 6 | ||
| 3 | * TUTORIAL.it: Fix typo. | 7 | * TUTORIAL.it: Fix typo. |
| @@ -37,8 +37,8 @@ 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 |
| @@ -3857,7 +3857,7 @@ OPERATION is `insert-file-contents', and thus a function registered in | |||
| 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 |