aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn2000-04-01 12:39:03 +0000
committerKen Raeburn2000-04-01 12:39:03 +0000
commit3578db3c162c8a5b948ca7936bdaf596a83e49a4 (patch)
tree07dfa24452a6d80295d9465b3e71a448274ac26e /src/ChangeLog
parent610d841ea4d397f151a86d4bfc1e0a8b9b1a646b (diff)
downloademacs-3578db3c162c8a5b948ca7936bdaf596a83e49a4.tar.gz
emacs-3578db3c162c8a5b948ca7936bdaf596a83e49a4.zip
* window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
with int lvalues via casts; instead, just yield lisp object lvalues. (enlarge_window): Variable sizep now points to Lisp_Object. Use proper accessor macros. (shrink_window_lowest_first): w->top is Lisp_Object; use XINT. (grow_mini_window): Fix typo getting int value of root->height.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
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 @@
12000-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
12000-04-01 Gerd Moellmann <gerd@gnu.org> 112000-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