diff options
| author | Richard M. Stallman | 1994-11-24 01:44:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-11-24 01:44:59 +0000 |
| commit | cab856b0854eefa8401544e0cc75ee38e914139e (patch) | |
| tree | 31a910a73a97a0b2c288dad594573a7a9f41ebe5 | |
| parent | 48a0ae63d2f85fe7aec62d7b1864bd3ed675e0dd (diff) | |
| download | emacs-cab856b0854eefa8401544e0cc75ee38e914139e.tar.gz emacs-cab856b0854eefa8401544e0cc75ee38e914139e.zip | |
added fortran status checking -tower
| -rw-r--r-- | etc/tasks.texi | 27 |
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 | |||
| 28 | check with @code{gnu@@prep} before you start writing it. | 28 | check 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 | ||
| 41 | If you start working steadily on a project, please let @code{gnu@@prep} | 41 | If 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. | |||
| 231 | A paint program, supporting both bitmap-oriented operations and | 231 | A paint program, supporting both bitmap-oriented operations and |
| 232 | component-oriented operations. @code{xpaint} exists, but isn't very | 232 | component-oriented operations. @code{xpaint} exists, but isn't very |
| 233 | usable. | 233 | usable. |
| 234 | |||
| 235 | @item | ||
| 236 | A program for manipulating photographs---something vaguely like Photo | ||
| 237 | Shop (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. | |||
| 363 | Volunteers are needed to write parsers/front ends for languages such as | 367 | Volunteers are needed to write parsers/front ends for languages such as |
| 364 | Algol 60, Algol 68, PL/I, or whatever, to be used with the code | 368 | Algol 60, Algol 68, PL/I, or whatever, to be used with the code |
| 365 | generation phases of the GNU C compiler. (C++ and Objective C are done, | 369 | generation phases of the GNU C compiler. (C++ and Objective C are done, |
| 366 | and Ada, Fortran, Pascal and Modula are being worked on.) | 370 | and 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 | ||
| 373 | The 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 |