Mercurial > emacs
annotate mac/README @ 95652:546e42430b84
* Makefile.in: Compile menu.c.
* lisp.h: Declare syms_of_menu.
* emacs.c (main): Call syms_of_menu.
* keyboard.h: Relocate platform-independent menu definitions from
xmenu.c.
* menu.c: New file. Relocate platform-independent menu
definitions from xmenu.c.
* xmenu.c: Remove platform-independent menu definitions.
(menu_items menu_items_inuse, menu_items_allocated)
(menu_items_used, menu_items_n_panes)
(menu_items_submenu_depth): Move to keyboard.h.
(init_menu_items, finish_menu_items, unuse_menu_items)
(discard_menu_items, restore_menu_items, save_menu_items)
(grow_menu_items, push_submenu_start, push_submenu_end)
(push_left_right_boundary, push_menu_pane, push_menu_item)
(keymap_panes, single_keymap_panes, single_menu_item)
(list_of_panes, list_of_items, find_and_call_menu_selection)
(xmalloc_widget_value, free_menubar_widget_value_tree)
(parse_single_submenu, digest_single_submenu)
(update_submenu_strings): Move to menu.c.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 08 Jun 2008 04:38:11 +0000 |
parents | de6b7eaee358 |
children |
rev | line source |
---|---|
91523
e062f74910e7
* make-dist: Remove references to files in mac/ that have been
Dan Nicolaescu <dann@ics.uci.edu>
parents:
79736
diff
changeset
|
1 Emacs for Mac OS X |
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
2 |
68648
067115a6e738
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
66363
diff
changeset
|
3 Copyright (C) 2001, 2002, 2003, 2004, 2005, |
79736 | 4 2006, 2007, 2008 Free Software Foundation, Inc. |
75769
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75348
diff
changeset
|
5 See the end of the file for license conditions. |
36233 | 6 |
7 | |
91523
e062f74910e7
* make-dist: Remove references to files in mac/ that have been
Dan Nicolaescu <dann@ics.uci.edu>
parents:
79736
diff
changeset
|
8 This directory contains the files needed to build Emacs on Mac OS X. |
e062f74910e7
* make-dist: Remove references to files in mac/ that have been
Dan Nicolaescu <dann@ics.uci.edu>
parents:
79736
diff
changeset
|
9 Many of the major features of the Unix version |
66363
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
10 are supported: multiple frames, colors, scroll bars, menu bars, use of |
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
11 the mouse, fontsets, international characters, input methods, and |
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
12 coding systems. |
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
13 |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
14 Mac OS specific support includes document drag-and-drop in the Finder, |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
15 transfer of text to and from other applications via the clipboard, and |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
16 sending AppleScript commands to other applications from Emacs. |
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
17 |
71814
c019dbffab41
Remove descriptions about Metrowerks CodeWarrior.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68648
diff
changeset
|
18 On Mac OS X, Emacs can be built using the Developer Tools. See the |
c019dbffab41
Remove descriptions about Metrowerks CodeWarrior.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
68648
diff
changeset
|
19 INSTALL file in this directory for instructions on building Emacs. |
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
20 |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
21 Read the Mac OS section of the on-line help to find out about how to |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
22 use Emacs on the Mac. |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
23 |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
24 A number of things do not work yet: |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
25 |
66363
ae5c2b812667
Replace `Mac OS 8/9' with `Mac OS Classic'. Add `FIXME'
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
65676
diff
changeset
|
26 + Support for PostScript image type is not available. |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
27 |
63161
5c72c9c65fb2
Describe support for Intel-based Macintosh
Steven Tamm <steventamm@mac.com>
parents:
55853
diff
changeset
|
28 + Incorporate Apple's wrappers to be able to create a universal |
5c72c9c65fb2
Describe support for Intel-based Macintosh
Steven Tamm <steventamm@mac.com>
parents:
55853
diff
changeset
|
29 binary that unexecs on first run for the given architecture. |
5c72c9c65fb2
Describe support for Intel-based Macintosh
Steven Tamm <steventamm@mac.com>
parents:
55853
diff
changeset
|
30 |
44890
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
31 If your Mac is connected to the Internet, report bugs by typing `M-x |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
32 report-emacs-bug' or by choosing the entry `Send Bug Report...' in |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
33 the `Help' menu. This will send the bug report to the address |
01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
Andrew Choi <akochoi@shaw.ca>
parents:
38188
diff
changeset
|
34 emacs-pretest-bug@gnu.org. |
32752
923b8d6d8277
Initial check-in: changes for building Emacs under Mac OS.
Andrew Choi <akochoi@shaw.ca>
parents:
diff
changeset
|
35 |
55853
f900ce9a7062
Updating list of TODOs to remove image support and environment variable problem
Steven Tamm <steventamm@mac.com>
parents:
48602
diff
changeset
|
36 Steven |
f900ce9a7062
Updating list of TODOs to remove image support and environment variable problem
Steven Tamm <steventamm@mac.com>
parents:
48602
diff
changeset
|
37 <steven.tamm@mac.com> |
75769
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75348
diff
changeset
|
38 |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75348
diff
changeset
|
39 This file is part of GNU Emacs. |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75348
diff
changeset
|
40 |
94789
de6b7eaee358
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91523
diff
changeset
|
41 GNU Emacs is free software: you can redistribute it and/or modify |
75769
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75348
diff
changeset
|
42 it under the terms of the GNU General Public License as published by |
94789
de6b7eaee358
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91523
diff
changeset
|
43 the Free Software Foundation, either version 3 of the License, or |
de6b7eaee358
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91523
diff
changeset
|
44 (at your option) any later version. |
75769
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75348
diff
changeset
|
45 |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75348
diff
changeset
|
46 GNU Emacs is distributed in the hope that it will be useful, |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75348
diff
changeset
|
47 but WITHOUT ANY WARRANTY; without even the implied warranty of |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75348
diff
changeset
|
48 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75348
diff
changeset
|
49 GNU General Public License for more details. |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75348
diff
changeset
|
50 |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75348
diff
changeset
|
51 You should have received a copy of the GNU General Public License |
94789
de6b7eaee358
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91523
diff
changeset
|
52 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |