summaryrefslogtreecommitdiff
path: root/mac/ChangeLog
diff options
context:
space:
mode:
authorSteven Tamm <steventamm@mac.com>2004-12-27 17:23:53 +0000
committerSteven Tamm <steventamm@mac.com>2004-12-27 17:23:53 +0000
commit22933cbff47c023e8a37677112e847c9242d8a54 (patch)
treebae0f938a00a18f0e4737dfe5becd42a451f2063 /mac/ChangeLog
parent74e2abe26a974d64a1fe006dd99c061c91d71773 (diff)
downloademacs-22933cbff47c023e8a37677112e847c9242d8a54.tar.gz
* makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
lastfile.c.x. (PPCCOptions): Add -alloca. (EmacsObjects): Remove alloca.c.x. Add fringe.c.x, image.c.x, and lastfile.c.x. (Emacs MPW): Add QuickTimeLib. (EmacsSource): Remove alloca.c. Add fringe.c, image.c, and lastfile.c. (LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and map-ynp.elc. * inc/config.h (USE_LSB_TAG) [__MRC__]: Define. (UNEXEC_SRC): Close comment. * inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines. * inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define. (C_ALLOCA) [__MRC__]: Don't define. * inc/s-mac.h (X_OK): New define. (DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro. (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
Diffstat (limited to 'mac/ChangeLog')
-rw-r--r--mac/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 7283b3e2aed..a12d8bc4673 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,24 @@
+2004-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
+
+ * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
+ lastfile.c.x.
+ (PPCCOptions): Add -alloca.
+ (EmacsObjects): Remove alloca.c.x. Add fringe.c.x, image.c.x, and
+ lastfile.c.x.
+ (Emacs MPW): Add QuickTimeLib.
+ (EmacsSource): Remove alloca.c. Add fringe.c, image.c, and
+ lastfile.c.
+ (LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and
+ map-ynp.elc.
+ * inc/config.h (USE_LSB_TAG) [__MRC__]: Define.
+ (UNEXEC_SRC): Close comment.
+ * inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines.
+ * inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define.
+ (C_ALLOCA) [__MRC__]: Don't define.
+ * inc/s-mac.h (X_OK): New define.
+ (DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro.
+ (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
+
2004-05-29 Steven Tamm <steventamm@mac.com>
* INSTALL: Fixing typos