aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2018-09-22 11:47:40 -0400
committerStefan Monnier2018-09-22 11:47:40 -0400
commit596ccc087c8f844f81b075da643e5c554a8de9d6 (patch)
treea703cf1443853d03c3c5a871e8ffcbd894058fbe /etc
parent55ec674f5090f420c8982f5206e6566b5a664340 (diff)
downloademacs-596ccc087c8f844f81b075da643e5c554a8de9d6.tar.gz
emacs-596ccc087c8f844f81b075da643e5c554a8de9d6.zip
Complement to last commit
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2158fdc10dd..bc6791b05bc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -265,6 +265,17 @@ navigation and editing of large files.
265 265
266* Changes in Specialized Modes and Packages in Emacs 27.1 266* Changes in Specialized Modes and Packages in Emacs 27.1
267 267
268** project.el
269*** New commands project-search and project-query-replace
270
271** Etags
272+++
273*** 'next-file' is now an obsolete alias of tags-next-file
274*** tags-loop-revert-buffers is an obsolete alias of multifile-revert-buffers
275*** The tags-loop-continue function along with the tags-loop-operate and
276tags-loop-scan variables are now obsolete; use the new multifile-initialize and
277multifile-continue functions instead.
278
268--- 279---
269** bibtex 280** bibtex
270*** New commands 'bibtex-next-entry' and 'bibtex-previous-entry'. 281*** New commands 'bibtex-next-entry' and 'bibtex-previous-entry'.
@@ -770,6 +781,8 @@ subexpression.
770 781
771* New Modes and Packages in Emacs 27.1 782* New Modes and Packages in Emacs 27.1
772 783
784** multifile.el lets one setup multifile operations like search&replace
785
773+++ 786+++
774** Emacs can now visit files in archives as if they were directories. 787** Emacs can now visit files in archives as if they were directories.
775This feature uses Tramp and works only on systems which support GVFS, 788This feature uses Tramp and works only on systems which support GVFS,