NEWS 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Guile-doc NEWS --- history of user-visible changes. -*- text -*-
  2. Copyright (C) 1997, 2001, 2006 Free Software Foundation, Inc.
  3. See the end for copying conditions.
  4. Changes since Guile 1.3.4:
  5. * It's now possible to build HTML documentation as well as Info
  6. The guile-doc distribution now supports building HTML versions of the
  7. Guile tutorial and reference manual, in addition to the standard Info
  8. documentation. To enable this, include the `--enable-html' option
  9. when you run `./configure':
  10. ./configure --enable-html
  11. HTML documentation is installed in $(prefix)/html/guile-$(VERSION).
  12. Changes since Guile 1.0 (Sun 5 Jan 1997):
  13. * The current documentation approach, recommended by Jim Blandy, is to
  14. have: (*) a tutorial with the pedagogical style of guile-user, and a
  15. non-dry reference manual in the style of the most excellent GNU libc
  16. reference manual: the reference manual should be complete, but at the
  17. same time it should have an introductory screen for each major topic,
  18. which can be referenced if the user goes "up" a level in the info
  19. documentation.
  20. Copyright information:
  21. Copyright (C) 1996,1997, 2006 Free Software Foundation, Inc.
  22. Permission is granted to anyone to make or distribute verbatim copies
  23. of this document as received, in any medium, provided that the
  24. copyright notice and this permission notice are preserved,
  25. thus giving the recipient permission to redistribute in turn.
  26. Permission is granted to distribute modified versions
  27. of this document, or of portions of it,
  28. under the above conditions, provided also that they
  29. carry prominent notices stating who last changed them.