aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2004-07-04 21:51:32 +0000
committerKaroly Lorentey <[email protected]>2004-07-04 21:51:32 +0000
commitd0cf63f7695c5d5886a3631ea3c03e82d52ca7c2 (patch)
tree4d50eceb105a3868b8a040ba0666195a7fe71869 /etc
parentd7e4838fdf4ad2d3ec267bbcd84846abad6bb570 (diff)
parent2a1a35c60c3acad58ed135fa52efcaceb0ff9091 (diff)
Merged in changes from CVS trunk.
Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-437 Update from CVS * [email protected]/emacs--cvs-trunk--0--patch-438 Update from CVS git-archimport-id: [email protected]/emacs--multi-tty--0--patch-209
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ba9eb3121e..c14c03cb52 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1846,6 +1846,8 @@ subprocesses inherit.
** Grep has been decoupled from compilation mode setup.
+*** There's a new separate package grep.el.
+
*** Grep commands now have their own submenu and customization group.
*** The new variables `grep-window-height', `grep-auto-highlight', and
@@ -2222,6 +2224,10 @@ arg is non-nil.
modification times. Magic file name handlers can handle this
operation.
+** file-remote-p now returns an identifier for the remote system,
+if the file is indeed remote. (Before, the return value was t in
+this case.)
+
** The display space :width and :align-to text properties are now
supported on text terminals.