# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1153357300 0 # Node ID c8c04c1c517d578ae6b59ab108ed807d4037e79c # Parent 3bbfc3872cb93a939d877965349bc2c223438ff0 *** empty log message *** diff -r 3bbfc3872cb9 -r c8c04c1c517d mac/ChangeLog --- a/mac/ChangeLog Thu Jul 20 01:01:18 2006 +0000 +++ b/mac/ChangeLog Thu Jul 20 01:01:40 2006 +0000 @@ -1,3 +1,8 @@ +2006-07-20 YAMAMOTO Mitsuharu + + * makefile.MPW (dired.c.x, editfns.c.x, fileio.c.x): Depend on + blockinput.h. + 2006-07-12 Kim F. Storm * INSTALL: More cleanup related to last change. diff -r 3bbfc3872cb9 -r c8c04c1c517d src/ChangeLog --- a/src/ChangeLog Thu Jul 20 01:01:18 2006 +0000 +++ b/src/ChangeLog Thu Jul 20 01:01:40 2006 +0000 @@ -1,3 +1,12 @@ +2006-07-20 YAMAMOTO Mitsuharu + + * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars. + (init_alloc_once): Initialize them. + (pure_alloc): Allocate non-Lisp objects from the end of pure storage + without alignment. + + * puresize.h (BASE_PURESIZE): Decrease to 1141000. + 2006-07-18 Francis Litterio * w32term.c (x_calc_absolute_position): Fix frame positioning