updated ReleaseNotes.htm to fill in some history gaps (info extracted from SVN history)
This commit is contained in:
parent
564df001f8
commit
25e73825bd
1 changed files with 21 additions and 4 deletions
|
@ -6,21 +6,22 @@
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3><u>2012</u> - Release 2.x.x</h3>
|
<h3><u>2012</u> - Release 2.x.x</h3>
|
||||||
Added
|
* Added
|
||||||
<ul>
|
<ul>
|
||||||
<li>"Release Notes..." to help menu.</li>
|
<li>"Release Notes..." to help menu.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
Changed
|
* Changed
|
||||||
<ul>
|
<ul>
|
||||||
<li>Tools => Options => Text Editor => General - Changed labels to properly reflect the output file format.</li>
|
<li>Tools => Options => Text Editor => General - Changed labels to properly reflect the output file format.</li>
|
||||||
<li>UTF-8 output no longer prefixes the B.O.M. character.</li>
|
<li>UTF-8 output no longer prefixes the B.O.M. character.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
Bugs Fixed:
|
* Bugs Fixed:
|
||||||
<ul>
|
<ul>
|
||||||
<li>2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term</li>
|
<li>2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term</li>
|
||||||
<li>3461546 - ReleaseNotes.htm in source, but never used</li>
|
<li>3461546 - ReleaseNotes.htm in source, but never used</li>
|
||||||
|
<li>no id - Fix for state change without state name passing syntax-check.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -142,7 +143,23 @@
|
||||||
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h3><u>2011</u> - Release 2.42</h3>
|
<h3><u>2011-04-21</u> - Release 2.42</h3>
|
||||||
|
* Added: constants
|
||||||
|
<ul>
|
||||||
|
<li>CHANGED_REGION_START</li>
|
||||||
|
<li>PRIM_DESC</li>
|
||||||
|
<li>PRIM_NAME</li>
|
||||||
|
</ul>
|
||||||
|
* Added: functions (highlighting only):
|
||||||
|
<ul>
|
||||||
|
<li>llCastRay</li>
|
||||||
|
<li>llGetLinkNumberOfSides</li>
|
||||||
|
<li>llGetSPMaxMemory</li>
|
||||||
|
<li>llGetUsedMemory</li>
|
||||||
|
<li>llGetUsername</li>
|
||||||
|
<li>llRequestDisplayName</li>
|
||||||
|
<li>llRequestUsername</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue