diff options
| author | Martin Rudalics | 2014-01-22 11:29:23 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2014-01-22 11:29:23 +0100 |
| commit | 6cb4da45dc3d0660a65b29e192e82a37e3ad505c (patch) | |
| tree | 310338ec8e359c9b3923e45b3437996c185a901b /src/ChangeLog | |
| parent | 29f5e020a29c27e2b198069d0fe5ddc30b0a618f (diff) | |
| download | emacs-6cb4da45dc3d0660a65b29e192e82a37e3ad505c.tar.gz emacs-6cb4da45dc3d0660a65b29e192e82a37e3ad505c.zip | |
Fixes in window size functions around Bug#16430 and Bug#16470.
* window.c (Fwindow_pixel_width, Fwindow_pixel_height)
(Fwindow_mode_line_height, Fwindow_header_line_height)
(Fwindow_right_divider_width, Fwindow_bottom_divider_width):
Minor doc-string adjustments.
(Fwindow_total_height, Fwindow_total_width): New argument ROUND.
Rewrite doc-strings.
(window_body_height, window_body_width): Do not count partially
visible lines/columns when PIXELWISE is nil (Bug#16470).
(Qfloor, Qceiling): New symbols.
* window.el (window-total-size, window-size): New argument
ROUND.
(window--min-delta-1, window-min-delta, window--max-delta-1): Be
more conservative when calculating the numbers of lines or
columns a window can shrink (Bug#16430).
(fit-window-to-buffer): Simplify code.
* term.el (term-window-width): Call window-body-width again.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eb05786e3fa..a9822e56acd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-01-22 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | Fixes in window size functions around Bug#16430 and Bug#16470. | ||
| 4 | * window.c (Fwindow_pixel_width, Fwindow_pixel_height) | ||
| 5 | (Fwindow_mode_line_height, Fwindow_header_line_height) | ||
| 6 | (Fwindow_right_divider_width, Fwindow_bottom_divider_width): | ||
| 7 | Minor doc-string adjustments. | ||
| 8 | (Fwindow_total_height, Fwindow_total_width): New argument ROUND. | ||
| 9 | Rewrite doc-strings. | ||
| 10 | (window_body_height, window_body_width): Do not count partially | ||
| 11 | visible lines/columns when PIXELWISE is nil (Bug#16470). | ||
| 12 | (Qfloor, Qceiling): New symbols. | ||
| 13 | |||
| 1 | 2014-01-21 Eli Zaretskii <eliz@gnu.org> | 14 | 2014-01-21 Eli Zaretskii <eliz@gnu.org> |
| 2 | 15 | ||
| 3 | * w32fns.c (unwind_create_frame): Avoid crashing inside assertion | 16 | * w32fns.c (unwind_create_frame): Avoid crashing inside assertion |