-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba21cd0
commit ea0c49c
Showing
31 changed files
with
16,347 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 47 additions & 0 deletions
47
web.mit.edu/multics-history/source/Multics/doc/info_segments/emacs-history-comment.info
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
02/13/86 add-history-comment, add-hcom | ||
|
||
Syntax: esc-X add-history-comment | ||
or: esc-X add-hcom | ||
|
||
|
||
Function: allows entry of a history comment while within EMACS. If | ||
this is the first history comment entered, the EMACS extension sets up | ||
the "HISTORY COMMENTS" header and "END HISTORY COMMENTS" footer. The | ||
approve value and summary are prompted for. | ||
|
||
|
||
Notes: You will be prompted for the approve value and the summary. A | ||
null response (carriage return) is valid for the approve value but not | ||
for the summary as it is a required field. | ||
|
||
|
||
----------------------------------------------------------- | ||
|
||
|
||
Historical Background | ||
|
||
This edition of the Multics software materials and documentation is provided and donated | ||
to Massachusetts Institute of Technology by Group BULL including BULL HN Information Systems Inc. | ||
as a contribution to computer science knowledge. | ||
This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, | ||
Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell BULL Inc., Groupe BULL | ||
and BULL HN Information Systems Inc. to the development of this operating system. | ||
Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), | ||
renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership | ||
of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture | ||
for managing computer hardware properly and for executing programs. Many subsequent operating systems | ||
incorporated Multics principles. | ||
Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., | ||
as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . | ||
|
||
----------------------------------------------------------- | ||
|
||
Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without | ||
fee is hereby granted,provided that the below copyright notice and historical background appear in all copies | ||
and that both the copyright notice and historical background and this permission notice appear in supporting | ||
documentation, and that the names of MIT, HIS, BULL or BULL HN not be used in advertising or publicity pertaining | ||
to distribution of the programs without specific prior written permission. | ||
Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. | ||
Copyright 2006 by BULL HN Information Systems Inc. | ||
Copyright 2006 by Bull SAS | ||
All Rights Reserved |
50 changes: 50 additions & 0 deletions
50
web.mit.edu/multics-history/source/Multics/doc/info_segments/emacs.changes.info
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
02/17/89 Significant changes in Emacs 12.9 for MR12.3 | ||
|
||
1. f (rmail-forward) to forward the current message to an address | ||
(list) that will be prompted for. A numeric argument will allow | ||
the user to enter redistribution comments via a comments buffer. | ||
|
||
2. x (rmail-toggle-seen) to toggle the seen switch on the current | ||
message. This switch is displayed to the user as the minor mode | ||
"Seen" and will be turned on immediately a message is brought into | ||
the RMAIL buffer to be displayed. | ||
|
||
3. ? (rmail-help) to display brief information about each of the | ||
RMAIL mode (additionally the reply and comment buffers) requests | ||
that are available. | ||
|
||
4. q (rmail-quit) is being modified to only question a user quitting | ||
when no rmail commands have been entered between the arrival of | ||
new mail and requesting of rmail-quit. | ||
|
||
|
||
----------------------------------------------------------- | ||
|
||
|
||
Historical Background | ||
|
||
This edition of the Multics software materials and documentation is provided and donated | ||
to Massachusetts Institute of Technology by Group BULL including BULL HN Information Systems Inc. | ||
as a contribution to computer science knowledge. | ||
This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, | ||
Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell BULL Inc., Groupe BULL | ||
and BULL HN Information Systems Inc. to the development of this operating system. | ||
Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), | ||
renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership | ||
of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture | ||
for managing computer hardware properly and for executing programs. Many subsequent operating systems | ||
incorporated Multics principles. | ||
Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., | ||
as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . | ||
|
||
----------------------------------------------------------- | ||
|
||
Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without | ||
fee is hereby granted,provided that the below copyright notice and historical background appear in all copies | ||
and that both the copyright notice and historical background and this permission notice appear in supporting | ||
documentation, and that the names of MIT, HIS, BULL or BULL HN not be used in advertising or publicity pertaining | ||
to distribution of the programs without specific prior written permission. | ||
Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. | ||
Copyright 2006 by BULL HN Information Systems Inc. | ||
Copyright 2006 by Bull SAS | ||
All Rights Reserved |
Oops, something went wrong.