aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2011-06-08 15:00:51 +0200
committerMartin Rudalics2011-06-08 15:00:51 +0200
commitb9e809c2d78844d1ddc700bca429bee25a437ba5 (patch)
tree344bfa77107e99ce3e2fd67f3fb5805bc539f456 /src/ChangeLog
parent387522b285a49a3c598694ce4cd1cdb90071bf5f (diff)
downloademacs-b9e809c2d78844d1ddc700bca429bee25a437ba5.tar.gz
emacs-b9e809c2d78844d1ddc700bca429bee25a437ba5.zip
New symbols in window.c.
* window.c: (WINDOW_TOTAL_SIZE, MIN_SAFE_WINDOW_WIDTH) (MIN_SAFE_WINDOW_HEIGHT): Really remove them from window.c. (syms_of_window): New Lisp objects Qrecord_window_buffer, Qwindow_deletable_p, Qdelete_window, Qreplace_buffer_in_windows, Qget_mru_window, Qresize_root_window, Qresize_root_window_vertically, Qsafe, Qabove, Qbelow, Qauto_buffer_name; staticpro them.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
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
332011-06-07 Martin Rudalics <rudalics@gmx.at> 392011-06-07 Martin Rudalics <rudalics@gmx.at>
34 40