diff --git a/mac/ChangeLog b/mac/ChangeLog index c128ae837e0..d427a71e5c5 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog @@ -1,3 +1,7 @@ +2007-04-09 YAMAMOTO Mitsuharu + + * make-package (compver): Don't hardcode processor type. + 2007-03-20 YAMAMOTO Mitsuharu * makefile.MPW (dired.c.x, editfns.c.x, fileio.c.x, lread.c.x) diff --git a/src/ChangeLog b/src/ChangeLog index 0f446131c3f..b6cb540fa4e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-04-09 YAMAMOTO Mitsuharu + + * s/darwin.h (__restrict, struct kboard): Remove outdated workarounds. + (C_SWITCH_SYSTEM): Remove `-I../mac/src'. + 2007-04-09 Martin Rudalics * indent.c (Fmove_to_column): Set next_boundary with correct start pt.