diff options
| author | Richard M. Stallman | 1998-11-27 22:30:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-11-27 22:30:31 +0000 |
| commit | dc32c4fafbc0d9b2096baf41406f10216d4f737f (patch) | |
| tree | ce781586ec7d8107e6c523f5dd2c9bf9ca34be68 | |
| parent | f4e09ae7107491e46bbbd984bd56c206498910e3 (diff) | |
| download | emacs-dc32c4fafbc0d9b2096baf41406f10216d4f737f.tar.gz emacs-dc32c4fafbc0d9b2096baf41406f10216d4f737f.zip | |
*** empty log message ***
| -rw-r--r-- | etc/tasks.texi | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/etc/tasks.texi b/etc/tasks.texi index 20491058c86..06c098f9543 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 This date is automagically updated when you save this file: | 5 | @c This date is automagically updated when you save this file: |
| 6 | @set lastupdate October 27, 1998 | 6 | @set lastupdate November 25, 1998 |
| 7 | @c %**end of header | 7 | @c %**end of header |
| 8 | 8 | ||
| 9 | @setchapternewpage off | 9 | @setchapternewpage off |
| @@ -205,11 +205,9 @@ A manual for Ghostscript. | |||
| 205 | A manual for TCSH. | 205 | A manual for TCSH. |
| 206 | 206 | ||
| 207 | @item | 207 | @item |
| 208 | A good free reference manual for Perl. The free Perl on-line reference | 208 | A coherent free reference manual for Perl. Most of the Perl on-line |
| 209 | documentation is good, for what it is--a list of functions and a | 209 | reference documentation can be used as a starting point, but work is |
| 210 | description of each--but that is not the same as a reference manual. | 210 | needed to weld them together into a coherent manual. |
| 211 | (Compare, for example, the Emacs Lisp Reference Manual with the | ||
| 212 | collection of documentation strings of Emacs Lisp functions.) | ||
| 213 | 211 | ||
| 214 | @item | 212 | @item |
| 215 | A good free Perl language tutorial introduction. The existing Perl | 213 | A good free Perl language tutorial introduction. The existing Perl |
| @@ -403,12 +401,18 @@ the US expired in 1997. This library can probably be developed from | |||
| 403 | the code for the GNU Privacy Guard (now in development). | 401 | the code for the GNU Privacy Guard (now in development). |
| 404 | 402 | ||
| 405 | @item | 403 | @item |
| 404 | An implementation of SSLv3 (more precisely, TLSv1) which is patent-free | ||
| 405 | (uses the non-RSA algorithms) and has distribution terms compatible with | ||
| 406 | the GNU GPL. We know of a GPL-covered implemention of a version of SSL | ||
| 407 | that you can use as a starting point. | ||
| 408 | |||
| 409 | @item | ||
| 406 | Free software for doing secure commercial transactions on the web. | 410 | Free software for doing secure commercial transactions on the web. |
| 407 | This too needs public key encryption. | 411 | This too needs public key encryption. |
| 408 | @end itemize | 412 | @end itemize |
| 409 | 413 | ||
| 410 | A free replacement for PGP is no longer listed here because the GNU | 414 | The projects to provide free replacements for PGP and SSH are no longer |
| 411 | Privacy Guard will do that job. | 415 | listed here, because projects to do those jobs are well under way. |
| 412 | 416 | ||
| 413 | @node Other Projects | 417 | @node Other Projects |
| 414 | @chapter Other Projects | 418 | @chapter Other Projects |
| @@ -565,9 +569,6 @@ information compiled by the USDA at | |||
| 565 | @url{http://www.nal.usda.gov/fnic/foodcomp}. | 569 | @url{http://www.nal.usda.gov/fnic/foodcomp}. |
| 566 | 570 | ||
| 567 | @item | 571 | @item |
| 568 | A translator from Scheme to C. | ||
| 569 | |||
| 570 | @item | ||
| 571 | A fast emulator for the i386 which works by translating | 572 | A fast emulator for the i386 which works by translating |
| 572 | machine instructions into the machine language of the host machine. | 573 | machine instructions into the machine language of the host machine. |
| 573 | (Support for emulation of other machines would enhance the program | 574 | (Support for emulation of other machines would enhance the program |
| @@ -614,7 +615,7 @@ finger -l fortran@@gnu.org | |||
| 614 | @end example | 615 | @end example |
| 615 | 616 | ||
| 616 | We would like to have translators from various languages into Scheme. | 617 | We would like to have translators from various languages into Scheme. |
| 617 | These languages include TCL, Python, Perl, Java and Rexx. | 618 | These languages include TCL, Python, Perl, Java, Javascript, and Rexx. |
| 618 | 619 | ||
| 619 | We would like to have an implementation of Clipper, perhaps a GCC front | 620 | We would like to have an implementation of Clipper, perhaps a GCC front |
| 620 | end, and perhaps a translator into Scheme. | 621 | end, and perhaps a translator into Scheme. |