Updates to ReleaseNotes.htm

git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@59 3f4676ac-adda-40fd-8265-58d1435b1672
This commit is contained in:
niel-archer 2011-12-30 03:50:56 +00:00
parent 8c5f8ea783
commit 370abf4699

View file

@ -5,18 +5,18 @@
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3"> <body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
<div> <div>
<div> <div>
<h3><u>2012</u> - Release 2.x.x</h3> <h3><u>2012-01</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>
* Updated - Updated
<ul> <ul>
<li>About.htm</li> <li>About.htm</li>
</ul> </ul>
* Fixed: - 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>
@ -26,7 +26,7 @@
<div> <div>
<h3><u>2011-12-12</u> - Release 2.43.1</h3> <h3><u>2011-12-12</u> - Release 2.43.1</h3>
* Added: constants - Added: constants
<ul> <ul>
<li>CONTENT_TYPE_HTML</li> <li>CONTENT_TYPE_HTML</li>
<li>DENSITY</li> <li>DENSITY</li>
@ -107,16 +107,16 @@
<li>TEXTURE_TRANSPARENT</li> <li>TEXTURE_TRANSPARENT</li>
<li>TOUCH_INVALID_TEXCOORD</li> <li>TOUCH_INVALID_TEXCOORD</li>
</ul> </ul>
* other changes: Cleaned up parts of the highlighting XML file generally, and reordered some entries. - other changes: Cleaned up parts of the highlighting XML file generally, and reordered some entries.
</div> </div>
<div> <div>
<h3><u>2011-12-06</u> - Release 2.43</h3> <h3><u>2011-12-06</u> - Release 2.43</h3>
* Added: event - Added: event
<ul> <ul>
<li>transaction_result</li> <li>transaction_result</li>
</ul> </ul>
* Added: functions: - Added: functions:
<ul> <ul>
<li>llCastRay - syntax-checker only, highlighting added previously.</li> <li>llCastRay - syntax-checker only, highlighting added previously.</li>
<li>llClearLinkMedia - syntax-checker only, highlighting added previously.</li> <li>llClearLinkMedia - syntax-checker only, highlighting added previously.</li>
@ -136,20 +136,20 @@
<li>llSetVelocity</li> <li>llSetVelocity</li>
<li>llTransferLindenDollars</li> <li>llTransferLindenDollars</li>
</ul> </ul>
* Fixed UTF-8 file format from prefixing with a BOM. While not invalid, it confuses some apps. - Fixed UTF-8 file format from prefixing with a BOM. While not invalid, it confuses some apps.
<br /> <br />
</div> </div>
<div> <div>
<h3><u>2011-04-21</u> - Release 2.42</h3> <h3><u>2011-04-21</u> - Release 2.42</h3>
* Added: constants - Added: constants
<ul> <ul>
<li>CHANGED_REGION_START</li> <li>CHANGED_REGION_START</li>
<li>PRIM_DESC</li> <li>PRIM_DESC</li>
<li>PRIM_NAME</li> <li>PRIM_NAME</li>
</ul> </ul>
* Added: functions (highlighting only): - Added: functions (highlighting only):
<ul> <ul>
<li>llCastRay</li> <li>llCastRay</li>
<li>llGetLinkNumberOfSides</li> <li>llGetLinkNumberOfSides</li>