diff options
| author | Martin Rudalics | 2011-06-07 11:26:21 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2011-06-07 11:26:21 +0200 |
| commit | abde8f8c7b14b0a851dc0dec23e7444550a148cf (patch) | |
| tree | 5c7a5ac601f71f165fc3361bda5583d28dbaf196 /src/ChangeLog | |
| parent | 81eafe297773904d0a532328d27d658dde29be99 (diff) | |
| download | emacs-abde8f8c7b14b0a851dc0dec23e7444550a148cf.tar.gz emacs-abde8f8c7b14b0a851dc0dec23e7444550a148cf.zip | |
Install some window-size related functions and window-list-1.
* window.c (Fwindow_total_size, Fwindow_left_column)
(Fwindow_top_line, window_body_lines, Fwindow_body_size)
(Fwindow_list_1): New functions.
(window_box_text_cols): Replace with window_body_cols.
(Fwindow_width, Fscroll_left, Fscroll_right): Use
window_body_cols instead of window_box_text_cols.
* window.h: Extern window_body_cols instead of
window_box_text_cols.
* indent.c (compute_motion, Fcompute_motion): Use
window_body_cols instead of window_box_text_cols.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 87259a083ae..5e51d8c6a76 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2011-06-07 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.c (Fwindow_total_size, Fwindow_left_column) | ||
| 4 | (Fwindow_top_line, window_body_lines, Fwindow_body_size) | ||
| 5 | (Fwindow_list_1): New functions. | ||
| 6 | (window_box_text_cols): Replace with window_body_cols. | ||
| 7 | (Fwindow_width, Fscroll_left, Fscroll_right): Use | ||
| 8 | window_body_cols instead of window_box_text_cols. | ||
| 9 | |||
| 10 | * window.h: Extern window_body_cols instead of | ||
| 11 | window_box_text_cols. | ||
| 12 | |||
| 13 | * indent.c (compute_motion, Fcompute_motion): Use | ||
| 14 | window_body_cols instead of window_box_text_cols. | ||
| 15 | |||
| 1 | 2011-06-07 Daniel Colascione <dan.colascione@gmail.com> | 16 | 2011-06-07 Daniel Colascione <dan.colascione@gmail.com> |
| 2 | 17 | ||
| 3 | * fns.c (Fputhash): Document return value. | 18 | * fns.c (Fputhash): Document return value. |