diff options
author | Titus von der Malsburg <malsburg@posteo.de> | 2015-03-21 12:31:29 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-03-21 12:31:29 +0200 |
commit | 4a50af936e24b5f71df4079beb6dde82ed1955c2 (patch) | |
tree | 820f0e83852d7bab9b050e4adaf38e8e928dacbc /etc/ChangeLog | |
parent | 70565a21765ea5f9b163e1a0ef1331df03c7fc67 (diff) | |
download | emacs-4a50af936e24b5f71df4079beb6dde82ed1955c2.tar.gz |
Add new functions for computing default font dimensions
lisp/window.el (window-font-width, window-font-height)
(window-max-chars-per-line): New functions.
lisp/simple.el (default-font-height): Doc fix.
(default-font-width): New function.
etc/NEWS: Mention `default-font-width', `window-font-height',
`window-font-width', and `window-max-chars-per-line'.
Diffstat (limited to 'etc/ChangeLog')
-rw-r--r-- | etc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index cd5c54037c8..c94e12296ed 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2015-03-21 Titus von der Malsburg <malsburg@posteo.de> + + * NEWS: Mention `default-font-width', `window-font-height', + `window-font-width', and `window-max-chars-per-line'. + 2015-03-03 Kelvin White <kwhite@gnu.org> * NEWS.24: Add section to include ERC changes. |