diff options
| author | Eli Zaretskii | 2014-12-18 18:07:26 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-12-18 18:07:26 +0200 |
| commit | b1978229162b0d4c3b14d8ad8bff383eb3511969 (patch) | |
| tree | d441fe077f75d8b962a24536edcc09f7af65a26d /src/ChangeLog | |
| parent | 687ae680bd12b0353e313808253e7a07c0828ebe (diff) | |
| download | emacs-b1978229162b0d4c3b14d8ad8bff383eb3511969.tar.gz emacs-b1978229162b0d4c3b14d8ad8bff383eb3511969.zip | |
Allow querying font by name for its height and other info. (Bug#19395)
src/font.c (Ffont_info): Add more font information to the vector
returned by the function, inspired by query-font. Doc fix.
doc/lispref/display.texi (Low-Level Font): Document font-info and query-font.
lisp/international/mule-diag.el (describe-font-internal): Display
additional info returned by font-info.
lisp/linum.el (linum--face-width): Rename from linum--face-height,
and use the new functionality of font-info.
(linum-update-window): Use linum--face-width and frame-char-width,
instead of approximating with height.
etc/NEWS: Mention the enhancement in font-info.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 16e99aec99a..2b125d52723 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-12-18 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * font.c (Ffont_info): Add more font information to the vector | ||
| 4 | returned by the function, inspired by query-font. Doc fix. | ||
| 5 | (Bug#19395) | ||
| 6 | |||
| 1 | 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * keyboard.c (input_was_pending): New var. | 9 | * keyboard.c (input_was_pending): New var. |