Changeset 972
- Timestamp:
- 10/04/07 10:43:17 (6 years ago)
- File:
-
- 1 edited
-
FCKeditor/trunk/_whatsnew.html (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_whatsnew.html
r960 r972 68 68 the "Remove All" button, by using the "<b>RemoveFormatTags</b>" 69 69 setting.</li> 70 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1231">#1231</a>] Paragraph 70 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1231">#1231</a>] 71 [<a target="_blank" href="http://dev.fckeditor.net/ticket/160">#160</a>] Paragraph 71 72 <b>indentation</b> and <b>justification</b> now uses style attributes and don't 72 73 create unnecessary elements, and <blockquote> is not anymore used for it. 73 74 Now, even CSS classes can be used to indent or align text.</li> 74 75 <li>All paragraph formatting features work well when EnterMode=br.</li> 76 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/172">#172</a>] 77 All paragraph formatting features work well when list items too.</li> 75 78 </ul> 76 79 </li> 77 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1197">#1197</a>] The toolbar 80 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1197">#1197</a>] 81 [<a target="_blank" href="http://dev.fckeditor.net/ticket/132">#132</a>] The toolbar 78 82 now presents a <strong>new button for Blockquote</strong>. The indentation button 79 83 will not anymore be used for that.</li> … … 144 148 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1060">#1060</a>] Compatibility 145 149 checks with Firefox 3.0 Alpha. </li> 146 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/817">#817</a>] New "Merge 150 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/817">#817</a>] 151 [<a target="_blank" href="http://dev.fckeditor.net/ticket/1077">#1077</a>] New "Merge 147 152 Down/Right" commands for merging tables cells in non-Gecko browsers.</li> 148 153 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1288">#1288</a>] The "More … … 151 156 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/356">#356</a>] The <strong> 152 157 Find and Replace</strong> dialogs are now unified into a single dialog with tabs.</li> 158 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/549">#549</a>] Added a 'None' 159 option tothe FCKConfig.ToolbarLocation option to allow for hidden toolbars. 160 </li> 161 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1313">#1313</a>] An XHTML 1.1 target 162 editor sample has been created as sample14.html. </li> 153 163 <li>The ASP, ColdFusion and PHP integration have been aligned to our standards.</li> 154 164 </ul> … … 394 404 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/923">#923</a>] Font colors 395 405 are now properly applied on links.</li> 406 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1316">#1316</a>] Fixed the issue 407 where the image dialog expands to a size too big in Safari.</li> 408 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1306">#1306</a>] 409 [<a target="_blank" href="http://dev.fckeditor.net/ticket/894">#894</a>] 410 The undo system can now undo text formatting steps like setting fonts to bold and italic.</li> 411 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/95">#95</a>] Fixed the issue where 412 FCKeditor breaks <meta> tags in full page mode in some circumstances.</li> 413 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/175">#175</a>] Fixed the issue 414 where entering an email address with a '%' sign in the insert link dialog wouldc ause 415 JavaScript error.</li> 416 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/180">#180</a>] Improved backward 417 compatibility with older PHP versions. FCKeditor can now work with PHP versions down to 418 4.0.</li> 419 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/192">#192</a>] Document modifying 420 actions from the FCKeditor JavaScript API will now save undo steps.</li> 421 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/246">#246</a>] Using text formatting 422 commands in EnterMode=div will no longer cause tags to randomly disappear.</li> 423 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/327">#327</a>] It is no longer 424 possible for the browser's back action to misfire when a user presses backspace while an 425 image is being selected in FCKeditor.</li> 426 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/362">#362</a>] Ctrl-Backspace now 427 works in FCKeditor.</li> 428 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/390">#390</a>] Text alignment and 429 justification commands now respects EnterMode=br paragraph rules.</li> 430 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/534">#534</a>] Pressing Ctrl-End 431 while the document contains a list towards the end will no longer make the cursor 432 disappear.</li> 433 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/906">#906</a>] It is now possible 434 to have XHTML 1.0 Strict compliant output from a document pasted from Word.</li> 435 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/929">#929</a>] Pressing the Enter 436 key will now produce an undo step.</li> 437 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/934">#934</a>] Fixed the "Cannot 438 execute code from a freed script" error in IE from editor dialogs.</li> 439 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/942">#942</a>] Server based spell 440 checking with ColdFusion integration no longer breaks fir non en_US languages.</li> 441 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/942">#1056</a>] Deleting everything 442 in the editor document and moving the cursor around will no longer leave the cursor hanging 443 beyond the top of the editor document.</li> 396 444 </ul> 397 445 <p>
Note: See TracChangeset
for help on using the changeset viewer.
