diff options
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, |