diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d199fb6321e..4d493cc7ae1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2000-04-01 Ken Raeburn <raeburn@gnu.org> | ||
| 2 | |||
| 3 | * window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues | ||
| 4 | with int lvalues via casts; instead, just yield lisp object | ||
| 5 | lvalues. | ||
| 6 | (enlarge_window): Variable sizep now points to Lisp_Object. Use | ||
| 7 | proper accessor macros. | ||
| 8 | (shrink_window_lowest_first): w->top is Lisp_Object; use XINT. | ||
| 9 | (grow_mini_window): Fix typo getting int value of root->height. | ||
| 10 | |||
| 1 | 2000-04-01 Gerd Moellmann <gerd@gnu.org> | 11 | 2000-04-01 Gerd Moellmann <gerd@gnu.org> |
| 2 | 12 | ||
| 3 | * xfaces.c (realize_basic_faces): Block input while realizing | 13 | * xfaces.c (realize_basic_faces): Block input while realizing |