diff options
| author | YAMAMOTO Mitsuharu | 2006-07-20 01:01:40 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-07-20 01:01:40 +0000 |
| commit | 14eee5020b6c99f84dc9d9d18b108c28b8079bf1 (patch) | |
| tree | 3b3919d0fd3d31055742f22098bfceb57b0b0f3a | |
| parent | 8579fe482e0c997fcf1315b405898a62ff0148e8 (diff) | |
| download | emacs-14eee5020b6c99f84dc9d9d18b108c28b8079bf1.tar.gz emacs-14eee5020b6c99f84dc9d9d18b108c28b8079bf1.zip | |
*** empty log message ***
| -rw-r--r-- | mac/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index 20c9c255c58..e99b092e8be 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * makefile.MPW (dired.c.x, editfns.c.x, fileio.c.x): Depend on | ||
| 4 | blockinput.h. | ||
| 5 | |||
| 1 | 2006-07-12 Kim F. Storm <storm@cua.dk> | 6 | 2006-07-12 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * INSTALL: More cleanup related to last change. | 8 | * INSTALL: More cleanup related to last change. |
diff --git a/src/ChangeLog b/src/ChangeLog index 70d8f0b9548..510e1f9e49a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars. | ||
| 4 | (init_alloc_once): Initialize them. | ||
| 5 | (pure_alloc): Allocate non-Lisp objects from the end of pure storage | ||
| 6 | without alignment. | ||
| 7 | |||
| 8 | * puresize.h (BASE_PURESIZE): Decrease to 1141000. | ||
| 9 | |||
| 1 | 2006-07-18 Francis Litterio <franl@world.std.com> | 10 | 2006-07-18 Francis Litterio <franl@world.std.com> |
| 2 | 11 | ||
| 3 | * w32term.c (x_calc_absolute_position): Fix frame positioning | 12 | * w32term.c (x_calc_absolute_position): Fix frame positioning |