diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5045e5d1469..e8fd37925fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-10-08 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * faces.el (display-grayscale-p): Mention in the doc string that | ||
| 4 | the argument can be either a display name or a frame. | ||
| 5 | |||
| 6 | * frame.el (display-pixel-height, display-pixel-width) | ||
| 7 | (display-mm-height, display-mm-width, display-backing-store) | ||
| 8 | (display-save-under, display-planes, display-color-cells) | ||
| 9 | (display-visual-class, display-monitor-attributes-list) | ||
| 10 | (display-screens): Mention in the doc string that the argument can | ||
| 11 | be either a display name or a frame. Improve the docs of the | ||
| 12 | monitor attributes. (Bug#18636) | ||
| 13 | |||
| 1 | 2014-10-06 Martin Rudalics <rudalics@gmx.at> | 14 | 2014-10-06 Martin Rudalics <rudalics@gmx.at> |
| 2 | 15 | ||
| 3 | * term.el (term-window-width): Subtract 1 from the width when | 16 | * term.el (term-window-width): Subtract 1 from the width when |