All Manuals > Release Notes and Installation Guide > 12 Release Notes

12.16 Documentation changes

12.16.1 Hyperlinks between manuals

The HTML documentation now has hyperlinks between manuals.

12.16.2 The HTML documentation directory

The HTML documentation is now in a directory named html-m, html-w or html-u according to which LispWorks platform you have installed. In older versions of LispWorks, this directory was named online.

12.16.3 Regular expression syntax

The documentation for the LispWorks regular expression syntax has been moved to the LispWorks® User Guide and Reference Manual.

12.16.4 Physical pathnames in LispWorks

Some details of how physical pathnames are parsed and printed in LispWorks are now documented in 27.18 Physical pathnames in LispWorks in the LispWorks® User Guide and Reference Manual.

12.16.5 New self-contained examples

These examples are entirely new:

(example-edit-file "capi/applications/interface-color-mode.lisp")
(example-edit-file "capi/applications/simple-othello.lisp")
(example-edit-file "capi/choice/filter-added-filters.lisp")
(example-edit-file "capi/choice/list-panel-keyboard-search.lisp")
(example-edit-file "capi/choice/stacked-tree.lisp")
(example-edit-file "capi/choice/tree-view-with-state.lisp")
(example-edit-file "capi/output-panes/modifier-change.lisp")
(example-edit-file "compiler/float-optimization.lisp")
(example-edit-file "editor/advanced/isearch-open-invisible.lisp")
(example-edit-file "editor/advanced/overlay-strings.lisp")
(example-edit-file "ssl/openssl-certificates.lisp")
(example-edit-file "ssl/openssl-server.lisp")

The Android Othello demo has been converted to an Android Studio project. Use with Eclipse is no longer supported.

12.16.6 Removed self-contained examples

The capi/graphics/plot-directly and capi/output-panes/scroll-test.lisp examples have been removed because they relied on drawing outside the :display-callback, which is no longer supported.

The capi/graphics/ruler.lisp example has been removed because it did not document anything useful.

The example files editor/syntax-coloring/defsys.lisp and editor/syntax-coloring/pkg.lisp have been removed because editor/syntax-coloring/syntax-coloring.lisp is self-contained.


Release Notes and Installation Guide - 01 Dec 2021 19:38:49