Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
authorAndrew Choi <akochoi@shaw.ca>
Fri, 26 Apr 2002 23:39:06 +0000 (23:39 +0000)
committerAndrew Choi <akochoi@shaw.ca>
Fri, 26 Apr 2002 23:39:06 +0000 (23:39 +0000)
commite0f712ba55fa0d073f6ab93606e428f61fc7caf2
tree7dc6d3403fafcbee1a83288ac840f7eba1d92b44
parent501d8923ae2cdec4ef50f050bb66d3715ba2a8f6
Patch for building Emacs on Mac OS X.  April 26, 2002.  See ChangeLog,
lisp/ChangeLog, and src/ChangeLog for list of changes.
73 files changed:
ChangeLog
configure
configure.in
lisp/ChangeLog
lisp/cus-load.el
lisp/finder-inf.el
lisp/loaddefs.el
lisp/term/mac-win.el
mac/ChangeLog
mac/Emacs.app/Contents/Info.plist [new file with mode: 0644]
mac/Emacs.app/Contents/PkgInfo [new file with mode: 0644]
mac/Emacs.app/Contents/Resources/Emacs.rsrc [new file with mode: 0644]
mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings [new file with mode: 0644]
mac/INSTALL
mac/README
mac/cw5-mcp.xml [deleted file]
mac/cw6-mcp.xml
mac/inc/alloca.h
mac/inc/config.h
mac/inc/defs-cw5.h [deleted file]
mac/inc/defs-cw6.h
mac/inc/dirent.h
mac/inc/epaths.h
mac/inc/m-mac.h
mac/inc/pwd.h
mac/inc/s-mac.h
mac/inc/sys/file.h
mac/inc/sys/ioctl.h
mac/inc/sys/param.h
mac/inc/sys/stat.h
mac/inc/sys/time.h
mac/inc/sys/types.h
mac/inc/termio.h
mac/inc/utime.h
mac/inc/utsname.h
mac/make-bin-dist [new file with mode: 0755]
mac/makefile.MPW
mac/osx-install [new file with mode: 0755]
mac/src/Emacs.r
mac/src/EmacsMPW.r
mac/src/chdir.c
make-dist
man/macos.texi
src/ChangeLog
src/Makefile.in
src/alloc.c
src/callproc.c
src/config.in
src/dispextern.h
src/dispnew.c
src/editfns.c
src/emacs.c
src/fontset.c
src/frame.c
src/frame.h
src/keyboard.c
src/m/powermac.h [new file with mode: 0644]
src/mac.c [moved from mac/src/mac.c with 91% similarity]
src/macfns.c [moved from mac/src/macfns.c with 94% similarity]
src/macgui.h [moved from mac/inc/macgui.h with 92% similarity]
src/macmenu.c [moved from mac/src/macmenu.c with 78% similarity]
src/macterm.c [moved from mac/src/macterm.c with 82% similarity]
src/macterm.h [moved from mac/inc/macterm.h with 91% similarity]
src/process.c
src/s/darwin.h [new file with mode: 0644]
src/sysdep.c
src/term.c
src/termcap.c
src/tparam.c
src/unexmacosx.c [new file with mode: 0644]
src/window.c
src/xdisp.c
src/xfaces.c