1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00
emacs/src/s
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
..
aix4-2.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
bsd-common.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
cygwin.h * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. 2008-07-24 18:45:45 +00:00
darwin.h Remove support for Mac Carbon. 2008-07-27 18:24:48 +00:00
freebsd.h * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): 2008-07-23 06:39:16 +00:00
gnu-kfreebsd.h Petr Salinger <Petr.Salinger at seznam.cz>: New file. 2007-11-28 08:16:55 +00:00
gnu-linux.h * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. 2008-07-24 18:45:45 +00:00
gnu.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
hpux10-20.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
hpux11.h * src/fileio.c: 2008-07-10 15:26:15 +00:00
irix6-5.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
lynxos.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
ms-w32.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
msdos.h * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. 2008-07-24 18:45:45 +00:00
netbsd.h * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): 2008-07-23 06:39:16 +00:00
openbsd.h
README
sol2-3.h * s/sol2-3.h: Insert contents of s/sol2.h. 2008-07-20 14:14:52 +00:00
sol2-4.h * s/sol2.h: 2008-07-17 14:09:13 +00:00
sol2-5.h * s/vms.h: 2008-07-10 03:26:06 +00:00
sol2-6.h
template.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
unixware.h
usg5-4-2.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
usg5-4.h * s/usg5-4.h (ADDR_CORRECT): Remove, unused. 2008-07-23 08:29:24 +00:00
vms.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00

This directory contains C header files containing
operating-system-specific definitions.  Each file describes a
particular operating system.  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 system descriptions; it describes
the parameters a system file can specify.