aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 332d12cb540..2c48a30e5f6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'
100their own completion code. 100rather 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
103and pops down the *Completions* buffer accordingly. 105and 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
728directory is a remote file name and neither the environment variable 730directory 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.