diff options
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. |