aboutsummaryrefslogtreecommitdiffstats
path: root/mac/README
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-27 18:24:48 +0000
committerDan Nicolaescu2008-07-27 18:24:48 +0000
commit9e2a2647758db83b490e2993aa31cd4607305a82 (patch)
tree9c3d41b47bcd316c60d56bef8d7fd32789e59411 /mac/README
parent7f19297073b2dd6c28987bf5663933591f59e91e (diff)
downloademacs-9e2a2647758db83b490e2993aa31cd4607305a82.tar.gz
emacs-9e2a2647758db83b490e2993aa31cd4607305a82.zip
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.
Diffstat (limited to 'mac/README')
-rw-r--r--mac/README52
1 files changed, 0 insertions, 52 deletions
diff --git a/mac/README b/mac/README
deleted file mode 100644
index 886df66d671..00000000000
--- a/mac/README
+++ /dev/null
@@ -1,52 +0,0 @@
1Emacs for Mac OS X
2
3Copyright (C) 2001, 2002, 2003, 2004, 2005,
4 2006, 2007, 2008 Free Software Foundation, Inc.
5See the end of the file for license conditions.
6
7
8This directory contains the files needed to build Emacs on Mac OS X.
9Many of the major features of the Unix version
10are supported: multiple frames, colors, scroll bars, menu bars, use of
11the mouse, fontsets, international characters, input methods, and
12coding systems.
13
14Mac OS specific support includes document drag-and-drop in the Finder,
15transfer of text to and from other applications via the clipboard, and
16sending AppleScript commands to other applications from Emacs.
17
18On Mac OS X, Emacs can be built using the Developer Tools. See the
19INSTALL file in this directory for instructions on building Emacs.
20
21Read the Mac OS section of the on-line help to find out about how to
22use Emacs on the Mac.
23
24A number of things do not work yet:
25
26+ Support for PostScript image type is not available.
27
28+ Incorporate Apple's wrappers to be able to create a universal
29 binary that unexecs on first run for the given architecture.
30
31If your Mac is connected to the Internet, report bugs by typing `M-x
32report-emacs-bug' or by choosing the entry `Send Bug Report...' in
33the `Help' menu. This will send the bug report to the address
34emacs-pretest-bug@gnu.org.
35
36Steven
37<steven.tamm@mac.com>
38
39This file is part of GNU Emacs.
40
41GNU Emacs is free software: you can redistribute it and/or modify
42it under the terms of the GNU General Public License as published by
43the Free Software Foundation, either version 3 of the License, or
44(at your option) any later version.
45
46GNU Emacs is distributed in the hope that it will be useful,
47but WITHOUT ANY WARRANTY; without even the implied warranty of
48MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
49GNU General Public License for more details.
50
51You should have received a copy of the GNU General Public License
52along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.