aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-02-25 23:11:34 +0200
committerJuri Linkov2019-02-25 23:11:34 +0200
commit57d2f24005a2e553fa8225eaff8465e5fad06d46 (patch)
tree833d4926b5f6ed92cca3d6e3d3cdd7ab87401f2c /etc
parente73adad8371fd7ea4696908af00cbe1675708322 (diff)
downloademacs-57d2f24005a2e553fa8225eaff8465e5fad06d46.tar.gz
emacs-57d2f24005a2e553fa8225eaff8465e5fad06d46.zip
* lisp/frame.el (make-frame-on-monitor): New command. (Bug#34516)
(make-frame-on-display): Add completion on available display names.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 587d20cce35..26b0a931d8d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1140,6 +1140,10 @@ when given in a string. Previously, '(any "\x80-\xff")' would match
1140characters U+0080...U+00FF. Now the expression matches raw bytes in 1140characters U+0080...U+00FF. Now the expression matches raw bytes in
1141the 128...255 range, as expected. 1141the 128...255 range, as expected.
1142 1142
1143** Frames
1144
1145*** New command 'make-frame-on-monitor' makes a frame on the specified monitor.
1146
1143 1147
1144* New Modes and Packages in Emacs 27.1 1148* New Modes and Packages in Emacs 27.1
1145 1149