aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-11-24 01:44:59 +0000
committerRichard M. Stallman1994-11-24 01:44:59 +0000
commitcab856b0854eefa8401544e0cc75ee38e914139e (patch)
tree31a910a73a97a0b2c288dad594573a7a9f41ebe5
parent48a0ae63d2f85fe7aec62d7b1864bd3ed675e0dd (diff)
downloademacs-cab856b0854eefa8401544e0cc75ee38e914139e.tar.gz
emacs-cab856b0854eefa8401544e0cc75ee38e914139e.zip
added fortran status checking -tower
-rw-r--r--etc/tasks.texi27
1 files changed, 19 insertions, 8 deletions
diff --git a/etc/tasks.texi b/etc/tasks.texi
index 8a8d2b29392..2a8f3ffed5d 100644
--- a/etc/tasks.texi
+++ b/etc/tasks.texi
@@ -3,7 +3,7 @@
3@setfilename tasks.info 3@setfilename tasks.info
4@settitle GNU Task List 4@settitle GNU Task List
5@c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES! 5@c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES!
6@set lastupdate 10 November 1994 6@set lastupdate 22 November 1994
7@c %**end of header 7@c %**end of header
8 8
9@setchapternewpage off 9@setchapternewpage off
@@ -28,14 +28,14 @@ good project---but it might instead be something we already have, so
28check with @code{gnu@@prep} before you start writing it. 28check with @code{gnu@@prep} before you start writing it.
29 29
30@menu 30@menu
31* Documentation:: 31* Documentation::
32* Unix-Related Projects:: 32* Unix-Related Projects::
33* Kernel Projects:: 33* Kernel Projects::
34* Extensions:: 34* Extensions::
35* X Windows Projects:: 35* X Windows Projects::
36* Other Projects:: 36* Other Projects::
37* Compilers:: 37* Compilers::
38* Games and Recreations:: 38* Games and Recreations::
39@end menu 39@end menu
40 40
41If you start working steadily on a project, please let @code{gnu@@prep} 41If you start working steadily on a project, please let @code{gnu@@prep}
@@ -231,6 +231,10 @@ A desktop program with icons and such, for X-windows.
231A paint program, supporting both bitmap-oriented operations and 231A paint program, supporting both bitmap-oriented operations and
232component-oriented operations. @code{xpaint} exists, but isn't very 232component-oriented operations. @code{xpaint} exists, but isn't very
233usable. 233usable.
234
235@item
236A program for manipulating photographs---something vaguely like Photo
237Shop (though not exactly like it).
234@end itemize 238@end itemize
235 239
236@node Other Projects 240@node Other Projects
@@ -363,7 +367,14 @@ alignments.
363Volunteers are needed to write parsers/front ends for languages such as 367Volunteers are needed to write parsers/front ends for languages such as
364Algol 60, Algol 68, PL/I, or whatever, to be used with the code 368Algol 60, Algol 68, PL/I, or whatever, to be used with the code
365generation phases of the GNU C compiler. (C++ and Objective C are done, 369generation phases of the GNU C compiler. (C++ and Objective C are done,
366and Ada, Fortran, Pascal and Modula are being worked on.) 370and Ada, Fortran, Pascal and Modula are being worked on.
371@c Fortran status is here so gnu@prep and the volunteer coordinators
372@c don't have to answer the question -len
373The status of the Fortran compiler can be found by:
374@example
375
376 @code{finger -l fortran@@gnu.ai.mit.edu})
377@end example
367 378
368@node Games and Recreations 379@node Games and Recreations
369@chapter Games and Recreations 380@chapter Games and Recreations