diff options
| author | Martin Rudalics | 2015-02-05 15:40:19 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2015-02-05 15:40:19 +0100 |
| commit | 49aa3a12ccf0ceea3961edaec9cd00dc6038fc79 (patch) | |
| tree | cded08e9273f9497848d988ecaf5fcd601ff1c97 /src/ChangeLog | |
| parent | ff7072d5314768e31a4f15ad1ce0039405ddb535 (diff) | |
| download | emacs-49aa3a12ccf0ceea3961edaec9cd00dc6038fc79.tar.gz emacs-49aa3a12ccf0ceea3961edaec9cd00dc6038fc79.zip | |
Remove recently added BUFFER arg of `window-text-pixel-size'.
* xdisp.c (Fwindow_text_pixel_size): Remove optional BUFFER
argument added on 2015-02-01.
* display.texi (Size of Displayed Text): Remove description of
optional argument BUFFER of `window-text-pixel-size'.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6b56abbafd1..2c9b6c8375b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-02-05 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * xdisp.c (Fwindow_text_pixel_size): Remove optional BUFFER | ||
| 4 | argument added on 2015-02-01. | ||
| 5 | |||
| 1 | 2015-02-04 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2015-02-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Remove no-longer-used two_byte_p calculations | 8 | Remove no-longer-used two_byte_p calculations |