1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
emacs/mac
Andrew Choi 2e875e3688 * src/macfns.c: Rename everything containing *busy_cursor* and
similar to *hourglass*.
	Change IMAGE_POSITIVE_INTEGER_VALUE to
	IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
	(x_set_font): If font hasn't changed, avoid recomputing faces and
	other things, as in xfns.c.
	(Qcancel_timer): New variable.
	(syms_of_macfns): Rename x-busy-pointer-shape to
	x-hourglass-pointer-shape, display-busy-cursor to
	display-hourglass, busy-cursor-delay to hourglass-delay, as in
	xfns.c.
	(x_set_tool_bar_lines): Modify as in xfns.c
	(x_change_window_heights): New function.

	* inc/macterm.h (struct x_output): Rename busy_cursor to
	hourglass_cursor, busy_window to hourglass_window, busy_p to
	hourglass_p, as in xterm.h.

	* src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
	safe_run_hooks, as in xmenu.c.

	* src/macterm.c (do_check_ram_size): New function.

	* src/Emacs.r: Add ALRT resource #129 for alert when there is over
	256 MB RAM.
2001-02-27 14:33:20 +00:00
..
inc * src/macfns.c: Rename everything containing *busy_cursor* and 2001-02-27 14:33:20 +00:00
src * src/macfns.c: Rename everything containing *busy_cursor* and 2001-02-27 14:33:20 +00:00
ChangeLog * src/macfns.c: Rename everything containing *busy_cursor* and 2001-02-27 14:33:20 +00:00
cw5-mcp.xml Added copyright notice. 2001-02-20 16:28:31 +00:00
cw6-mcp.xml Added copyright notice. 2001-02-20 16:28:31 +00:00
INSTALL Added copyright notice. 2001-02-20 16:28:31 +00:00
makefile.MPW Initial check-in: changes for building Emacs under Mac OS. 2000-10-22 16:50:16 +00:00
README Added copyright notice. 2001-02-20 16:28:31 +00:00

GNU Emacs for Mac OS

Copyright (c) 2001 Free Software Foundation, Inc.

   Permission is granted to anyone to make or distribute verbatim
   copies of this document as received, in any medium, provided that
   the copyright notice and permission notice are preserved, and that
   the distributor grants the recipient permission for further
   redistribution as permitted by this notice.

   Permission is granted to distribute modified versions of this
   document, or of portions of it, under the above conditions,
   provided also that they carry prominent notices stating who last
   changed them.

This directory contains the files needed to build GNU Emacs on the Mac
OS (8.1-9.0).  Many of the major features of the Unix version are
supported: multiple frames, colors, scroll bars, menu bars, use of the
mouse, fontsets, international characters, input methods, and coding
systems.

Mac OS specific support includes document drag-and-drop in the Finder,
transfer of text to and from other applications via the clipboard, and
sending AppleScript commands to other applications from Emacs.

The following are not yet supported: unexec (dump-emacs), asynchronous
subprocesses (start-process), and networking
(open-network-connection).

There is basic support for synchronous subprocesses (call-process)
although Unix commands that are used will need to be ported to the
Mac.

Metrowerks CodeWarrior Pro 5 or Pro 6 or MPW-GM (August 2000) can be
used to build Emacs on the Mac OS.  See the INSTALL file in this
directory for instructions on building Emacs.

Binary distributions are available at

  http://mac-emacs.sourceforge.net/index.html

At this site you can also find an FAQ, mailing lists, and dicussion
forums for discussing issues related to running GNU Emacs on Mac OS.

Andrew.
<akochoi@users.sourceforge.net>