source: MML/trunk/applications/m2html/Changelog @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 2.8 KB
Line 
1M2HTML Release 1.5 (2005/05/01):
2================================
3
4New features:
5  - added 'helptocxml' fields in options to create a 'helptoc.xml' file used
6    by Matlab documentation system
7  - some directories can be ignored when searching M-files (created by versioning systems for example)
8
9Bug fixes:
10  - updated list of mexfile extensions (MacIntosh and 64bits processors)
11  - dealing with space characters in front of 'function xxx'
12
13M2HTML Release 1.4 (2004/05/05):
14================================
15
16Changes:
17  - a warning is printed if the HTML index file is going to overwrite an HTML M-file
18  - 'load' parameter can be a MAT-file (m2html.mat) or the HTML output directory
19  - added 'rootdir' and 'language' fields in options, for further use
20    (=> previously saved mat-files may appear incomplete)
21
22New features:
23  - PHP search engine available (but slow search index generation) in beta version.
24    <private/doxyread.m> works as a Matlab offline search engine
25  - full dependency graph output when 'graph' and 'global' options are 'on'
26  - Graphical User Interface in beta version <mwizard.m>
27
28Bug fixes:
29  - corrected the checking of template files (<exist>...) (thanks Peter)
30  - added a call to <entity> when writing "purpose" to escape HTML entities
31  - detected a bug with <copyfile> on Matlab R13: display of a warning
32  - added quotes around 'dot_exec' to handle white spaces (thanks Mattias)
33  - a default 'mex' icon is displayed even if no source code is found
34  - replaced strtok delimiter [9:13 32 '('] by [9:13 32 40]
35 
36M2HTML Release 1.3 (2003/10/26):
37================================
38
39Changes:
40  - default input M-files ('mFiles') are now the M-files found in the direct
41    subdirectories of the current directory (pwd).
42  - default output directory ('htmlDir') is now 'doc'
43  - added link to online tutorial in m2html help
44  - modified <master.tpl> for an optional search engine
45  - added a javascript to redirect to frame index in frame's <mfile.tpl>
46
47New features:
48  - added an optional download link for each M-file
49  - added <private/doxyread.m> for a future search engine
50  - added <private/doxywrite.m> (idem)
51  - added <private/doxysearch.m> (idem)
52  - added <search.tpl> and <doxysearch.php> in templates (idem)
53  - added <pcode.png> in templates for Pre-Parsed Pseudo-code files (P-files)
54  - added <mwizard.m> and <private/m2htmltoolbarimages.mat> for a future GUI front-end
55
56Bug fixes:
57  - added 't' permission when reading/writing files
58  - rewrote subfunction <getmfiles> to handle <exist> behaviour
59  - return a specific warning if an argument of 'mFiles' is a full path
60  - handle white spaces in directories name
61 
62M2HTML Release 1.2 (2003/08/31):
63================================
64
65Available for download on Matlab Central (2003-10-05):
66<http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=4039>
Note: See TracBrowser for help on using the repository browser.