diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 076b470e532..d9a5345746d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | normal_lines, normal_cols, new_total, new_normal, clone_number, | 4 | normal_lines, normal_cols, new_total, new_normal, clone_number, |
| 5 | splits, nest, prev_buffers, next_buffers. | 5 | splits, nest, prev_buffers, next_buffers. |
| 6 | (WINDOW_TOTAL_SIZE): Move here from window.c. | 6 | (WINDOW_TOTAL_SIZE): Move here from window.c. |
| 7 | (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define. | 7 | (MIN_SAFE_WINDOW_WIDTH, MIN_SAFE_WINDOW_HEIGHT): Define here. |
| 8 | 8 | ||
| 9 | * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p): | 9 | * window.c (Fwindow_height, Fwindow_width, Fwindow_full_width_p): |
| 10 | Remove. | 10 | Remove. |
| @@ -28,7 +28,13 @@ | |||
| 28 | (Fset_window_configuration, saved_window) | 28 | (Fset_window_configuration, saved_window) |
| 29 | (Fcurrent_window_configuration, save_window_save): Handle new | 29 | (Fcurrent_window_configuration, save_window_save): Handle new |
| 30 | members of window structure. | 30 | members of window structure. |
| 31 | (WINDOW_TOTAL_SIZE): Move to window.h. | 31 | (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH) |
| 32 | (MIN_SAFE_WINDOW_HEIGHT): Move to window.h. | ||
| 33 | (syms_of_window): New Lisp objects Qrecord_window_buffer, | ||
| 34 | Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows, | ||
| 35 | Qget_mru_window, Qresize_root_window, | ||
| 36 | Qresize_root_window_vertically, Qsafe, Qabove, Qbelow, | ||
| 37 | Qauto_buffer_name; staticpro them. | ||
| 32 | 38 | ||
| 33 | 2011-06-07 Martin Rudalics <rudalics@gmx.at> | 39 | 2011-06-07 Martin Rudalics <rudalics@gmx.at> |
| 34 | 40 | ||