1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 15:00:42 -08:00
emacs/src/m
Dan Nicolaescu 9e2a264775 Remove support for Mac Carbon.
* mactoolbox.c:
* macterm.h:
* macterm.c:
* macselect.c:
* macmenu.c:
* macgui.h:
* macfns.c:
* mac.c: Remove file.
* s/darwin.h:
* m/intel386.h:
* xfaces.c:
* xdisp.c:
* window.c:
* tparam.c:
* termhooks.h:
* termcap.c:
* term.c:
* syssignal.h:
* sysselect.h:
* sysdep.c:
* process.c:
* lread.c:
* lisp.h:
* keyboard.c:
* image.c:
* fringe.c:
* frame.h:
* frame.c:
* fontset.c:
* font.h:
* font.c:
* fns.c:
* fileio.c:
* emacs.c:
* dispnew.c:
* dispextern.h:
* config.in:
* atimer.c:
* Makefile.in: Remove code for Carbon

* erc.el: Remove code for Carbon.

Remove support for Mac Carbon.
* term/mac-win.el: Remove file
* international/mule-cmds.el:
* version.el:
* startup.el:
* simple.el:
* mwheel.el:
* mouse.el:
* loadup.el:
* isearch.el:
* info.el:
* frame.el:
* faces.el:
* disp-table.el:
* cus-start.el:
* cus-face.el:
* cus-edit.el:
* Makefile.in: Remove code for Carbon.

Remove support for Mac Carbon.
* makefile.w32-in:
* emacsclient.c: Remove code for Carbon.

* PROBLEMS:
* MACHINES: Remove mentions of Mac Carbon.

* ns-emacs.texi:
* faq.texi: Remove mentions of Mac Carbon.

* os.texi:
* frames.texi:
* display.texi: Remove mentions of Mac Carbon.

* xresources.texi: Remove mentions of Mac Carbon.

* make-tarball.txt:
* admin.el:
* FOR-RELEASE:
* CPP-DEFINES: Remove mentions of Mac Carbon.

Remove support for Mac Carbon.
* mac: Remove directory.
* make-dist:
* configure.in:
* README:
* Makefile.in:
* INSTALL:  Remove code for Carbon.
* configure: Regenerate.
2008-07-27 18:24:48 +00:00
..
alpha.h * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. 2008-07-24 18:45:45 +00:00
amdx86-64.h * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. 2008-07-24 18:45:45 +00:00
arm.h * m/mips.h: Remove boilerplate comments and code for systems that 2008-07-16 07:11:19 +00:00
hp800.h * systty.h: Remove code for Aix on 386, unsupported platform. 2008-07-16 08:06:18 +00:00
ia64.h * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. 2008-07-16 07:42:41 +00:00
ibmrs6000.h * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. 2008-07-24 18:45:45 +00:00
ibmrs6000.inp
ibms390.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
ibms390x.h (NO_REMAP): Do not undefine. 2008-07-21 17:19:47 +00:00
intel386.h Remove support for Mac Carbon. 2008-07-27 18:24:48 +00:00
iris4d.h * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used 2008-07-21 18:19:30 +00:00
m68k.h * m/m68k.h (linux): Use GNU_LINUX instead. 2008-07-16 15:27:04 +00:00
macppc.h * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. 2008-07-24 18:45:45 +00:00
mips.h * m/mips.h (LOAD_AVE_TYPE, LOAD_AVE_CVT): Do not define, not used 2008-07-21 18:19:30 +00:00
README
sparc.h * ecrt0.c: Remove code depending on m68000, not used anymore. 2008-07-17 13:57:13 +00:00
template.h * lisp.h: 2008-07-11 02:30:26 +00:00
vax.h * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused. 2008-07-24 18:39:48 +00:00
xtensa.h * lisp.h: 2008-07-11 02:30:26 +00:00

This directory contains C header files containing machine-specific
definitions.  Each file describes a particular machine.  The emacs
configuration script edits ../config.h to include the appropriate one of
these files, and then each emacs source file includes config.h.

template.h is a generic template for machine descriptions; it
describes the parameters a machine file can specify.