diff options
| author | Juri Linkov | 2019-02-25 23:11:34 +0200 |
|---|---|---|
| committer | Juri Linkov | 2019-02-25 23:11:34 +0200 |
| commit | 57d2f24005a2e553fa8225eaff8465e5fad06d46 (patch) | |
| tree | 833d4926b5f6ed92cca3d6e3d3cdd7ab87401f2c /etc | |
| parent | e73adad8371fd7ea4696908af00cbe1675708322 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1140,6 +1140,10 @@ when given in a string. Previously, '(any "\x80-\xff")' would match | |||
| 1140 | characters U+0080...U+00FF. Now the expression matches raw bytes in | 1140 | characters U+0080...U+00FF. Now the expression matches raw bytes in |
| 1141 | the 128...255 range, as expected. | 1141 | the 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 | ||