diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 6 insertions, 4 deletions
| @@ -96,8 +96,10 @@ and also when HOME is set to C:\ by default. | |||
| 96 | 96 | ||
| 97 | *** shell-mode uses pcomplete rules, with the standard completion UI. | 97 | *** shell-mode uses pcomplete rules, with the standard completion UI. |
| 98 | 98 | ||
| 99 | *** Many packages have been changed to use completion-at-point rather than | 99 | *** Many packages have been changed to use `completion-at-point' |
| 100 | their own completion code. | 100 | rather than their own completion code. |
| 101 | |||
| 102 | *** `completion-at-point' now handles tags and semantic completion. | ||
| 101 | 103 | ||
| 102 | *** Completion in a non-minibuffer now tries to detect the end of completion | 104 | *** Completion in a non-minibuffer now tries to detect the end of completion |
| 103 | and pops down the *Completions* buffer accordingly. | 105 | and pops down the *Completions* buffer accordingly. |
| @@ -455,8 +457,6 @@ isearch-yank-kill. | |||
| 455 | +++ | 457 | +++ |
| 456 | ** New command `count-words-region'. This does what you expect. | 458 | ** New command `count-words-region'. This does what you expect. |
| 457 | 459 | ||
| 458 | ** completion-at-point now handles tags and semantic completion. | ||
| 459 | |||
| 460 | ** The default value of `backup-by-copying-when-mismatch' is now t. | 460 | ** The default value of `backup-by-copying-when-mismatch' is now t. |
| 461 | 461 | ||
| 462 | ** The command `just-one-space' (M-SPC), if given a negative argument, | 462 | ** The command `just-one-space' (M-SPC), if given a negative argument, |
| @@ -724,6 +724,8 @@ in the Rmail incoming message. | |||
| 724 | 724 | ||
| 725 | ** Shell mode | 725 | ** Shell mode |
| 726 | 726 | ||
| 727 | *** Shell mode uses pcomplete rules, with the standard completion UI. | ||
| 728 | |||
| 727 | *** The `shell' command prompts for the shell path name if the default | 729 | *** The `shell' command prompts for the shell path name if the default |
| 728 | directory is a remote file name and neither the environment variable | 730 | directory is a remote file name and neither the environment variable |
| 729 | $ESHELL nor the variable `explicit-shell-file-name' is set. | 731 | $ESHELL nor the variable `explicit-shell-file-name' is set. |