Mercurial > emacs
comparison mac/ChangeLog @ 59145:c331d9c412f2
* 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.
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Mon, 27 Dec 2004 17:23:53 +0000 |
parents | f900ce9a7062 |
children | c714302b6c44 95879cc1ed20 |
comparison
equal
deleted
inserted
replaced
59144:8d9ea622c741 | 59145:c331d9c412f2 |
---|---|
1 2004-12-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
2 | |
3 * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and | |
4 lastfile.c.x. | |
5 (PPCCOptions): Add -alloca. | |
6 (EmacsObjects): Remove alloca.c.x. Add fringe.c.x, image.c.x, and | |
7 lastfile.c.x. | |
8 (Emacs MPW): Add QuickTimeLib. | |
9 (EmacsSource): Remove alloca.c. Add fringe.c, image.c, and | |
10 lastfile.c. | |
11 (LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and | |
12 map-ynp.elc. | |
13 * inc/config.h (USE_LSB_TAG) [__MRC__]: Define. | |
14 (UNEXEC_SRC): Close comment. | |
15 * inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines. | |
16 * inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define. | |
17 (C_ALLOCA) [__MRC__]: Don't define. | |
18 * inc/s-mac.h (X_OK): New define. | |
19 (DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro. | |
20 (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS. | |
21 | |
1 2004-05-29 Steven Tamm <steventamm@mac.com> | 22 2004-05-29 Steven Tamm <steventamm@mac.com> |
2 | 23 |
3 * INSTALL: Fixing typos | 24 * INSTALL: Fixing typos |
4 * README: Updating list of TODOs to remove image support and | 25 * README: Updating list of TODOs to remove image support and |
5 environment variable problem. | 26 environment variable problem. |