diff options
| author | Stefan Monnier | 2018-09-22 11:47:40 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2018-09-22 11:47:40 -0400 |
| commit | 596ccc087c8f844f81b075da643e5c554a8de9d6 (patch) | |
| tree | a703cf1443853d03c3c5a871e8ffcbd894058fbe /etc | |
| parent | 55ec674f5090f420c8982f5206e6566b5a664340 (diff) | |
| download | emacs-596ccc087c8f844f81b075da643e5c554a8de9d6.tar.gz emacs-596ccc087c8f844f81b075da643e5c554a8de9d6.zip | |
Complement to last commit
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
| @@ -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 | ||
| 276 | tags-loop-scan variables are now obsolete; use the new multifile-initialize and | ||
| 277 | multifile-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. |
| 775 | This feature uses Tramp and works only on systems which support GVFS, | 788 | This feature uses Tramp and works only on systems which support GVFS, |