]> git.eshelyaron.com Git - emacs.git/commitdiff
Add NEWS entry for osc.el (bug#57821)
authorMatthias Meulien <orontee@gmail.com>
Sun, 18 Sep 2022 13:46:18 +0000 (15:46 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 18 Sep 2022 13:46:18 +0000 (15:46 +0200)
etc/NEWS

index effd02fead8c1d330aaa18e2c5a9211c957837ea..88d00d9474268b7962b1c55dd6431bef7a974551 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2435,6 +2435,18 @@ Enabling this minor mode turns on hiding header material, like
 'elide-head' does; disabling it shows the header.  The commands
 'elide-head' and 'elide-head-show' are now obsolete.
 
+*** New package 'osc'.
+Support for OSC ("Operating System Command") espace sequences has been
+extracted from 'comint.el' in order to provide interpretation of OSC
+escape sequences in compilation buffers.
+
+Adding the new function 'osc-compilation-filter' to
+'compilation-filter-hook' enables interpretation of OSC ("Operating
+System Command") escape sequences in compilation buffers. By default,
+all sequences are filtered out.
+
+A handler for OSC 2, the command to set a window title, is provided.
+
 +++
 *** New user option 'project-vc-include-untracked'.
 If non-nil, files untracked by a VCS are considered to be part of