diff options
| author | Chong Yidong | 2011-11-08 15:25:56 +0800 |
|---|---|---|
| committer | Chong Yidong | 2011-11-08 15:25:56 +0800 |
| commit | 105216ed03e65f32a7477ba3d27ab05c94bd3449 (patch) | |
| tree | 3e43f81d57d93cc600c80e729bc03abbd68b5ff1 /src/ChangeLog | |
| parent | 0a9f9ab528d1b73d033e2cd93e89e6f42e6ad132 (diff) | |
| download | emacs-105216ed03e65f32a7477ba3d27ab05c94bd3449.tar.gz emacs-105216ed03e65f32a7477ba3d27ab05c94bd3449.zip | |
Move low-level window width/height functions to C, and high-level functions to Lisp.
* lisp/window.el (window-total-height, window-total-width): Doc fix.
(window-body-size): Move from C.
(window-body-height, window-body-width): Move to C.
* src/window.c (Fwindow_left_column, Fwindow_top_line): Doc fix.
(Fwindow_body_height, Fwindow_body_width): Move from Lisp. Signal
an error if not a live window.
(Fwindow_total_width, Fwindow_total_height): Move from Lisp.
(Fwindow_total_size, Fwindow_body_size): Move to Lisp.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 54d8af7c708..8d413a21fa5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-11-08 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * window.c (Fwindow_left_column, Fwindow_top_line): Doc fix. | ||
| 4 | (Fwindow_body_height, Fwindow_body_width): Move from Lisp. Signal | ||
| 5 | an error if not a live window. | ||
| 6 | (Fwindow_total_width, Fwindow_total_height): Move from Lisp. | ||
| 7 | (Fwindow_total_size, Fwindow_body_size): Move to Lisp. | ||
| 8 | |||
| 1 | 2011-11-07 Juanma Barranquero <lekktu@gmail.com> | 9 | 2011-11-07 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 10 | ||
| 3 | * lisp.h (syms_of_abbrev): Remove declaration. | 11 | * lisp.h (syms_of_abbrev): Remove declaration. |