diff options
| author | Eli Zaretskii | 2014-10-08 13:16:45 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-10-08 13:16:45 +0300 |
| commit | 28ec0a87ca43f6d62b1503bedfe25640269fd7ef (patch) | |
| tree | 11af3bd8cdfaeb03992f80fc67204806fba1cc89 /doc/lispref/ChangeLog | |
| parent | a7044030f39a7351507727421308c56d7771bebf (diff) | |
| download | emacs-28ec0a87ca43f6d62b1503bedfe25640269fd7ef.tar.gz emacs-28ec0a87ca43f6d62b1503bedfe25640269fd7ef.zip | |
Fix bug #18636 with documentation of multi-monitor displays.
doc/lispref/frames.texi (Multiple Terminals): Improve the description of X
display names. Add index entries.
(Basic Parameters): Add a cross-reference to where X display names
are described.
(Position Parameters): Mention that positional parameters of the
form (+ POS) can be negative if they are on a non-primary monitor
of a multi-monitor display.
(Creating Frames): Mention that on multi-monitor displays the
frame might be positioned differently than specified by the frame
parameters alist.
lisp/faces.el (display-grayscale-p): Mention in the doc string that
the argument can be either a display name or a frame.
lisp/frame.el (display-pixel-height, display-pixel-width)
(display-mm-height, display-mm-width, display-backing-store)
(display-save-under, display-planes, display-color-cells)
(display-visual-class, display-monitor-attributes-list)
(display-screens): Mention in the doc string that the argument can
be either a display name or a frame. Improve the docs of the
monitor attributes.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index babcc22959e..36497470705 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-10-08 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * frames.texi (Multiple Terminals): Improve the description of X | ||
| 4 | display names. Add index entries. | ||
| 5 | (Basic Parameters): Add a cross-reference to where X display names | ||
| 6 | are described. | ||
| 7 | (Position Parameters): Mention that positional parameters of the | ||
| 8 | form (+ POS) can be negative if they are on a non-primary monitor | ||
| 9 | of a multi-monitor display. (Bug#18636) | ||
| 10 | (Creating Frames): Mention that on multi-monitor displays the | ||
| 11 | frame might be positioned differently than specified by the frame | ||
| 12 | parameters alist. | ||
| 13 | |||
| 1 | 2014-10-04 Glenn Morris <rgm@gnu.org> | 14 | 2014-10-04 Glenn Morris <rgm@gnu.org> |
| 2 | 15 | ||
| 3 | * commands.texi (Generic Commands): Copyedits. | 16 | * commands.texi (Generic Commands): Copyedits. |