Prev | Next | whats_new_05 |
malloc.h
is obsolete and one should use
stdlib.h
instead.
The reference to malloc.h
has been removed from
src/allocmem.c
.
section
, frame
(in the upper right corner of the window)
has been omitted when there is only one section and one frame
in the entire web site.
This is useful when using OMhelp to create a single web page.
wspace
command has been deprecated.
prefix/share/OMhelp/dictionary.bin
was created the first time OMhelp was run.
This would cause an error if the user running
the program did not have permission to write in the
prefix
directory.
This has been fixed by changing the
spelling list
install procedure.
The file RunOMhelp.bat
, which is used during the windows install,
was not being distributed. This has been fixed.
The first output line, which identifies the version of OMhelp, has been
extended to include information about compiler flag settings.
#
character is used to separate fields in cross references.
This confused OMhelp when a heading or subheading contained the
#
character.
The head
and subhead
commands
were modified to make it illegal to include the #
character.
(It would be better to separate fields differently so that this
restriction could be removed.)
The previous install worked under cygwin, but not under Unix, because
of some case mismatch in the file names. This has been fixed by converting
the file names to entirely lower case as suggested by
boost
The conversion to entirely lower case file and directory names
will be done slowly and with minimal user impact.
omhelp_dir
is no longer necessary.
In addition, the Unix and Windows
install
instructions were split into two separate
sections and improved.
$table
$bold Notation $cnext Description$$
$tend
did not cause an OMhelp error but the corresponding web page
generated an XML error (and the HTML did not display properly).
This is because the bold command is started inside of one column
and terminated in a different column of the table.
This has been fixed so that OMhelp generates an error message
in this an related cases.
In addition, the documentation for the
table
commands have been improved so that it explicitly states
where row and columns start and end
(and a nesting table example has been added).
The files build
and build.bat
were moved to RunOMhelp
and RunOMhelp.bat
(see install
).
*.tar.gz
format which
gives better compression and is understood by most decompression programs.
If one uses long headings
and subheadings,
it is sometimes useful to break them up into multiple lines.
The cross reference links have been extended so that they will
still work for such headings and subheadings
(see xref: Reference
).