Mercurial > emacs
annotate etc/DISTRIB @ 71504:2b4e59cd1121
(Qeql): Add extern.
(x_set_mouse_pixel_position) [MAC_OSX]: Use CGWarpMouseCursorPosition.
(fm_style_face_attributes_alist) [USE_ATSUI]: New variable.
(syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
Change keys of Vmac_atsu_font_table from strings to numbers.
(fm_style_to_face_attributes) [USE_ATSUI]: New function.
(init_font_name_table) [USE_ATSUI]: Use it.
(saved_ts_script_language_on_focus) [USE_MAC_TSM]: New variable.
(syms_of_macterm) [USE_MAC_TSM]: Initialize and staticpro it.
[USE_MAC_TSM] (mac_tsm_resume): Restore script and language codes
only when saved_ts_script_language_on_focus coincides with
Vmac_ts_script_language_on_focus.
[USE_MAC_TSM] (mac_tsm_suspend): Save value of
Vmac_ts_script_language_on_focus to saved_ts_script_language_on_focus.
(XTread_socket) [USE_MAC_TSM]: Add Mac OS Classic support.
[USE_MAC_TSM] (mac_handle_text_input_event, init_tsm): Likewise.
| author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|---|
| date | Wed, 28 Jun 2006 08:31:32 +0000 |
| parents | e8a3fb527b77 |
| children | 0259a1711394 |
| rev | line source |
|---|---|
| 26119 | 1 -*- text -*- |
| 2 For an order form for all Emacs and FSF distributions deliverable from | |
|
51419
58e60480bcdd
Delete mention of etc/ORDERS file. Say VMS and Apollo systems were
Richard M. Stallman <rms@gnu.org>
parents:
51302
diff
changeset
|
3 the USA, see http://www.gnu.org/order/order.html. |
| 26119 | 4 |
| 32809 | 5 GNU Emacs availability information, October 2000 |
|
65088
f05a048483cc
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
59059
diff
changeset
|
6 |
|
f05a048483cc
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
59059
diff
changeset
|
7 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1998, |
|
68640
e8a3fb527b77
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65088
diff
changeset
|
8 2000, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
| 26119 | 9 |
| 10 Permission is granted to anyone to make or distribute | |
| 11 verbatim copies of this document provided that the | |
| 12 copyright notice and this permission notice are preserved. | |
| 13 | |
| 14 GNU Emacs is legally owned by the Free Software Foundation, but we | |
| 15 regard the foundation more as its custodian on behalf of the public. | |
| 16 | |
| 17 In the GNU project, when we speak of "free software", this refers to | |
| 18 liberty, not price. Specifically, it refers to the users' freedom to | |
| 19 study, copy, change and improve the software. Sometimes users pay | |
| 20 money for copies of GNU software, and sometimes they get copies at no | |
| 21 charge. But regardless of how they got the software, or whether it | |
| 22 was modified by anyone else along the way, they have the freedom to | |
| 23 copy and change it--those freedoms are what "free software" means. | |
| 24 | |
| 25 The precise conditions for copying and modification are stated in the | |
| 26 document "GNU General Public License," a copy of which is required to | |
| 27 be distributed with every copy of GNU Emacs. It is usually in a file | |
| 28 named `COPYING' in the same directory as this file. These conditions | |
| 29 are designed to make sure that everyone who has a copy of GNU Emacs | |
| 30 (including modified versions) has the freedom to redistribute and | |
| 31 change it. | |
| 32 | |
| 33 If you do not know anyone to get a copy of GNU Emacs from, you can | |
| 32809 | 34 order a cd-rom from the Free Software Foundation. We distribute |
| 35 several Emacs versions. We also distribute nicely typeset copies of | |
| 36 the Emacs user manual, Emacs Lisp Reference Manual, the Emacs | |
|
51419
58e60480bcdd
Delete mention of etc/ORDERS file. Say VMS and Apollo systems were
Richard M. Stallman <rms@gnu.org>
parents:
51302
diff
changeset
|
37 reference card, etc. See http://www.gnu.org/order/order.html. |
| 26119 | 38 |
| 39 If you have Internet access, you can copy the latest Emacs | |
| 32809 | 40 distribution from hosts, such as ftp.gnu.org. There are several ways |
| 41 to do this; see http://www.gnu.org/software/software.html for more | |
| 42 information. | |
| 26119 | 43 |
| 32809 | 44 Emacs has been run on GNU/Linux, FreeBSD, NetBSD, OpenBSD, and on many |
|
51419
58e60480bcdd
Delete mention of etc/ORDERS file. Say VMS and Apollo systems were
Richard M. Stallman <rms@gnu.org>
parents:
51302
diff
changeset
|
45 Unix systems, on a variety of types of cpu, as well as on MSDOS, |
|
58e60480bcdd
Delete mention of etc/ORDERS file. Say VMS and Apollo systems were
Richard M. Stallman <rms@gnu.org>
parents:
51302
diff
changeset
|
46 Windows and MacOS. It also formerly worked on VMS and on Apollo |
|
58e60480bcdd
Delete mention of etc/ORDERS file. Say VMS and Apollo systems were
Richard M. Stallman <rms@gnu.org>
parents:
51302
diff
changeset
|
47 computers, though with some deficiencies that reflect problems in |
|
58e60480bcdd
Delete mention of etc/ORDERS file. Say VMS and Apollo systems were
Richard M. Stallman <rms@gnu.org>
parents:
51302
diff
changeset
|
48 these operating systems. See the file `MACHINES' in this directory |
|
58e60480bcdd
Delete mention of etc/ORDERS file. Say VMS and Apollo systems were
Richard M. Stallman <rms@gnu.org>
parents:
51302
diff
changeset
|
49 (see above) for a full list of machines that GNU Emacs has been tested |
|
58e60480bcdd
Delete mention of etc/ORDERS file. Say VMS and Apollo systems were
Richard M. Stallman <rms@gnu.org>
parents:
51302
diff
changeset
|
50 on, with machine-specific installation notes and warnings. |
| 26119 | 51 |
| 52 Note that there is significant variation between Unix systems | |
| 53 supposedly running the same version of Unix; it is possible that what | |
| 54 works in GNU Emacs for me does not work on your system due to such an | |
| 55 incompatibility. Since I must avoid reading Unix source code, I | |
| 56 cannot even guess what such problems may exist. | |
| 57 | |
| 58 GNU Emacs is distributed with no warranty (see the General Public | |
| 59 License for full details, in the file `COPYING' in this directory (see | |
| 60 above)), and neither I nor the Free Software Foundation promises any | |
| 61 kind of support or assistance to users. The foundation keeps a list | |
| 62 of people who are willing to offer support and assistance for hire. | |
| 32809 | 63 See http://www.gnu.org/help/gethelp.html. |
| 26119 | 64 |
| 65 However, we plan to continue to improve GNU Emacs and keep it | |
| 66 reliable, so please send me any complaints and suggestions you have. | |
| 67 I will probably fix anything that I consider a malfunction. I may | |
| 68 make improvements that are suggested, but I may choose not to. | |
| 69 | |
| 32809 | 70 If you are on the Internet, report bugs to bug-gnu-emacs@gnu.org. You |
| 71 can use the Emacs command M-x report-bug RET to mail a bug report. | |
| 72 Please read the Bugs section of the Emacs manual before reporting | |
| 73 bugs. | |
| 26119 | 74 |
| 32809 | 75 General questions about the GNU Project can be asked of gnu@gnu.org. |
| 26119 | 76 |
| 77 If you are a computer manufacturer, I encourage you to ship a copy of | |
| 78 GNU Emacs with every computer you deliver. The same copying | |
| 79 permission terms apply to computer manufacturers as to everyone else. | |
| 80 You should consider making a donation to help support the GNU project; | |
| 81 if you estimate what it would cost to distribute some commercial | |
| 82 product and divide it by five, that is a good amount. | |
| 83 | |
| 84 If you like GNU Emacs, please express your satisfaction with a | |
| 85 donation: send me or the Foundation what you feel Emacs has been worth | |
| 86 to you. If you are glad that I developed GNU Emacs and distribute it | |
| 59059 | 87 as free software, rather than following the obstructive and antisocial |
| 26119 | 88 practices typical of software developers, reward me. If you would |
| 89 like the Foundation to develop more free software, contribute. | |
| 90 | |
| 91 Your donations will help to support the development of additional GNU | |
| 92 software. GNU/Linux systems (variants of GNU, based on the kernel | |
| 93 Linux) have millions of users, but there is still much to be done. | |
| 94 For more information on GNU, see the file `GNU' in this directory (see | |
| 95 above). | |
| 96 | |
| 97 Richard M Stallman | |
| 98 Chief GNUisance, | |
| 99 President of the Free Software Foundation |
